| Age | Commit message (Expand) | Author |
| 2003-08-30 | Guard against pgindent changing =- to = -. | Bruce Momjian |
| 2003-08-28 | Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. | Tom Lane |
| 2003-08-26 | Attached is a (very small) patch to make analyze display some | Bruce Momjian |
| 2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane |
| 2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-06 | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 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 |