summaryrefslogtreecommitdiff
path: root/src/tools/fsync
AgeCommit message (Expand)Author
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-05Properly pass third argument to open() in fsync test program.Bruce Momjian
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-02-14Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce 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-18Make test_fsync use optimizer flag.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-18Remove acccidental object/binary files.Bruce Momjian
2004-03-18Add fsync test program. It tests fsync to see if times for fsync are theBruce Momjian