summaryrefslogtreecommitdiff
path: root/src/bin/pg_checksums
AgeCommit message (Expand)Author
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-09-20Alphabetize #include directives in pg_checksums.c.Nathan Bossart
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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