aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_checksums/pg_checksums.c
Commit message (Expand)AuthorAge
* Revert "Skip .DS_Store files in server side utils"Daniel Gustafsson2024-02-13
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* pg_checksums: Fix progress reporting.Fujii Masao2021-04-03
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* Fix printing last progress report line in client programs.Heikki Linnakangas2020-08-17
* Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier2020-02-27
* Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier2020-02-24
* pg_checksums: Handle read and write returns correctlyPeter Eisentraut2019-09-03
* Message style improvementsPeter Eisentraut2019-07-09
* Add missing serial commasPeter Eisentraut2019-07-01
* Improve some comments in pg_checksums about the needed clean shutdownMichael Paquier2019-06-07
* Add forgotten translatable string in pg_checksums.cMichael Paquier2019-06-06
* Rework options of pg_checksums options for filenode handlingMichael Paquier2019-05-30
* Fix commentPeter Eisentraut2019-05-28
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Message fixesAlvaro Herrera2019-04-29
* Fix file path in comment.Fujii Masao2019-04-25
* Add progress reporting to pg_checksumsMichael Paquier2019-04-02
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Improve format of code and some error messages in pg_checksumsMichael Paquier2019-03-23
* Add option -N/--no-sync to pg_checksumsMichael Paquier2019-03-23
* Add options to enable and disable checksums in pg_checksumsMichael Paquier2019-03-23
* Error out in pg_checksums on incompatible block sizeMichael Paquier2019-03-18
* Fix thinko when bumping on temporary directories in pg_checksumsMichael Paquier2019-03-14
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-13