summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-99/+96
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+3
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-131-62/+117
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-081-126/+136
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-23/+32
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-251-7/+32
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* A few minor list-related cleanups:Neil Conway2004-09-271-5/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-193/+39
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-4/+183
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-3/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-3/+3
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-3/+8
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-12/+10
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-34/+44
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-33/+33
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* pgindent run.Bruce Momjian2002-09-041-58/+58
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-5/+1
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-8/+13
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-2/+7
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-192/+539
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-4/+4
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-9/+16
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-031-313/+493
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-25/+25
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-20/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-50/+119
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-16/+14
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-18/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+14
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-6/+24
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-144/+185
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-8/+16
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-88/+89
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-91/+91