| Age | Commit message (Expand) | Author |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-06-09 | Auto-seed random so user's can't request random values based on | Bruce Momjian |
| 1998-06-09 | Another for for exec() removal and finding binaries. | Bruce Momjian |
| 1998-06-08 | Fixed exec path problem. | Bruce Momjian |
| 1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |
| 1998-05-29 | Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths are | Thomas G. Lockhart |
| 1998-05-29 | Add conversion functions to and from the "name" data type. | Thomas G. Lockhart |
| 1998-05-29 | Ensure string is completely null padded on input (as advertised). | Thomas G. Lockhart |
| 1998-05-19 | Allow cancel from client of backend query. Change some int variables | Bruce Momjian |
| 1998-05-09 | Fix CACHEDEBUG debugging statements; usually not used and apparently | Thomas G. Lockhart |
| 1998-05-09 | Add routines to convert between varchar and bpchar. | Thomas G. Lockhart |
| 1998-05-09 | Make a few line routines visible. | Thomas G. Lockhart |
| 1998-05-09 | Define "tz_hour" and "tz_minute" arguments to date_part(). | Thomas G. Lockhart |
| 1998-04-29 | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier |
| 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-27 | This patch... | Bruce Momjian |
| 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-04-06 | Hi, | Bruce Momjian |
| 1998-04-05 | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian |
| 1998-04-05 | Fix for memory leak. | Bruce Momjian |
| 1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
| 1998-03-30 | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian |
| 1998-03-20 | > > I'm using text[] arrays. Some of my array elements have '"' | Bruce Momjian |
| 1998-03-15 | From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu> | Marc G. Fournier |
| 1998-03-15 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-03-07 | Add one-line fix to allow redefining built-in functions. | Thomas G. Lockhart |
| 1998-03-02 | Fix money type USE_LOCALE support at least for default "C" locale. | Thomas G. Lockhart |
| 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: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier |
| 1998-02-24 | Remove #include "port-protos.h", since we no longer use it | 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-14 | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier |
| 1998-02-13 | Atttypmod cleanup. | Bruce Momjian |
| 1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian |
| 1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
| 1998-02-07 | atttypmod now -1. | Bruce Momjian |
| 1998-02-05 | Vadim fix for vacuum analyze. | Bruce Momjian |
| 1998-02-05 | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian |
| 1998-02-03 | Define boolean functions for lseg <, <=, <>, >=, > | Thomas G. Lockhart |
| 1998-02-02 | No datedebug printing of date debug is not defined. | Bruce Momjian |
| 1998-02-02 | Move all the isinf() stuff from float.c to isinf.c, and build it according to | Marc G. Fournier |