| Age | Commit message (Expand) | Author |
| 2011-01-21 | Move test_fsync to /contrib. | Bruce Momjian |
| 2011-01-18 | In test_fsync, adjust test headings to match wal_sync_method values; | Bruce Momjian |
| 2011-01-18 | Remove "github test" that somehow got into my tree. Sorry. | Bruce Momjian |
| 2011-01-18 | github test | Bruce Momjian |
| 2011-01-17 | Add getopt() support to test_fsync; also fix printf() format problem. | Bruce Momjian |
| 2011-01-16 | In test_fsync, use #define for printf format of ops/sec. | Bruce Momjian |
| 2011-01-16 | Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECT | Bruce Momjian |
| 2011-01-15 | Reverse number of stars used for test_fsync details. | Bruce Momjian |
| 2011-01-15 | In test_fsync, warn about options without o_direct that are not used by | Bruce Momjian |
| 2011-01-15 | Have test_fsync output details that fdatasync is the default | Bruce Momjian |
| 2011-01-15 | Restructure test_fync to use modular C so there is less duplicate code | Bruce Momjian |
| 2011-01-15 | Improve output display of test_fsync. | Bruce Momjian |
| 2011-01-15 | Apply patch for test_fsync to add tests for O_DIRECT. | Bruce Momjian |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-11-12 | Improved parallel make support | Peter Eisentraut |
| 2010-10-02 | Remove excess argument to open(2). | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-07-13 | Print each test_fsync description while test is running, rather than at | Bruce Momjian |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-07-04 | Simplify test_fsync duration computation. | Bruce Momjian |
| 2010-07-04 | Report test_fynsc times in tests per second, instead of total seconds. | Bruce Momjian |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-28 | test_fsync: | Bruce Momjian |
| 2009-09-21 | fsync test files | Bruce Momjian |
| 2009-08-10 | Adjust test_fsync code to be more sane. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-08 | Add missing third argument to open(). | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-05 | Properly pass third argument to open() in fsync test program. | Bruce Momjian |
| 2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
| 2007-02-14 | Move fsync method macro defines into /include/access/xlogdefs.h so they | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-11-25 | Copy fsync() defines into test_fsync.c, someday place them in an | Bruce Momjian |
| 2006-11-23 | Revert out: | Bruce Momjian |
| 2006-11-23 | Update fsync test to match new O_DIRECT behavior. | Bruce Momjian |
| 2006-10-13 | Fix test_fsync compile on MinGW(win32) | Bruce Momjian |
| 2005-11-16 | Update error message and documentation for fsync test. | Bruce Momjian |
| 2005-11-16 | Have test_fsync honor -f filename argument. | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-03-20 | Remove suggestiong for using test for wal_sync_method. | Bruce Momjian |
| 2004-03-18 | Make test_fsync use optimizer flag. | Bruce Momjian |
| 2004-03-18 | Allocate 16mb file for testing. | Bruce Momjian |
| 2004-03-18 | Have program default to 1000 loops, and add file name and loop option. | Bruce Momjian |