aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Disallow merging ONLY constraints in children tablesAlvaro Herrera2012-01-16
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Fix backwards logic in previous commit.Robert Haas2012-01-06
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane2011-12-21
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-21
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas2011-12-15
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas2011-12-06
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Change FK trigger naming convention to fix self-referential FKs.Tom Lane2011-10-26
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-26
* Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas2011-10-09
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-08
* Fix vim-induced typo.Robert Haas2011-06-02
* Remove unused variableAlvaro Herrera2011-05-27
* Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.Tom Lane2011-04-25
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-20
* Typo fix.Robert Haas2011-04-20
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Add check for matching column collations in ALTER TABLE ... INHERIT.Tom Lane2011-04-17
* Simplify reindex_relation's API.Tom Lane2011-04-16
* Remove obsolete comment.Robert Haas2011-04-13
* Fix toast table creation.Robert Haas2011-04-13
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up overly complex code for issuing some related error messages.Tom Lane2011-04-09
* Fix bug in propagating ALTER TABLE actions to typed tables.Robert Haas2011-04-08
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03