Commits

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

DateSubjectAuthorReleases
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 8.3.22
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.3.16
2011-03-22 Avoid potential deadlock in InitCatCachePhase2(). Tom Lane 8.3.15
2010-09-02 Fix up flushing of composite-type typcache entries to be driven directly by Tom Lane 8.3.12
2010-04-14 Fix a problem introduced by my patch of 2010-01-12 that revised the way Tom Lane 8.3.11
2010-01-13 When loading critical system indexes into the relcache, ensure we lock the Tom Lane 8.3.10
2010-01-12 Fix relcache reload mechanism to be more robust in the face of errors Tom Lane 8.3.10
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.3.9
2008-12-30 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled Tom Lane 8.3.6
2008-08-10 Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a Tom Lane 8.3.4
2008-04-16 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index Tom Lane 8.3.2
2008-04-01 Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 8.3.2
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.3.1
2007-11-28 Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-07-25 Arrange to put TOAST tables belonging to temporary tables into special schemas Tom Lane 8.3.0
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0
2007-05-02 Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid 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
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-12-31 Found the problem with my operator-family changes: by fetching from Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0