aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAge
* Remove assertion checking query ID in execMain.cMichael Paquier2024-10-04
* Expand assertion check for query ID reporting in executorMichael Paquier2024-10-01
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Add some sanity checks in executor for query ID reportingMichael Paquier2024-09-18
* Add missing query ID reporting in extended query protocolMichael Paquier2024-09-18
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote2023-06-14
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-04
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Fix various typos in code and testsMichael Paquier2023-02-09
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Fix come comments in execMain.cMichael Paquier2021-04-24
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13