| Age | Commit message (Expand) | Author |
| 1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian |
| 1997-11-17 | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart |
| 1997-11-17 | Include first text in some type descriptions (~29 entries). | Thomas G. Lockhart |
| 1997-11-16 | New \dS psql command. initdb cleanup. | Bruce Momjian |
| 1997-11-15 | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian |
| 1997-11-15 | Fix problem of COPY before vacuum. | Bruce Momjian |
| 1997-11-15 | Add new \df psql option and oid8types() function. | Bruce Momjian |
| 1997-11-14 | Add new psql \da, \do, and \dT options. | Bruce Momjian |
| 1997-11-14 | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian |
| 1997-11-13 | Add pg_description table for info on tables, columns, operators, types, and a... | Bruce Momjian |
| 1997-11-10 | Fix case issues with quotes. | Bruce Momjian |
| 1997-11-07 | new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us> | Bruce Momjian |
| 1997-11-07 | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian |
| 1997-11-07 | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart |
| 1997-11-07 | Declare routines which support SET keyword = value SQL commands. | Thomas G. Lockhart |
| 1997-11-07 | Support alternate database locations. | Thomas G. Lockhart |
| 1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
| 1997-10-30 | No more warnings on macros, thanks VAdim. | Bruce Momjian |
| 1997-10-30 | Update version to 6.3. dump/reload for 6.1 version users. | Bruce Momjian |
| 1997-10-30 | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart |
| 1997-10-30 | Fix for netbsd locking, from Henry B. Hotz. | Bruce Momjian |
| 1997-10-28 | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev |
| 1997-10-27 | c.h: | Vadim B. Mikheev |
| 1997-10-25 | Add conversion routines for int2, int4, and oid to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Reassign cash/float4 arithmetic operator oids to avoid duplicate oids. | Thomas G. Lockhart |
| 1997-10-25 | Add conversion functions for int2, int4, oid to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Rename column to avoid "action" SQL92 reserved word. | Thomas G. Lockhart |
| 1997-10-25 | StrNCpy cleanup. | Bruce Momjian |
| 1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
| 1997-10-16 | Cleanups for 6.2.1. | Bruce Momjian |
| 1997-10-15 | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev |
| 1997-10-15 | Fix final function for cash avg() aggregate. | Thomas G. Lockhart |
| 1997-10-09 | Clean up function declarations for the boolean type package | Thomas G. Lockhart |
| 1997-10-03 | We never do remember to up the PG_VERSION number, do we? :( | Marc G. Fournier |
| 1997-10-03 | Linux/alpha patch from Dan Maynard | Bruce Momjian |
| 1997-10-02 | Sparc lock fix for Linux/netbsd.REL6_2 | Bruce Momjian |
| 1997-09-30 | Add support for NetBSD/sparc. | Bruce Momjian |
| 1997-09-29 | MOVE implementation (added bool ismove to FetchStmt). | Vadim B. Mikheev |
| 1997-09-29 | HPUX patches from Vladimir Turin. | Bruce Momjian |
| 1997-09-27 | Make GetAttributeByNum visible again for external use. | Bruce Momjian |
| 1997-09-25 | Back out inclusion of postgres.h. | Bruce Momjian |
| 1997-09-25 | Massive examples fix from Nicola Bernardelli | Bruce Momjian |
| 1997-09-25 | S_LOCK_FREE fix. | Bruce Momjian |
| 1997-09-24 | Fix for S_FREE_LOCK. | Bruce Momjian |
| 1997-09-24 | + SPI_palloc(), SPI_repalloc(), SPI_pfree() | Vadim B. Mikheev |
| 1997-09-22 | Cleanup backslashes. | Bruce Momjian |
| 1997-09-22 | Fix for missing tas on some platforms. | Bruce Momjian |
| 1997-09-22 | Small lock cleanup for prototype. | Bruce Momjian |
| 1997-09-22 | Two copies... | Vadim B. Mikheev |
| 1997-09-20 | Add tinterval comparison operators. | Thomas G. Lockhart |