summaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
AgeCommit message (Expand)Author
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-02Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-08Remove new structure member from ResultRelInfo.Etsuro Fujita
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-12-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-11-23Support for custom slots in the custom executor nodesAlexander Korotkov
2022-07-09Doc: rearrange high-level commentary about node support coverage.Tom Lane
2022-07-09Mark PlanState as an abstract node type.Tom Lane
2022-07-09Move a commentPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-12Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-07-22Make nodeSort.c use Datum sorts for single column sortsDavid Rowley
2021-07-21Rename NodeTag of ExprStatePeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-04-06Postpone some more stuff out of ExecInitModifyTable.Tom Lane
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-15Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas