pg_filedump.git
2024-10-04 Christoph BergAdd 17 and 18 to versions to test
2024-07-19 Christoph BergAdd/fix expected toast output files for PG13- and 32-bit
2024-07-18 Christoph Bergpg_filedump 17.0 REL_17_0
2024-06-07 Christoph BergExplicitly link against libpgcommon and libpgport
2024-06-07 Christoph BergMove "number of chunks" to TOAST message
2024-06-07 Christoph BergRemove stray newline printed after toast message
2024-06-06 Christoph BergAdd regression test for toast
2024-06-06 Christoph BergPrint type of toast when not decoding it
2024-06-06 Christoph BergAllow finding the toast table in current directory
2024-06-06 Christoph BergAdd .editorconfig
2024-06-06 Christoph BergReplace static buffers with malloc
2024-06-04 Christoph BergDrop test specific to btree-deduplication on PG12
2024-06-04 Christoph BergRun build and test as postgres user
2024-06-04 Christoph BergFind pg_filedump at test time in PATH
2024-06-04 Karina LitskevichImprove Makefile: set PG_CONFIG only if it is not alrea...
2024-06-04 Svetlana DerevyankoFixes for running tap tests: library for perl tests...
2024-06-04 Alexey NamakonovAdded TAP tests and parsing specific contents of GIN...
2024-06-04 Svetlana DerevyankoFixed unaligned use of struct NumericData, which could...
2023-09-14 Christoph BergAdd a README.md symlink REL_16_0
2023-09-14 Christoph BergBump version to 16.0
2023-09-14 Christoph BergDrop Makefile.contrib before it gets outdated even...
2023-09-14 Christoph BergConvert README file to Markdown format
2023-09-14 Christoph BergDecode oid/xid >= 2^31 correctly
2023-09-14 Christoph BergFix expected float output file on 64-bit PG12+
2023-09-14 Christoph BergSupport testing against servers compiled without -...
2023-09-14 Christoph BergSupport testing float with PG 11 and earlier
2023-09-14 Christoph BergSupport testing numeric with PG 13 and 14
2023-09-14 Christoph BergAdd PG 16 to GitHub action
2023-09-14 Karina LitskevichAdd support for PostgreSQL v16
2023-09-14 Karina LitskevichAdd missing flags
2023-09-14 Karina LitskevichFix comparison of hasho_flag field and LH_UNUSED_PAGE
2023-08-28 Karina LitskevichBugfix: make sure fclose is called with a legal argument
2023-08-28 Karina LitskevichBugfix: free dynamically allocated memory
2022-03-30 Christoph BergBump copyright year REL_14_1
2022-03-30 Christoph BergAdd a non-trivial timetz offset test case
2022-03-30 Christoph BergDecode timestamptz
2022-03-30 Christoph BergDecode date and timestamp infinity values
2022-03-16 Christoph BergFix alignment handling of int64-based types, and of...
2022-03-16 Christoph BergFix "char" testsuite
2022-03-16 Christoph BergBump version to 14.1
2022-03-16 Christoph BergAdd GitHub workflow
2022-03-16 Christoph BergUpdate testsuite to exercise all datatypes with -D
2021-10-14 Svetlana DerevyankoAdding numeric type support
2021-09-29 Christoph BergRemove .travis.yml. REL_14_0
2021-09-29 Svetlana DerevyankoBump version to 14.0
2021-09-29 Svetlana DerevyankoRenamed decompressed_size into compressed_size accordin...
2021-09-29 Svetlana DerevyankoAdd support for PostgreSQL v14
2021-09-29 Richard YenAdd support for decoding pg_filenode.map
2020-11-02 Christoph BergBump version to 13.1 REL_13_1
2020-11-02 Christoph Bergdecode.c: Fix int64 format strings for 32 bit architectures
2020-11-02 Christoph BergRefactor testsuite to generate test file at runtime
2020-10-27 Christoph BergSupport PG14: nextFullXid got renamed to nextXidEpoch REL_13_0
2020-10-27 Christoph BergFix compilation on PG13
2020-10-27 Christoph Bergtravis: Add PG13 and 14, and run on focal
2019-11-28 Christoph BergAdd testsuite REL_12_0
2019-11-28 Christoph BergIgnore more build artifacts
2019-11-28 Christoph BergStrip trailing spaces from output
2019-11-28 Christoph BergRemove non-deterministic bits from output
2019-11-28 Christoph BergBump copyright years to 2019
2019-11-28 Christoph BergBump version to 12.0
2019-11-28 Guillaume LelargeAdd support for PostgreSQL v12
2019-11-28 Christoph BergDrop our pg_lzcompress copy
2019-11-28 Christoph BergAdd .travis.yml
2019-09-26 Christoph BergGetBlockSize: Fall back to using BLCKSZ if block size...
2018-09-02 Christoph BergReleasing pg_filedump 11.0 REL_11_0
2018-09-02 Christoph BergUse sizeof(PageHeaderData) in place of pageHeaderSize
2018-07-31 Christoph BergFix parsing of charN and varcharN types
2018-07-31 Christoph BergPG 11 removed prevCheckPoint from the control file
2018-06-20 Christoph Bergpg_filedump 10.1 REL_10_1
2018-06-20 Christoph BergCopyright bump for 2018
2018-06-20 Christoph BergUse pg_config in Makefile as well
2017-12-04 Teodor Sigaevpg_filedump can dump toasted values (-t flag)
2017-11-23 Teodor SigaevFix reading of TOASTed length
2017-11-23 Teodor SigaevOmit deleted tuple if flag -o is presented. Deleted...
2017-11-23 Teodor Sigaevpg_indent run
2017-11-23 Teodor SigaevFix list of object files in Makefile.contrib
2017-10-22 Christoph BergAdd list of types supported by -D to help output REL_10_0
2017-10-22 Christoph BergBump copyright year to 2017
2017-10-22 Christoph BergBump pg_filedump version to 10.0
2017-10-22 Christoph BergThe control file does not contain enableIntTimes anymore
2017-03-01 Teodor SigaevSupport decoding of catalog tables.
2017-01-17 Teodor SigaevPartial data recovery (-D flag).
2016-10-14 Christoph BergGet cflags/ldflags/bindir from pg_config and add instal...
2016-10-14 Christoph BergDon't set CC in the Makefile
2016-10-14 Christoph BergAfter 8023b582 there is no more SizeOfIptrData macro
2016-09-29 Christoph BergBump version to 9.6.0 REL9_6_0
2016-09-23 Teodor SigaevSet exit status if something goes wrong.
2016-09-07 Teodor SigaevFix checksum validation for relations that have more...
2016-03-24 Christoph BergUse LDFLAGS to link
2016-03-24 Teodor SigaevUse pg_config --libdir
2016-03-19 Christoph BergSupport 9.5 and recognize more flags REL9_5_0
2016-02-02 Christoph BergBump copyright year
2016-02-02 Christoph BergUse pg_config to determine include location
2014-08-30 Christoph BergChange all // comments to /* */ and run pgindent REL9_4_0
2014-08-30 Christoph BergAdd support for verifying block checksums
2014-06-10 Tom LaneUpdate copyright date. REL9_3_0
2014-06-10 Tom LaneAdd .gitignore.
2013-06-06 Tom LanePreliminary updates for Postgres 9.3.
2012-03-12 Tom LaneUpdates for latest Postgres 9.2 sources. REL9_2_0
2011-12-18 Tom LanePreliminary support for SP-GiST indexes.
next