summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAgeFilesLines
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-224-357/+357
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-248-16/+16
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-3/+2
* Add some debugging support code (ifdef'd out in normal use).Tom Lane2001-01-081-5/+14
* Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane2001-01-061-3/+3
* init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue2001-01-061-8/+15
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-052-48/+104
* I neglected to remove a debug message,sorry.Hiroshi Inoue2001-01-041-4/+1
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-48/+60
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-22/+3
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-222-8/+16
* Suppress compiler warnings.Tom Lane2000-12-091-2/+1
* REINDEX under WAL.Hiroshi Inoue2000-12-081-1/+60
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-301-1/+49
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+2
* A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane2000-11-241-13/+15
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-1/+22
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-164-403/+527
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-103-450/+307
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-083-337/+175
* WALVadim B. Mikheev2000-10-281-1/+56
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-16/+84
* Improve comments.Tom Lane2000-10-191-2/+15
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+16
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-111-20/+9
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-18/+18
* This patch implements a different "relkind"Bruce Momjian2000-09-121-9/+13
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Improve the following.Hiroshi Inoue2000-08-301-2/+5
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-230/+24
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-15/+44
* Remove debugging Assert that should never have been committed in theTom Lane2000-08-111-4/+1
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-23/+11
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-061-24/+110
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-7/+33
* Type lztext is toast.Tom Lane2000-07-301-3/+7
* Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane2000-07-231-50/+28
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-1/+2
* Can you please apply the following patch to current CVSBruce Momjian2000-07-121-4/+3
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-5/+10
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-23/+25
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-2/+3
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-021-1/+3
* Don't run in CacheMemoryContext more than necessary.Tom Lane2000-07-021-150/+34
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-301-161/+188
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-283-53/+71
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-201-25/+109
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-201-6/+12
* Modify index-opening code to guarantee that the indexes of a relationTom Lane2000-06-191-6/+56
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-2/+2