OSDN Git Service

Generalize concept of temporary relations to "relation persistence".
[pg-rex/syncrep.git] / src / backend / utils / cache / relcache.c
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-15 Robert HaasCorrect poor grammar in comment.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-02 Tom LaneFix up flushing of composite-type typcache entries...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-04-14 Tom LaneFix a problem introduced by my patch of 2010-01-12...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-08 Tom LaneRemove CatalogCacheFlushRelation, and the reloidattr...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-01-13 Tom LaneWhen loading critical system indexes into the relcache...
2010-01-12 Tom LaneFix relcache reload mechanism to be more robust in...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-07 Robert HaasDocument why we copy reloptions into CacheMemoryContext...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-09-26 Tom LaneRevert my ill-considered change that made formrdesc...
2009-09-26 Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-08-30 Tom LaneRemove some useless assignments of the result of fread...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-26 Alvaro HerreraAllow extracting and parsing of reloptions from a bare...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-30 Tom LaneFix oversight in ALTER TABLE ENABLE/DISABLE RULE patch...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-16 Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
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...
next