| Age | Commit message (Expand) | Author |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | 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-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-12-01 | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane |
| 2002-11-25 | Remove unused constisset and constiscast fields of Const nodes. Clean | 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-19 | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | 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-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | 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-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | 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-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 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-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 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-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-29 | Add cache invalidation callback hooks. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | 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-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |