Commit Graph

725 Commits (5deadfef282761aeb27b18706dcff295e9430c39)

Author SHA1 Message Date
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 10 years ago
Heikki Linnakangas a309ebd6b9 Fix typo in comment. 10 years ago
Heikki Linnakangas e42375fc81 Retain comments on indexes and constraints at ALTER TABLE ... TYPE ... 10 years ago
Heikki Linnakangas 1ab9faaecb Reformat code in ATPostAlterTypeParse. 10 years ago
Tom Lane b00982344a Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 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
Tom Lane ad9f08f706 Fix ATSimpleRecursion() to allow recursion from a foreign table. 11 years ago
Tom Lane 0bd11d9711 Add comments warning against generalizing default_with_oids. 11 years ago
Simon Riggs 0ef0396ae1 Reduce lock levels of some trigger DDL and add FKs 11 years ago
Alvaro Herrera 9550e8348b Transform ALTER TABLE/SET TYPE/USING expr during parse analysis 11 years ago
Alvaro Herrera bdc3d7fa23 Return ObjectAddress in many ALTER TABLE sub-routines 11 years ago
Bruce Momjian 1d8198bb44 Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT 11 years ago
Tom Lane cb1ca4d800 Allow foreign tables to participate in inheritance. 11 years ago
Bruce Momjian 13a10c0ccd C comment: update lock level mention in comment 11 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Tom Lane 8abb3cda0d Use the typcache to cache constraints for domain types. 11 years ago
Alvaro Herrera fbef4342a8 Make CREATE OR REPLACE VIEW internally more consistent 11 years ago