| Age | Commit message (Expand) | Author |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-03-27 | Fix up comments where had been uglified by the automated reformatter. | Thomas G. Lockhart |
| 2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
| 2000-03-23 | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian |
| 2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-02-27 | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck |
| 2000-02-27 | Add Assert() to check for trying to heap_close a relation when the | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-13 | contrib-array.patch | Bruce Momjian |
| 2000-02-10 | Add btree indexing of boolean values | Bruce Momjian |
| 2000-02-08 | I'm sending patch with new version of to_char numbers formatting. | Bruce Momjian |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-29 | Delete unused and long-dead header file. | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-25 | as attache of this mail is patch (to the main tree) with to_char's | Bruce Momjian |
| 2000-01-24 | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut |
| 2000-01-24 | First cut at making useful selectivity estimates for range queries | Tom Lane |
| 2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-17 | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-15 | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-13 | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
| 2000-01-10 | Improve cache invalidation handling. Eespecially | Hiroshi Inoue |
| 2000-01-07 | Sorry, that I send this letter/patch again, but previous sending is | Bruce Momjian |
| 2000-01-06 | Changed "triggered data change violation" detection code | Jan Wieck |
| 2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
| 2000-01-02 | Update length of timestamp to 30. | Bruce Momjian |
| 1999-12-31 | Clean up datatypes and comments for op_class() routine. | Tom Lane |
| 1999-12-28 | Removed LZTEXT datatype as discussed. | Jan Wieck |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
| 1999-12-13 | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane |
| 1999-12-10 | Added global variable to have RI triggers override | Jan Wieck |
| 1999-12-10 | Fix memory overrun while setting ps status | Tatsuo Ishii |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-11-25 | Added another single byte oriented decompressor, useful for | Jan Wieck |
| 1999-11-24 | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |