]> granicus.if.org Git - postgresql/history - src/backend/access/index/indexam.c
Extend index AM API for parallel index scans.
[postgresql] / src / backend / access / index / indexam.c
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
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-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-27 Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-15 Heikki LinnakangasMake non-MVCC snapshots exempt from predicate locking...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-30 Heikki LinnakangasThe row-version chaining in Serializable Snapshot Isola...
2011-04-16 Tom LaneAdd an Assert that indexam.c isn't used on an index...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-06 Tom LaneFix incorrect access to pg_index.indcollation.
2011-02-08 Peter EisentrautPer-column collation support
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-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-10 Tom LaneFix small query-lifespan memory leak introduced by...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
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 HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
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-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-03-24 Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
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 LaneWups, managed to break ANALYZE with one aspect of that...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
next