aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* The CONSTROID syscache should show conrelid as a relation OID column.Tom Lane2008-05-07
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-16
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-13
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* In PrepareToInvalidateCacheTuple, don't force initialization of catalogTom Lane2008-03-05
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane2007-11-28
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-13
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-11
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-05
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Prevent RevalidateCachedPlan from making any permanent change inTom Lane2007-05-14
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-02
* Improve the way in which CatalogCacheComputeHashValue combines multiple keyTom Lane2007-04-21
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* Fix plancache's invalidation callback to do the right thing for a SITom Lane2007-03-26
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-23
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane2007-03-19
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Fix for COPY-after-truncate feature.Bruce Momjian2007-03-03
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25