Commits

DateSubjectAuthorReleases
2025-03-17 pg_combinebackup: Add -k, --link option. Robert Haas 18.0
2025-03-07 doc: Add missing decimal places to example rowcount. Robert Haas 18.0
2025-02-28 Avoid including explain.h in explain_format.h and explain_dr.h Robert Haas 18.0
2025-02-28 Fix missing space in EXPLAIN ANALYZE output. Robert Haas 18.0
2025-02-27 Create explain_dr.c and move DestReceiver-related code there. Robert Haas 18.0
2025-02-27 Create explain_format.c and move relevant code there. Robert Haas 18.0
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 17.1
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 17.1
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