| Age | Commit message (Expand) | Author |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
| 2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
| 2001-07-16 | Remove some unused node symbols | Bruce Momjian |
| 2001-07-16 | More EXTEND INDEX removal. | Bruce Momjian |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-12 | Remove grammar restrictions on order of optional clauses in CREATE GROUP. | Tom Lane |
| 2001-07-10 | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane |
| 2001-06-23 | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian |
| 2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
| 2001-06-09 | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut |
| 2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
| 2001-06-04 | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-05-27 | When using a junkfilter, the output tuple should NOT be stored back into | Tom Lane |
| 2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
| 2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
| 2001-05-15 | EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance | Tom Lane |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-04-24 | Undo pgindent brain damage, so that node type numbers can once again be | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-04 | Update mysql converter, new version released. | Bruce Momjian |
| 2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
| 2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-22 | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane |
| 2001-01-20 | Add missing piece of BitString support to node output functions. Expand | Peter Eisentraut |
| 2001-01-17 | Move structure comments from the top block down to the line entries for | Bruce Momjian |
| 2001-01-07 | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane |
| 2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane |
| 2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
| 2000-12-12 | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane |
| 2000-12-01 | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane |
| 2000-11-24 | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-05 | New CHECKPOINT command. | Vadim B. Mikheev |
| 2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-10-18 | The following patch was sent to the patches list: | Bruce Momjian |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |