Commit Graph

787 Commits (9679345f3c5ec071f63db358581e28f06c8744a7)

Author SHA1 Message Date
Robert Haas 18fc5192a6 Remove unnecessary arguments from partitioning functions. 9 years ago
Robert Haas f1b4c771ea Fix reporting of constraint violations for table partitioning. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Peter Eisentraut db779d941e Fix typo in comment 9 years ago
Magnus Hagander 6cfa54e384 Fix typo comments 9 years ago
Tom Lane fe591f8bf6 Replace enum InhOption with simple boolean. 9 years ago
Peter Eisentraut 158df30359 Remove unnecessary casts of makeNode() result 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Robert Haas 3ee8067284 Code review for ATExecAttachPartition. 9 years ago
Robert Haas cd510f0413 Convert elog() to ereport() and do some wordsmithing. 9 years ago
Robert Haas 7cd0fd655d Invalid parent's relcache after CREATE TABLE .. PARTITION OF. 9 years ago
Robert Haas 4b9a98e154 Clean up code, comments, and formatting for table partitioning. 9 years ago
Tom Lane 563d575fd7 Fix creative, but unportable, spelling of "ptr != NULL". 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane 4e026b32d4 Check for pending trigger events on far end when dropping an FK constraint. 9 years ago
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 9 years ago
Tom Lane a522fc3d80 Fix incorrect trigger-property updating in ALTER CONSTRAINT. 9 years ago
Tom Lane e55a946a81 Fix two bugs in merging of inherited CHECK constraints. 9 years ago
Robert Haas 5225c66336 Clarify policy on marking inherited constraints as valid. 9 years ago
Stephen Frost a89505fd21 Remove various special checks around default roles 10 years ago
Tom Lane 8f1911d5e6 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. 10 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Tom Lane 72eee410d4 Move pg_constraint.h function declarations to new file pg_constraint_fn.h. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane fec1ad94df Include typmod when complaining about inherited column type mismatches. 10 years ago
Alvaro Herrera 756e7b4c9d Rework internals of changing a type's ownership 10 years ago
Andres Freund f54d0629ec Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 10 years ago
Tom Lane 074c5cfbfb Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Robert Haas bc4996e61b Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. 10 years ago
Peter Eisentraut 5db837d3f2 Message improvements 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Robert Haas d455651624 Add missing serial comma, for consistency. 10 years ago
Robert Haas 9dcce7123e Fix incorrect message in ATWrongRelkindError. 10 years ago
Robert Haas 872101bede Add two missing cases to ATWrongRelkindError. 10 years ago
Alvaro Herrera 817588bc2b Fix bogus comments 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Simon Riggs 47167b7907 Reduce lock levels for ALTER TABLE SET autovacuum storage options 10 years ago
Andrew Dunstan 2cd40adb85 Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN 11 years ago
Heikki Linnakangas a309ebd6b9 Fix typo in comment. 11 years ago
Heikki Linnakangas e42375fc81 Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 11 years ago
Heikki Linnakangas 1ab9faaecb Reformat code in ATPostAlterTypeParse. 11 years ago
Tom Lane b00982344a Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 11 years ago
Alvaro Herrera b488c580ae Allow on-the-fly capture of DDL event details 11 years ago
Tom Lane a4820434c1 Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. 11 years ago