Age | Commit message (Expand) | Author |
2013-03-17 | Use pqsignal() in contrib programs rather than calling signal(2) directly. | Tom Lane |
2013-03-15 | Improve the documentation about commit_delay. | Tom Lane |
2012-11-30 | Move long_options structures to the top of main() functions, for | Bruce Momjian |
2012-10-12 | Fix unportable format string. | Tom Lane |
2012-10-09 | Add microsecs/op display to pg_test_fsync utility | Simon Riggs |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-02-15 | Fix pg_test_fsync Win32 problems reported by the build farm; add | Bruce Momjian |
2012-02-14 | 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-13 | Improve labeling of pg_test_fsync open_sync test output. | Bruce Momjian |
2011-12-09 | If pg_test_fsync is interrupted, clean up the temp file. | Robert Haas |
2011-05-10 | Put pg_test_fsync --help and --version output in line with conventions | Peter Eisentraut |
2011-04-19 | Avoid unused variable warnings for certain configurations | Peter Eisentraut |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-10 | Modify pg_test_fsync to match the behavior of git head in regards to | Bruce Momjian |
2011-01-26 | 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-25 | Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than | Bruce Momjian |
2011-01-24 | 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-22 | 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-21 | More pg_test_fsync cleanup. | Tom Lane |
2011-01-21 | Clean up pg_test_fsync commit. | Tom Lane |