Commits

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

DateSubjectAuthorReleases
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2025-02-24 libpq: Trace all NegotiateProtocolVersion fields Robert Haas 18.0
2025-02-24 libpq: Add PQfullProtocolVersion to exports.txt Robert Haas 18.0
2025-02-22 Adjust EXPLAIN test case to filter out "Actual Rows" values. Robert Haas 18.0
2025-02-21 Allow EXPLAIN to indicate fractional rows. Robert Haas 18.0
2024-11-04 pg_combinebackup: Error if incremental file exists in full backup. Robert Haas 18.0
2024-11-04 pg_combinebackup: When reconstructing, avoid double slash in filename. Robert Haas 18.0
2024-10-02 File size in a backup manifest should use uint64, not size_t. Robert Haas 18.0
2024-10-01 Fix some pg_verifybackup issues reported by Coverity. Robert Haas 18.0
2024-09-27 Reindent pg_verifybackup.c. Robert Haas 18.0
2024-09-27 pg_verifybackup: Verify tar-format backups. Robert Haas 18.0
2024-09-09 Add PQfullProtocolVersion() to surface the precise protocol version. Robert Haas 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2024-08-21 Treat number of disabled nodes in a path as a separate cost metric. Robert Haas 18.0
2024-08-21 Fix pgindent damage Robert Haas 18.0
2024-08-16 pg_verifybackup: Move some declarations to new pg_verifybackup.h Robert Haas 18.0
2024-08-16 pg_verifybackup: Move skip_checksums into verifier_context. Robert Haas 18.0
2024-08-16 Improve more comments in astreamer_gzip.c. Robert Haas 18.0
2024-08-15 Do not hardcode PG_PROTOCOL_LATEST in NegotiateProtocolVersion Robert Haas 18.0
2024-08-07 Improve file header comments for astramer code. Robert Haas 18.0
2024-08-05 Move astreamer (except astreamer_inject) to fe_utils. Robert Haas 18.0
2024-08-05 Move recovery injector astreamer to a separate header file. Robert Haas 18.0
2024-08-05 Rename bbstreamer to astreamer. Robert Haas 18.0
2024-07-26 Wait for WAL summarization to catch up before creating .partial file. Robert Haas 18.0
2024-07-26 Fix indentation. Robert Haas 18.0