aboutsummaryrefslogtreecommitdiff
path: root/src/tools/fsync/test_fsync.c
Commit message (Expand)AuthorAge
* Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian2011-01-17
* In test_fsync, use #define for printf format of ops/sec.Bruce Momjian2011-01-16
* Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian2011-01-15
* Reverse number of stars used for test_fsync details.Bruce Momjian2011-01-15
* In test_fsync, warn about options without o_direct that are not used byBruce Momjian2011-01-15
* Have test_fsync output details that fdatasync is the defaultBruce Momjian2011-01-15
* Restructure test_fync to use modular C so there is less duplicate codeBruce Momjian2011-01-15
* Improve output display of test_fsync.Bruce Momjian2011-01-15
* Apply patch for test_fsync to add tests for O_DIRECT.Bruce Momjian2011-01-15
* Remove excess argument to open(2).Tom Lane2010-10-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Print each test_fsync description while test is running, rather than atBruce Momjian2010-07-13
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Simplify test_fsync duration computation.Bruce Momjian2010-07-04
* Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian2010-07-04
* pgindent run for 9.0Bruce Momjian2010-02-26
* test_fsync:Bruce Momjian2009-11-28
* fsync test filesBruce Momjian2009-09-21
* Adjust test_fsync code to be more sane.Bruce Momjian2009-08-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add missing third argument to open().Bruce Momjian2009-05-08
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Properly pass third argument to open() in fsync test program.Bruce Momjian2007-11-05
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-14
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-25
* Revert out:Bruce Momjian2006-11-23
* Update fsync test to match new O_DIRECT behavior.Bruce Momjian2006-11-23
* Fix test_fsync compile on MinGW(win32)Bruce Momjian2006-10-13
* Update error message and documentation for fsync test.Bruce Momjian2005-11-16
* Have test_fsync honor -f filename argument.Bruce Momjian2005-11-16
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Remove suggestiong for using test for wal_sync_method.Bruce Momjian2004-03-20
* Allocate 16mb file for testing.Bruce Momjian2004-03-18
* Have program default to 1000 loops, and add file name and loop option.Bruce Momjian2004-03-18
* Add comment about using this testing for wal_sync_method.Bruce Momjian2004-03-18
* Add fsync tests:Bruce Momjian2004-03-18
* Mention which fsync methods are unavailable.Bruce Momjian2004-03-18
* Add permission mode to opens().Bruce Momjian2004-03-18
* Add missing includeBruce Momjian2004-03-18
* Add fsync test program. It tests fsync to see if times for fsync are theBruce Momjian2004-03-18