]> git.ipfire.org Git - thirdparty/postgresql.git/history - doc/src/sgml/ref/alter_table.sgml
Move code for the bytea data type from varlena.c to new bytea.c
[thirdparty/postgresql.git] / doc / src / sgml / ref / alter_table.sgml
20 hours ago  Peter Eisentrautdoc: TOAST not toast
6 days ago  Peter Eisentrautdoc: Some copy-editing around constraint validation...
2025-05-01  Peter Eisentrautdoc: Improve explanations when a table rewrite is needed
2025-04-07  Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-02  Peter EisentrautAdd support for NOT ENFORCED in foreign key constraints
2025-03-27  Álvaro HerreraSimplify syntax for ALTER TABLE ALTER CONSTRAINT NO...
2025-03-14  Álvaro Herreradoc: Explain more thoroughly when a table rewrite is...
2025-03-05  Álvaro HerreraAdd ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
2025-02-07  Peter EisentrautVirtual generated columns
2025-01-23  Álvaro HerreraAllow NOT VALID foreign key constraints on partitioned...
2025-01-16  Amit KapilaDoc: Improve the Replica Identity information.
2025-01-11  Peter EisentrautAdd support for NOT ENFORCED in CHECK constraints
2024-11-13  Peter Eisentrautdoc: Add PERIOD to ALTER TABLE reference docs
2024-11-13  Peter Eisentrautdoc: Add WITHOUT OVERLAPS to ALTER TABLE reference...
2024-11-08  Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-11-07  Álvaro Herreradoc: Reword ALTER TABLE ATTACH restriction on NO INHERI...
2024-10-03  Michael PaquierRemove support for unlogged on partitioned tables
2024-10-02  Daniel Gustafssondoc: Missing markup, punctuation and wordsmithing
2024-09-30  Alvaro HerreraDon't disallow DROP of constraints ONLY on partitioned...
2024-08-24  Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-07-15  Fujii MasaoFix tablespace handling in MERGE/SPLIT partition commands.
2024-05-22  Alexander KorotkovDon't copy extended statistics during MERGE/SPLIT parti...
2024-05-13  Alvaro HerreraRevert structural changes to not-null constraints
2024-05-02  Alvaro HerreraDisallow direct change of NO INHERIT of not-null constr...
2024-04-30  Alexander KorotkovInherit parent's AM for partition MERGE/SPLIT operations
2024-04-30  Alexander KorotkovMake new partitions with parent's persistence during...
2024-04-30  Alexander KorotkovDocument the way partition MERGE/SPLIT operations creat...
2024-04-15  Alexander KorotkovGrammar fixes for split/merge partitions code
2024-04-07  Tom LaneDoc: update documentation about EXCLUDE constraint...
2024-04-06  Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
2024-04-06  Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
2024-03-25  Alvaro HerreraAllow specifying an access method for partitioned tables
2024-03-08  Michael PaquierAdd support for DEFAULT in ALTER TABLE .. SET ACCESS...
2024-01-13  Peter EisentrautMake attstattarget nullable
2024-01-04  Peter EisentrautALTER TABLE command to change generation expression
2023-11-25  Bruce Momjiandoc: improve ALTER TABLE "offical constraint" wording
2023-08-25  Alvaro HerreraCatalog not-null constraints
2023-04-12  Alvaro HerreraRevert "Catalog NOT NULL constraints" and fallout
2023-04-07  Alvaro HerreraCatalog NOT NULL constraints
2023-03-04  Tom LaneAvoid failure when altering state of partitioned foreig...
2023-01-16  Robert HaasMore documentation update for GRANT ... WITH SET OPTION.
2023-01-09  Tom LaneDoc: add XML ID attributes to <sectN> and <varlistentry...
2023-01-03  Michael PaquierFix typos in comments, code and documentation
2022-11-10  Tom LaneSupport writing "CREATE/ALTER TABLE ... SET STORAGE...
2022-07-13  Peter EisentrautAllow specifying STORAGE attribute for a new table
2022-04-07  Peter Eisentrautdoc: Fix man page whitespace issues
2022-04-07  Peter EisentrautUnlogged sequences
2022-04-01  Robert Haasdocs: Changing column type doesn't always require an...
2022-02-14  Amit KapilaWAL log unchanged toasted replica identity key attributes.
2022-02-03  Peter EisentrautAdd UNIQUE null treatment option
2022-01-27  Peter EisentrautRemove some trailing whitespace in documentation files
2021-12-22  Michael PaquierCorrect comment and some documentation about REPLICA_ID...
2021-12-08  Peter EisentrautAllow specifying column list for foreign key ON DELETE...
2021-11-11  Peter Eisentrautdoc: Add referential actions to CREATE/ALTER TABLE...
2021-11-05  Alvaro HerreraDocument that ALTER TABLE .. TYPE removes statistics
2021-07-28  David RowleyDoc: Clarify lock levels taken during ATTACH PARTITION
2021-07-28  Michael PaquierAdd support for SET ACCESS METHOD in ALTER TABLE
2021-07-16  Peter Eisentrautdoc: Spell checking
2021-06-14  Michael PaquierRemove forced toast recompression in VACUUM FULL/CLUSTER
2021-05-27  Tom LaneRethink definition of pg_attribute.attcompression.
2021-05-06  Alvaro HerreraDocument lock level used by ALTER TABLE VALIDATE CONSTRAINT
2021-05-06  Alvaro HerreraImprove documentation on DETACH PARTITION lock levels
2021-05-06  Robert Haasdocs: Clarify how ALTER TABLE .. SET COMPRESSION works.
2021-04-28  Alvaro HerreraAllow a partdesc-omitting-partitions to be cached
2021-04-21  Peter Eisentrautdoc: Improve hyphenation consistency
2021-03-25  Alvaro HerreraALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
2021-03-25  Alvaro HerreraDocument lock obtained during partition detach
2021-03-24  Amit KapilaRevert "Enable parallel SELECT for "INSERT INTO .....
2021-03-19  Robert HaasAllow configurable LZ4 TOAST compression.
2021-03-18  Amit KapilaDoc: Update description for parallel insert reloption.
2021-03-18  Amit KapilaAdd a new GUC and a reloption to enable inserts in...
2020-10-03  Peter EisentrautImprove <xref> vs. <command> formatting in the document...
2020-09-21  Tom LaneCopy editing: fix a bunch of misspellings and poor...
2020-09-17  Peter EisentrautAllow CURRENT_ROLE where CURRENT_USER is accepted
2020-09-10  Michael Paquierdoc: Fix some grammar and inconsistencies
2020-09-03  Peter EisentrautFix XML id to match containing page
2020-06-30  Bruce Momjiandoc: clarify that storage parameter values are optional
2020-05-11  Tom LaneDoc: fix "Unresolved ID reference" warnings, clean...
2020-04-21  Alvaro HerreraDocument partitiong tables ancillary object handling...
2020-04-10  Tom LaneDoc: clarify locking requirements for ALTER TABLE ADD...
2020-02-10  Amit Kapiladoc: Spell checking
2020-01-24  Michael PaquierDoc: Fix list of storage parameters available for ALTER...
2020-01-21  Tom LaneClarify behavior of adding and altering a column in...
2020-01-14  Peter EisentrautALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
2019-11-05  Michael PaquierDoc: Clarify locks taken when using ALTER TABLE ATTACH...
2019-11-05  Michael PaquierDoc: Improve description around ALTER TABLE ATTACH...
2019-10-25  Peter Eisentrautdoc: Use proper em and en dashes
2019-09-29  Peter Eisentrautdoc: Add a link target
2019-06-26  Alvaro HerreraFix partitioned index creation with foreign partitions
2019-06-11  Michael PaquierFix documentation of ALTER TABLE for stored values
2019-04-05  Etsuro FujitaDoc: Update documentation on partitioning vs. foreign...
2019-03-13  Robert HaasAllow ALTER TABLE .. SET NOT NULL to skip provably...
2019-02-28  Alvaro HerreraImprove docs for ALTER TABLE .. SET TABLESPACE
2019-01-25  Peter EisentrautAllow generalized expression syntax for partition bounds
2018-12-28  Michael PaquierClarify referential actions in docs of CREATE/ALTER...
2018-12-07  Tom LaneDoc: document that we expect CHECK constraint condition...
2018-12-07  Tom LaneDoc: remove obsolete statements about system OID column...
2018-11-21  Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-21  Michael PaquierDocument lock taken on referenced table when adding...
2018-09-04  Tom LaneFully enforce uniqueness of constraint names.
next