| Age | Commit message (Expand) | Author |
| 1999-05-20 | Generate distinct error messages for trigger function not found | Tom Lane |
| 1999-05-17 | All works on linux now by my tests and regression(with patch below). | Bruce Momjian |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-05-09 | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane |
| 1999-05-09 | Mistyping by me. | Vadim B. Mikheev |
| 1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
| 1999-05-01 | Arrange for VACUUM to delete the init file that relcache.c uses | Tom Lane |
| 1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
| 1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
| 1999-04-23 | Rename explain's "size" to "rows". | Bruce Momjian |
| 1999-04-13 | Fix adding columns to a temp table. | Bruce Momjian |
| 1999-04-12 | Some comments... | Vadim B. Mikheev |
| 1999-04-09 | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane |
| 1999-04-02 | Repair problems with omitted password and VALID UNTIL | Tom Lane |
| 1999-04-02 | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane |
| 1999-03-30 | Small cleanups. | Bruce Momjian |
| 1999-03-28 | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev |
| 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 |