Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2014-11-19Avoid file descriptor leak in pg_test_fsync.Robert Haas
2014-10-20pg_test_fsync: Update output formatPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-12pg_test_fsync: add C comment about direct I/O and write size failureBruce Momjian
2013-08-02pg_test_fsync: expand ops/sec displayBruce Momjian
2013-07-08Fix pg_test_fsync, broken by xloginsert scaling patch.Heikki Linnakangas
2013-07-01Remove undocumented -h (help) optionBruce Momjian
2013-05-02pg_test_fsync: update output to show usecs/op clearerBruce Momjian
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-15Try 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-14Improve 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-11Modify pg_test_fsync to match the behavior of git head in regards toBruce Momjian
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
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-26Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather thanBruce Momjian
2011-01-25Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verifyBruce Momjian
2011-01-25In 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-22More pg_test_fsync cleanup.Tom Lane
2011-01-22Clean up pg_test_fsync commit.Tom Lane
2011-01-21Update C banner on new pg_test_fsync file.Bruce Momjian
2011-01-21Move test_fsync to /contrib.Bruce Momjian