| Age | Commit message (Expand) | Author |
| 1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
| 1999-05-17 | Change GEQO optimizer to release memory after each gene | Tom Lane |
| 1999-05-16 | Minor code cleanup in optimizer. | Tom Lane |
| 1999-05-15 | I've got 2 pretty small patches. | Bruce Momjian |
| 1999-05-13 | Hi, Bruce! | Bruce Momjian |
| 1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
| 1999-05-12 | Replaced targetlist entry in GroupClause by reference number | Jan Wieck |
| 1999-05-11 | Changed debug options: | Jan Wieck |
| 1999-05-10 | Update to PyGreSQL 2.3. | Bruce Momjian |
| 1999-05-10 | Rename MAP_FILE to USERMAP_FILE for Digital Unix. | Bruce Momjian |
| 1999-05-10 | Fix initdb problem introduced by recent patch. | Bruce Momjian |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-05-09 | Repair incorrect pg_proc entry for numeric_in. | Tom Lane |
| 1999-05-09 | Update hash and join routines to use fd.c's new temp-file | Tom Lane |
| 1999-05-09 | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane |
| 1999-05-07 | Fix LMGR for MVCC. | Vadim B. Mikheev |
| 1999-05-06 | Fix some nasty coredump bugs in hashjoin. This code was just | Tom Lane |
| 1999-05-03 | Correct declaration of array_map() so that it doesn't make | Tom Lane |
| 1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
| 1999-05-03 | Revise union_planner and associated routines to clean up breakage | Tom Lane |
| 1999-05-01 | Clean up cost_sort some more: most callers were double-counting | Tom Lane |
| 1999-05-01 | Arrange for VACUUM to delete the init file that relcache.c uses | Tom Lane |
| 1999-04-26 | Fix from Yutaka Tanida <yutaka@marin.or.jp> | Tatsuo Ishii |
| 1999-04-25 | Still had a few MULTIBYTE problems when client encoding was | Tom Lane |
| 1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
| 1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
| 1999-04-20 | Un-break CREATE TYPE. Fix some other inconsistencies in the | Tom Lane |
| 1999-04-20 | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane |
| 1999-04-19 | Repair some problems in planner's handling of HAVING clauses. | Tom Lane |
| 1999-04-16 | Add missing function prototypes to stifle gcc warnings. | Tom Lane |
| 1999-04-15 | Move some useful date/time test macros to here to allow | Thomas G. Lockhart |
| 1999-04-15 | Declare hashint8(). | Thomas G. Lockhart |
| 1999-04-13 | Add ARM32 support by Andrew McMurry | Bruce Momjian |
| 1999-04-13 | array_in is defined in the system catalog as taking two arguments while it | Bruce Momjian |
| 1999-04-10 | Fix another batch of bogosities in pg_operator table. | Tom Lane |
| 1999-04-09 | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane |
| 1999-04-07 | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane |
| 1999-04-07 | Unmark 'hashable' operators that can't really be used for | Tom Lane |
| 1999-04-06 | On reflection, filesize limit ought to be an exact power | Tom Lane |
| 1999-04-05 | Reduce default file size limit to 1Gb, and move the | Tom Lane |
| 1999-04-03 | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane |
| 1999-04-03 | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane |
| 1999-04-02 | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane |
| 1999-04-02 | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane |
| 1999-03-30 | Small cleanups. | Bruce Momjian |
| 1999-03-29 | Modify fmgr so that internal name (compiler name) of a built-in | Tom Lane |
| 1999-03-28 | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev |
| 1999-03-28 | Clean up various minor irregularities detected by type_sanity | Tom Lane |
| 1999-03-28 | Remove pg_attribute_check.sql: these checks merged into new | Tom Lane |
| 1999-03-28 | Fix bogus function signature for areajoinsel. | Tom Lane |