aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Message style improvementsPeter Eisentraut2021-06-28
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Disallow calling anything but plain functions via the fastpath API.Tom Lane2021-04-30
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Extended statistics on expressionsTomas Vondra2021-03-27
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Improve logging of bad parameter values in BIND messages.Tom Lane2021-03-16
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Avoid crash when rolling back within a prepared statement.Tom Lane2021-02-03
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-18
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17
* Further second thoughts about idle_session_timeout patch.Tom Lane2021-01-07
* Add idle_session_timeout.Tom Lane2021-01-06
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-29
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-24
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Improve log message about termination of background workers.Fujii Masao2020-11-30
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Remove -o option to postmasterMagnus Hagander2020-11-10
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-13
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-04
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12