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
/
execPartition.c
Age
Commit message (
Expand
)
Author
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-02-22
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
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-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
Remove various duplicated words
David Rowley
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-01
Have ExecFindPartition cache the last found partition
David Rowley
2022-04-12
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-07
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-05
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-02-17
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-08
Check default partitions constraints while descending
Alvaro Herrera
2020-08-05
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-07-22
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-04-15
Fix thinko in ExecCleanupTupleRouting().
Etsuro Fujita
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
[next]