| Age | Commit message (Expand) | Author |
| 1999-08-31 | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane |
| 1999-07-22 | Plug several holes in backend's ability to cope with | Tom Lane |
| 1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-02 | Fix for removal of temp tables if last transaction was aborted. | Bruce Momjian |
| 1999-05-29 | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-22 | Improve error message from failed LOAD command (include | Tom Lane |
| 1999-05-22 | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane |
| 1999-05-22 | Make postgres prompt backend>, and remove PARSEDEBUG. | Bruce Momjian |
| 1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
| 1999-05-11 | Changed debug options: | Jan Wieck |
| 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-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
| 1999-05-01 | -T was omitted from getopt() call. | Tom Lane |
| 1999-04-28 | Fix stupid typo that broke empty-query response... odd that | Tom Lane |
| 1999-04-25 | Still had a few MULTIBYTE problems when client encoding was | 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-20 | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane |
| 1999-03-23 | cleanups | Bruce Momjian |
| 1999-03-22 | Hi, | Bruce Momjian |
| 1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian |
| 1999-03-16 | Here is a patch. | Bruce Momjian |
| 1999-02-25 | Remove reference to recipe.h. | Bruce Momjian |
| 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-18 | Enable bushy plans by default. | Bruce Momjian |
| 1999-02-16 | Re-enable bushy plans. Vadim want them. | Bruce Momjian |
| 1999-02-15 | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-08 | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck |
| 1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
| 1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane |
| 1999-01-26 | primary key support cleanups from D'Arcy... | Marc G. Fournier |
| 1999-01-21 | The following patch finishes primary key support. Previously, when | Bruce Momjian |
| 1999-01-18 | Hi! | Bruce Momjian |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
| 1998-10-16 | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian |