pgsql-committers - March 2006

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 1, 2006

Thread Author Time
pgsql: Add pg_service.conf documentation for libpq. Bruce Momjian 00:23
pgsql: Add pg_service.conf documentation for libpq. Bruce Momjian 00:23
docbot - docbot: Make host and port optional in connection string User Turnstep 05:25
docbot - docbot: Allow https User Turnstep 05:27
docbot - docbot: Add support for putting everything in a schema. User Turnstep 05:33
docbot - docbot: Add important indexes. User Turnstep 06:03
docbot - docbot: Tabs to spaces. User Turnstep 06:03
docbot - docbot: Remove ownership, schema, plpgsql stuff not directly User Turnstep 06:07
docbot - docbot: Bump copyright, add self, quote channel names to User Turnstep 06:11
Re: pgsql: Allow the syntax CREATE TYPE foo, with no Neil Conway 06:25
pgsql: This patch makes the error message strings throughout the backend Neil Conway 06:30
pgsql: Attached is a patch that replaces a bunch of places where Neil Conway 06:51
Re: pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit Tom Lane 06:52
Re: pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit Martijn van Oosterhout 11:57
pgsql: Update Japanese FAQ, backpatched to 8.1.X. Bruce Momjian 20:31
pgsql: Update Japanese FAQ, backpatched to 8.1.X. Bruce Momjian 20:31
pgsql: Update the expected regression test results to account for the Neil Conway 21:09
pgsql: Update patch generation instructions. Bruce Momjian 22:23
pgsql: Update patch generation instructions. Bruce Momjian 22:23
pgsql: Update text file. Bruce Momjian 22:24
pgsql: Update FAQ_DEV text file. Bruce Momjian 22:25
pgsql: Woops: also update the alternative "expected" files for Neil Conway 23:00

March 2, 2006

Thread Author Time
pgsql: Fix up pg_dump to emit shell-type definitions at the proper time, Tom Lane 01:18
pgsql: Fix possible crash at transaction end when a plpgsql function is Tom Lane 05:34
pgsql: Fix possible crash at transaction end when a plpgsql function is Tom Lane 05:34
pgsql: Add: > * Improve port/qsort() to handle sorts with 50% unique Bruce Momjian 18:18
pgsql: Add to TODO.detail for qsort. Bruce Momjian 18:18
pgsql: Update TODO.detail/qsort. Bruce Momjian 18:20
pgsql: Significantly improve ranking: 1) rank_cd now use weight of Teodor Sigaev 19:07
pgsql: Update TODO.detail/qsort. Bruce Momjian 19:20
pgsql: Update TODO.detail/qsort. Bruce Momjian 19:21
Re: pgsql: Update release notes. Bruce Momjian 19:33
pgsql: Mark tsearch2 item as Tom's, not Teodor's. Bruce Momjian 19:34
pgsql: Mark tsearch2 item as Tom's, not Teodor's. Bruce Momjian 19:35
pgsql: Backpatch to 8.1.X. Bruce Momjian 19:40
wilddb - aed: Imported Sources User Turnstep 20:23
pgsql: Update OS X shared memory documentation for 10.3.9 and later to Bruce Momjian 20:30
pgsql: Update OS X shared memory documentation for 10.3.9 and later to Bruce Momjian 20:30
Re: ALTER CONSTRAINT RENAME patch reverted Bruce Momjian 20:41
pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while Tom Lane 21:13
pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while Tom Lane 21:13
python - pq: Move message type check and make it more detailed. James William Pye 21:41
python - fe: Check INSERT queries. James William Pye 21:43
pgsql: Fix ancient error in large objects usage example: overwrite() Tom Lane 21:49
pgsql: Fix ancient error in large objects usage example: overwrite() Tom Lane 21:49
pgsql: Remove unnecessary lo_lseek call in lo_open. Tom Lane 21:56

March 3, 2006

Thread Author Time
pgsql: Arrange to call AbsorbFsyncRequests every so often while Tom Lane 00:02
docbot - docbot: Refactor authentication into a single subroutine, User Turnstep 01:07
wilddb - aed: Add PDF, original schema, and put comments in new Postgres User Turnstep 01:19
pgsql: Add comment about localized month names for to_date and Bruce Momjian 02:17
pgsql: Add: > * Allow to_date() and to_timestamp() accept localized Bruce Momjian 02:18
pgsql: Add: > * Add missing parameter handling in to_char() > > Bruce Momjian 02:38
pgsql: Appended is a small documentation patch that adds a note to the Bruce Momjian 03:06
pgsql: Appended is a small documentation patch that adds a note to the Bruce Momjian 03:06
pgsql: Add: > * Allow FSM to return free space toward the beginning of Bruce Momjian 03:13
pgsql: Add CASCADE option to TRUNCATE. Tom Lane 03:30
pgsql: Fix a typo. Neil Conway 04:31
pgsql: In ipcclean, check LOGNAME only if USER is not set. Bruce Momjian 16:49
pgsql: In ipcclean, check LOGNAME only if USER is not set. Bruce Momjian 16:49
pgsql: Dept. Tom Lane 18:25
pgsql: Make the COPY command return a command tag that includes the Tom Lane 19:54
pgsql: Done: < o %Have COPY return the number of rows loaded/unloaded? Bruce Momjian 20:37
pgsql: Done: > * -Allow TRUNCATE ... Bruce Momjian 20:43
pgsql: Clarify macro layout for win32 IMPORT. Bruce Momjian 20:52
pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row Tom Lane 20:57
pgsql: Add workaround so MSVC doesn't try to load strings.h, which it Bruce Momjian 21:35
bizgres - bizgres: Improve tuplesort.c to support variable merge order. User Aparashar 21:51
pgsql: Update ipcclean to use try 'id' first for root check. Bruce Momjian 21:52
pgsql: Update ipcclean to use try 'id' first for root check. Bruce Momjian 21:52
pgsql: Rename Online Backup to Continuous Archiving. Bruce Momjian 22:02
bizgres - bizgres: Modify logtape.c so that the initial User Aparashar 22:09
bizgres - bizgres: Improve tuplesort.c to support variable merge order. User Aparashar 22:11
bizgres - bizgres: 1. User Aparashar 22:13
bizgres - bizgres: Improve sorting speed by pre-extracting the first User Aparashar 22:15
pgsql: Fixes for Win32-client only compiles. Bruce Momjian 23:11
pgsql: Improve pg_dump and psql to use libpq's newer COPY support Tom Lane 23:38
pgsql: Avoid trying to open /dev/tty on Win32. Bruce Momjian 23:49
pgsql: Avoid trying to open /dev/tty on Win32. Bruce Momjian 23:49
pgsql: Avoid trying to open /dev/tty on Win32. Bruce Momjian 23:54
pgsql: This patch fixes this warning. Bruce Momjian 23:59

March 4, 2006

Thread Author Time
Re: pgsql: This patch fixes this warning. Tom Lane 00:27
pgsql: That was a typo in my comment before the code (the nutshell Bruce Momjian 03:47
pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. Bruce Momjian 04:30
pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. Bruce Momjian 04:30
pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. Bruce Momjian 04:31
pgsql: > It doesn't say that only the listed commands acquire ACCESS Bruce Momjian 04:41
pgsql: > gettimeofday.c:35: warning: integer constant is too large for Bruce Momjian 04:44
pgsql: Add: > * Allow FSM page return free space based on table Bruce Momjian 05:02
pgsql: Tighten up SJIS byte sequence check. Tatsuo Ishii 10:57
pgsql: Tighten up SJIS byte sequence check. Tatsuo Ishii 11:10
pgsql: Tighten up SJIS byte sequence check. Tatsuo Ishii 11:54
pgsql: Tighten up SJIS byte sequence check. Tatsuo Ishii 12:09
pgsql: Tighten up SJIS byte sequence check. Tatsuo Ishii 12:32
pgsql: Minor teak. Tatsuo Ishii 12:35
pgsql: Minor teak. Tatsuo Ishii 12:37
pgsql: Prevent sorting from requesting a SortTuple array that exceeds Tom Lane 19:05
pgsql: Prevent lazy_space_alloc from making requests that exceed Tom Lane 19:09
pgsql: Prevent lazy_space_alloc from making requests that exceed Tom Lane 19:09
pgsql: Incorporate a couple of recent tuplesort.c improvements into Tom Lane 19:30
pgsql: Declare the arguments of AllocateFile() as const char *, not char Tom Lane 21:32
pgsql: Support include directives in postgresql.conf. Tom Lane 22:19
grantfu - grantfu: support roles, USAGE ON SEQENCE. User Mkz 22:44

March 5, 2006

Thread Author Time
pgsql: Improve OS X shared-memory documentation: fix typos and provide a Tom Lane 03:50
pgsql: Improve STRINGS_H macro test for MSVC extensions. Bruce Momjian 04:43
pgsql: Check for "msys" so it doesn't use 'con' by checking for an Bruce Momjian 05:33
pgsql: Check for "msys" so it doesn't use 'con' by checking for an Bruce Momjian 05:33
pgsql: Check for "msys" so it doesn't use 'con' by checking for an Bruce Momjian 05:33
pgsql: Done: > o -Add "include file" functionality in postgresql.conf Bruce Momjian 15:16
pgsql: Update to 2006. Bruce Momjian 15:21
pgsql: Prepared queries for PLPerl, plus fixing a small plperl memory Andrew Dunstan 16:40
pgsql: Add: > o Port contrib/xml2 Bruce Momjian 18:28
pgpitrha - pgpitrha: New Directory User Jeffroe996 19:36
Re: pgsql: Add: > o Port contrib/xml2 Neil Conway 19:36
pgpitrha - pgpitrha: New Directory User Jeffroe996 19:38
pgpitrha - pgpitrha: New Directory User Jeffroe996 19:38
pgpitrha - pgpitrha: Initial import User Jeffroe996 19:41
Re: pgsql: Add: > o Port contrib/xml2 Magnus Hagander 19:59
Re: pgsql: Add: > o Port contrib/xml2 Bruce Momjian 20:38
pgsql: Per recent discussion on -hackers, we should sometimes reorder Neil Conway 21:34

March 6, 2006

Thread Author Time
pgsql: In psql, save history of backslash commands used in multi-line Bruce Momjian 04:45
pgsql: in the docs, the function "ascii(text)" is described as returning Bruce Momjian 04:53
pgsql: Prevent autovacuum from zeroing damaged pages. Bruce Momjian 05:14
pgsql: Add: > * %Disallow changing sequence characteristics like Bruce Momjian 05:16
pgsql: Update: < * %Disallow changing sequence characteristics like Bruce Momjian 05:22
pgsql: Fix psql history handling so 'execute' backslash commands (\g) Bruce Momjian 15:09
pgsql: Add for ecpg: > o Add COPY TO STDIN / STDOUT handling Bruce Momjian 15:13
pgsql: Add WSACancelBlockingCall TODO.detail item. Bruce Momjian 15:19
pgsql: Add for Win32: > o Check WSACancelBlockingCall() for interrupts Bruce Momjian 15:19
pgsql: Update item. Bruce Momjian 15:21
pgsql: Add: > o Prevent parent tables from altering or dropping Bruce Momjian 17:10
pgsql: This patch adds native LDAP auth, for those platforms that don't Bruce Momjian 17:41
pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested Bruce Momjian 17:59
pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested Bruce Momjian 17:59
pgsql: Update comment on how sighup signal affects postgresql.conf Bruce Momjian 18:38
pgsql: Enable standard_conforming_strings to be turned on. Bruce Momjian 19:49
pgsql: Attached is the new patch. Bruce Momjian 22:49
pgsql: Done though the second is default so off in 8.2: > * -Eventually Bruce Momjian 22:51
pgsql: Default to ON for 8.2, as announced in the release notes: Bruce Momjian 22:52
pgsql: SGML typo fix. Bruce Momjian 22:54

March 7, 2006

Thread Author Time
Re: pgsql: Default to ON for 8.2, as announced in the release notes: Tom Lane 00:02
Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested Tom Lane 00:08
Re: pgsql: Default to ON for 8.2, as announced in the release notes: Tom Lane 00:12
pgsql: 'make clean' should NOT remove *~ files. Tom Lane 00:48
pgsql: Remove the stub support we had for UNION JOIN; per discussion, Tom Lane 01:00
pgsql: Make all our flex and bison files use %option prefix or Tom Lane 01:03
Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Bruce Momjian 02:50
pgsql: Properly set "escape_string_warning" to default to true. Bruce Momjian 02:54
Re: pgsql: Default to ON for 8.2, as announced in the release Bruce Momjian 02:54
pgsql: Back out comment update about sighup, original was accurate. Bruce Momjian 03:01
pgsql: Use SetConfigOption() to turn off "zero_damaged_pages" in Bruce Momjian 03:03
Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Andrew Dunstan 03:28
Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Bruce Momjian 03:30
Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Tom Lane 03:49
pgsql: Turn off zero_damaged_pages in the right place (ie, in the Tom Lane 17:32
pgsql: Repair old performance bug in tuplesort.c/logtape.c. Tom Lane 19:06
pgfouine - pgfouine: fixed an infinite loop when duration and count are User Gsmet 22:09
pgfouine - pgfouine: updated ChangeLog User Gsmet 22:17
pgsql: Further examination of ltsReleaseBlock usage shows that it's got Tom Lane 23:46

March 8, 2006

Thread Author Time
bizgres - bizgres: Added support for sql statement to be run on db User Nwakefield 01:30
pgsql: Update /contrib regression tests for escape_string_warning. Bruce Momjian 03:51
pgsql: Adjust PL regression tests for escape_string_warning. Bruce Momjian 03:58
pgsql: Adjust plpython for escape_string_warning. Bruce Momjian 04:01
pgsql: Update pltcl expected file for E''. Bruce Momjian 08:00
pgsql: Tweak trace_sort code to show the merge order (number of active Tom Lane 16:59
pgsql: Remove Christof Petig copyright on include file, per author Bruce Momjian 22:00
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Alvaro Herrera 22:23
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Alvaro Herrera 22:30
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, Bruce Momjian 22:31
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on Bruce Momjian 22:32
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Alvaro Herrera 22:37
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on Tom Lane 22:41
pgsql: Remove somebody's flight of fancy about an UPDATE with ORDER BY Tom Lane 22:59
pgsql: Remove somebody's flight of fancy about an UPDATE with ORDER BY Tom Lane 22:59

March 9, 2006

Thread Author Time
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Jim C. Nasby 02:20
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Alvaro Herrera 02:27
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Jim C. Nasby 03:18
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright Marc G. Fournier 03:27
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, per author Tom Lane 04:14
dbi-link - dbi-link: Updated copyright to 2006 User Dfetter 06:55
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, Martijn van Oosterhout 10:08
Re: [COMMITTERS] pgsql: Remove Christof Petig copyright on include file, Tom Lane 15:41
pgsql: Remove Jan Wieck's name from copyrights, and put in standard Bruce Momjian 21:29
bizgres - bizgres: Added automatic password encryption and support for User Nwakefield 22:24
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard Alvaro Herrera 23:22

March 10, 2006

Thread Author Time
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard Tom Lane 01:01
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, Joshua D. Drake 01:11
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard Tom Lane 01:16
pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in Tom Lane 01:51
pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in Tom Lane 01:51
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard Robert Treat 02:07
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, Bruce Momjian 02:18
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Marc G. Fournier 02:23
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Marc G. Fournier 02:24
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Peter Bierman 02:38
Re: [COMMITTERS] pgsql: Remove Jan Wieck`s name from copyrights, and put in standard Greg Sabino Mullane 02:48
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Tatsuo Ishii 03:04
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Bruce Momjian 03:17
Re: [COMMITTERS] pgsql: Remove Jan Wieck`s name from copyrights, Bruce Momjian 03:18
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Marc G. Fournier 03:36
Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from Bruce Momjian 03:37

Browse Archives

Prev | Next