]> granicus.if.org Git - postgresql/history - src/tools/fsync
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / tools / fsync /
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-05 Bruce MomjianProperly pass third argument to open() in fsync test...
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-02-14 Bruce MomjianMove fsync method macro defines into /include/access...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-25 Bruce MomjianCopy fsync() defines into test_fsync.c, someday place...
2006-11-23 Bruce MomjianRevert out:
2006-11-23 Bruce MomjianUpdate fsync test to match new O_DIRECT behavior.
2006-10-13 Bruce MomjianFix test_fsync compile on MinGW(win32)
2005-11-16 Bruce MomjianUpdate error message and documentation for fsync test.
2005-11-16 Bruce MomjianHave test_fsync honor -f filename argument.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-20 Bruce MomjianRemove suggestiong for using test for wal_sync_method.
2004-03-18 Bruce MomjianMake test_fsync use optimizer flag.
2004-03-18 Bruce MomjianAllocate 16mb file for testing.
2004-03-18 Bruce MomjianHave program default to 1000 loops, and add file name...
2004-03-18 Bruce MomjianAdd comment about using this testing for wal_sync_method.
2004-03-18 Bruce MomjianAdd fsync tests:
2004-03-18 Bruce MomjianMention which fsync methods are unavailable.
2004-03-18 Bruce MomjianAdd permission mode to opens().
2004-03-18 Bruce MomjianAdd missing include
2004-03-18 Bruce MomjianRemove acccidental object/binary files.
2004-03-18 Bruce MomjianAdd fsync test program. It tests fsync to see if times...