index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Age
Commit message (
Expand
)
Author
2023-04-06
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-02
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-23
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-07-09
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-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-12
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-11-24
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-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-10-18
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-07-22
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-21
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-04-06
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
[next]