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