index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execAmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-07
1
-5
/
+5
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-3
/
+3
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
1
-12
/
+5
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-0
/
+1
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+5
*
Revert b6002a796
David Rowley
2021-04-01
1
-5
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+5
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-0
/
+4
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+6
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
1
-0
/
+5
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-0
/
+14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+0
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
1
-0
/
+30
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
1
-1
/
+2
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
1
-1
/
+4
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add missing call to ExecReScanGatherMerge.
Robert Haas
2017-08-15
1
-0
/
+5
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-6
/
+7
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-0
/
+6
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+6
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-3
/
+4
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
1
-33
/
+11
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-0
/
+5
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-4
/
+3
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
1
-10
/
+13
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
1
-10
/
+6
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
1
-0
/
+9
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+8
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-3
/
+4
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-4
/
+4
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
1
-36
/
+13
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
1
-20
/
+24
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
1
-2
/
+36
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-2
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
[next]