| Age | Commit message (Expand) | Author |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2002-12-16 | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane |
| 2002-12-15 | Tweak default memory context allocation policy so that a context is not | Tom Lane |
| 2002-11-15 | Add relcache support for system catalogs with attnotnull columns. | Tom Lane |
| 2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-09-22 | RelationClearRelation must reset rd_targblock and update rd_nblocks | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-04 | Fix obsolete comment. | Tom Lane |
| 2002-08-02 | When compiling with --enable-cassert, check for reference count leaks | Tom Lane |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-15 | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-22 | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-19 | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-12 | Checking to decide whether relations are system relations now depends | 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-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
| 2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-03 | Catcaches can now store negative entries as well as positive ones, to | Tom Lane |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2002-01-16 | Fix init_irels to close the pg_internal.init file before returning. | Tom Lane |
| 2002-01-15 | If we fail to rename pg_internal.init into place, delete the useless | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
| 2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |