index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Commit message (
Expand
)
Author
Age
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-30
*
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-13
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Code review for Parallel Append.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify representation of aggregate transition values a bit.
Andres Freund
2018-01-02
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
*
Revert "Move new structure member to the end."
Robert Haas
2017-10-27
*
Move new structure member to the end.
Robert Haas
2017-10-27
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
[next]