Commits

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

DateSubjectAuthorReleases
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.0.23
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.0.16
2006-01-19 Avoid crashing if relcache flush occurs while trying to load data into an Tom Lane 8.0.7
2005-01-10 Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This Tom Lane 8.0.0
2004-12-12 Upgrade formrdesc() so that it can correctly initialize the tupledesc Tom Lane 8.0.0
2004-11-20 Avoid scanning the relcache during AtEOSubXact_RelationCache when there Tom Lane 8.0.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-08-28 Fix relcache to account properly for subtransaction status of 'new' Tom Lane 8.0.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-05-08 Get rid of rd_nblocks field in relcache entries. Turns out this was Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-03-14 Tweak planner so that index expressions and predicates are matched to Tom Lane 8.0.0
2004-02-10 Restructure smgr API as per recent proposal. smgr no longer depends on Tom Lane 8.0.0
2004-01-26 Ensure that close() and fclose() are checked for errors, at least in Tom Lane 8.0.0
2003-12-28 Clean up the usage of canonicalize_qual(): in particular, be consistent Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0