summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-281-19/+19
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-151/+55
* Fix uninitialized variable in transformTableLikeClause()David Rowley2023-04-111-1/+1
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-55/+151
* Fix List memory issue in transformColumnDefinitionDavid Rowley2023-03-311-0/+3
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-20/+10
* Improve handling of inherited GENERATED expressions.Tom Lane2023-01-111-5/+0
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-121-2/+0
* Rework query relation permission checkingAlvaro Herrera2022-12-061-5/+1
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-291-1/+2
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-1/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-081-0/+10
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-4/+4
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-3/+1
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-181-1/+2
* Unlogged sequencesPeter Eisentraut2022-04-071-0/+1
* Parse/analyze function renamingPeter Eisentraut2022-03-041-1/+1
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-031-0/+3
* Rename value node fieldsPeter Eisentraut2022-01-141-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-151-1/+1
* Clarify use of "statistics objects" in the codeMichael Paquier2021-09-291-3/+3
* Remove Value node structPeter Eisentraut2021-09-091-2/+2
* Avoid using ambiguous word "positive" in error message.Fujii Masao2021-08-251-1/+1
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-191-4/+4
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-3/+1
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-2/+3
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-34/+2
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-101-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Fix typos in comments about extended statisticsTomas Vondra2021-05-071-1/+1
* Remove redundant variableAlvaro Herrera2021-05-061-2/+4
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-061-3/+4
* Extended statistics on expressionsTomas Vondra2021-03-271-5/+120
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+9
* Forbid marking an identity column as nullable.Tom Lane2021-03-121-0/+10
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-011-3/+11
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-191-5/+22
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-041-0/+1
* Optimize a few list_delete_ptr callsDavid Rowley2020-10-221-1/+3
* Assign collations in partition bound expressions.Tom Lane2020-09-281-0/+1
* Remove complaints about COLLATE clauses in partition bound values.Tom Lane2020-09-281-44/+0
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-231-16/+37
* Remove some more useless assignments.Tom Lane2020-09-041-1/+0
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-211-147/+234