summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ddl.sgml
AgeCommit message (Expand)Author
2025-11-21Fix typo in documentation about application timePeter Eisentraut
2025-11-12doc: Document effects of ownership change on privilegesDaniel Gustafsson
2025-11-08doc: consistently use "structname" and "structfield" markupBruce Momjian
2025-11-06Doc: use uppercase keywords in SQLsDavid Rowley
2025-11-05doc: Add section for temporal tablesPeter Eisentraut
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-12doc: Document that MAINTAIN privilege allows statistics manipulation functions.Fujii Masao
2025-04-10Doc: remove long-obsolete advice about generated constraint names.Tom Lane
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-03-14doc: Explain more thoroughly when a table rewrite is neededÁlvaro Herrera
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-30Doc: Generated column replication.Amit Kapila
2024-11-30doc: Fix typoPeter Eisentraut
2024-11-29doc: Improve description of referential actionsPeter Eisentraut
2024-11-18doc: clarify text about combining row-level policiesBruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-04Doc: Update the behavior of generated columns in Logical Replication.Amit Kapila
2024-10-23doc: Fix INSERT statement syntax for identity columnsDaniel Gustafsson
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-07-17Doc: fix minor syntax error in example.Tom Lane
2024-07-01doc: Add ACL acronym for "Access Control List"Michael Paquier
2024-06-21Doc: Generated columns are skipped for logical replication.Amit Kapila
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-09Doc: use "an SQL" instead of "a SQL"David Rowley
2024-04-09Fix whitespacePeter Eisentraut
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-30doc: Improve "Partition Maintenance" sectionAlvaro Herrera
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-01-31doc: Document more that relations share a namespacePeter Eisentraut
2024-01-29Doc: mention foreign keys can reference unique indexesDavid Rowley
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-16doc: Add Identity Column section under Data Definition chapterPeter Eisentraut
2024-01-16doc: Decorate PostgreSQL with productname tagPeter Eisentraut
2024-01-11Fix omission in partitioning limitation documentationMagnus Hagander
2023-12-27Doc: specify aclitem syntax more clearly.Tom Lane
2023-11-27Fix CREATE INDEX CONCURRENTLY exampleAlvaro Herrera
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-06-04Doc: explain about dependency tracking for new-style SQL functions.Tom Lane
2023-04-05doc: Update error messages in RLS examplesJohn Naylor
2023-03-16Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2023-01-12Doc: fix silly thinko in 8bf6ec3ba.Tom Lane