summaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
AgeCommit message (Expand)Author
6 daysFix some comments.Nathan Bossart
2025-11-02Change "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
2025-11-02Improve planner's estimates of tuple hash table sizes.Tom Lane
2025-10-30Use BumpContext contexts in TupleHashTables, and do some code cleanup.Tom Lane
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-09-15Update various forward declarations to use typedefPeter Eisentraut
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Get rid of old version of BuildTupleHashTable().Tom Lane
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
2024-12-10Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-03-29SQL/JSON query functionsAndrew Dunstan