summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-04Avoid crash when rolling back within a prepared statement.Tom Lane
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-07Further second thoughts about idle_session_timeout patch.Tom Lane
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
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