summaryrefslogtreecommitdiff
path: root/src/bin/pg_walsummary/pg_walsummary.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-09-30Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane
2024-06-20Fix redundancy in error messagesPeter Eisentraut
2024-04-24pg_walsummary: Document --version optionPeter Eisentraut
2024-04-09Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackupMichael Paquier
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-31Update pg_walsummary copyright notices to 2024Alvaro Herrera
2024-01-11Add new pg_walsummary tool.Robert Haas