| Age | Commit message (Expand) | Author |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-16 | Remove use of geteuid under Win32. | Bruce Momjian |
| 2003-05-15 | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-05-09 | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane |
| 2003-05-09 | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane |
| 2003-05-09 | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane |
| 2003-05-08 | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
| 2003-05-07 | Change alternate database location patch to test for symlink() rather | Bruce Momjian |
| 2003-05-06 | Add display of eventual result RowDescription (if any) to the output | Tom Lane |
| 2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-05-04 | Disable alternate locations on Win32 because it doesn't support symlinks. | Bruce Momjian |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
| 2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
| 2003-04-27 | Clean up some problems in SetClientEncoding: failed to honor doit flag | Tom Lane |
| 2003-04-25 | Make [VACUUM] ANALYZE safe on zero-column tables. | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-25 | COPY and pg_dump failed to cope with zero-column tables. Fix 'em. | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-21 | Prevent palloc(0) error when parent table has zero columns. | Tom Lane |
| 2003-04-20 | Avoid O(N^2) behavior with lots of deferred triggers by making | Tom Lane |
| 2003-04-19 | Allow \r and \r\n termination for COPY files. | Bruce Momjian |
| 2003-04-19 | Add pipe parameter to COPY function to allow proper line termination. | Bruce Momjian |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-08 | Remove extraneous semicolons. | Tom Lane |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-04-04 | Handle cp, rm, and exec for Win32. | Bruce Momjian |
| 2003-04-03 | Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO | Tom Lane |
| 2003-03-31 | The following patch cleans up the deferred trigger mechanism. There is | Bruce Momjian |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-03-23 | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane |
| 2003-03-21 | Fix ALTER TABLE / CLUSTER ON breakage. | Bruce Momjian |
| 2003-03-21 | Fix sequence casting. | Bruce Momjian |
| 2003-03-20 | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 2003-03-20 | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-03-11 | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-03-04 | Reimplement free-space-map management as per recent discussions. | Tom Lane |
| 2003-03-03 | Prevent clustering on incomplete indexes: partial indexes are verboten, | Tom Lane |
| 2003-02-24 | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane |