| Age | Commit message (Expand) | Author |
| 2003-07-22 | Error message editing for foreign-key triggers. | Tom Lane |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-21 | Back out comment on GucContexts. | Bruce Momjian |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-07-21 | Error message editing in backend/executor. | Tom Lane |
| 2003-07-21 | Error message editing in backend/catalog. | Tom Lane |
| 2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
| 2003-07-19 | Another round of error message editing, covering backend/parser/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-07-17 | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane |
| 2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |
| 2003-07-14 | Remove duplicate definition of ERROR. | Tom Lane |
| 2003-07-14 | Fix typo in comment, as noted by Weiping He. | Tom Lane |
| 2003-07-14 | Whoops, missed committing this change to match cosmetic changes in | Tom Lane |
| 2003-07-09 | Add description for new GUC context. | Bruce Momjian |
| 2003-07-09 | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian |
| 2003-07-04 | Add --help-config facility to dump information about GUC parameters | 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-06-30 | Add GUC option log_error_verbosity to control which fields of error | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-06-27 | Create real array comparison functions (that use the element datatype's | Tom Lane |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-25 | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-24 | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian |
| 2003-06-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |
| 2003-06-12 | Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and | Bruce Momjian |
| 2003-06-11 | Add log_min_duration_statement. | Bruce Momjian |
| 2003-06-11 | Represent grant options in the information schema. | Peter Eisentraut |
| 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-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-23 | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane |
| 2003-05-22 | Fix compilation on Cygwin. | Peter Eisentraut |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2003-05-13 | More binary I/O routines. | 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 | 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-09 | Binary send/receive routines for a few basic datatypes --- enough for | 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-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-02 | SECOND ATTEMPT | Bruce Momjian |
| 2003-05-02 | Back out second part of patch. | Bruce Momjian |
| 2003-05-02 | Back out last commit --- wrong patch. | Bruce Momjian |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |