Commits

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

DateSubjectAuthorReleases
2021-04-12 Support tab-complete for TRUNCATE on foreign tables. Fujii Masao 14.0
2021-04-11 Avoid unnecessary table open/close in TRUNCATE command. Fujii Masao 14.0
2021-04-11 Remove COMMIT_TS_SETTS record. Fujii Masao 14.0
2021-04-08 Allow TRUNCATE command to truncate foreign tables. Fujii Masao 14.0
2021-04-06 Fix test added by commit 9de9294b0c. Fujii Masao 14.0
2021-04-06 postgres_fdw: Allow partitions specified in LIMIT TO to be imported. Fujii Masao 14.0
2021-04-06 Stop archive recovery if WAL generated with wal_level=minimal is found. Fujii Masao 14.0
2021-04-06 Fix typo in pgstat.c. Fujii Masao 14.0
2021-04-06 Add function to log the memory contexts of specified backend process. Fujii Masao 14.0
2021-04-05 Shut down transaction tracking at startup process exit. Fujii Masao 14.0
2021-04-02 pg_checksums: Fix progress reporting. Fujii Masao 14.0
2021-04-02 postgres_fdw: Add option to control whether to keep connections open. Fujii Masao 14.0
2021-04-02 Fix pgstat_report_replslot() to use proper data types for its arguments. Fujii Masao 14.0
2021-04-02 Fix typos in comments. Fujii Masao 14.0
2021-03-25 Fix bug in WAL replay of COMMIT_TS_SETTS record. Fujii Masao 14.0
2021-03-25 Improve connection denied error message during recovery. Fujii Masao 14.0
2021-03-24 Rename wait event WalrcvExit to WalReceiverExit. Fujii Masao 14.0
2021-03-24 Log when GetNewOidWithIndex() fails to find unused OID many times. Fujii Masao 14.0
2021-03-23 Change the type of WalReceiverWaitStart wait event from Client to IPC. Fujii Masao 14.0
2021-03-23 pg_waldump: Fix bug in per-record statistics. Fujii Masao 14.0
2021-03-22 pgbench: Improve error-handling in \sleep command. Fujii Masao 14.0
2021-03-19 Fix comments in postmaster.c. Fujii Masao 14.0
2021-03-15 Make archiver process an auxiliary process. Fujii Masao 14.0
2021-03-12 Send statistics collected during shutdown checkpoint to the stats collector. Fujii Masao 14.0
2021-03-12 Force to send remaining WAL stats to the stats collector at walwriter exit. Fujii Masao 14.0