aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Fix possible "tuple concurrently updated" error in ALTER TABLE.Robert Haas2011-03-18
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-04
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Avoid a few more SET DATA TYPE table rewrites.Robert Haas2011-02-14
* Delete stray word from comment.Robert Haas2011-02-14
* DDL support for collationsPeter Eisentraut2011-02-12
* Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.Robert Haas2011-02-12
* Tweak find_composite_type_dependencies API a bit more.Robert Haas2011-02-11
* Suppress some compiler warnings in recent commits.Tom Lane2011-02-08
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Fix a comment for MergeAttributes.Itagaki Takahiro2011-02-07
* Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas2011-02-06