Commit Graph

694 Commits (e4597ee65d683e11a57a4b7f597807ebf44b6cf1)

Author SHA1 Message Date
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 10 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
Tom Lane 6a75562ed1 Get rid of multiple applications of transformExpr() to the same tree. 11 years ago
Alvaro Herrera d42358efb1 Have TRUNCATE update pgstat tuple counters 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Alvaro Herrera 85b506bbfc Get rid of SET LOGGED indexes persistence kludge 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Peter Eisentraut b7a08c8028 Message improvements 11 years ago
Alvaro Herrera 7b1c2a0f20 Split builtins.h to a new header ruleutils.h 11 years ago
Stephen Frost 6550b901fe Code review for row security. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Peter Eisentraut 303f4d1012 Assorted message fixes and improvements 11 years ago
Bruce Momjian 4011f8c98b Issue clearer notice when inherited merged columns are moved 11 years ago
Alvaro Herrera ac41769fd9 Oops, forgot to "git add" one last change 11 years ago
Alvaro Herrera 7636c0c821 Editorial review of SET UNLOGGED 11 years ago
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED 11 years ago
Stephen Frost 3c4cf08087 Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 11 years ago
Tom Lane 9da8675373 Reject duplicate column names in foreign key referenced-columns lists. 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 11 years ago
Alvaro Herrera 346d7be184 Move view reloptions into their own varlena struct 11 years ago
Heikki Linnakangas a87a7dc8b6 Don't allow foreign tables with OIDs. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Stephen Frost 842faa714c Make security barrier views automatically updatable 12 years ago
Simon Riggs e5550d5fec Reduce lock levels of some ALTER TABLE cmds 12 years ago
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 12 years ago
Bruce Momjian 5024044a20 C comments: improve description of relfilenode uniqueness 12 years ago
Robert Haas cf6aa68bbd Update a few comments to mention materialized views. 12 years ago