summaryrefslogtreecommitdiff
path: root/contrib/pg_test_fsync/pg_test_fsync.c
AgeCommit message (Expand)Author
2013-03-17Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane
2013-03-15Improve the documentation about commit_delay.Tom Lane
2012-11-30Move long_options structures to the top of main() functions, forBruce Momjian
2012-10-12Fix unportable format string.Tom Lane
2012-10-09Add microsecs/op display to pg_test_fsync utilitySimon Riggs
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-15Fix pg_test_fsync Win32 problems reported by the build farm; addBruce Momjian
2012-02-14Try to get pg_test_thread to compile on Windows by using a sleeperBruce Momjian
2012-02-14Change contrib/pg_test_fsync to control tests in terms of seconds perBruce Momjian
2012-02-13Improve labeling of pg_test_fsync open_sync test output.Bruce Momjian
2011-12-09If pg_test_fsync is interrupted, clean up the temp file.Robert Haas
2011-05-10Put pg_test_fsync --help and --version output in line with conventionsPeter Eisentraut
2011-04-19Avoid unused variable warnings for certain configurationsPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-10Modify pg_test_fsync to match the behavior of git head in regards toBruce Momjian
2011-01-26Per Peter E, use 'kB' for kilobyte, not 'K'.Bruce Momjian
2011-01-26In pg_test_fsync, use K(1024) rather than k(1000) for write size units.Bruce Momjian
2011-01-25Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather thanBruce Momjian
2011-01-24Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verifyBruce Momjian
2011-01-24In test_open_sync(), writes kilobytes as intended, not by bytes.Bruce Momjian
2011-01-22More pg_test_fsync fixups.Tom Lane
2011-01-22Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined.Tom Lane
2011-01-21More pg_test_fsync cleanup.Tom Lane
2011-01-21Clean up pg_test_fsync commit.Tom Lane