]> granicus.if.org Git - postgresql/history - contrib/pg_test_fsync
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
[postgresql] / contrib / pg_test_fsync /
2011-05-10 Peter EisentrautPut pg_test_fsync --help and --version output in line...
2011-04-19 Peter EisentrautAvoid unused variable warnings for certain configurations
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-11 Bruce MomjianModify pg_test_fsync to match the behavior of git head...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-26 Bruce MomjianPer Peter E, use 'kB' for kilobyte, not 'K'.
2011-01-26 Bruce MomjianIn pg_test_fsync, use K(1024) rather than k(1000) for...
2011-01-26 Bruce MomjianAdjust pg_test_fsync to always do XLOG_BLCKSZ-sized...
2011-01-25 Bruce MomjianUse XLOG_BLCKSZ in pg_test_fsync, rather than our own...
2011-01-25 Bruce MomjianIn test_open_sync(), writes kilobytes as intended,...
2011-01-22 Tom LaneMore pg_test_fsync fixups.
2011-01-22 Tom LaneSuppress unused-variables warning when OPEN_SYNC_FLAG...
2011-01-22 Tom LaneMore pg_test_fsync cleanup.
2011-01-22 Tom LaneClean up pg_test_fsync commit.
2011-01-21 Bruce MomjianUpdate C banner on new pg_test_fsync file.
2011-01-21 Bruce MomjianMove test_fsync to /contrib.