summaryrefslogtreecommitdiff
path: root/src/backend/executor/execAmi.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove stray references to lefttree/righttree in the executor.Tom Lane2022-07-071-5/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-3/+3
* Allow CustomScan providers to say whether they support projections.Tom Lane2021-07-061-12/+5
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-0/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+5
* Revert b6002a796David Rowley2021-04-011-5/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+5
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-0/+4
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-271-0/+6
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-241-0/+5
* Implement Incremental SortTomas Vondra2020-04-061-0/+14
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+0
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-251-0/+30
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-1/+2
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-281-1/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add missing call to ExecReScanGatherMerge.Robert Haas2017-08-151-0/+5
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-6/+7
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+6
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-0/+6
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-3/+4
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-33/+11
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-0/+5
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-4/+3
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-071-10/+13
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-10/+6
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Make sequential scans parallel-aware.Robert Haas2015-11-111-0/+9
* Add a Gather executor node.Robert Haas2015-09-301-0/+8
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-3/+4
* pgindent run for 9.5Bruce Momjian2015-05-231-4/+4
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-201-36/+13
* Initial code review for CustomScan patch.Tom Lane2014-11-201-20/+24
* Introduce custom path and scan providers.Robert Haas2014-11-071-2/+36
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1