Commits

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

DateSubjectAuthorReleases
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 8.4.15
2011-08-30 Fix a missed case in code for "moving average" estimate of reltuples. Tom Lane 8.4.9
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 8.4.9
2011-03-22 Avoid potential deadlock in InitCatCachePhase2(). Tom Lane 8.4.8
2010-09-02 Fix up flushing of composite-type typcache entries to be driven directly by Tom Lane 8.4.5
2010-04-14 Fix a problem introduced by my patch of 2010-01-12 that revised the way Tom Lane 8.4.4
2010-01-13 When loading critical system indexes into the relcache, ensure we lock the Tom Lane 8.4.3
2010-01-12 Fix relcache reload mechanism to be more robust in the face of errors Tom Lane 8.4.3
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.4.2
2009-03-31 Modify the relcache to record the temp status of both local and nonlocal Tom Lane 8.4.0
2009-03-31 Add a "relistemp" boolean column to pg_class, which is true for temporary Tom Lane 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-12-30 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled Tom Lane 8.4.0
2008-11-10 Make relhasrules and relhastriggers work like relhasindex, namely we let Tom Lane 8.4.0
2008-11-09 Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint Tom Lane 8.4.0
2008-08-10 Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a Tom Lane 8.4.0
2008-04-16 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index Tom Lane 8.4.0
2008-04-01 Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.4.0