summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
AgeCommit message (Expand)Author
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-08-13Tweak catalog cache management algorithms to reduce cost ofTom Lane
2005-08-08Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-25Fix resource owner code to generate catcache and relcache leak warningsTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-27A few minor list-related cleanups:Neil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-06Implement partial-key searching of syscaches, per recent suggestionTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-22Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian