index
:
pg_filedump.git
master
pg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decode.c
Age
Commit message (
Expand
)
Author
2025-04-15
Read toast chunks in ascending order, looping if required
Christoph Berg
2025-04-15
Print toast message only for matching toast chunks
Christoph Berg
2025-04-15
Fix a typo in comment
Christoph Berg
2025-04-15
Use PRIu64 to format integers
Christoph Berg
2025-04-15
Fixed bug with number of digits for numeric being calculated wrong, which led...
Svetlana Derevyanko
2024-06-07
Move "number of chunks" to TOAST message
Christoph Berg
2024-06-06
Print type of toast when not decoding it
Christoph Berg
2024-06-06
Allow finding the toast table in current directory
Christoph Berg
2024-06-06
Replace static buffers with malloc
Christoph Berg
2024-06-04
Fixed unaligned use of struct NumericData, which could cause problems on some...
Svetlana Derevyanko
2023-09-14
Decode oid/xid >= 2^31 correctly
Christoph Berg
2023-09-14
Add support for PostgreSQL v16
Karina Litskevich
2023-08-28
Bugfix: make sure fclose is called with a legal argument
Karina Litskevich
2023-08-28
Bugfix: free dynamically allocated memory
Karina Litskevich
2022-03-30
Decode timestamptz
Christoph Berg
2022-03-30
Decode date and timestamp infinity values
Christoph Berg
2022-03-16
Fix alignment handling of int64-based types, and of name
Christoph Berg
2021-10-14
Adding numeric type support
Svetlana Derevyanko
2021-09-29
Renamed decompressed_size into compressed_size according to actual meaning.
Svetlana Derevyanko
2021-09-29
Add support for PostgreSQL v14
Svetlana Derevyanko
2020-11-02
decode.c: Fix int64 format strings for 32 bit architectures
Christoph Berg
2020-10-27
Fix compilation on PG13
Christoph Berg
2019-11-28
Add support for PostgreSQL v12
Guillaume Lelarge
2018-07-31
Fix parsing of charN and varcharN types
Christoph Berg
2017-12-04
pg_filedump can dump toasted values (-t flag)
Teodor Sigaev
2017-11-23
Fix reading of TOASTed length
Teodor Sigaev
2017-11-23
pg_indent run
Teodor Sigaev
2017-03-01
Support decoding of catalog tables.
Teodor Sigaev
2017-01-17
Partial data recovery (-D flag).
Teodor Sigaev