]> granicus.if.org Git - postgresql/history - src/backend/access/index
Extend index AM API for parallel index scans.
[postgresql] / src / backend / access / index /
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-01-30 Stephen FrostFix BuildIndexValueDescription for expressions
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
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-23 Robert HaasUse InvalidSnapshot, now SnapshotNow, as the default...
2013-07-17 Noah MischFix systable_recheck_tuple() for MVCC scan snapshots.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-26 Tom LanePrevent synchronized scanning when systable_beginscan...
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-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-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-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
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-11-06 Heikki LinnakangasThe logic in systable_beginscan to translate heap attri...
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-06-08 Alvaro HerreraFix breakage caused by conflicting patches, as evidence...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
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-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
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-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautRemove remains of old depend target.
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-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
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...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
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-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...
next