summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAgeFilesLines
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-061-10/+36
* Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane2014-02-061-0/+3
* Update copyright for 2014Bruce Momjian2014-01-0713-13/+13
* Silence compiler warning on MSVC.Heikki Linnakangas2014-01-071-0/+1
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-0/+19
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-161-1/+1
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-131-1/+1
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-101-8/+42
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-4/+4
* Fix relfilenodemap.c's handling of cache invalidations.Robert Haas2013-11-131-89/+100
* Move variable closer to where it is usedPeter Eisentraut2013-11-131-2/+1
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-1/+1
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-081-7/+46
* Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner2013-11-071-2/+4
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-051-3/+0
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-052-56/+100
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-031-5/+2
* Initialize cached OID to Invalid in new hash entriesAlvaro Herrera2013-08-271-0/+3
* Account better for planning cost when choosing whether to use custom plans.Tom Lane2013-08-241-9/+43
* Silence compiler warning on an unused variableAlvaro Herrera2013-07-221-1/+1
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-224-2/+303
* Assert that syscache lookups don't happen outside transactions.Robert Haas2013-07-151-0/+4
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-027-32/+177
* Fix cache flush hazard in cache_record_field_properties().Tom Lane2013-06-111-0/+5
* pgindent run for release 9.3Bruce Momjian2013-05-295-135/+134
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-25/+9
* Fix longstanding race condition in plancache.c.Tom Lane2013-04-201-14/+44
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-091-10/+10
* Add sql_drop event for event triggersAlvaro Herrera2013-03-281-0/+2
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-1/+4
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+26
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Provide database object names as separate fields in error messages.Tom Lane2013-01-291-0/+76
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-251-41/+43
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-5/+26
* Add ddl_command_end support for event triggers.Robert Haas2013-01-211-0/+2
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-201-1/+1
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-201-46/+128
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-29/+162
* Update copyrights for 2013Bruce Momjian2013-01-0112-12/+12
* Keep rd_newRelfilenodeSubid across overflow.Simon Riggs2012-12-241-2/+8
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-171-4/+21
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-281-3/+32
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-281-16/+0
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-271-12/+7
* Further cleanup of catcache.c ilist changes.Tom Lane2012-10-181-12/+17
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-181-5/+3
* Embedded list interfaceAlvaro Herrera2012-10-171-70/+72
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-121-12/+0
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-307-0/+7