aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane2007-01-21
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Found the problem with my operator-family changes: by fetching fromTom Lane2006-12-31
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane2006-08-15
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-15
* Further minor simplification of relcache startup: don't need a staticTom Lane2006-05-06
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-04
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Add some test scaffolding to allow cache-flush stress testing (and I doTom Lane2006-01-19
* Avoid crashing if relcache flush occurs while trying to load data into anTom Lane2006-01-19
* Fix a tiny memory leak (one List header) in RelationCacheInvalidate().Tom Lane2006-01-19
* Avoid leaking memory while reading toasted entries from pg_rewrite,Tom Lane2006-01-08
* During CatCacheRemoveCList, we must now remove any members that areTom Lane2006-01-07
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28