index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Commit message (
Expand
)
Author
Age
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Disallow calling anything but plain functions via the fastpath API.
Tom Lane
2021-04-30
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-16
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Avoid crash when rolling back within a prepared statement.
Tom Lane
2021-02-03
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
*
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-07
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-24
*
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-03
*
Improve log message about termination of background workers.
Fujii Masao
2020-11-30
*
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Remove -o option to postmaster
Magnus Hagander
2020-11-10
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
[next]