| Age | Commit message (Expand) | Author |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-21 | Error message editing in backend/executor. | Tom Lane |
| 2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-07-17 | For COMMENT ON DATABASE where database name is unknown or not the current | Tom Lane |
| 2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |
| 2003-07-15 | Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent | Tom Lane |
| 2003-07-15 | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane |
| 2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
| 2003-07-01 | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane |
| 2003-07-01 | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut |
| 2003-06-27 | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane |
| 2003-06-27 | Fix compile warnings. | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-24 | In an attempt to simplify my life I'm submitting this patch that | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-12 | Brief note about sequence cache not being cleared in other backends. | Bruce Momjian |
| 2003-06-06 | Add defense in assign_session_authorization() against trying to do | Tom Lane |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-05-28 | Knock down a couple more lappend() hotspots for large WHERE clauses. | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-22 | Add defense against possibility that tzname[] doesn't exist. | Tom Lane |
| 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 |