summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-11-30Improve log message about termination of background workers.Fujii Masao
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
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-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
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-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-03-31Fix assorted typosMagnus Hagander
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-11Refactor ps_status.c APIPeter Eisentraut
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-02-28Add comments on avoid reuse of parse-time snapshotAlvaro 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-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-11-24Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane
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-06Allow sampling of statements depending on durationTomas Vondra
2019-11-06Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-25Improve management of statement timeouts.Tom Lane
2019-10-25Reset statement_timeout between queries of a multi-query string.Tom Lane
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra