summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-17Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-06Code beautification for object-access hook machinery.Robert Haas
2013-03-03Add a materialized view relations.Kevin Grittner
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-29Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-12-17Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-11-28Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-10-23Add context info to OAT_POST_CREATE security hookAlvaro Herrera
2012-08-30Comment fixes.Robert Haas
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-08Fix typo in commentAlvaro Herrera
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-16Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane
2012-05-11Prevent loss of init fork when truncating an unlogged table.Robert Haas
2012-04-23Lots of doc corrections.Robert Haas
2012-04-20Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-10Add support for renaming constraintsPeter Eisentraut
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-02-27ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-16Disallow merging ONLY constraints in children tablesAlvaro Herrera
2012-01-16Prevent adding relations to a concurrently dropped schema.Robert Haas
2012-01-06Fix backwards logic in previous commit.Robert Haas
2012-01-06Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-21Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-20Add support for privileges on typesPeter Eisentraut
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera