Commits

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

DateSubjectAuthorReleases
2009-09-26 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the Tom Lane 8.1.19
2008-02-27 If RelationBuildDesc() fails to open a critical system index, PANIC with Tom Lane 8.1.12
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.1.6
2006-01-19 Avoid crashing if relcache flush occurs while trying to load data into an Tom Lane 8.1.3
2006-01-19 Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). Tom Lane 8.1.3
2005-08-26 Arrange for indexes and toast tables to inherit their ownership from Tom Lane 8.1.0
2005-08-12 Solve the problem of OID collisions by probing for duplicate OIDs Tom Lane 8.1.0
2005-08-08 Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2005-05-27 Arrange to cache fmgr lookup information for an index's access method Tom Lane 8.1.0
2005-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-04-14 Marginal hack to use a specialized hash function for dynahash hashtables Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2005-03-28 Rethink the order of expression preprocessing: eval_const_expressions Tom Lane 8.1.0
2005-03-07 Adjust creation/destruction of TupleDesc data structure to reduce the Tom Lane 8.1.0