Commit Graph

12 Commits (f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63)

Author SHA1 Message Date
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane 906bfcad7b Improve handling of "UPDATE ... SET (column_list) = row_constructor". 9 years ago
Tom Lane c5f365f3ab Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. 9 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 12 years ago
Robert Haas 97e8346851 Regression tests for TOAST. 15 years ago
Tom Lane 289e2905c8 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
Tom Lane 091fe03775 Code review for UPDATE SET (columnlist) patch. Make it handle as much 20 years ago
Tom Lane d841cc44c5 A few regression tests for VALUES, from Gavin Sherry. 20 years ago
Neil Conway 1d763d9107 Allow an optional alias for the target table to be specified for UPDATE 20 years ago
Tom Lane 988dec0518 Fix some issues with missing or too many newlines at 21 years ago
Bruce Momjian 1e100176c4 This patch adds a new regression test for the UPDATE command. Right 23 years ago