| Age | Commit message (Expand) | Author |
| 2000-01-11 | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. | Tom Lane |
| 2000-01-11 | Ah-hah, there are attribute size constants lurking here too. | Tom Lane |
| 2000-01-11 | Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector | Tom Lane |
| 2000-01-11 | Remove no-longer-used symbols. | Tom Lane |
| 2000-01-11 | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian |
| 2000-01-10 | Fix initdb so it works, but still only for 8. | Bruce Momjian |
| 2000-01-10 | Cleanup for func args > 8. | Bruce Momjian |
| 2000-01-10 | Update fmgr to allow 32 arguments. | Bruce Momjian |
| 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-10 | Move fixes for >8 indexed fields. | Bruce Momjian |
| 2000-01-10 | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian |
| 2000-01-09 | Add SetPidFile() and friends. | Tatsuo Ishii |
| 2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
| 2000-01-08 | Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely | Tom Lane |
| 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-30 | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane |
| 1999-12-28 | Removed LZTEXT datatype as discussed. | Jan Wieck |
| 1999-12-21 | update_pg_pwd() is an AR trigger. Corrected return type. | Jan Wieck |
| 1999-12-21 | Added empty TOASTER files and corrected some minor glitches | Jan Wieck |
| 1999-12-20 | Required catalog changes for extended LONG attribute storage. | Jan Wieck |
| 1999-12-20 | Clean up some minor gcc warnings. | Tom Lane |
| 1999-12-20 | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane |
| 1999-12-17 | This is my -- hopefully sufficiently portable -- attempt at cleaning out | Bruce Momjian |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-12-16 | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
| 1999-12-14 | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane |
| 1999-12-14 | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian |
| 1999-12-13 | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane |
| 1999-12-12 | any_ordering_op()'s argument should be declared Oid not int. | Tom Lane |
| 1999-12-12 | I'm in TODO mood today ... | Bruce Momjian |
| 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 | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-12-09 | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane |
| 1999-12-08 | Fix indexing of cidr. | Bruce Momjian |
| 1999-12-08 | Cleanup | Bruce Momjian |
| 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 |