| Commit message (Expand) | Author | Age |
* | Move pg_test_fsync from contrib/ to src/bin/ | Peter Eisentraut | 2015-04-19 |
* | Avoid file descriptor leak in pg_test_fsync. | Robert Haas | 2014-11-19 |
* | pg_test_fsync: Update output format | Peter Eisentraut | 2014-10-20 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | pg_test_fsync: add C comment about direct I/O and write size failure | Bruce Momjian | 2014-02-12 |
* | pg_test_fsync: expand ops/sec display | Bruce Momjian | 2013-08-02 |
* | Fix pg_test_fsync, broken by xloginsert scaling patch. | Heikki Linnakangas | 2013-07-08 |
* | Remove undocumented -h (help) option | Bruce Momjian | 2013-07-01 |
* | pg_test_fsync: update output to show usecs/op clearer | Bruce Momjian | 2013-05-02 |
* | Use pqsignal() in contrib programs rather than calling signal(2) directly. | Tom Lane | 2013-03-17 |
* | Improve the documentation about commit_delay. | Tom Lane | 2013-03-15 |
* | Move long_options structures to the top of main() functions, for | Bruce Momjian | 2012-11-30 |
* | Fix unportable format string. | Tom Lane | 2012-10-12 |
* | Add microsecs/op display to pg_test_fsync utility | Simon Riggs | 2012-10-09 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix pg_test_fsync Win32 problems reported by the build farm; add | Bruce Momjian | 2012-02-15 |
* | Try to get pg_test_thread to compile on Windows by using a sleeper | Bruce Momjian | 2012-02-14 |
* | Change contrib/pg_test_fsync to control tests in terms of seconds per | Bruce Momjian | 2012-02-14 |
* | Improve labeling of pg_test_fsync open_sync test output. | Bruce Momjian | 2012-02-13 |
* | If pg_test_fsync is interrupted, clean up the temp file. | Robert Haas | 2011-12-09 |
* | Put pg_test_fsync --help and --version output in line with conventions | Peter Eisentraut | 2011-05-10 |
* | Avoid unused variable warnings for certain configurations | Peter Eisentraut | 2011-04-19 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Modify pg_test_fsync to match the behavior of git head in regards to | Bruce Momjian | 2011-03-10 |
* | Per Peter E, use 'kB' for kilobyte, not 'K'. | Bruce Momjian | 2011-01-26 |
* | In pg_test_fsync, use K(1024) rather than k(1000) for write size units. | Bruce Momjian | 2011-01-26 |
* | Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than | Bruce Momjian | 2011-01-25 |
* | Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify | Bruce Momjian | 2011-01-24 |
* | In test_open_sync(), writes kilobytes as intended, not by bytes. | Bruce Momjian | 2011-01-24 |
* | More pg_test_fsync fixups. | Tom Lane | 2011-01-22 |
* | Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined. | Tom Lane | 2011-01-22 |
* | More pg_test_fsync cleanup. | Tom Lane | 2011-01-21 |
* | Clean up pg_test_fsync commit. | Tom Lane | 2011-01-21 |