Mailing lists [pgsql-committers]
- docbot - docbot: Make host and port optional in connection string turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Allow https turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Add support for putting everything in a schema. turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Add important indexes. turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Tabs to spaces. turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Remove ownership, schema, plpgsql stuff not directly turnstep@pgfoundry.org (User Turnstep)
- docbot - docbot: Bump copyright, add self, quote channel names to turnstep@pgfoundry.org (User Turnstep)
- Re: pgsql: Allow the syntax CREATE TYPE foo, with no Neil Conway
- pgsql: This patch makes the error message strings throughout the backend neilc@postgresql.org (Neil Conway)
- pgsql: Attached is a patch that replaces a bunch of places where neilc@postgresql.org (Neil Conway)
- Re: pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit Tom Lane
- Re: pgsql: Allow the syntax CREATE TYPE foo, with no parameters, to permit Martijn van Oosterhout
- pgsql: Update Japanese FAQ, backpatched to 8.1.X. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update Japanese FAQ, backpatched to 8.1.X. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update the expected regression test results to account for the neilc@postgresql.org (Neil Conway)
- pgsql: Update patch generation instructions. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update patch generation instructions. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update text file. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update FAQ_DEV text file. momjian@postgresql.org (Bruce Momjian)
- pgsql: Woops: also update the alternative "expected" files for neilc@postgresql.org (Neil Conway)
- pgsql: Fix up pg_dump to emit shell-type definitions at the proper time, tgl@postgresql.org (Tom Lane)
- pgsql: Fix possible crash at transaction end when a plpgsql function is tgl@postgresql.org (Tom Lane)
- pgsql: Fix possible crash at transaction end when a plpgsql function is tgl@postgresql.org (Tom Lane)
- pgsql: Add: > * Improve port/qsort() to handle sorts with 50% unique momjian@postgresql.org (Bruce Momjian)
- pgsql: Add to TODO.detail for qsort. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update TODO.detail/qsort. momjian@postgresql.org (Bruce Momjian)
- pgsql: Significantly improve ranking: 1) rank_cd now use weight of teodor@postgresql.org (Teodor Sigaev)
- pgsql: Update TODO.detail/qsort. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update TODO.detail/qsort. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Update release notes. Bruce Momjian
- pgsql: Mark tsearch2 item as Tom's, not Teodor's. momjian@postgresql.org (Bruce Momjian)
- pgsql: Mark tsearch2 item as Tom's, not Teodor's. momjian@postgresql.org (Bruce Momjian)
- pgsql: Backpatch to 8.1.X. momjian@postgresql.org (Bruce Momjian)
- wilddb - aed: Imported Sources turnstep@pgfoundry.org (User Turnstep)
- pgsql: Update OS X shared memory documentation for 10.3.9 and later to momjian@postgresql.org (Bruce Momjian)
- pgsql: Update OS X shared memory documentation for 10.3.9 and later to momjian@postgresql.org (Bruce Momjian)
- pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while tgl@postgresql.org (Tom Lane)
- pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while tgl@postgresql.org (Tom Lane)
- python - pq: Move message type check and make it more detailed. jwp@pgfoundry.org (James William Pye)
- python - fe: Check INSERT queries. jwp@pgfoundry.org (James William Pye)
- pgsql: Fix ancient error in large objects usage example: overwrite() tgl@postgresql.org (Tom Lane)
- pgsql: Fix ancient error in large objects usage example: overwrite() tgl@postgresql.org (Tom Lane)
- pgsql: Remove unnecessary lo_lseek call in lo_open. tgl@postgresql.org (Tom Lane)
- pgsql: Arrange to call AbsorbFsyncRequests every so often while tgl@postgresql.org (Tom Lane)
- docbot - docbot: Refactor authentication into a single subroutine, turnstep@pgfoundry.org (User Turnstep)
- wilddb - aed: Add PDF, original schema, and put comments in new Postgres turnstep@pgfoundry.org (User Turnstep)
- pgsql: Add comment about localized month names for to_date and momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * Allow to_date() and to_timestamp() accept localized momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * Add missing parameter handling in to_char() > > momjian@postgresql.org (Bruce Momjian)
- pgsql: Appended is a small documentation patch that adds a note to the momjian@postgresql.org (Bruce Momjian)
- pgsql: Appended is a small documentation patch that adds a note to the momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * Allow FSM to return free space toward the beginning of momjian@postgresql.org (Bruce Momjian)
- pgsql: Add CASCADE option to TRUNCATE. tgl@postgresql.org (Tom Lane)
- pgsql: Fix a typo. neilc@postgresql.org (Neil Conway)
- pgsql: In ipcclean, check LOGNAME only if USER is not set. momjian@postgresql.org (Bruce Momjian)
- pgsql: In ipcclean, check LOGNAME only if USER is not set. momjian@postgresql.org (Bruce Momjian)
- pgsql: Dept. tgl@postgresql.org (Tom Lane)
- pgsql: Make the COPY command return a command tag that includes the tgl@postgresql.org (Tom Lane)
- pgsql: Done: < o %Have COPY return the number of rows loaded/unloaded? momjian@postgresql.org (Bruce Momjian)
- pgsql: Done: > * -Allow TRUNCATE ... momjian@postgresql.org (Bruce Momjian)
- pgsql: Clarify macro layout for win32 IMPORT. momjian@postgresql.org (Bruce Momjian)
- pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row tgl@postgresql.org (Tom Lane)
- pgsql: Add workaround so MSVC doesn't try to load strings.h, which it momjian@postgresql.org (Bruce Momjian)
- bizgres - bizgres: Improve tuplesort.c to support variable merge order. aparashar@pgfoundry.org (User Aparashar)
- pgsql: Update ipcclean to use try 'id' first for root check. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update ipcclean to use try 'id' first for root check. momjian@postgresql.org (Bruce Momjian)
- pgsql: Rename Online Backup to Continuous Archiving. momjian@postgresql.org (Bruce Momjian)
- bizgres - bizgres: Modify logtape.c so that the initial aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: Improve tuplesort.c to support variable merge order. aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: 1. aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: Improve sorting speed by pre-extracting the first aparashar@pgfoundry.org (User Aparashar)
- pgsql: Fixes for Win32-client only compiles. momjian@postgresql.org (Bruce Momjian)
- pgsql: Improve pg_dump and psql to use libpq's newer COPY support tgl@postgresql.org (Tom Lane)
- pgsql: Avoid trying to open /dev/tty on Win32. momjian@postgresql.org (Bruce Momjian)
- pgsql: Avoid trying to open /dev/tty on Win32. momjian@postgresql.org (Bruce Momjian)
- pgsql: Avoid trying to open /dev/tty on Win32. momjian@postgresql.org (Bruce Momjian)
- pgsql: This patch fixes this warning. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: This patch fixes this warning. Tom Lane
- pgsql: That was a typo in my comment before the code (the nutshell momjian@postgresql.org (Bruce Momjian)
- pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. momjian@postgresql.org (Bruce Momjian)
- pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. momjian@postgresql.org (Bruce Momjian)
- pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. momjian@postgresql.org (Bruce Momjian)
- pgsql: > It doesn't say that only the listed commands acquire ACCESS momjian@postgresql.org (Bruce Momjian)
- pgsql: > gettimeofday.c:35: warning: integer constant is too large for momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * Allow FSM page return free space based on table momjian@postgresql.org (Bruce Momjian)
- pgsql: Tighten up SJIS byte sequence check. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Tighten up SJIS byte sequence check. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Tighten up SJIS byte sequence check. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Tighten up SJIS byte sequence check. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Tighten up SJIS byte sequence check. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Minor teak. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Minor teak. ishii@postgresql.org (Tatsuo Ishii)
- pgsql: Prevent sorting from requesting a SortTuple array that exceeds tgl@postgresql.org (Tom Lane)
- pgsql: Prevent lazy_space_alloc from making requests that exceed tgl@postgresql.org (Tom Lane)
- pgsql: Prevent lazy_space_alloc from making requests that exceed tgl@postgresql.org (Tom Lane)
- pgsql: Incorporate a couple of recent tuplesort.c improvements into tgl@postgresql.org (Tom Lane)
- pgsql: Declare the arguments of AllocateFile() as const char *, not char tgl@postgresql.org (Tom Lane)
- pgsql: Support include directives in postgresql.conf. tgl@postgresql.org (Tom Lane)
- grantfu - grantfu: support roles, USAGE ON SEQENCE. mkz@pgfoundry.org (User Mkz)
- pgsql: Improve OS X shared-memory documentation: fix typos and provide a tgl@postgresql.org (Tom Lane)
- pgsql: Improve STRINGS_H macro test for MSVC extensions. momjian@postgresql.org (Bruce Momjian)
- pgsql: Check for "msys" so it doesn't use 'con' by checking for an momjian@postgresql.org (Bruce Momjian)
- pgsql: Check for "msys" so it doesn't use 'con' by checking for an momjian@postgresql.org (Bruce Momjian)
- pgsql: Check for "msys" so it doesn't use 'con' by checking for an momjian@postgresql.org (Bruce Momjian)
- pgsql: Done: > o -Add "include file" functionality in postgresql.conf momjian@postgresql.org (Bruce Momjian)
- pgsql: Update to 2006. momjian@postgresql.org (Bruce Momjian)
- pgsql: Prepared queries for PLPerl, plus fixing a small plperl memory adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Add: > o Port contrib/xml2 momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Add: > o Port contrib/xml2 Neil Conway
- pgpitrha - pgpitrha: New Directory jeffroe996@pgfoundry.org (User Jeffroe996)
- pgpitrha - pgpitrha: New Directory jeffroe996@pgfoundry.org (User Jeffroe996)
- pgpitrha - pgpitrha: New Directory jeffroe996@pgfoundry.org (User Jeffroe996)
- pgpitrha - pgpitrha: Initial import jeffroe996@pgfoundry.org (User Jeffroe996)
- Re: pgsql: Add: > o Port contrib/xml2 Magnus Hagander
- Re: pgsql: Add: > o Port contrib/xml2 Bruce Momjian
- pgsql: Per recent discussion on -hackers, we should sometimes reorder neilc@postgresql.org (Neil Conway)
- pgsql: In psql, save history of backslash commands used in multi-line momjian@postgresql.org (Bruce Momjian)
- pgsql: in the docs, the function "ascii(text)" is described as returning momjian@postgresql.org (Bruce Momjian)
- pgsql: Prevent autovacuum from zeroing damaged pages. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > * %Disallow changing sequence characteristics like momjian@postgresql.org (Bruce Momjian)
- pgsql: Update: < * %Disallow changing sequence characteristics like momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix psql history handling so 'execute' backslash commands (\g) momjian@postgresql.org (Bruce Momjian)
- pgsql: Add for ecpg: > o Add COPY TO STDIN / STDOUT handling momjian@postgresql.org (Bruce Momjian)
- pgsql: Add WSACancelBlockingCall TODO.detail item. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add for Win32: > o Check WSACancelBlockingCall() for interrupts momjian@postgresql.org (Bruce Momjian)
- pgsql: Update item. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add: > o Prevent parent tables from altering or dropping momjian@postgresql.org (Bruce Momjian)
- pgsql: This patch adds native LDAP auth, for those platforms that don't momjian@postgresql.org (Bruce Momjian)
- pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested momjian@postgresql.org (Bruce Momjian)
- pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested momjian@postgresql.org (Bruce Momjian)
- pgsql: Update comment on how sighup signal affects postgresql.conf momjian@postgresql.org (Bruce Momjian)
- pgsql: Enable standard_conforming_strings to be turned on. momjian@postgresql.org (Bruce Momjian)
- pgsql: Attached is the new patch. momjian@postgresql.org (Bruce Momjian)
- pgsql: Done though the second is default so off in 8.2: > * -Eventually momjian@postgresql.org (Bruce Momjian)
- pgsql: Default to ON for 8.2, as announced in the release notes: momjian@postgresql.org (Bruce Momjian)
- pgsql: SGML typo fix. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Default to ON for 8.2, as announced in the release notes: Tom Lane
- Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested Tom Lane
- Re: pgsql: Default to ON for 8.2, as announced in the release notes: Tom Lane
- pgsql: 'make clean' should NOT remove *~ files. tgl@postgresql.org (Tom Lane)
- pgsql: Remove the stub support we had for UNION JOIN; per discussion, tgl@postgresql.org (Tom Lane)
- pgsql: Make all our flex and bison files use %option prefix or tgl@postgresql.org (Tom Lane)
- Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Bruce Momjian
- pgsql: Properly set "escape_string_warning" to default to true. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Default to ON for 8.2, as announced in the release Bruce Momjian
- pgsql: Back out comment update about sighup, original was accurate. momjian@postgresql.org (Bruce Momjian)
- pgsql: Use SetConfigOption() to turn off "zero_damaged_pages" in momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Andrew Dunstan
- Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Bruce Momjian
- Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: Tom Lane
- pgsql: Turn off zero_damaged_pages in the right place (ie, in the tgl@postgresql.org (Tom Lane)
- pgsql: Repair old performance bug in tuplesort.c/logtape.c. tgl@postgresql.org (Tom Lane)
- pgfouine - pgfouine: fixed an infinite loop when duration and count are gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated ChangeLog gsmet@pgfoundry.org (User Gsmet)
- pgsql: Further examination of ltsReleaseBlock usage shows that it's got tgl@postgresql.org (Tom Lane)
- bizgres - bizgres: Added support for sql statement to be run on db nwakefield@pgfoundry.org (User Nwakefield)
- pgsql: Update /contrib regression tests for escape_string_warning. momjian@postgresql.org (Bruce Momjian)
- pgsql: Adjust PL regression tests for escape_string_warning. momjian@postgresql.org (Bruce Momjian)
- pgsql: Adjust plpython for escape_string_warning. momjian@postgresql.org (Bruce Momjian)
- pgsql: Update pltcl expected file for E''. momjian@postgresql.org (Bruce Momjian)
- pgsql: Tweak trace_sort code to show the merge order (number of active tgl@postgresql.org (Tom Lane)
- pgsql: Remove Christof Petig copyright on include file, per author momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove somebody's flight of fancy about an UPDATE with ORDER BY tgl@postgresql.org (Tom Lane)
- pgsql: Remove somebody's flight of fancy about an UPDATE with ORDER BY tgl@postgresql.org (Tom Lane)
- dbi-link - dbi-link: Updated copyright to 2006 dfetter@pgfoundry.org (User Dfetter)
- pgsql: Remove Jan Wieck's name from copyrights, and put in standard momjian@postgresql.org (Bruce Momjian)
- bizgres - bizgres: Added automatic password encryption and support for nwakefield@pgfoundry.org (User Nwakefield)
- pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in tgl@postgresql.org (Tom Lane)
- pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in tgl@postgresql.org (Tom Lane)
- orafce - orafce: Initial implementation of PLVDate library - okbob@pgfoundry.org (User Okbob)
- pgsql: Fix order of linking of libxslt and libxml2, per Dave Page. tgl@postgresql.org (Tom Lane)
- pgsql: Fix order of linking of libxslt and libxml2, per Dave Page. tgl@postgresql.org (Tom Lane)
- pgsql: Fix order of linking of libxslt and libxml2, per Dave Page. tgl@postgresql.org (Tom Lane)
- Re: pgsql: Remove Jan Wieck's name from copyrights, Neil Conway
- python - typ: Make record more "subclassable". jwp@pgfoundry.org (James William Pye)
- python - pq: Move (tracenull)RaiseTransactionError to jwp@pgfoundry.org (James William Pye)
- pgsql: Make $PostgreSQL CVS tags consistent for SGML files. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove unintened change to pg_proc.h. momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Make $PostgreSQL CVS tags consistent for Neil Conway
- Re: pgsql: Make $PostgreSQL CVS tags consistent for SGML Bruce Momjian
- python - fe: Fix bugs introduced by recent refactor. jwp@pgfoundry.org (James William Pye)
- python - fe: Set traceR. jwp@pgfoundry.org (James William Pye)
- pgsql: Implement 4 new aggregate functions from SQL2003. neilc@postgresql.org (Neil Conway)
- pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). tgl@postgresql.org (Tom Lane)
- pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). tgl@postgresql.org (Tom Lane)
- python - pq: Raise the exception, not return. jwp@pgfoundry.org (James William Pye)
- pgsql: Recent changes in memory management in tuplesort.c had a problem: tgl@postgresql.org (Tom Lane)
- pgsql: Remove a few places that attempted to define INT_MAX, SCHAR_MAX, neilc@postgresql.org (Neil Conway)
- pgsql: Add CVS tag lines to files that were lacking them. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: The version is now 7.03.0261. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Remove copyright notices from Jan (per author approval), and momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove Christof Petig copyright. momjian@postgresql.org (Bruce Momjian)
- pgaccess - pgaccess: remove OIDs from scripts in favor of unique script cmaj@pgfoundry.org (User Cmaj)
- python - fe: Extend testCopy and testCopyFail. jwp@pgfoundry.org (James William Pye)
- npgsql - Npgsql: 2006-03-12 Francisco Figueiredo Jr. fxjr@pgfoundry.org (User Fxjr)
- pgbuildfarm - client-code: add --with-ldap to distributed config flags. andrewd@pgfoundry.org (User Andrewd)
- orafce - orafce: PLVdate completed - multicultural library for bussines okbob@pgfoundry.org (User Okbob)
- python - pq: Replace asserts and keep determined fatality. jwp@pgfoundry.org (James William Pye)
- python - fe: Use Transaction.fatal for fatality detection. jwp@pgfoundry.org (James William Pye)
- pgfouine - pgfouine: fixed syslog date detection (problem with php 4.3.2 gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated ChangeLog gsmet@pgfoundry.org (User Gsmet)
- pgsql: Fix a number of syntax errors in contrib modules' uninstall neilc@postgresql.org (Neil Conway)
- pgaccess - pgaccess: drop OID from reports, add filter and order by to cmaj@pgfoundry.org (User Cmaj)
- pgaccess - pgaccess: display saved filter and order by clauses cmaj@pgfoundry.org (User Cmaj)
- orafce - orafce: some parts of plvstr and plvchr was implemented okbob@pgfoundry.org (User Okbob)
- orafce - orafce: plvstr completed. okbob@pgfoundry.org (User Okbob)
- pgfouine - www: s/2005/2006 gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: s/2005/2006 again gsmet@pgfoundry.org (User Gsmet)
- pgsql: Improve parser so that we can show an error cursor position for tgl@postgresql.org (Tom Lane)
- pgsql: Missed this file in previous commit :-( tgl@postgresql.org (Tom Lane)
- pgsql: It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 tgl@postgresql.org (Tom Lane)
- pgaccess - pgaccess: fix picture handling after recent changes, add cmaj@pgfoundry.org (User Cmaj)
- python - be: Fix off by one error in indent. jwp@pgfoundry.org (James William Pye)
- pgsql: Fix typo in pgcvslog, used == instead of =. momjian@postgresql.org (Bruce Momjian)
- psqlodbc - psqlodbc: There was a problem by SSLMODE. h-saito@pgfoundry.org (User H-saito)
- pgsql: Clean up representation of function RTEs for functions returning tgl@postgresql.org (Tom Lane)
- pgsql: Fix invalid use of #if within a macro, per Laurenz Albe. tgl@postgresql.org (Tom Lane)
- orafce - orafce: very young dbms_pipe implemention okbob@pgfoundry.org (User Okbob)
- pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key meskes@postgresql.org (Michael Meskes)
- pgsql: Document long names for format options (plain, tar, custom). petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix bug introduced into mergejoin logic by performance tgl@postgresql.org (Tom Lane)
- pgsql: Fix bug introduced into mergejoin logic by performance tgl@postgresql.org (Tom Lane)
- autodoc - autodoc: Do not prepare() the statistics query if it is not rbt@pgfoundry.org (User Rbt)
- python - ip: Add Transaction descriptor. jwp@pgfoundry.org (James William Pye)
- psqlodbc - psqlodbc: Fix page tag of a dialog. h-saito@pgfoundry.org (User H-saito)
- pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does neilc@postgresql.org (Neil Conway)
- pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does neilc@postgresql.org (Neil Conway)
- pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does neilc@postgresql.org (Neil Conway)
- pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does neilc@postgresql.org (Neil Conway)
- pgsql: Adjust join_1.out to match Windows behavior for new mergejoin tgl@postgresql.org (Tom Lane)
- pgsql: Adjust join_1.out to match Windows behavior for new mergejoin tgl@postgresql.org (Tom Lane)
- pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key meskes@postgresql.org (Michael Meskes)
- pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key meskes@postgresql.org (Michael Meskes)
- python - ip: New Directory jwp@pgfoundry.org (James William Pye)
- python - fe: Use Green Trunk's new base functionality in Connectors and jwp@pgfoundry.org (James William Pye)
- python - ip: Implement some common code in Connector and Fitting jwp@pgfoundry.org (James William Pye)
- pgsql: Fix a few places that were checking for the return value of neilc@postgresql.org (Neil Conway)
- python - fe: Use sorted items as key. jwp@pgfoundry.org (James William Pye)
- python - ex: Give AbortTransaction the ability to return an object. jwp@pgfoundry.org (James William Pye)
- python - fe: Use AbortTransaction.returning in Transact. jwp@pgfoundry.org (James William Pye)
- python - ip: Content update. jwp@pgfoundry.org (James William Pye)
- python - ex: Use the codename for the package name. jwp@pgfoundry.org (James William Pye)
- python - fe: Fix break from string to list use in connection dictionary. jwp@pgfoundry.org (James William Pye)
- python - pq: Let the user handle the following Ready message. jwp@pgfoundry.org (James William Pye)
- python - fe: Don't send sync if the transaction is Querying or Function. jwp@pgfoundry.org (James William Pye)
- orafce - orafce: dbms_pipe completed okbob@pgfoundry.org (User Okbob)
- pgsql: Update comment that pgNotify.be_pid is pid of the notifying momjian@postgresql.org (Bruce Momjian)
- python - ip: Don't forget to include the Connector's interfaces. jwp@pgfoundry.org (James William Pye)
- orafce - orafce: dbms_alert skeleton okbob@pgfoundry.org (User Okbob)
- pgsql: Fix psql history handling: > 1) Fix the problems with the \s momjian@postgresql.org (Bruce Momjian)
- pgsql: Merge the loading of shared object descriptions with regular alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Minor refactoring: initialize_SSL() only returns 0, so it should neilc@postgresql.org (Neil Conway)
- pgsql: Improve performance of our private version of qsort. tgl@postgresql.org (Tom Lane)
- pgsql: Improve performance of our private version of qsort. tgl@postgresql.org (Tom Lane)
- bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out aparashar@pgfoundry.org (User Aparashar)
- bizgres - bizgres: Tom Lane, Simon Riggs 1. aparashar@pgfoundry.org (User Aparashar)
- python - fe: Asyncs can occur while waiting for Ready. jwp@pgfoundry.org (James William Pye)
- psqlodbc - psqlodbc: I have noticed the commit leak... h-saito@pgfoundry.org (User H-saito)
- pgsql: Add error location info to ResTarget parse nodes. tgl@postgresql.org (Tom Lane)
- bizgres - bizgres: added suport for moving and deleting the source file nwakefield@pgfoundry.org (User Nwakefield)
- pgsql: Fix plpgsql to pass only one copy of any given plpgsql variable tgl@postgresql.org (Tom Lane)
- pgsql: Fix plpgsql to pass only one copy of any given plpgsql variable tgl@postgresql.org (Tom Lane)
- python - typ: Fix handling of empty arrays. jwp@pgfoundry.org (James William Pye)
- python - fe: Add more tests to testArray. jwp@pgfoundry.org (James William Pye)
- npgsql - Npgsql: 2006-03-23 Francisco Figueiredo Jr. fxjr@pgfoundry.org (User Fxjr)
- bizgres - bizgres: Latest improvements from Simon for memory management aparashar@pgfoundry.org (User Aparashar)
- pgfouine - pgfouine: removed an unused regexp added us (microsecond) as gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: authorized longer command number gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added microsecond unit gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added the ability to read log file from stdin gsmet@pgfoundry.org (User Gsmet)
- pgsql: Arrange to emit a description of the current XLOG record as error tgl@postgresql.org (Tom Lane)
- pgstatic - pgstatic: Imported Sources chriskl@pgfoundry.org (User Chriskl)
- pgstatic - pgstatic: New Directory chriskl@pgfoundry.org (User Chriskl)
- pgstatic - pgstatic: New Directory chriskl@pgfoundry.org (User Chriskl)
- pgstatic - pgstatic: New Directory chriskl@pgfoundry.org (User Chriskl)
- bizgres - bizgres: Tagged version string. llonergan@pgfoundry.org (User Llonergan)
- bizgres - bizgres: Includes: 1. aparashar@pgfoundry.org (User Aparashar)
- pgsql: Comments in IndexBuildHeapScan describe the indexing of tgl@postgresql.org (Tom Lane)
- pgsql: Comments in IndexBuildHeapScan describe the indexing of tgl@postgresql.org (Tom Lane)
- bizgres - bizgres: Introduce release Release-0_9_0 ksrikanth@pgfoundry.org (User Ksrikanth)
- pgfouine - pgfouine: fixed a minor bug on NULL values gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: removed getConfig/setConfig to use constants gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: improved date detection again should be ok now gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added a toc gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed a bug in an error message gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added a html hourly report gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: new test gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated test cases gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated test cases gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: removed empty test cases gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated test cases gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated test cases gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: removed an empty line at the end of the file gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: added getSubQueries for unit testing gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: let's ignore autovacuum log lines gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: help++ gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated ChangeLog gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed a bug in the all queries graph gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: removed html from text output gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: let's set a higher memory limit even if it's often gsmet@pgfoundry.org (User Gsmet)
- pgaccess - pgaccess: removed usage of OID from queries cmaj@pgfoundry.org (User Cmaj)
- pgfouine - pgfouine: better to use H instead of h gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: let's release 0.5 gsmet@pgfoundry.org (User Gsmet)
- bizgres - bizgres: Assertion issues with shrink_memtuples solved. aparashar@pgfoundry.org (User Aparashar)
- pgfouine - pgfouine: updated ChangeLog gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: updated the website for 0.5 release gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: minor fixes gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: improved errors report gsmet@pgfoundry.org (User Gsmet)
- pgfouine - www: updated the website for 0.5 release gsmet@pgfoundry.org (User Gsmet)
- pginstaller - web: Fix URL per Phil Rhodes dpage@pgfoundry.org (User Dpage)
- pgfouine - pgfouine: added a new line to ignore gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: fixed a reference problem gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: notice-- with php 5.1 gsmet@pgfoundry.org (User Gsmet)
- pgfouine - pgfouine: updated ChangeLog gsmet@pgfoundry.org (User Gsmet)
- wikipedia - wikipgedia: backporting security fix from mediawiki 1.5.8 sven@pgfoundry.org (Sven Klemm)
- bizgres - bizgres: Introduce release Release-0_9_1 ksrikanth@pgfoundry.org (User Ksrikanth)
- Re: pgsql: Comments in IndexBuildHeapScan describe Simon Riggs
- Re: pgsql: Comments in IndexBuildHeapScan describe Tom Lane
- bizgres - bizgres: File Modified :path.sh BUG BG-4 Fix : Use BIZHOME to ksrikanth@pgfoundry.org (User Ksrikanth)
- pgsql: Repair longstanding error in btree xlog replay: XLogReadBuffer tgl@postgresql.org (Tom Lane)
- pgsql: Repair longstanding error in btree xlog replay: XLogReadBuffer tgl@postgresql.org (Tom Lane)
- pgsql: Repair longstanding error in btree xlog replay: XLogReadBuffer tgl@postgresql.org (Tom Lane)
- pgsql: Repair longstanding error in btree xlog replay: XLogReadBuffer tgl@postgresql.org (Tom Lane)
- pgloader - pgloader: This new version allows importing data from all jpargudo@pgfoundry.org (User Jpargudo)
- pgsql: Disable full_page_writes, because turning it off risks causing tgl@postgresql.org (Tom Lane)
- pgsql: Disable full_page_writes, because turning it off risks causing tgl@postgresql.org (Tom Lane)
- python - be: Do cleanup on only commit and abort. jwp@pgfoundry.org (James William Pye)
- pgsql: TablespaceCreateDbspace should function normally even on tgl@postgresql.org (Tom Lane)
- pgsql: TablespaceCreateDbspace should function normally even on tgl@postgresql.org (Tom Lane)
- pgsql: TablespaceCreateDbspace should function normally even on tgl@postgresql.org (Tom Lane)
- pgfouine - www: added the gentoo ebuild link gsmet@pgfoundry.org (User Gsmet)
- pgsql: Clean up and document the API for XLogOpenRelation and tgl@postgresql.org (Tom Lane)
- pgsql: Fix bad SQL, per Stefan Kaltenbrunner. adunstan@postgresql.org (Andrew Dunstan)
- bizgres - bizgres: update 0.9 release ksrikanth@pgfoundry.org (User Ksrikanth)
- bizgres - bizgres: Fixing Version Put Postgres at the begining. ksrikanth@pgfoundry.org (User Ksrikanth)
- python - fe: Don't close the connection on __del__. jwp@pgfoundry.org (James William Pye)
- pgsql: Suppress attempts to report dropped tables to the stats collector tgl@postgresql.org (Tom Lane)
- pgsql: Suppress attempts to report dropped tables to the stats collector tgl@postgresql.org (Tom Lane)
- pgsql: Improve gist XLOG code to follow the coding rules needed to tgl@postgresql.org (Tom Lane)
- pgaccess - pgaccess: removed OID dependency for form cmaj@pgfoundry.org (User Cmaj)
- bizgres - bizgres: Change work_mem and shared_buffers defaults for llonergan@pgfoundry.org (User Llonergan)
- bizgres - bizgres: Introduce release Release-0_9_2 ksrikanth@pgfoundry.org (User Ksrikanth)
- Re: pgsql: Improve gist XLOG code to follow the coding Teodor Sigaev
- Re: pgsql: Improve gist XLOG code to follow the coding Tom Lane
- bizgres - bizgres: Backing out the latest bitmap patch - Ayush aparashar@pgfoundry.org (User Aparashar)
- pgaccess - pgaccess: New Directory cmaj@pgfoundry.org (User Cmaj)
- pgaccess - pgaccess: New Directory cmaj@pgfoundry.org (User Cmaj)
- bizgres - bizgres: Introduce patch Release-0_9_2-1 ksrikanth@pgfoundry.org (User Ksrikanth)
- pgaccess - pgaccess: upgrading to pgintcl-3.0.0, lots of housekeeping cmaj@pgfoundry.org (User Cmaj)
- pgaccess - pgaccess: putting pgmonitor back in cmaj@pgfoundry.org (User Cmaj)
- bizgres - bizgres: Introduce patch Release-0_9_GA ksrikanth@pgfoundry.org (User Ksrikanth)
- pgsql: Clean up WAL/buffer interactions as per my recent proposal. tgl@postgresql.org (Tom Lane)