summaryrefslogtreecommitdiff
path: root/src/bin/pg_checksums
AgeCommit message (Expand)Author
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-05-16Translation updatesPeter Eisentraut
2022-05-09Add missing source files to nls.mkPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-15pg_checksums: Fix data typePeter Eisentraut
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-22Fix some issues with TAP tests for postgres -CMichael Paquier
2021-09-17Disable test for postgres -C on MsysMichael Paquier
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-06-30Optimize pg_checksums --enable where checksum is already setMichael Paquier
2021-06-21Translation updatesPeter Eisentraut
2021-05-17Translation updatesPeter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-19Replace magic constants for seek() calls in perl scriptsMichael Paquier
2021-04-02pg_checksums: Fix progress reporting.Fujii Masao
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-02pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian
2020-08-18Avoid non-constant format string argument to fprintf().Heikki Linnakangas
2020-08-17Fix printing last progress report line in client programs.Heikki Linnakangas
2020-05-18Translation updatesPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-11Translation updatesPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-27Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian