aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-11
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Update two comments to refer to use the new list API names.Neil Conway2005-09-16
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-13
* Pass the type OID as the typioparam for all non-array types, rather thanTom Lane2005-08-12
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-11
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-25
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-27
* Separate the functions of relcache entry flush and smgr cache entry flushTom Lane2005-01-10
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31