Commits

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

DateSubjectAuthorReleases
2026-05-14 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 19 (unreleased)
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-04-07 instrumentation: Standardize ticks to nanosecond conversion method Andres Freund 19 (unreleased)
2026-02-27 Use pg_malloc_object() and pg_alloc_array() variants in frontend code Michael Paquier 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Remove useless casts in format arguments Peter Eisentraut 19 (unreleased)
2025-12-05 Fix some cases of indirectly casting away const. Tom Lane 19 (unreleased)
2025-11-21 Use strtoi64() in pgbench, replacing its open-coded implementation Heikki Linnakangas 19 (unreleased)
2025-11-14 pgbench: Fix assertion failure with multiple \syncpipeline in pipeline mode. Fujii Masao 19 (unreleased)
2025-11-07 pgbench: Add --continue-on-error option. Fujii Masao 19 (unreleased)
2025-10-03 pgbench: Fail cleanly when finding a COPY result state Michael Paquier 19 (unreleased)
2025-09-30 pgbench: Fix error reporting in readCommandResponse(). Fujii Masao 19 (unreleased)
2025-09-26 pgbench: Fix assertion failure with retriable errors in pipeline mode. Fujii Masao 19 (unreleased)
2025-09-18 pgbench: Remove unused argument from create_sql_command(). Fujii Masao 19 (unreleased)
2025-08-03 Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 19 (unreleased)