Commits

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

DateSubjectAuthorReleases
2025-03-21 doc: Remove incorrect description about dropping replication slots. Fujii Masao 18.0
2025-03-14 Add GUC option to log lock acquisition failures. Fujii Masao 18.0
2025-03-14 Optimize iteration over PGPROC for fast-path lock searches. Fujii Masao 18.0
2025-03-05 ecpg: Fix compiler warning in ecpg build with Meson. Fujii Masao 18.0
2025-03-04 Add regression tests for pg_stat_progress_copy.tuples_skipped. Fujii Masao 18.0
2025-03-04 ecpg: Add TAP test for the ecpg command. Fujii Masao 18.0
2025-03-02 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. Fujii Masao 18.0
2025-01-14 ecpg: Restore detection of unsupported COPY FROM STDIN. Fujii Masao 18.0
2025-01-09 doc: Clarify synchronous_standby_names parameter. Fujii Masao 18.0
2025-01-06 doc: Clarify log level for VERBOSE messages in maintenance commands. Fujii Masao 18.0
2024-12-15 doc: Clarify old WAL files are kept until they are summarized. Fujii Masao 18.0
2024-11-27 file_fdw: Add regression tests for ON_ERROR and other options. Fujii Masao 18.0
2024-11-27 pgbench: Ensure previous progress message is fully cleared when updating. Fujii Masao 18.0
2024-11-20 file_fdw: Add REJECT_LIMIT option to file_fdw. Fujii Masao 18.0
2024-11-19 Improve error message for database object stats manipulation functions. Fujii Masao 18.0
2024-11-15 Remove unnecessary backslash from CopyFrom() code. Fujii Masao 18.0
2024-10-24 Refactor GetLockStatusData() to skip backends/groups without fast-path locks. Fujii Masao 18.0
2024-10-22 ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca(). Fujii Masao 18.0
2024-10-18 Remove unused code for unlogged materialized views. Fujii Masao 18.0
2024-10-10 Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat. Fujii Masao 18.0
2024-10-08 Move check for binary mode and on_error option to the appropriate location. Fujii Masao 18.0
2024-10-08 Add REJECT_LIMIT option to the COPY command. Fujii Masao 18.0
2024-10-03 Refactor CopyFrom() in copyfrom.c. Fujii Masao 18.0
2024-10-03 file_fdw: Add on_error and log_verbosity options to file_fdw. Fujii Masao 18.0
2024-10-03 Add log_verbosity = 'silent' support to COPY command. Fujii Masao 18.0