index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Age
Commit message (
Expand
)
Author
2023-04-06
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-04-24
Fix come comments in execMain.c
Michael Paquier
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-06
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-23
Fix initialization of es_result_relations in EvalPlanQualStart().
Heikki Linnakangas
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-28
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-15
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-09-15
Fix bogus sizeof calculations.
Tom Lane
[next]