summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_table.sgml
AgeCommit message (Expand)Author
2024-11-13doc: Add PERIOD to ALTER TABLE reference docsPeter Eisentraut
2024-11-13doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docsPeter Eisentraut
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraintsÁlvaro Herrera
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-05-22Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-04-30Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov
2024-04-30Document the way partition MERGE/SPLIT operations create new partitionsAlexander Korotkov
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-07Doc: update documentation about EXCLUDE constraint elements.Tom Lane
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2023-11-25doc: improve ALTER TABLE "offical constraint" wordingBruce Momjian
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-11-10Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-04-07doc: Fix man page whitespace issuesPeter Eisentraut
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-01docs: Changing column type doesn't always require an index rebuild.Robert Haas
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-27Remove some trailing whitespace in documentation filesPeter Eisentraut
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-11-11doc: Add referential actions to CREATE/ALTER TABLE synopsisPeter Eisentraut
2021-11-05Document that ALTER TABLE .. TYPE removes statisticsAlvaro Herrera
2021-07-28Doc: Clarify lock levels taken during ATTACH PARTITIONDavid Rowley
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-16doc: Spell checkingPeter Eisentraut
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-06Document lock level used by ALTER TABLE VALIDATE CONSTRAINTAlvaro Herrera
2021-05-06Improve documentation on DETACH PARTITION lock levelsAlvaro Herrera