| Age | Commit message (Expand) | Author |
| 1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian |
| 1999-03-23 | cleanups | Bruce Momjian |
| 1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian |
| 1999-03-16 | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian |
| 1999-03-16 | Here is a patch. | Bruce Momjian |
| 1999-03-15 | Drop buffers before destroying database files. | Bruce Momjian |
| 1999-03-14 | Hello, | Bruce Momjian |
| 1999-03-09 | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier |
| 1999-02-27 | Remove recipe.o from Makefile ... dead code not quite dead enough, | Tom Lane |
| 1999-02-24 | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian |
| 1999-02-21 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
| 1999-02-18 | Enable bushy and right-hand queries by default. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-09 | Rename Temp to Noname for noname tables. | Bruce Momjian |
| 1999-02-08 | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck |
| 1999-02-07 | Changed ExecConstraints() and ExecRelCheck() to cache the constraints | Jan Wieck |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1999-02-03 | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian |
| 1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
| 1999-02-01 | Fixed growing of backend due to not pfree()'d data on COPY FROM | Jan Wieck |
| 1999-01-29 | Hope that execMain.c good merged. | Vadim B. Mikheev |
| 1999-01-29 | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev |
| 1999-01-23 | Add explicit buffering in backend libpq, to compensate for | Tom Lane |
| 1999-01-21 | The following patch finishes primary key support. Previously, when | Bruce Momjian |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1999-01-11 | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier |
| 1998-12-18 | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
| 1998-12-14 | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier |
| 1998-12-14 | Many more cleanups... | Marc G. Fournier |
| 1998-12-14 | Initial attempt to clean up the code... | Marc G. Fournier |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
| 1998-11-22 | Fix using indices in OR. | Vadim B. Mikheev |
| 1998-11-08 | EXPLAIN VERBOSE had a very high probability of triggering | Tom Lane |
| 1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane |
| 1998-10-23 | Fix from Jan for vacuum statistics loss. | Bruce Momjian |
| 1998-10-23 | Update for bsdi 3.0. | Bruce Momjian |
| 1998-10-21 | The patch does 2 things: | Bruce Momjian |
| 1998-10-14 | New QUERY_LIMIT set command. | Bruce Momjian |
| 1998-10-12 | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian |
| 1998-10-09 | Reverse out vacuum change. | Bruce Momjian |
| 1998-10-09 | major/minor shared name cleanup | Bruce Momjian |
| 1998-10-08 | Clean up minor gcc warning about lack of reset_r_plans prototype. | Tom Lane |
| 1998-10-08 | No need compile command/version.c anymore. | Bruce Momjian |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-10-08 | Hello! | Bruce Momjian |
| 1998-10-07 | vacuum cleanups | Bruce Momjian |
| 1998-10-07 | Fix snprintf.c for machines that don't have long long, like some Irix. | Bruce Momjian |
| 1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |