Commits

DateSubjectAuthorReleases
2014-05-14 Code review for recent changes in relcache.c. Tom Lane 9.4.0
2014-05-14 Code review for recent changes in relcache.c. Tom Lane 9.3.5
2014-04-30 Rationalize common/relpath.[hc]. Tom Lane 9.4.0
2014-02-07 In RelationClearRelation, postpone cache reload if !IsTransactionState(). Tom Lane 9.4.0
2014-02-06 Assert(IsTransactionState()) in RelationIdGetRelation(). Tom Lane 9.4.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-03-07 Arrange to cache FdwRoutine structs in foreign tables' relcache entries. Tom Lane 9.3.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2013-01-20 Fix an O(N^2) performance issue for sessions modifying many relations. Tom Lane 9.3.0
2012-12-18 Fix failure to ignore leftover temp tables after a server crash. Tom Lane 9.1.8
2012-12-18 Fix failure to ignore leftover temp tables after a server crash. Tom Lane 9.2.3
2012-12-18 Fix failure to ignore leftover temp tables after a server crash. Tom Lane 9.3.0
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 8.3.22
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 8.4.15
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 9.0.11
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 9.1.7
2012-11-29 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.2.2
2012-11-29 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. Tom Lane 9.3.0
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.3.0
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.2.2
2011-10-14 Measure the number of all-visible pages for use in index-only scan costing. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-08-30 Fix a missed case in code for "moving average" estimate of reltuples. Tom Lane 9.2.0
2011-08-30 Fix a missed case in code for "moving average" estimate of reltuples. Tom Lane 8.4.9