Commits

DateSubjectAuthorReleases
2015-06-07 Use a safer method for determining whether relcache init file is stale. Tom Lane 9.0.22
2012-03-07 Expose an API for calculating catcache hash values. Tom Lane 9.2.0
2011-11-21 Further code review for range types patch. Tom Lane 9.2.0
2011-04-22 Make a code-cleanup pass over the collations patch. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-02-08 Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was Tom Lane 9.0.0
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2008-05-07 The CONSTROID syscache should show conrelid as a relation OID column. Tom Lane 8.4.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-10-06 Fix SysCacheGetAttr() to handle the case where the specified syscache has not Tom Lane 8.0.9
2006-10-06 Fix SysCacheGetAttr() to handle the case where the specified syscache has not Tom Lane 8.1.5
2006-10-06 Fix SysCacheGetAttr() to handle the case where the specified syscache has not Tom Lane 8.2.0
2006-06-15 Remove the limit on the number of entries allowed in catcaches, and Tom Lane 8.2.0
2006-05-03 Create a syscache for pg_database-indexed-by-oid, and make use of it Tom Lane 8.2.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-04-14 Completion 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
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-09-24 Repair some REINDEX problems per recent discussions. The relcache is Tom Lane 7.4.1
2003-07-25 Error message editing in backend/utils (except /adt). Tom Lane 7.4.1
2003-05-13 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). Tom Lane 7.4.1