index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_checksums
/
pg_checksums.c
Commit message (
Expand
)
Author
Age
*
Revert "Skip .DS_Store files in server side utils"
Daniel Gustafsson
2024-02-13
*
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-13
*
pg_checksums: Fix progress reporting.
Fujii Masao
2021-04-03
*
pg_checksums: data_checksum_version is unsigned so use %u not %d
Bruce Momjian
2020-12-01
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
Michael Paquier
2020-02-27
*
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-24
*
pg_checksums: Handle read and write returns correctly
Peter Eisentraut
2019-09-03
*
Message style improvements
Peter Eisentraut
2019-07-09
*
Add missing serial commas
Peter Eisentraut
2019-07-01
*
Improve some comments in pg_checksums about the needed clean shutdown
Michael Paquier
2019-06-07
*
Add forgotten translatable string in pg_checksums.c
Michael Paquier
2019-06-06
*
Rework options of pg_checksums options for filenode handling
Michael Paquier
2019-05-30
*
Fix comment
Peter Eisentraut
2019-05-28
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Message fixes
Alvaro Herrera
2019-04-29
*
Fix file path in comment.
Fujii Masao
2019-04-25
*
Add progress reporting to pg_checksums
Michael Paquier
2019-04-02
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Improve format of code and some error messages in pg_checksums
Michael Paquier
2019-03-23
*
Add option -N/--no-sync to pg_checksums
Michael Paquier
2019-03-23
*
Add options to enable and disable checksums in pg_checksums
Michael Paquier
2019-03-23
*
Error out in pg_checksums on incompatible block size
Michael Paquier
2019-03-18
*
Fix thinko when bumping on temporary directories in pg_checksums
Michael Paquier
2019-03-14
*
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-13