summaryrefslogtreecommitdiff
path: root/src/bin/pg_test_fsync
AgeCommit message (Expand)Author
2025-05-05Translation updatesPeter Eisentraut
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-16Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-20Translation updatesPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-06Translation updatesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-06Suppress -Wunused-result warning about write().Nathan Bossart
2023-12-06Use signal-safe functions in signal handlerPeter Eisentraut
2023-11-25C comment: add header to pg_test_fsync.cBruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-07-14Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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-11-26Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.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-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-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-18Support direct I/O on macOS.Thomas Munro
2021-06-21Translation updatesPeter Eisentraut
2021-05-17Translation updatesPeter Eisentraut
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-02-15Use pg_pwrite() in pg_test_fsync.Thomas Munro
2020-10-07Clean up after newly-added tests for pg_test_fsync and pg_test_timing.Tom Lane
2020-09-28Improve range checks of options for pg_test_fsync and pg_test_timingMichael Paquier