index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execAmi.c
Commit message (
Expand
)
Author
Age
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add missing call to ExecReScanGatherMerge.
Robert Haas
2017-08-15
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-09-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Change WorkTableScan to not support backward scan. The apparent support
Tom Lane
2008-10-28
*
Add a new column to pg_am to specify whether an index AM supports backward
Tom Lane
2008-10-17
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
[next]