aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execPartition.c
Commit message (Expand)AuthorAge
* 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