aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexscan.c
Commit message (Expand)AuthorAge
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-29
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-16
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Improve comments for parallel executor estimation functions.Robert Haas2017-10-28
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Fix parallel index and index-only scans to fall back to serial.Robert Haas2017-03-08
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-05
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix rescan of IndexScan node with the new lossy GiST distance functions.Heikki Linnakangas2015-05-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Fix typo in comment.Heikki Linnakangas2015-05-18
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane2011-10-16
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26