]> granicus.if.org Git - postgresql/history - src/include/access/relscan.h
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
[postgresql] / src / include / access / relscan.h
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-16 Tom LaneAvoid assuming that index-only scan data matches the...
2011-10-09 Tom LaneImprove index-only scans to avoid repeated access to...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-06-29 Heikki LinnakangasMove the PredicateLockRelation() call from nodeSeqscan...
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
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-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-03-14 Tom LaneCache fmgr lookup data for index's getnext() function...
2000-01-26 Bruce MomjianAdd:
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-04 Marc G. Fournieranother pass through.
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-08-27 Marc G. FournierMoved from backend/access to include/access