summaryrefslogtreecommitdiff
path: root/decode.c
AgeCommit message (Expand)Author
2025-04-15Read toast chunks in ascending order, looping if requiredChristoph Berg
2025-04-15Print toast message only for matching toast chunksChristoph Berg
2025-04-15Fix a typo in commentChristoph Berg
2025-04-15Use PRIu64 to format integersChristoph Berg
2025-04-15Fixed bug with number of digits for numeric being calculated wrong, which led...Svetlana Derevyanko
2024-06-07Move "number of chunks" to TOAST messageChristoph Berg
2024-06-06Print type of toast when not decoding itChristoph Berg
2024-06-06Allow finding the toast table in current directoryChristoph Berg
2024-06-06Replace static buffers with mallocChristoph Berg
2024-06-04Fixed unaligned use of struct NumericData, which could cause problems on some...Svetlana Derevyanko
2023-09-14Decode oid/xid >= 2^31 correctlyChristoph Berg
2023-09-14Add support for PostgreSQL v16Karina Litskevich
2023-08-28Bugfix: make sure fclose is called with a legal argumentKarina Litskevich
2023-08-28Bugfix: free dynamically allocated memoryKarina Litskevich
2022-03-30Decode timestamptzChristoph Berg
2022-03-30Decode date and timestamp infinity valuesChristoph Berg
2022-03-16Fix alignment handling of int64-based types, and of nameChristoph Berg
2021-10-14Adding numeric type supportSvetlana Derevyanko
2021-09-29Renamed decompressed_size into compressed_size according to actual meaning.Svetlana Derevyanko
2021-09-29Add support for PostgreSQL v14Svetlana Derevyanko
2020-11-02decode.c: Fix int64 format strings for 32 bit architecturesChristoph Berg
2020-10-27Fix compilation on PG13Christoph Berg
2019-11-28Add support for PostgreSQL v12Guillaume Lelarge
2018-07-31Fix parsing of charN and varcharN typesChristoph Berg
2017-12-04pg_filedump can dump toasted values (-t flag)Teodor Sigaev
2017-11-23Fix reading of TOASTed lengthTeodor Sigaev
2017-11-23pg_indent runTeodor Sigaev
2017-03-01Support decoding of catalog tables.Teodor Sigaev
2017-01-17Partial data recovery (-D flag).Teodor Sigaev