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
/
execScan.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-23
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
Robert Haas
2017-11-25
*
Properly check interrupts in execScan.c.
Andres Freund
2017-09-14
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typo in C comment.
Kevin Grittner
2014-08-05
*
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
*
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
*
Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas
2011-05-21
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Revert DTrace patch from Robert Lor
Bruce Momjian
2009-04-02
*
Add support for additional DTrace probes.
Bruce Momjian
2009-04-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
*
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-24
[next]