summaryrefslogtreecommitdiff
path: root/src/bin/pg_test_fsync
AgeCommit message (Expand)Author
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
2020-07-16Switch pg_test_fsync to use binary mode on WindowsMichael Paquier
2020-05-18Translation updatesPeter Eisentraut
2020-05-11Translation updatesPeter Eisentraut
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-06-17Translation updatesPeter Eisentraut
2019-05-20Translation updatesPeter Eisentraut
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-04Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2018-05-21Translation updatesPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-08-25Message translatability fixesPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-07-10Translation updatesAlvaro Herrera
2017-05-15Translation updatesPeter Eisentraut
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2016-11-04pg_test_fsync: Add NLSPeter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut