- Feb 12, 2014
-
-
Bruce Momjian authored
Report from Marti Raudsepp
-
- Aug 02, 2013
-
-
Bruce Momjian authored
Expand ops/sec by two digits to maintain alignment on servers with fast I/O subsystems, e.g. can now display < 10M ops/sec with consistent alignment.
-
- Jul 08, 2013
-
-
Heikki Linnakangas authored
I didn't realize that ALIGNOF_XLOG_BUFFER was used in pg_test_fsync.
-
- Jul 01, 2013
-
-
Bruce Momjian authored
The -h option was not supported by many tools, and not documented, so remove them for consistency from pg_upgrade, pg_test_fsync, and pg_test_timing.
-
- May 02, 2013
-
-
Bruce Momjian authored
-
- Mar 17, 2013
-
-
Tom Lane authored
The semantics of signal(2) are more variable than one could wish; in particular, on strict-POSIX platforms the signal handler will be reset to SIG_DFL when the signal is delivered. This demonstrably breaks pg_test_fsync's use of SIGALRM. The other changes I made are not absolutely necessary today, because the called handlers all exit the program anyway. But it seems like a good general practice to use pqsignal() exclusively in Postgres code, now that we have it available everywhere.
-
- Mar 15, 2013
-
-
Tom Lane authored
Clarify the docs explaining what commit_delay does, and add a recommendation about a useful value for it, namely half of the single-page fsync time reported by pg_test_fsync. This is informed by testing of the new-in-9.3 implementation of commit_delay; in prior versions it was far harder to arrive at a useful setting. In passing, do some wordsmithing and markup-fixing in the same general area. Also, change pg_test_fsync's default time-per-test from 2 seconds to 5. The old value was about the minimum at which the results could be taken seriously at all, and so seems a tad optimistic as a default. Peter Geoghegan, reviewed by Noah Misch; some additional editing by me
-
- Nov 30, 2012
-
-
Bruce Momjian authored
consistency. Per suggestion from Tom.
-
- Oct 12, 2012
-
-
Tom Lane authored
Per compiler warning.
-
- Oct 09, 2012
-
-
Simon Riggs authored
e.g. fsync 2103.613 ops/sec ( 475 microsecs/op) Peter Geoghegan
-
- Jun 10, 2012
-
-
Bruce Momjian authored
commit-fest.
-
- Feb 15, 2012
-
-
Bruce Momjian authored
comments about the alarm method used on Win32.
-
Bruce Momjian authored
thread.
-
- Feb 14, 2012
-
-
Bruce Momjian authored
test, rather than a number of test cycles. Changes -o/cycles option to -s/seconds.
-
Bruce Momjian authored
-
- Dec 09, 2011
-
-
Robert Haas authored
Marti Raudsepp, with additional paranoia by me.
-
- May 10, 2011
-
-
Peter Eisentraut authored
Foremost, it should go to stdout.
-
- Apr 19, 2011
-
-
Peter Eisentraut authored
-
- Apr 10, 2011
-
-
Bruce Momjian authored
-
- Mar 11, 2011
-
-
Bruce Momjian authored
O_DIRECT behavior.
-
- Feb 14, 2011
-
-
Tom Lane authored
This isn't fully tested as yet, in particular I'm not sure that the "foo--unpackaged--1.0.sql" scripts are OK. But it's time to get some buildfarm cycles on it. sepgsql is not converted to an extension, mainly because it seems to require a very nonstandard installation process. Dimitri Fontaine and Tom Lane
-
- Jan 26, 2011
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
always 8k writes, per suggestion from Tom. Also adjust open_sync output layout.
-
- Jan 25, 2011
-
-
Bruce Momjian authored
it is 8k as expected.
-
Bruce Momjian authored
-
- Jan 22, 2011
-
-
Tom Lane authored
Reduce #includes to minimum actually needed; in particular include postgres_fe.h not postgres.h, so as to stop build failures on some platforms. Use get_progname() instead of hardwired program name; improve error checking for command line syntax; bring error messages into line with style guidelines; include strerror result in die() cases.
-
Tom Lane authored
Per buildfarm.
-
Tom Lane authored
Un-break Windows build (I hope) by making the HAVE_FSYNC_WRITETHROUGH code match the backend. Fix incorrect program help message. static-ize all functions.
-
Tom Lane authored
Actually rename the program, rather than just claiming we did. Hook it into the build system. Get rid of useless dependency on libpq. Clean up #include list and messy whitespace.
-
- Jan 21, 2011
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-