]> granicus.if.org Git - postgresql/history - src/include/access/heapam.h
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
[postgresql] / src / include / access / heapam.h
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-02 Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-14 Robert HaasAdd new function log_newpage_buffer.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-27 Robert HaasPrevent index-only scans from returning wrong answers...
2012-03-26 Robert HaasCode cleanup for heap_freeze_tuple.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-09 Heikki LinnakangasIn COPY, insert tuples to the heap in batches.
2011-11-08 Robert HaasMake VACUUM avoid waiting for a cleanup lock, where...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-27 Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-21 Simon RiggsFix oversight in collecting values for cleanup_info...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-12 Tom LaneFix LOCK TABLE to eliminate the race condition that...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-10-08 Tom LaneModify the parser's error reporting to include a specif...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-06-09 Tom LaneTeach heapam code to know the difference between a...
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-24 Bruce MomjianSuppress more compiler warnings caused by macro tests.
2006-04-24 Bruce MomjianAdd one more paren to macro.
2006-04-24 Bruce MomjianSuprress compiler warning in gcc 4.2.
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
next