Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-04 Thread Index (1/3)
Last updated: Wed Jan 18 01:52:07 2012
384 messages
- python - rc: Set version to 0.1. James William Pye (Mon 01 02:59)
- python - lo: Use distutils by default. James William Pye (Mon 01 02:49)
- python - ex: Don't forget the README. James William Pye (Mon 01 02:41)
- python - ex: Add README and some setuptools support. James William Pye (Mon 01 02:41)
- python - ctl: Add README and some setuptools support. James William Pye (Mon 01 02:26)
- python - typ: Add README and some setuptools support. James William Pye (Mon 01 01:52)
- python - pq: Add README and some support for setuptools. James William Pye (Mon 01 01:36)
- python - ip: Add GreenTrunk README. James William Pye (Mon 01 00:23)
- python - ip: Add some support for setuptools. James William Pye (Mon 01 00:22)
- python - fe: Add 'with' statement support to Transact. James William Pye (Mon 01 00:20)
- python - fe: Add a README and some support for setuptools. James William Pye (Mon 01 00:14)
- pgsql: Code review for GRANT CONNECT patch. Tom Lane (Sun 30 21:15)
- pgsql: Improve the representation of FOR UPDATE/FOR SHARE so that we can Tom Lane (Sun 30 18:31)
- pgsql: Done: > o -Allow per-database permissions to be set via GRANT Bruce Momjian (Sun 30 02:10)
- pgsql: Add GRANT CONNECTION ON DATABASE, to be used in addition to Bruce Momjian (Sun 30 02:09)
- pgsql: Add question mark: > * %Disallow changing default expression of Bruce Momjian (Sun 30 01:45)
- pgsql: Revert patch pending more discussion: Disallow changing DEFAULT Bruce Momjian (Sun 30 01:08)
- pgsql: Remove sema.c, superseded by win32_sema.c. Tom Lane (Sat 29 20:53)
- pgsql: Rearrange some configure.in comments for better readability. Tom Lane (Sat 29 20:47)
- pgsql: We only need to add thread.c on non-WIN32 platforms, since Tom Lane (Sat 29 20:13)
- pgsql: Done: > * -Disallow changing default expression of a SERIAL Bruce Momjian (Sat 29 16:44)
- pgsql: Disallow changing DEFAULT expression of a SERIAL column. Bruce Momjian (Sat 29 16:43)
- python - lo: Use setuptools when available. James William Pye (Sat 29 16:42)
- pgsql: Add Win32 semaphore implementation, rather than mimicking SysV Bruce Momjian (Sat 29 16:34)
- pgsql: Solaris tas() uses 'int' now. Bruce Momjian (Sat 29 11:55)
- pgsql: Intel compiler has a bug/misoptimization in checking for division Bruce Momjian (Sat 29 00:51)
- pgsql: Fix s_lock_test to use tas.o file, if needed. Bruce Momjian (Fri 28 22:54)
- pgsql: Remove the restriction originally coded into Tom Lane (Fri 28 20:57)
- pgsql: Modify Solaris compiler build rules to use the cpp preprocessor, Bruce Momjian (Fri 28 17:09)
- psqlodbc - psqlodbc: Post-release version number bump User Dpage (Fri 28 09:17)
- psqlodbc - psqlodbc: Correct version number User Dpage (Fri 28 08:14)
- psqlodbc - psqlodbc: Update the configuration notes to match reality a User Dpage (Fri 28 08:12)
- psqlodbc - psqlodbc: FAQ update User Dpage (Fri 28 07:51)
- pgsql: Darin -> Darwin. Bruce Momjian (Fri 28 04:39)
- pgsql: Remove extra 'else' in solaris compiler code. Bruce Momjian (Fri 28 04:32)
- pgsql: Remove "volatile" from tas function, per TOm. Bruce Momjian (Fri 28 03:43)
- pgsql: Update list of platforms that have a list of exported symbols. Bruce Momjian (Fri 28 02:59)
- pgsql: Arrange to strip libpq.so of symbols that aren't officially Tom Lane (Fri 28 02:53)
- pgsql: Add info on pgport linking requirements. Bruce Momjian (Fri 28 02:53)
- pgsql: Rewrite Solaris compiler tas() assembly routines, merge i386 and Bruce Momjian (Thu 27 22:28)
- psqlodbc - psqlodbc: adds to a document. User H-saito (Thu 27 18:38)
- pgsql: Fix ltreeparentsel so it actually works ... Tom Lane (Thu 27 18:24)
- pgsql: Generalize mcv_selectivity() to support both VAR OP CONST and Tom Lane (Thu 27 17:52)
- pgsql: Change log message about vacuuming database name from LOG to Bruce Momjian (Thu 27 15:57)
- pgsql: Add to item log_min_error_messages item: > Another idea is to Bruce Momjian (Thu 27 15:56)
- pgsql: On second thought, keep SSL CRL as a log, and wait for feedback Bruce Momjian (Thu 27 15:35)
- pgsql: Downgrade SSL CRL file missing message from LOG to DEBUG1. Bruce Momjian (Thu 27 15:25)
- psqlodbc - psqlodbc: The version is now 8.2.0002. User Hinoue (Thu 27 14:49)
- pgsql: Turn off strict aliasing when using AIX xlc compiler. Bruce Momjian (Thu 27 14:27)
- pgsql: Revert patch, causing plpython regression failues: > >> >> > 1) Bruce Momjian (Thu 27 14:18)
- pgsql: Tab alignment cleanup. Bruce Momjian (Thu 27 14:02)
- pgsql: Add underscores to SSL CERT macro names, for clarity and Bruce Momjian (Thu 27 14:01)
- pgsql: Add SSL include needed for psql, after libpq adjustments. Bruce Momjian (Thu 27 02:58)
- pgsql: Add: > * Invalidate prepared queries, like INSERT, when the Bruce Momjian (Thu 27 02:41)
- pgsql: Add support for SSL Certificate Revocation List (CRL) files, Bruce Momjian (Thu 27 02:29)
- pgsql: plpython improvements: 1) named parameters additionally to Bruce Momjian (Thu 27 01:05)
- pgsql: Un-break ltree. Tom Lane (Thu 27 00:58)
- pgsql: Change libpq's PQgetssl() to return a void*, rather than SSL *, Bruce Momjian (Thu 27 00:54)
- pgsql: If we're going to expose VariableStatData for contrib modules to Tom Lane (Thu 27 00:47)
- pgsql: Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: Bruce Momjian (Thu 27 00:36)
- pgsql: Use schema search path to find the first matching contraint name Bruce Momjian (Thu 27 00:34)
- pgsql: Delay write of pg_stats file to once every five minutes, during Bruce Momjian (Thu 27 00:07)
- pgsql: Add tablespace display to psql \l+. Bruce Momjian (Wed 26 23:16)
- pgsql: Fix SELECT INTO and CREATE TABLE AS to create tables in the Bruce Momjian (Wed 26 23:01)
- pgsql: Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, Bruce Momjian (Wed 26 22:50)
- pgsql: Split out pg_freespace views to one for relations and another for Bruce Momjian (Wed 26 22:46)
- pgsql: Adjust /contrib/pg_freespace to show index free space as NULL Bruce Momjian (Wed 26 22:41)
- pgsql: Move ltree parentsel() selectivity function into /contrib/ltree. Bruce Momjian (Wed 26 22:33)
- pgsql: In pg_resetxlog.c, uint -> uint32, for Win32 port. Bruce Momjian (Wed 26 21:52)
- pgsql: Add missing ControlFile.checkPointCopy.ThisTimeLineID line for Bruce Momjian (Wed 26 18:57)
- pgsql: Update catalog version for ltree changes. Bruce Momjian (Wed 26 18:30)
- pgsql: Enhanced containment selectivity function for /contrib/ltree Bruce Momjian (Wed 26 18:28)
- pgsql: Allow pg_resetxlog -f to reset pg_control counters using xlog Bruce Momjian (Wed 26 02:17)
- pgsql: Done: * -Allow WAL information to recover corrupted Bruce Momjian (Wed 26 02:15)
- pgsql: Revise large-object access routines to avoid running with Tom Lane (Wed 26 00:35)
- pgsql: Arrange to cache btree metapage data in the relcache entry for Tom Lane (Tue 25 22:46)
- pgsql: Adjust SGML spacing. Bruce Momjian (Tue 25 21:02)
- pgsql: Back out the rest of the RESET CONNECTION patch. Tom Lane (Tue 25 18:58)
- pgsql: The 8.1 planner removes WHERE quals from the plan when the quals Tom Lane (Tue 25 16:54)
- python - ctl: Imported Sources James William Pye (Tue 25 16:52)
- npgsql - Npgsql: 2006-04-25 Francisco Figueiredo Jr. User Fxjr (Tue 25 15:28)
- pgsql: Remove equals sign from environment variable with not defaults Bruce Momjian (Tue 25 15:19)
- pgsql: Make configure environment variable options without defaults not Bruce Momjian (Tue 25 15:17)
- pgsql: Add documentation about configure environment variabbles used. Bruce Momjian (Tue 25 15:14)
- pgsql: Call SET varaiables "configuration_parameter"s in the Bruce Momjian (Tue 25 14:56)
- pgsql: Change "parameter" to "varname" in the alter role and alter user Bruce Momjian (Tue 25 14:47)
- pgsql: I now see we support RESET SESSION AUTHORIZATION, so it seems we Bruce Momjian (Tue 25 14:33)
- pgsql: RESET SESSION is more precise: < * Add RESET CONNECTION command Bruce Momjian (Tue 25 14:31)
- pgsql: Back out RESET CONNECTION until there is more discussion. Bruce Momjian (Tue 25 14:12)
- pgsql: Add RESET CONNECTION, to reset all aspects of a session. Bruce Momjian (Tue 25 14:09)
- pgsql: Update inheritance constraint items: < o %Prevent child tables Bruce Momjian (Tue 25 02:58)
- pgsql: Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 Tatsuo Ishii (Tue 25 00:40)
- pgsql: Done: > * -Add transaction_timestamp(), statement_timestamp(), Bruce Momjian (Tue 25 00:26)
- bizgres - bizgres: added support for double quotes ESCAPEDOUBLEQUOTES User Nwakefield (Tue 25 00:26)
- pgsql: Add statement_timestamp(), clock_timestamp(), and Bruce Momjian (Tue 25 00:25)
- pgsql: Word wrap entry Bruce Momjian (Tue 25 00:06)
- pgsql: Update SQL-standard INTERVAL item: o Support ISO Bruce Momjian (Tue 25 00:01)
- pgsql: Done; o -Add support for day-time syntax, INTERVAL '1 Bruce Momjian (Mon 24 22:59)
- pgsql: Back out patch, unintended. Bruce Momjian (Mon 24 22:59)
- pgsql: Done: o -Add support for day-time syntax, INTERVAL '1 Bruce Momjian (Mon 24 22:56)
- pgsql: Suppress more compiler warnings caused by macro tests. Bruce Momjian (Mon 24 22:25)
- pgsql: Add one more paren to macro. Bruce Momjian (Mon 24 22:17)
- pgsql: Suprress compiler warning in gcc 4.2. Bruce Momjian (Mon 24 22:06)
- For those with @postgresql.org mailboxes, please read ... Marc G. Fournier (Mon 24 20:59)
- pgsql: Improve our private implementation of cbrt() to give results of Tom Lane (Mon 24 20:53)
- pgsql: Remove compiler warning by casting SNPRINTF() call to void. Bruce Momjian (Mon 24 20:08)
- bizgres - bizgres: MPP-586/587 - Updates to the help text in loader.sh User Agoldshuv (Mon 24 18:41)
- pgsql: Fixed memory leak bugs found by Martijn Oosterhout. Michael Meskes (Mon 24 17:34)
- bizgres - bizgres: System.xml - added details for NIOFileReader User Nwakefield (Mon 24 06:23)
- bizgres - bizgres: Enhancements and Fixes 1. User Nwakefield (Mon 24 06:14)
- bizgres - bizgres: New Directory User Nwakefield (Mon 24 06:12)
- pgsql: Fixes for BCC 5.5 compile of libpq. Bruce Momjian (Mon 24 05:05)
- pgsql: Don't add a shared dependency on the owner of a composite type in Alvaro Herrera (Mon 24 01:40)
- pgsql: Removes or minimizes some documentation mentions of backward Bruce Momjian (Sun 23 05:07)
- pgsql: Add: < * -Eventually enable escape_string_warning and Bruce Momjian (Sun 23 04:26)
- pgsql: Add pgrowlocks Tatsuo Ishii (Sun 23 02:17)
- pgsql: Add new contrib function pgrowlocks. Tatsuo Ishii (Sun 23 01:13)
pgsql: New Directory Tatsuo Ishii (Sun 23 01:10)
pgsql: Update: < o Fix psql's backslash commands more consistent > o Bruce Momjian (Sat 22 18:18)
pgsql: Update: < o Fix psql's \dn for various schema combinations Bruce Momjian (Sat 22 18:18)
pgsql: Update: o Fix psql's \dn for various schema combinations Bruce Momjian (Sat 22 16:06)
pgsql: Suggest Win32 users user E'' strings and double backslashes used Bruce Momjian (Sat 22 03:03)
pgsql: Simplify ParamListInfo data structure to support only numbered Tom Lane (Sat 22 01:26)
pgsql: Revert Intel compiler bug comment. Bruce Momjian (Sat 22 00:29)
pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in Bruce Momjian (Sat 22 00:27)
pgsql: Use special gcc -W flags only if we are using gcc, not if we are Bruce Momjian (Fri 21 23:12)
pgfouine - pgfouine: fixed two stupid notices User Gsmet (Fri 21 21:22)
pgfouine - pgfouine: added -syslogident option User Gsmet (Fri 21 21:22)
pgsql: Remove from TODO ability to edit pg_hba.conf, but add GRANT Bruce Momjian (Fri 21 20:46)
pgsql: Add some optional code (conditionally compiled under #ifdef Tom Lane (Fri 21 16:45)
pgsql: Eliminate some no-longer-needed workarounds for palloc's old Tom Lane (Thu 20 17:50)
oledb - oledb: Add Victor Snezhko to the list of authors User Shachar (Thu 20 16:39)
oledb - oledb: Revert incorrectly reporting some data type widths User Shachar (Thu 20 11:54)
pgsql: Add "retry another address" log message on statistics collector Bruce Momjian (Thu 20 10:51)
oledb - oledb: Treat non-wide error messages as UTF-8. User Shachar (Thu 20 07:49)
pgsql: Ensure that we validate the page header of the first page of a Tom Lane (Thu 20 04:07)
pgsql: Recognize __ppc64__, which seems to be Apple's spelling of the Tom Lane (Wed 19 23:11)
pgsql: Add detail: < encoding. Bruce Momjian (Wed 19 22:35)
pgsql: Add: > > o Add new version of PQescapeString() that doesn't Bruce Momjian (Wed 19 21:50)
pgsql: Fix problem that sscanf(buf, "%d", &val) eats leading white Bruce Momjian (Wed 19 18:49)
pgsql: Remove use of lorder and tsort while building static libraries. Tom Lane (Wed 19 16:32)
pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer Tom Lane (Wed 19 16:15)
pgsql: Fix a couple of rather-pointless-but-easily-fixed Coverity Tom Lane (Wed 19 16:02)
pgsql: C code whitespace inprovement for formatting.c. Bruce Momjian (Wed 19 14:48)
pgsql: Add: > o Add reporting of the current WAL file, perhaps as Bruce Momjian (Wed 19 02:46)
bizgres - bizgres: New Items ------------- 1. User Nwakefield (Wed 19 01:11)
Mail converted by MHonArc