summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-07-10Fix pgindentPeter Eisentraut
2023-07-10Message wording improvementsPeter Eisentraut
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