Commits

Showing commits that first shipped in 8.2 (backpatches included). Clear

DateSubjectAuthorReleases
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.2.22
2011-03-22 Avoid potential deadlock in InitCatCachePhase2(). Tom Lane 8.2.21
2010-09-02 Fix up flushing of composite-type typcache entries to be driven directly by Tom Lane 8.2.18
2010-04-14 Fix a problem introduced by my patch of 2010-01-12 that revised the way Tom Lane 8.2.17
2010-01-13 When loading critical system indexes into the relcache, ensure we lock the Tom Lane 8.2.16
2010-01-12 Fix relcache reload mechanism to be more robust in the face of errors Tom Lane 8.2.16
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.2.15
2008-04-16 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index Tom Lane 8.2.8
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.2.7
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.2.0
2006-09-05 Get rid of the separate RULE privilege for tables: now only a table's owner 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-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-05-06 Further minor simplification of relcache startup: don't need a static Tom Lane 8.2.0
2006-05-04 Simplify relcache startup sequence. With the new design of InitPostgres Tom Lane 8.2.0
2006-04-25 Arrange to cache btree metapage data in the relcache entry for the index, Tom Lane 8.2.0
2006-01-19 Avoid crashing if relcache flush occurs while trying to load data into an Tom Lane 8.2.0
2006-01-19 Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). Tom Lane 8.2.0
2006-01-08 Avoid leaking memory while reading toasted entries from pg_rewrite, Tom Lane 8.2.0
2005-12-09 Simplify lock manager data structures by making a clear separation between Tom Lane 8.2.0
2005-11-20 Remove the t_datamcxt field of HeapTupleData. This was introduced for Tom Lane 8.2.0