aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execAmi.c
Commit message (Expand)AuthorAge
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Add missing call to ExecReScanGatherMerge.Robert Haas2017-08-15
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* pgindent run for 9.6Robert Haas2016-06-09
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* 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
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Add a Gather executor node.Robert Haas2015-09-30
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Introduce custom path and scan providers.Robert Haas2014-11-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Change WorkTableScan to not support backward scan. The apparent supportTom Lane2008-10-28
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-17
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04