summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-2/+9
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-1/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-061-3/+3
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-1/+1
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-051-2/+2
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-201-0/+6
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+16
* Database-level collation version trackingPeter Eisentraut2022-02-141-6/+8
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis2021-11-091-2/+3
* Disallow LISTEN in background workers.Tom Lane2021-09-151-0/+17
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-9/+11
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-3/+20
* Revert per-index collation version tracking feature.Thomas Munro2021-05-071-0/+12
* Extended statistics on expressionsTomas Vondra2021-03-271-1/+28
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-0/+19
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-121-1/+2
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-181-39/+1
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-0/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-031-7/+8
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-191-15/+13
* Remove pg_collation.collversion.Thomas Munro2020-11-031-12/+0
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-131-6/+17
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-081-2/+4
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-041-4/+4
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-211-1/+35
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-111-2/+2
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-21/+23
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-1/+1
* Revert 0f5ca02f53Alexander Korotkov2020-04-081-13/+0
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-071-0/+13
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-061-0/+13
* Represent command completion tags as structsAlvaro Herrera2020-03-021-287/+274
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Silence minor compiler warnings.Tom Lane2020-01-191-3/+6
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-161-100/+250
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-151-54/+61
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-041-10/+10
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-131-7/+3
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-4/+3
* Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao2019-11-061-1/+8
* PG_FINALLYPeter Eisentraut2019-11-011-8/+2
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-111-0/+12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-2/+2
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-261-3/+9