aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* doc: Add link to CREATE TABLE AS on CREATE TABLE reference pagePeter Eisentraut2012-11-12
* Clarify documentation that primary key and unique constraints are copiedBruce Momjian2012-08-26
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Minor improvements for CHECK NO INHERIT documentation.Robert Haas2012-04-23
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut2012-03-03
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Basic foreign table support.Robert Haas2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.Tom Lane2010-12-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Remove tabs from sgml file.Bruce Momjian2010-07-26
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane2010-05-13
* Document that autovacuum cannot vacuum or analyze temporary tables.Bruce Momjian2010-04-16
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Improve 9.0 release notes by removing extra parentheses and linking to aBruce Momjian2010-04-01
* Entity-ify a few new uses of literal <, >, and &.Tom Lane2010-02-27
* Remove long-commented-out paragraph in documentation about functionBruce Momjian2010-02-22
* Type table featurePeter Eisentraut2010-01-28
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Fix documentation on the toast.fillfactor reloption: it doesn't exist.Alvaro Herrera2009-10-27
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Remove tabs from SGML.Bruce Momjian2009-02-12
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17