index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
fsync
/
test_fsync.c
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-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
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-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
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
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
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-02-14
Move fsync method macro defines into /include/access/xlogdefs.h so they
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
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
2004-03-18
Add comment about using this testing for wal_sync_method.
Bruce Momjian
2004-03-18
Add fsync tests:
Bruce Momjian
2004-03-18
Mention which fsync methods are unavailable.
Bruce Momjian
2004-03-18
Add permission mode to opens().
Bruce Momjian
2004-03-18
Add missing include
Bruce Momjian
2004-03-18
Add fsync test program. It tests fsync to see if times for fsync are the
Bruce Momjian