Commits

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

DateSubjectAuthorReleases
2020-10-16 postgres_fdw: Restructure connection retry logic. Fujii Masao 14.0
2020-10-15 Improve tab-completion for FETCH/MOVE. Fujii Masao 14.0
2020-10-15 doc: Mention that toast_tuple_target affects also column marked as Main. Fujii Masao 14.0
2020-10-06 postgres_fdw: reestablish new connection if cached one is detected as broken. Fujii Masao 14.0
2020-10-02 Add pg_stat_wal statistics view. Fujii Masao 14.0
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 14.0
2020-09-28 Improve tab-completion for DEALLOCATE. Fujii Masao 14.0
2020-09-16 Add leader_pid field into the example of file_fdw for csvlog. Fujii Masao 14.0
2020-09-14 Fix typos. Fujii Masao 14.0
2020-09-02 Avoid unnecessary acquisition of SyncRepLock in transaction commit time. Fujii Masao 14.0
2020-08-26 Add regression test for pg_backend_memory_contexts. Fujii Masao 14.0
2020-08-26 Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c. Fujii Masao 14.0
2020-08-26 Prevent non-superusers from reading pg_backend_memory_contexts, by default. Fujii Masao 14.0
2020-08-21 Fix explain regression test failure. Fujii Masao 14.0
2020-08-21 Rework EXPLAIN for planner's buffer usage. Fujii Masao 14.0
2020-08-21 Fix typos in comments. Fujii Masao 14.0
2020-08-19 Add pg_backend_memory_contexts system view. Fujii Masao 14.0
2020-07-29 pg_stat_statements: track number of rows processed by some utility commands. Fujii Masao 14.0
2020-07-29 Remove non-fast promotion. Fujii Masao 14.0
2020-07-20 Rename wal_keep_segments to wal_keep_size. Fujii Masao 14.0
2020-07-20 Add generic_plans and custom_plans fields into pg_prepared_statements. Fujii Masao 14.0
2020-07-09 doc: Correct the description about the length of pg_stat_activity.query. Fujii Masao 14.0
2020-07-08 Fix incorrect variable datatype. Fujii Masao 14.0
2020-07-08 Fix function name in comment. Fujii Masao 14.0
2020-07-06 doc: Add note about possible performance overhead by enabling track_planning. Fujii Masao 14.0