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
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
doc: Add missing COMPRESSION into CREATE TABLE synopsis.
Fujii Masao
2021-04-15
*
Document ANALYZE storage parameters for partitioned tables
Alvaro Herrera
2021-04-09
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Doc: Update description for parallel insert reloption.
Amit Kapila
2021-03-18
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
*
Fix typo
Magnus Hagander
2021-02-17
*
Doc: clarify that CREATE TABLE discards redundant unique constraints.
Tom Lane
2020-12-08
*
Clarify temporary table name shadowing in CREATE TABLE docs
Magnus Hagander
2020-11-02
*
doc: Mention that toast_tuple_target affects also column marked as Main.
Fujii Masao
2020-10-15
*
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
*
doc: add commas after 'i.e.' and 'e.g.'
Bruce Momjian
2020-08-31
*
doc: Spell checking
Peter Eisentraut
2020-07-05
*
Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.
Tom Lane
2020-05-11
*
Document partitiong tables ancillary object handling some more
Alvaro Herrera
2020-04-21
*
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Doc: Fix type of some storage parameters in CREATE TABLE page
Michael Paquier
2020-03-23
*
Add note about how each partition's default value is treated, into the doc.
Fujii Masao
2019-12-26
*
doc: Use proper em and en dashes
Peter Eisentraut
2019-10-25
*
doc: Clean up title case use
Peter Eisentraut
2019-09-08
*
Doc: Improve wording of multiple places in documentation
Michael Paquier
2019-08-20
*
Clarify the default partition's role
Alvaro Herrera
2019-08-08
*
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-25
*
doc: Fix generated column documentation
Peter Eisentraut
2019-05-27
*
Fix copy-and-paste mistakes in documentation.
Thomas Munro
2019-05-08
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Add index terms for reloptions in documentation.
Fujii Masao
2019-04-16
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
tableam: basic documentation.
Andres Freund
2019-04-03
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
doc: Fix typo
Peter Eisentraut
2019-03-30
*
Generated columns
Peter Eisentraut
2019-03-30
*
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Clarify referential actions in docs of CREATE/ALTER TABLE
Michael Paquier
2018-12-28
*
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
*
Clarify that cross-row constraints are unsupported
Alvaro Herrera
2018-11-26
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-09
*
Document lock taken on referenced table when adding a foreign key
Michael Paquier
2018-09-21
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
doc: move PARTITION OF stanza to just below PARTITION BY
Alvaro Herrera
2018-07-17
[next]