summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
AgeCommit message (Expand)Author
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-13Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-02Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-10Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-07Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-07Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-08-29Make more use of makeColumnDef()Peter Eisentraut
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-11Fix uninitialized variable in transformTableLikeClause()David Rowley
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-31Fix List memory issue in transformColumnDefinitionDavid Rowley
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
2022-04-07Unlogged sequencesPeter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier