aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Add ddl_command_end support for event triggers.Robert Haas2013-01-21
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-20
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-20
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep rd_newRelfilenodeSubid across overflow.Simon Riggs2012-12-24
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Further cleanup of catcache.c ilist changes.Tom Lane2012-10-18
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-18
* Embedded list interfaceAlvaro Herrera2012-10-17
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* remove catcache.h from syscache.hAlvaro Herrera2012-08-28
* Split resowner.hAlvaro Herrera2012-08-28
* Fix cache flush hazard in event trigger cache.Robert Haas2012-08-08
* Fix memory leaks in event trigger code.Robert Haas2012-08-07
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.Tom Lane2012-06-20
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Allow new relmapper entries when allow_system_table_mods is true.Tom Lane2012-03-21
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19