Commit Graph

32 Commits (055fb8d33da6ff9003e3da4b9944bdcd2e2b2a49)

Author SHA1 Message Date
Tom Lane a66c03f698 Add missing "static" marker. 7 years ago
Alvaro Herrera 79b2e52615 Remove quick path in ExecInitPartitionInfo for equal tupdescs 7 years ago
Alvaro Herrera 158b7bc6d7 Ignore whole-rows in INSERT/CONFLICT with partitioned tables 7 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 7 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 7 years ago
Alvaro Herrera d7a95f06a1 Minor comment updates 7 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 7 years ago
Alvaro Herrera 499be013de Support partition pruning at execution time 7 years ago
Robert Haas 3d956d9562 Allow insert and update tuple routing and COPY for foreign tables. 7 years ago
Simon Riggs 01b88b4df5 MERGE minor errata 7 years ago
Simon Riggs 4b2d44031f MERGE post-commit review 7 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 7 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 7 years ago
Simon Riggs 354f13855e Modified files for MERGE 7 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 7 years ago
Alvaro Herrera ee0a1fc84e Remove unnecessary members from ModifyTableState and ExecInsert 7 years ago
Andres Freund d06aba240d Fix parent node of WCO expressions in partitioned tables. 7 years ago
Robert Haas edd44738bc Be lazier about partition tuple routing. 7 years ago
Robert Haas 810e7e264a Remove extra word from comment. 7 years ago
Andres Freund ad7dbee368 Allow tupleslots to have a fixed tupledesc, use in executor nodes. 7 years ago
Robert Haas e44dd84325 Avoid listing the same ResultRelInfo in more than one EState list. 7 years ago
Robert Haas 2320945731 Fix incorrect grammar. 8 years ago
Robert Haas 945f71db84 Avoid referencing off the end of subplan_partition_offsets. 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Robert Haas 19c47e7c82 Factor error generation out of ExecPartitionCheck. 8 years ago
Robert Haas cc6337d2fe Simplify and encapsulate tuple routing support code. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 87c37e3291 Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. 8 years ago
Robert Haas 59c8078744 Fix uninitialized memory reference. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Robert Haas cd482f2951 Fix wrong function name in comment. 8 years ago
Robert Haas 4e5fe9ad19 Centralize executor-related partitioning code. 8 years ago