| Age | Commit message (Expand) | Author |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-01-03 | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane |
| 2001-11-20 | Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3 | Tom Lane |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-04 | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-07-17 | Disallow non-cachable functions in functional indexes and in index | Tom Lane |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-06-13 | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane |
| 2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |
| 2001-05-30 | Remove OLD_FILE_NAMING code. No longer used. | 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-02-23 | Reindex of shared system indexes must be overwrite mode. | Hiroshi Inoue |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-15 | Remove a few remaining vestiges of elog(WARN). | Tom Lane |
| 2000-12-08 | REINDEX under WAL. | Hiroshi Inoue |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-08-20 | Make functional indexes accept binary-compatible functions, for example | Tom Lane |
| 2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-17 | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane |
| 2000-06-17 | Fix performance problems with pg_index lookups (see, for example, | Tom Lane |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |