| Age | Commit message (Expand) | Author |
| 1997-11-30 | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart |
| 1997-11-30 | Add datetime and timespan hash index declarations. Use float8 for both; | Thomas G. Lockhart |
| 1997-11-30 | Remove duplicate block of declarations. Must have been introduced recently | Thomas G. Lockhart |
| 1997-11-30 | Change hash field for a few equality operators so all have it set. | Thomas G. Lockhart |
| 1997-11-30 | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart |
| 1997-11-28 | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian |
| 1997-11-28 | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian |
| 1997-11-26 | Re-order args for TypeCreate() to be clearer. | Bruce Momjian |
| 1997-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 1997-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-24 | Move descriptions to pg_proc, add descriptions. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |
| 1997-11-21 | Archive cleanups. | Bruce Momjian |
| 1997-11-21 | More archive cleanup. | Bruce Momjian |
| 1997-11-21 | More archive cleanup. | Bruce Momjian |
| 1997-11-21 | Remove unused files. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-18 | Make \d commands not wrap over 80 cols. | Bruce Momjian |
| 1997-11-18 | Add descriptions for types and operators. | Bruce Momjian |
| 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 |