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