Commits

DateSubjectAuthorReleases
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2003-11-29 make sure the $Id tags are converted to $PostgreSQL as well ... PostgreSQL Daemon 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-05-13 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). Tom Lane 7.4.1
2002-11-15 Add DOMAIN check constraints. Bruce Momjian 7.4.1
2002-10-18 Make 'dummy' declarations in header files be 'extern int no_such_variable' Tom Lane 7.3.1
2002-09-04 pgindent run. Bruce Momjian 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-07-25 Implement DROP CONVERSION Tatsuo Ishii 7.3.1
2002-07-22 Add unique index on pg_cast.oid, and document pg_cast table. Peter Eisentraut 7.3.1
2002-07-18 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus Peter Eisentraut 7.3.1
2002-07-15 Use the dependency mechanism to manage column defaults. We need this Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-07-11 Add new CREATE CONVERSION/DROP CONVERSION command. Tatsuo Ishii 7.3.1
2002-06-20 Update copyright to 2002. Bruce Momjian 7.3.1
2002-04-19 pg_trigger's index on tgrelid is replaced by a unique index on Tom Lane 7.3.1
2002-04-18 Rule names are now unique per-relation, rather than unique globally. Tom Lane 7.3.1
2002-04-17 Opclasses live in namespaces. I also took the opportunity to create Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1