summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Silence compiler warning on MSVC.Heikki Linnakangas
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-13Fix relfilenodemap.c's handling of cache invalidations.Robert Haas
2013-11-13Move variable closer to where it is usedPeter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-07Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-09-05Make catalog cache hash tables resizeable.Heikki Linnakangas
2013-09-03Update comments concerning PGC_S_TEST.Tom Lane
2013-08-27Initialize cached OID to Invalid in new hash entriesAlvaro Herrera
2013-08-24Account better for planning cost when choosing whether to use custom plans.Tom Lane
2013-07-22Silence compiler warning on an unused variableAlvaro Herrera
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-15Assert that syscache lookups don't happen outside transactions.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-06-11Fix cache flush hazard in cache_record_field_properties().Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-20Fix longstanding race condition in plancache.c.Tom Lane
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-21Fix error-checking typo in check_TSCurrentConfig().Tom Lane
2013-01-20Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-24Keep rd_newRelfilenodeSubid across overflow.Simon Riggs
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28remove catcache.h from syscache.hAlvaro Herrera