index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
executor.h
Commit message (
Expand
)
Author
Age
*
Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
2025-03-11
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-07
*
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-03
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis
2025-01-13
*
TupleHashTable: store additional data along with tuple.
Jeff Davis
2025-01-10
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Get rid of old version of BuildTupleHashTable().
Tom Lane
2024-12-19
*
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
*
Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024-12-18
*
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-11
*
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-10
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-20
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
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
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-26
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
[next]