| Age | Commit message (Expand) | Author |
| 1998-08-11 | More op_class cleanup. | Bruce Momjian |
| 1998-08-11 | cleanup. | Bruce Momjian |
| 1998-08-04 | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-07-08 | Add int8 8-byte integer type. | Thomas G. Lockhart |
| 1998-06-16 | Hello! | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-05-31 | Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6 | Thomas G. Lockhart |
| 1998-05-29 | Add conversion functions between "name" and other string types. | Thomas G. Lockhart |
| 1998-05-09 | Add routines to convert between varchar and bpchar. | Thomas G. Lockhart |
| 1998-05-09 | Make lines more visible to the user. | Thomas G. Lockhart |
| 1998-05-09 | Add bit flags to support timezonehour and minute in data retrieval. | Thomas G. Lockhart |
| 1998-04-27 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-04-27 | From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | Marc G. Fournier |
| 1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
| 1998-04-24 | Inline some small functions called for every row. | Bruce Momjian |
| 1998-04-12 | More work in the right direction on linux/alpha | Marc G. Fournier |
| 1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
| 1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-25 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-24 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-23 | Quick cleanups | Marc G. Fournier |
| 1998-02-23 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-23 | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev |
| 1998-02-13 | Atttypmod cleanup. | Bruce Momjian |
| 1998-02-13 | From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> | Marc G. Fournier |
| 1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
| 1998-02-03 | Define boolean functions and operators for lseg <, <=, <>, >=, >. | Thomas G. Lockhart |
| 1998-02-03 | Fix for various aix related 'mis-defines' | Marc G. Fournier |
| 1998-02-02 | Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com> | Marc G. Fournier |
| 1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
| 1998-01-20 | Parser cleanup. | Bruce Momjian |
| 1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian |
| 1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
| 1998-01-11 | Fix SCO and change index name. | Bruce Momjian |
| 1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
| 1998-01-07 | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian |
| 1998-01-05 | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1998-01-01 | Add substring function for text based on oracle_compat package but | Thomas G. Lockhart |
| 1997-12-23 | Lengthen some time conversion routine names now that longer names | Thomas G. Lockhart |
| 1997-12-17 | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart |
| 1997-12-16 | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-21 | More archive cleanup. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-17 | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart |
| 1997-11-15 | Add new \df psql option and oid8types() function. | Bruce Momjian |