Commit Graph

1816 Commits (94019c879a138454af723fa8bfc346d4a44ecd47)

Author SHA1 Message Date
Amit Kapila 40ca70ebcc Allow using the updated tuple while moving it to a different partition. 8 years ago
Tom Lane ff4f889164 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 8 years ago
Peter Eisentraut 2e78c5b522 Fix assert in nested SQL procedure call 8 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 8 years ago
Amit Kapila 2e61c50785 Fix thinko in comments. 8 years ago
Tom Lane 19832753f1 Fix some ill-chosen names for globally-visible partition support functions. 8 years ago
Tom Lane e23bae82cf Fix up run-time partition pruning's use of relcache's partition data. 8 years ago
Tom Lane 69025c5a07 Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic. 8 years ago
Alvaro Herrera 5b0c7e2f75 Don't needlessly check the partition contraint twice 8 years ago
Peter Eisentraut 387543f7bd Make new error code name match SQL standard more closely 8 years ago
Tom Lane 321f648a31 Assorted cosmetic cleanup of run-time-partition-pruning code. 8 years ago
Tom Lane 939449de0e Relocate partition pruning structs to a saner place. 8 years ago
Tom Lane 73b7f48f78 Improve run-time partition pruning to handle any stable expression. 8 years ago
Thomas Munro 86a2218eb0 Limit Parallel Hash's bucket array to MaxAllocSize. 8 years ago
Peter Eisentraut acad8b409a Fix typo 8 years ago
Heikki Linnakangas 57f06a7611 Fix obsolete comment. 8 years ago
Tom Lane f755a152d4 Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 8 years ago
Robert Haas b949bbcb7e Further adjust comment in get_partition_dispatch_recurse. 8 years ago
Robert Haas 09b12d52db Improve comment in get_partition_dispatch_recurse. 8 years ago
Tom Lane 05ca21b878 Fix type checking for support functions of parallel VARIADIC aggregates. 8 years ago
Peter Eisentraut 30c66e77be Fix SPI error cleanup and memory leak 8 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 8 years ago
Robert Haas 37a3058bc7 Fix interaction of foreign tuple routing with remote triggers. 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Alvaro Herrera bd4aad3239 Update ExecInitPartitionInfo comment 8 years ago
Alvaro Herrera 1957f8dabf Initialize ExprStates once in run-time partition pruning 8 years ago
Tom Lane a66c03f698 Add missing "static" marker. 8 years ago
Alvaro Herrera 79b2e52615 Remove quick path in ExecInitPartitionInfo for equal tupdescs 8 years ago
Alvaro Herrera b7e2cbc5b4 Update Append's idea of first_partial_plan 8 years ago
Alvaro Herrera 158b7bc6d7 Ignore whole-rows in INSERT/CONFLICT with partitioned tables 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 8 years ago
Alvaro Herrera 15a8f8caad Fix IndexOnlyScan counter for heap fetches in parallel mode 8 years ago
Alvaro Herrera 468abb8f7a Fix incorrect logic for choosing the next Parallel Append subplan 8 years ago
Alvaro Herrera d7a95f06a1 Minor comment updates 8 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Alvaro Herrera 499be013de Support partition pruning at execution time 8 years ago
Andres Freund f16241bef7 Raise error when affecting tuple moved into different partition. 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Robert Haas 3d956d9562 Allow insert and update tuple routing and COPY for foreign tables. 8 years ago
Simon Riggs 01b88b4df5 MERGE minor errata 8 years ago
Simon Riggs 3af7b2b0d4 MERGE fix variable warning in non-assert builds 8 years ago
Simon Riggs 4b2d44031f MERGE post-commit review 8 years ago
Bruce Momjian 242408dbef C comment: mention null handling in BuildTupleFromCStrings() 8 years ago
Simon Riggs 83454e3c2b New files for MERGE 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs aa5877bb26 Revert "MERGE SQL Command following SQL:2016" 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Simon Riggs e6597dc353 MERGE SQL Command following SQL:2016 8 years ago