Commit Graph

457 Commits (c504513f83a9ee8dce4a719746ca73102cae9f13)

Author SHA1 Message Date
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera 04f28bdb84 Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Robert Haas e1a6375d8f Comment fixes. 13 years ago
Alvaro Herrera 21c09e99dc Split heapam_xlog.h from heapam.h 13 years ago
Tom Lane b53800355f Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 13 years ago
Tom Lane eaccfded98 Centralize the logic for detecting misplaced aggregates, window funcs, etc. 13 years ago
Alvaro Herrera 92ec0370eb Fix typo in comment 13 years ago
Alvaro Herrera f5bcd398ad connoinherit may be true only for CHECK constraints 13 years ago
Tom Lane c92be3c059 Avoid pre-determining index names during CREATE TABLE LIKE parsing. 13 years ago
Tom Lane 541ffa65c3 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 13 years ago
Peter Eisentraut 15b1918e7d Improve reporting of permission errors for array types 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 488c6dd170 Improve error message for ALTER COLUMN TYPE coercion failure. 13 years ago
Robert Haas 1331cc6c1a Prevent loss of init fork when truncating an unlogged table. 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 13 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 13 years ago
Tom Lane 263d9de66b Allow statistics to be collected for foreign tables. 13 years ago
Simon Riggs 8cb53654db Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 13 years ago
Peter Eisentraut 38b9693fd9 Add support for renaming domain constraints 13 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 13 years ago
Robert Haas 07d1edb954 Extend object access hook framework to support arguments, and DROP. 13 years ago
Alvaro Herrera cb3a7c2b95 ALTER TABLE: skip FK validation when it's safe to do so 14 years ago
Peter Eisentraut 9cfd800aab Add some enumeration commas, for consistency 14 years ago
Robert Haas 2d1371d3ee Be more clear when a new column name collides with a system column name. 14 years ago
Robert Haas 0e549697d1 Classify DROP operations by whether or not they are user-initiated. 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Alvaro Herrera 3b11247aad Disallow merging ONLY constraints in children tables 14 years ago
Robert Haas 1575fbcb79 Prevent adding relations to a concurrently dropped schema. 14 years ago
Robert Haas df970a0ac8 Fix backwards logic in previous commit. 14 years ago
Robert Haas 1489e2f26a Improve behavior of concurrent ALTER TABLE, and do some refactoring. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Tom Lane c31224e257 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Robert Haas cbe24a6dd8 Improve behavior of concurrent CLUSTER. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Robert Haas 1da5c11959 Improve behavior of concurrent ALTER <relation> .. SET SCHEMA. 14 years ago
Robert Haas 74a1d4fe7c Improve behavior of concurrent rename statements. 14 years ago
Robert Haas d2a662182e Typo fixes for commit 2ad36c4e44. 14 years ago
Robert Haas 2ad36c4e44 Improve table locking behavior in the face of current DDL. 14 years ago
Tom Lane 1e3b21dd5e Change FK trigger naming convention to fix self-referential FKs. 14 years ago
Tom Lane 58958726ff Change FK trigger creation order to better support self-referential FKs. 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 14 years ago
Tom Lane 5b562644fe Teach ANALYZE to clear pg_class.relhassubclass when appropriate. 14 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 14 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 14 years ago