Commits

DateSubjectAuthorReleases
2014-05-14 Code review for recent changes in relcache.c. Tom Lane 9.4.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.2.22
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.3.16
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.4.9
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.0.5
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.1.0
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.2.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-02-03 Assorted cleanups in preparation for using a map file to support altering Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-08-12 Allow backends to start up without use of the flat-file copy of pg_database. Tom Lane 9.0.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-03-29 Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) Tom Lane 8.3.0
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.1.6
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.2.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-05-04 Simplify relcache startup sequence. With the new design of InitPostgres Tom Lane 8.2.0
2005-08-12 Solve the problem of OID collisions by probing for duplicate OIDs 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-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-01-10 Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This Tom Lane 8.0.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-08-28 Fix relcache to account properly for subtransaction status of 'new' Tom Lane 8.0.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0