aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_test_fsync/pg_test_fsync.c
Commit message (Expand)AuthorAge
* 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