| Age | Commit message (Expand) | Author |
| 1999-12-16 | Update for QNX. | Bruce Momjian |
| 1999-12-16 | Ethernet MAC addresses (macaddr type) are not compared correctly for | 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 | > From what I gather, this should be a little cleaner because the | Bruce Momjian |
| 1999-12-14 | >From what I gather, this should be a little cleaner because the | Bruce Momjian |
| 1999-12-14 | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | 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-12 | Meanwhile, database names with single quotes in names don't work very well | 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 | Remove unneeded action. | Bruce Momjian |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-12-10 | Correct coredump in ALTER TABLE foo ADD(). Accept explicit NULL in | Tom Lane |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-12-09 | Update for QNX from Kardos, Dr. Andrea | Bruce Momjian |
| 1999-12-09 | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane |
| 1999-12-09 | Hi, | Bruce Momjian |
| 1999-12-08 | Fixed concurrent visibility bug. | Jan Wieck |
| 1999-12-07 | Clean up memory leakage in find_inheritors() by using pg_list lists | Tom Lane |
| 1999-12-07 | Again updated INSIDE TODO | Jan Wieck |
| 1999-12-07 | Added SET DEFAULT action for ON DELETE/UPDATE | Jan Wieck |
| 1999-12-06 | Corrected TODO in source | Jan Wieck |
| 1999-12-06 | Added ON DELETE/UPDATE SET NULL | Jan Wieck |
| 1999-12-06 | Completed FOREIGN KEY syntax. | Jan Wieck |
| 1999-12-06 | Fix bugs regarding pid file. | Tatsuo Ishii |
| 1999-12-06 | Rule deparser needs to quote identifiers that are spelled the same as | Tom Lane |
| 1999-12-04 | Unlink the pid file if it's bogus (no associated process exists) | Tatsuo Ishii |
| 1999-12-03 | Create postmaster.pid and postmaster.opts under $PGDATA | Tatsuo Ishii |
| 1999-12-01 | Mention index name when reporting corruption. | Bruce Momjian |
| 1999-11-30 | Fix compile error on older patch. | Bruce Momjian |
| 1999-11-30 | create/alter user extension | Bruce Momjian |
| 1999-11-29 | Add permissions check: now one must be the Postgres superuser or the | Tom Lane |
| 1999-11-29 | Try to detect oversize tuple before corrupting relation, instead of | Tom Lane |
| 1999-11-28 | Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run in | Tom Lane |
| 1999-11-28 | Delete pg_statistics rows for a relation during heap_destroy_with_catalog. | Tom Lane |
| 1999-11-28 | lmgr.c didn't check for failure return from LockAcquire(). Boo hiss. | Tom Lane |
| 1999-11-28 | Add missing SpinRelease() to a couple of error exits --- bug found while | Tom Lane |
| 1999-11-27 | COPY to a relation should keep write lock till transaction commit. | Tom Lane |
| 1999-11-25 | Fix for bool casting. | Bruce Momjian |
| 1999-11-25 | Added another single byte oriented decompressor, useful for | Jan Wieck |
| 1999-11-25 | Add opid to selectivity function call. | Bruce Momjian |
| 1999-11-25 | Enable pg_statistic cache use. | Bruce Momjian |
| 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 | Add multi-byte support to lztextlen() | Tatsuo Ishii |