aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execPartition.c
Commit message (Expand)AuthorAge
* Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera2018-03-19
* Fix parent node of WCO expressions in partitioned tables.Andres Freund2018-03-05
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Remove extra word from comment.Robert Haas2018-02-22
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-08
* Fix incorrect grammar.Robert Haas2018-02-06
* Avoid referencing off the end of subplan_partition_offsets.Robert Haas2018-01-24
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* 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
* Fix uninitialized memory reference.Robert Haas2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fix wrong function name in comment.Robert Haas2017-11-28
* Centralize executor-related partitioning code.Robert Haas2017-11-15