summaryrefslogtreecommitdiff
path: root/src/tools/fsync
Commit message (Expand)AuthorAgeFilesLines
* Move test_fsync to /contrib.Bruce Momjian2011-01-213-599/+0
* In test_fsync, adjust test headings to match wal_sync_method values;Bruce Momjian2011-01-181-107/+63
* Remove "github test" that somehow got into my tree. Sorry.Bruce Momjian2011-01-171-3/+0
* github testBruce Momjian2011-01-171-0/+3
* Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian2011-01-172-18/+49
* In test_fsync, use #define for printf format of ops/sec.Bruce Momjian2011-01-161-2/+2
* Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian2011-01-151-41/+45
* Reverse number of stars used for test_fsync details.Bruce Momjian2011-01-151-12/+12
* In test_fsync, warn about options without o_direct that are not used byBruce Momjian2011-01-151-7/+43
* Have test_fsync output details that fdatasync is the defaultBruce Momjian2011-01-151-1/+2
* Restructure test_fync to use modular C so there is less duplicate codeBruce Momjian2011-01-152-257/+190
* Improve output display of test_fsync.Bruce Momjian2011-01-151-17/+18
* Apply patch for test_fsync to add tests for O_DIRECT.Bruce Momjian2011-01-153-32/+249
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-121-2/+2
* Remove excess argument to open(2).Tom Lane2010-10-021-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-203-3/+3
* Print each test_fsync description while test is running, rather than atBruce Momjian2010-07-131-33/+33
* pgindent run for 9.0, second runBruce Momjian2010-07-061-7/+7
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-2/+2
* Simplify test_fsync duration computation.Bruce Momjian2010-07-041-13/+6
* Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian2010-07-041-23/+32
* pgindent run for 9.0Bruce Momjian2010-02-261-7/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* test_fsync:Bruce Momjian2009-11-282-158/+148
* fsync test filesBruce Momjian2009-09-211-1/+27
* Adjust test_fsync code to be more sane.Bruce Momjian2009-08-101-12/+29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+1
* Add missing third argument to open().Bruce Momjian2009-05-081-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-19/+20
* Properly pass third argument to open() in fsync test program.Bruce Momjian2007-11-051-15/+15
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-271-2/+2
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-141-77/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-251-41/+136
* Revert out:Bruce Momjian2006-11-231-21/+7
* Update fsync test to match new O_DIRECT behavior.Bruce Momjian2006-11-231-7/+21
* Fix test_fsync compile on MinGW(win32)Bruce Momjian2006-10-132-19/+37
* Update error message and documentation for fsync test.Bruce Momjian2005-11-162-18/+19
* Have test_fsync honor -f filename argument.Bruce Momjian2005-11-161-17/+17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Remove suggestiong for using test for wal_sync_method.Bruce Momjian2004-03-201-1/+0
* Make test_fsync use optimizer flag.Bruce Momjian2004-03-181-1/+1
* Allocate 16mb file for testing.Bruce Momjian2004-03-181-3/+5
* Have program default to 1000 loops, and add file name and loop option.Bruce Momjian2004-03-182-58/+109