aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Correctly handle relcache invalidation corner case during logical decoding.Andres Freund2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Silence a couple of spurious valgrind warnings in inval.c.Andres Freund2014-05-24
* Ooops, I broke initdb with that last patch.Tom Lane2014-05-18
* Fix two ancient memory-leak bugs in relcache.c.Tom Lane2014-05-18
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Introduce logical decoding.Robert Haas2014-03-03
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-06
* Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane2014-02-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Silence compiler warning on MSVC.Heikki Linnakangas2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Fix relfilenodemap.c's handling of cache invalidations.Robert Haas2013-11-13
* Move variable closer to where it is usedPeter Eisentraut2013-11-13
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-11-07
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-05
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-05
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-03
* Initialize cached OID to Invalid in new hash entriesAlvaro Herrera2013-08-27
* Account better for planning cost when choosing whether to use custom plans.Tom Lane2013-08-24
* Silence compiler warning on an unused variableAlvaro Herrera2013-07-22
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-22
* Assert that syscache lookups don't happen outside transactions.Robert Haas2013-07-15
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Fix cache flush hazard in cache_record_field_properties().Tom Lane2013-06-11
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Fix longstanding race condition in plancache.c.Tom Lane2013-04-20
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23