aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_test_fsync
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2024-06-24
* Add missing source files to nls.mkPeter Eisentraut2024-06-13
* Translation updatesPeter Eisentraut2024-05-20
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Translation updatesPeter Eisentraut2024-05-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Suppress -Wunused-result warning about write().Nathan Bossart2023-12-06
* Use signal-safe functions in signal handlerPeter Eisentraut2023-12-06
* C comment: add header to pg_test_fsync.cBruce Momjian2023-11-25
* Remove distprepPeter Eisentraut2023-11-06
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Translation updatesPeter Eisentraut2023-05-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier2022-11-26
* meson: Add windows resource filesAndres Freund2022-10-05
* Restore pg_pread and friends.Thomas Munro2022-09-29
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove O_FSYNC and associated macros.Thomas Munro2022-07-22
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13
* Translation updatesPeter Eisentraut2022-05-16
* Add missing source files to nls.mkPeter Eisentraut2022-05-09
* Improve frontend error logging style.Tom Lane2022-04-08
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Translation updatesPeter Eisentraut2021-06-21
* Translation updatesPeter Eisentraut2021-05-17
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Translation updatesPeter Eisentraut2021-05-10
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Use pg_pwrite() in pg_test_fsync.Thomas Munro2021-02-15
* Clean up after newly-added tests for pg_test_fsync and pg_test_timing.Tom Lane2020-10-07
* Improve range checks of options for pg_test_fsync and pg_test_timingMichael Paquier2020-09-28
* Switch pg_test_fsync to use binary mode on WindowsMichael Paquier2020-07-16
* Translation updatesPeter Eisentraut2020-05-18
* Translation updatesPeter Eisentraut2020-05-11
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25