index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_table.sgml
Commit message (
Expand
)
Author
Age
*
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
*
Improve documentation about PRIMARY KEY constraints.
Tom Lane
2016-02-07
*
Improve documentation around autovacuum-related storage parameters.
Tom Lane
2015-11-11
*
Remove outdated comment about relation level autovacuum freeze limits.
Andres Freund
2015-10-05
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
doc: add comma for clarity
Bruce Momjian
2015-03-20
*
Fix whitespace
Peter Eisentraut
2014-07-08
*
Documentation for logical decoding.
Robert Haas
2014-03-18
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS
Bruce Momjian
2014-01-25
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
*
Remove whitespace from end of lines
Peter Eisentraut
2013-05-30
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
doc: Add link to CREATE TABLE AS on CREATE TABLE reference page
Peter Eisentraut
2012-11-12
*
Clarify documentation that primary key and unique constraints are copied
Bruce Momjian
2012-08-26
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2012-06-22
*
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
*
Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.
Tom Lane
2012-06-13
*
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-13
*
Minor improvements for CHECK NO INHERIT documentation.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Allow CREATE TABLE (LIKE ...) from composite type
Peter Eisentraut
2012-03-03
*
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Properly capitalize hyphenated words in documentation titles.
Bruce Momjian
2011-02-01
*
Properly capitalize documentation headings; some only had initial-word
Bruce Momjian
2011-01-29
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.
Tom Lane
2010-12-28
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Spell and markup checking
Peter Eisentraut
2010-08-17
*
Remove tabs from sgml file.
Bruce Momjian
2010-07-26
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-07
*
Use "TOAST table" in place of the vague, not-used-elsewhere phrase
Tom Lane
2010-05-13
*
Document that autovacuum cannot vacuum or analyze temporary tables.
Bruce Momjian
2010-04-16
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Improve 9.0 release notes by removing extra parentheses and linking to a
Bruce Momjian
2010-04-01
*
Entity-ify a few new uses of literal <, >, and &.
Tom Lane
2010-02-27
[next]