summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2015-01-07Improve relcache invalidation handling of currently invisible relations.Andres Freund
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2013-08-24Account better for planning cost when choosing whether to use custom plans.Tom Lane
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-06Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner
2013-02-21Move 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-20Fix 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-17Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-11-28Fix 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
2012-08-28Split resowner.hAlvaro Herrera
2012-08-08Fix cache flush hazard in event trigger cache.Robert Haas
2012-08-07Fix memory leaks in event trigger code.Robert Haas
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-01Fix race condition in enum value comparisons.Tom Lane
2012-06-20Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.Tom Lane
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-20Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-03-21Allow new relmapper entries when allow_system_table_mods is true.Tom Lane
2012-03-19Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-02-13Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-27Do not access indclass through Form_pg_indexPeter Eisentraut