index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
execPartition.h
Commit message (
Expand
)
Author
Age
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
*
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
*
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-08-01
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
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-06-10
*
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Update PartitionTupleRouting struct comment
Alvaro Herrera
2018-02-26
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15