]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeIndexscan.c
CREATE INDEX ... INCLUDING (column[, ...])
[postgresql] / src / backend / executor / nodeIndexscan.c
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-25 Heikki LinnakangasFix rescan of IndexScan node with the new lossy GiST...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-18 Heikki LinnakangasFix typo in comment.
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
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-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
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-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-08-23 Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-25 Tom LaneGet rid of the last remaining uses of var_is_rel()...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-03-18 Tom LaneAdvance multiple array keys rightmost-first instead...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-31 Tom LaneThe shortcut exit that I recently added to ExecInitInde...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
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-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-25 Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-23 Tom LaneRemove explicit FreeExprContext calls during plan node...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2003-12-30 Tom LaneAvoid running out of memory during hash_create, by...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-22 Tom LaneTweak processing of multiple-index-scan plans to reduce...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-12 Tom LaneFix wrong/misleading comments, be more consistent about...
2002-12-18 Tom LanePrevent core dump when ExecMarkPos is called before...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
next