summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
AgeCommit message (Expand)Author
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-01-31Perform runtime initial pruning outside ExecInitNode()Amit Langote
2025-01-30Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-10Doc: add some commentary about ExecutorRun's NoMovement special case.Tom Lane
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-10-04Remove assertion checking query ID in execMain.cMichael Paquier
2024-09-30Expand assertion check for query ID reporting in executorMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-18Add some sanity checks in executor for query ID reportingMichael Paquier
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-04Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-02-09Fix various typos in code and testsMichael Paquier
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-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-04-24Fix come comments in execMain.cMichael Paquier
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian