aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/execPartition.h
Commit message (Expand)AuthorAge
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-19
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-19
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Update copyright for 2019Bruce Momjian2019-01-02
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera2018-09-14
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* C comment: add description of root_tuple_slotBruce Momjian2018-04-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Update PartitionTupleRouting struct commentAlvaro Herrera2018-02-26
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Avoid referencing off the end of subplan_partition_offsets.Robert Haas2018-01-24
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Simplify and encapsulate tuple routing support code.Robert Haas2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Centralize executor-related partitioning code.Robert Haas2017-11-15