| Age | Commit message (Expand) | Author |
| 1999-11-01 | Allow indexes on system catalogs for use in cache code. | Bruce Momjian |
| 1999-10-31 | Rule dumper failed to affix '*' to inheritable RTEs. | Tom Lane |
| 1999-10-30 | Further performance improvements in sorting: reduce number of comparisons | Tom Lane |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-18 | Drive a stake through the heart of the last use of MAX_PARSE_BUFFER | Tom Lane |
| 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-13 | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane |
| 1999-10-11 | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue |
| 1999-10-08 | First real FOREIGN KEY constraint trigger functionality. | Jan Wieck |
| 1999-10-08 | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian |
| 1999-10-06 | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev |
| 1999-10-04 | Make the rule deparser a little less quote-happy, so that | Tom Lane |
| 1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
| 1999-10-02 | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane |
| 1999-10-02 | Replace float.c's #ifdef finite check with a proper autoconf check, so it | Tom Lane |
| 1999-10-02 | Revise rule-printing routines to use expandable StringInfo buffers, so that | Tom Lane |
| 1999-09-30 | Added utils/adt/ri_triggers with empty shells for the | Jan Wieck |
| 1999-09-30 | Removed (useless) pg_proc_prosrc_index | Jan Wieck |
| 1999-09-29 | Added nbtree operator class for NUMERIC | Jan Wieck |
| 1999-09-28 | Make tree compilable (+WAL). | Vadim B. Mikheev |
| 1999-09-28 | heap_close(rel, AccessShareLock); | Vadim B. Mikheev |
| 1999-09-28 | I have been working with user defined types and user defined c | Bruce Momjian |
| 1999-09-27 | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian |
| 1999-09-26 | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane |
| 1999-09-24 | Several changes here, not very related but touching some of the same files. | Tom Lane |
| 1999-09-23 | Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 | Bruce Momjian |
| 1999-09-23 | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian |
| 1999-09-21 | values.h patch from Alex Howansky | Bruce Momjian |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-09-11 | Eliminate query length limitation imposed by pg_client_to_server | Tom Lane |
| 1999-09-11 | Eliminate elog()'s hardwired limit on length of an error message. | Tom Lane |
| 1999-09-09 | Repair incorrect cleanup of heap memory allocation during | Tom Lane |
| 1999-09-09 | Repair error noticed by Roberto Cornacchia: selectivity code | Tom Lane |
| 1999-09-07 | Repair logic error in LIKE: should not return LIKE_ABORT | Tom Lane |
| 1999-09-06 | Fix relcache.c so that local relations (those created during | Tom Lane |
| 1999-09-06 | RelationCacheInvalidate thought there were 7 nailed-in-cache | Tom Lane |
| 1999-09-04 | remove elogs used for debugging. | Bruce Momjian |
| 1999-09-04 | Intercept temp table lookups further up to map temp names. | Bruce Momjian |
| 1999-09-04 | In RelationNameGetRelation(), replace temp table name by | Tom Lane |
| 1999-09-04 | Avoid transaction overhead when there are no temp tables | Tom Lane |
| 1999-09-04 | Invalidate temp entries for aborted transactions. | Bruce Momjian |
| 1999-09-04 | Modify RelationFlushRelation so that if the relcache entry | Tom Lane |
| 1999-09-02 | Rule deparser didn't handle unary operators correctly. | Tom Lane |
| 1999-09-02 | Repair a bunch of problems in md.c. This builds on Hiroshi's | Tom Lane |
| 1999-08-28 | Fix several problems in rule deparsing: didn't handle array | Tom Lane |
| 1999-08-25 | Revise implementation of SubLinks so that there is a consistent, | Tom Lane |
| 1999-08-24 | Alter AllocSet routines so that requests larger than | Tom Lane |