]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/relcache.c
Fix an oversight I made in a cleanup patch over a year ago:
[postgresql] / src / backend / utils / cache / relcache.c
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-27 Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Tom LaneImprove test coverage of CLOBBER_CACHE_ALWAYS by having...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-02 Tom LaneFix things so that when CREATE INDEX CONCURRENTLY sets...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-03 Bruce MomjianFix for COPY-after-truncate feature.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-31 Tom LaneFound the problem with my operator-family changes:...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-06 Tom LaneFurther minor simplification of relcache startup: don...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-19 Tom LaneAvoid crashing if relcache flush occurs while trying...
2006-01-19 Tom LaneFix a tiny memory leak (one List header) in RelationCac...
2006-01-08 Tom LaneAvoid leaking memory while reading toasted entries...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-16 Neil ConwayUpdate two comments to refer to use the new list API...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-08 Tom LaneModify AtEOXact_CatCache and AtEOXact_RelationCache...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-07 Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-12 Tom LaneUpgrade formrdesc() so that it can correctly initialize...
2004-11-20 Tom LaneAvoid scanning the relcache during AtEOSubXact_Relation...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-11-15 Tom LaneAdd relcache support for system catalogs with attnotnul...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-09-22 Tom LaneRelationClearRelation must reset rd_targblock and updat...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
next