summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
AgeCommit message (Expand)Author
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-05Add optional parameter to PG_TRY() macrosDavid Rowley
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-07-05Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-10Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis
2021-09-15Disallow LISTEN in background workers.Tom Lane
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-19Silence minor compiler warnings.Tom Lane
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-06Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao
2019-11-01PG_FINALLYPeter Eisentraut
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera