Skip to content

Releases: df7cb/pg_filedump

pg_filedump 17.0

18 Jul 14:13
REL_17_0
Compare
Choose a tag to compare
  • 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

14 Sep 15:34
REL_16_0
Compare
Choose a tag to compare
  • 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

30 Mar 13:20
REL_14_1
Compare
Choose a tag to compare
  • Adding numeric type support (@GetsuDer)
  • Update testsuite to exercise all datatypes with -D (@df7cb)
  • Fix alignment handling of int64-based types, and of name (@df7cb)
  • Decode timestamptz and date and timestamp infinity values (@df7cb)

pg_filedump 14.0

29 Sep 16:14
REL_14_0
Compare
Choose a tag to compare
  • Add support for decoding pg_filenode.map (Richard Yen)
  • Add support for PostgreSQL v14 and lz4 compression (Svetlana Derevyanko)

pg_filedump 13.1

02 Nov 16:07
REL_13_1
Compare
Choose a tag to compare
  • Refactor testsuite to generate test file at runtime
  • decode.c: Fix int64 format strings for 32 bit architectures

pg_filedump 13.0

27 Oct 15:07
REL_13_0
Compare
Choose a tag to compare

Add support for PG13 and PG14 as of now.