index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
execPartition.h
Age
Commit message (
Expand
)
Author
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-31
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
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-01-08
Update copyright for 2022
Bruce Momjian
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-14
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-04-26
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-02-26
Update PartitionTupleRouting struct comment
Alvaro Herrera
2018-02-22
Be lazier about partition tuple routing.
Robert Haas
2018-01-24
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-04
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-15
Centralize executor-related partitioning code.
Robert Haas