aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_test_fsync/pg_test_fsync.c
Commit message (Expand)AuthorAge
* Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut2015-04-19
* Avoid file descriptor leak in pg_test_fsync.Robert Haas2014-11-19
* pg_test_fsync: Update output formatPeter Eisentraut2014-10-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* pg_test_fsync: add C comment about direct I/O and write size failureBruce Momjian2014-02-12
* pg_test_fsync: expand ops/sec displayBruce Momjian2013-08-02
* Fix pg_test_fsync, broken by xloginsert scaling patch.Heikki Linnakangas2013-07-08
* Remove undocumented -h (help) optionBruce Momjian2013-07-01
* pg_test_fsync: update output to show usecs/op clearerBruce Momjian2013-05-02
* Use pqsignal() in contrib programs rather than calling signal(2) directly.Tom Lane2013-03-17
* Improve the documentation about commit_delay.Tom Lane2013-03-15
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* Fix unportable format string.Tom Lane2012-10-12
* Add microsecs/op display to pg_test_fsync utilitySimon Riggs2012-10-09
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix pg_test_fsync Win32 problems reported by the build farm; addBruce Momjian2012-02-15
* Try to get pg_test_thread to compile on Windows by using a sleeperBruce Momjian2012-02-14
* Change contrib/pg_test_fsync to control tests in terms of seconds perBruce Momjian2012-02-14
* Improve labeling of pg_test_fsync open_sync test output.Bruce Momjian2012-02-13
* If pg_test_fsync is interrupted, clean up the temp file.Robert Haas2011-12-09
* Put pg_test_fsync --help and --version output in line with conventionsPeter Eisentraut2011-05-10
* Avoid unused variable warnings for certain configurationsPeter Eisentraut2011-04-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Modify pg_test_fsync to match the behavior of git head in regards toBruce Momjian2011-03-10
* Per Peter E, use 'kB' for kilobyte, not 'K'.Bruce Momjian2011-01-26
* In pg_test_fsync, use K(1024) rather than k(1000) for write size units.Bruce Momjian2011-01-26
* Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather thanBruce Momjian2011-01-25
* Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verifyBruce Momjian2011-01-24
* In test_open_sync(), writes kilobytes as intended, not by bytes.Bruce Momjian2011-01-24
* More pg_test_fsync fixups.Tom Lane2011-01-22
* Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined.Tom Lane2011-01-22
* More pg_test_fsync cleanup.Tom Lane2011-01-21
* Clean up pg_test_fsync commit.Tom Lane2011-01-21