| Age | Commit message (Expand) | Author |
| 1999-12-06 | Completed FOREIGN KEY syntax. | Jan Wieck |
| 1999-12-01 | Improve descriptions of date/time functions. | Bruce Momjian |
| 1999-11-30 | create/alter user extension | Bruce Momjian |
| 1999-11-25 | Added another single byte oriented decompressor, useful for | Jan Wieck |
| 1999-11-24 | Cleanup for pg_statistic commit. | Bruce Momjian |
| 1999-11-24 | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian |
| 1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
| 1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
| 1999-11-23 | ecpg ECPGFree fix from Rene Hogendoorn. | Bruce Momjian |
| 1999-11-23 | Update opclass to be non-unique. | Bruce Momjian |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
| 1999-11-22 | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane |
| 1999-11-21 | Combine index_info and find_secondary_indexes into a single routine that | Tom Lane |
| 1999-11-21 | Clean up comments. | Tom Lane |
| 1999-11-21 | Change backend-side COPY to write files with permissions 644 not 666 | Tom Lane |
| 1999-11-21 | Repair problem exposed by Jan's new parallel-regression-test scaffold: | Tom Lane |
| 1999-11-18 | Fix for arm32 and fix for dbname with dash. | Bruce Momjian |
| 1999-11-18 | Changed pg_rewrite attributes ev_qual and ev_action to the new | Jan Wieck |
| 1999-11-17 | Some minor corrections to the LZ compression. In fact I wanted to | Jan Wieck |
| 1999-11-17 | The new LZ compression and an lztext data type based on it. | Jan Wieck |
| 1999-11-16 | Modify elog() logic so that it won't try to longjmp(Warn_restart) before | Tom Lane |
| 1999-11-16 | Commit to make clearer distinction for temp names and real names. | Bruce Momjian |
| 1999-11-15 | Clean up possible memory leakage in nodeSubplan | Tom Lane |
| 1999-11-15 | Implement subselects in target lists. Also, relax requirement that | Tom Lane |
| 1999-11-12 | Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine | Tom Lane |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-11-06 | Add Linux ARM. | Bruce Momjian |
| 1999-11-04 | Improve getopt and readline support, from Peter Eisentraut. | Bruce Momjian |
| 1999-11-04 | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue |
| 1999-11-01 | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane |
| 1999-11-01 | formatting cleanup | Bruce Momjian |
| 1999-11-01 | Update version for 7.0. | Bruce Momjian |
| 1999-11-01 | Allow indexes on system catalogs for use in cache code. | Bruce Momjian |
| 1999-10-30 | Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing | Tom Lane |
| 1999-10-26 | Hello. | Bruce Momjian |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-24 | Add a notion of a 'catalog version number' that can indicate | Tom Lane |
| 1999-10-24 | Add comment explaining that this table doesn't do what you | Tom Lane |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-18 | Update \dT again. | Bruce Momjian |
| 1999-10-18 | More \dT cleanup | Bruce Momjian |
| 1999-10-18 | Clean up \dT display. | Bruce Momjian |
| 1999-10-18 | Make bpchar == char() clearer in \dT display. | Bruce Momjian |
| 1999-10-17 | Remove now-dead sort modules. | Tom Lane |
| 1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
| 1999-10-16 | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane |
| 1999-10-15 | Fix typo in descriptions. | Bruce Momjian |
| 1999-10-15 | Clean up type descriptions. | Bruce Momjian |
| 1999-10-15 | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian |
| 1999-10-13 | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane |