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
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-24
*
Doc: rearrange high-level commentary about node support coverage.
Tom Lane
2022-07-09
*
Mark PlanState as an abstract node type.
Tom Lane
2022-07-09
*
Move a comment
Peter Eisentraut
2022-07-09
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
*
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-22
*
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-21
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-23
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
*
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
*
Clean up code to resolve the "root target relation" in nodeModifyTable.c
Heikki Linnakangas
2020-10-19
[next]