Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2021-03-09 Track total amounts of times spent writing and syncing WAL data to disk. Fujii Masao 14.0
2021-03-04 Remove redundant getenv() for PGUSER, in psql help. Fujii Masao 14.0
2021-02-25 Improve tab-completion for TRUNCATE. Fujii Masao 14.0
2021-02-22 Initialize atomic variable waitStart in PGPROC, at postmaster startup. Fujii Masao 14.0
2021-02-19 Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN. Fujii Masao 14.0
2021-02-19 Fix bug in COMMIT AND CHAIN command. Fujii Masao 14.0
2021-02-18 Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver. Fujii Masao 14.0
2021-02-15 Display the time when the process started waiting for the lock, in pg_locks, take 2 Fujii Masao 14.0
2021-02-09 Revert "Display the time when the process started waiting for the lock, in pg_locks." Fujii Masao 14.0
2021-02-09 Display the time when the process started waiting for the lock, in pg_locks. Fujii Masao 14.0
2021-01-30 postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. Fujii Masao 14.0
2021-01-26 postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS Fujii Masao 14.0
2021-01-26 postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all(). Fujii Masao 14.0
2021-01-26 postgres_fdw: Add functions to discard cached connections. Fujii Masao 14.0
2021-01-19 doc: Add note about the server name of postgres_fdw_get_connections() returns. Fujii Masao 14.0
2021-01-18 postgres_fdw: Add function to list cached connections to foreign servers. Fujii Masao 14.0
2021-01-15 Fix calculation of how much shared memory is required to store a TOC. Fujii Masao 14.0
2021-01-15 postgres_fdw: Save foreign server OID in connection cache entry. Fujii Masao 14.0
2021-01-14 Stabilize timeline switch regression test. Fujii Masao 14.0
2021-01-14 Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE. Fujii Masao 14.0
2021-01-14 Ensure that a standby is able to follow a primary on a newer timeline. Fujii Masao 14.0
2021-01-13 Log long wait time on recovery conflict when it's resolved. Fujii Masao 14.0
2021-01-07 Add GUC to log long wait times on recovery conflicts. Fujii Masao 14.0
2021-01-06 Detect the deadlocks between backends and the startup process. Fujii Masao 14.0
2021-01-06 doc: Fix description about default behavior of recovery_target_timeline. Fujii Masao 14.0