Releases: df7cb/pg_filedump
Releases · df7cb/pg_filedump
pg_filedump 17.1
pg_filedump 17.0
- Fixed unaligned use of struct NumericData (@GetsuDer)
- Added TAP tests and parsing specific contents of GIN data pages (Alexey Namakonov)
- Makefile improvements (Karina Litskevich)
- Build system improvements (@df7cb)
- Allow dumping of values larger than 64kB (@df7cb)
- Print type of toast when not decoding it; toast regression tests (@df7cb)
pg_filedump 16.0
- Compatibility with PostgreSQL 16 (@Green-Chan)
- Bugfixes and better coverage of hash indexes (@Green-Chan)
- Testsuite coverage for PostgreSQL 10..14 (@df7cb)
- Decode xid/oid values > 2^31 (@df7cb)
pg_filedump 14.1
pg_filedump 14.0
- Add support for decoding pg_filenode.map (Richard Yen)
- Add support for PostgreSQL v14 and lz4 compression (Svetlana Derevyanko)
pg_filedump 13.1
- Refactor testsuite to generate test file at runtime
- decode.c: Fix int64 format strings for 32 bit architectures
pg_filedump 13.0
Add support for PG13 and PG14 as of now.