Commits

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

DateSubjectAuthorReleases
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.0.23
2015-06-25 Fix the logic for putting relations into the relcache init file. Tom Lane 9.0.23
2015-06-07 Use a safer method for determining whether relcache init file is stale. Tom Lane 9.0.22
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 9.0.11
2011-08-30 Fix a missed case in code for "moving average" estimate of reltuples. Tom Lane 9.0.5
2011-08-16 Fix incorrect order of operations during sinval reset processing. Tom Lane 9.0.5
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.0.5
2011-03-22 Avoid potential deadlock in InitCatCachePhase2(). Tom Lane 9.0.4
2010-09-02 Fix up flushing of composite-type typcache entries to be driven directly by Tom Lane 9.0.0
2010-04-20 Arrange for client authentication to occur before we select a specific Tom Lane 9.0.0
2010-04-14 Fix a problem introduced by my patch of 2010-01-12 that revised the way Tom Lane 9.0.0
2010-02-17 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 Tom Lane 9.0.0
2010-02-09 Fix up rickety handling of relation-truncation interlocks. Tom Lane 9.0.0
2010-02-08 Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was Tom Lane 9.0.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-02-04 Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping 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
2010-01-13 When loading critical system indexes into the relcache, ensure we lock the Tom Lane 9.0.0
2010-01-12 Fix relcache reload mechanism to be more robust in the face of errors Tom Lane 9.0.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2009-12-27 Remove a couple of unnecessary calls of CreateCacheMemoryContext. These Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-09-26 Revert my ill-considered change that made formrdesc not insert the correct Tom Lane 9.0.0
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 9.0.0
2009-08-30 Remove some useless assignments of the result of fread(). Quiets warnings Tom Lane 9.0.0