Commits

DateSubjectAuthorReleases
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.3.9
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.4.2
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
2009-08-12 Allow backends to start up without use of the flat-file copy of pg_database. Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
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.3.6
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.3.4
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.2.8
2008-04-16 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index Tom Lane 8.3.2
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.3.2
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 7.4.20
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.0.16
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.1.12
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.2.7