Age | Commit message (Expand) | Author |
2015-04-13 | Move pgbench from contrib/ to src/bin/ | Peter Eisentraut |
2015-03-03 | Fix busted markup. | Tom Lane |
2015-03-02 | pgbench: Add a real expression syntax to \set | Robert Haas |
2014-10-13 | Add --latency-limit option to pgbench. | Heikki Linnakangas |
2014-09-11 | Change the way latency is calculated with pgbench --rate option. | Heikki Linnakangas |
2014-08-30 | doc: Various typo/grammar fixes | Kevin Grittner |
2014-08-14 | docs: Add missing period. | Robert Haas |
2014-08-12 | Fix typo in \setrandom document. | Fujii Masao |
2014-07-30 | pgbench: Allow \setrandom to generate Gaussian/exponential distributions. | Robert Haas |
2014-07-15 | doc: Put new options in right order on reference pages | Peter Eisentraut |
2014-02-24 | doc: Improve DocBook XML validity | Peter Eisentraut |
2013-11-10 | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut |
2013-10-05 | pgbench: Elaborate latency reporting. | Noah Misch |
2013-09-23 | pgbench: Tweak documentation. | Noah Misch |
2013-07-22 | Add --rate option. | Tatsuo Ishii |
2013-07-17 | doc: Remove tab from SGML file | Peter Eisentraut |
2013-07-17 | Fix typo in previous pgbench --progress patch. | Fujii Masao |
2013-07-16 | Add --progress option to show progress report | Tatsuo Ishii |
2013-06-27 | pgbench: Add long options for all existing short options. | Robert Haas |
2013-06-14 | Add :client_id automatic variable for custom pgbench scripts. | Heikki Linnakangas |
2013-05-14 | doc: Fix some whitespace issues in the man pages | Peter Eisentraut |
2013-05-14 | doc: Fix order of options on pgbench man page | Peter Eisentraut |
2013-01-31 | Add --aggregate-interval option. | Tatsuo Ishii |
2013-01-29 | Allow pgbench to use a scale larger than 21474. | Heikki Linnakangas |
2013-01-07 | Add new "-q" logging option (quiet mode) while in initialize mode | Tatsuo Ishii |
2012-10-03 | Add --sampling-rate option to pgbench. | Heikki Linnakangas |
2012-07-23 | Make pgbench vacuum before building indexes. | Robert Haas |
2012-06-19 | Add pgbench option to add foreign key constraints to the standard scenario. | Tom Lane |
2012-06-17 | Make documentation of --help and --version options more consistent | Peter Eisentraut |
2012-05-15 | Fix a whitespace issue with the man pages | Peter Eisentraut |
2012-05-09 | Split contrib documentation into extensions and programs | Peter Eisentraut |
2011-07-25 | Add new pgbench options, --tablespace and --index-tablespace. | Robert Haas |
2011-07-25 | Add new pgbench switch, --unlogged-tables. | Robert Haas |
2011-05-08 | Add xreflabels to /contrib manuals so links appear correct. Also update | Bruce Momjian |
2011-01-29 | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-17 | Spell and markup checking | Peter Eisentraut |
2010-08-15 | Avoid unnecessary use of TPS acronym. | Tom Lane |
2010-08-12 | Add the ability to compute per-statement latencies (ie, average execution | Tom Lane |
2010-07-29 | Fix indentation of verbatim block elements | Peter Eisentraut |
2010-05-25 | Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistent | Bruce Momjian |
2010-04-23 | Fix various instances of "the the". | Robert Haas |
2010-03-23 | Remove CRs for each line in pgbench.sgml. | Itagaki Takahiro |
2010-03-23 | Each worker thread will have its own log file in pgbench to avoid interleaved | Itagaki Takahiro |
2009-12-15 | Fix broken markup. | Tom Lane |
2009-12-15 | Add \shell and \setshell meta commands to pgbench. | Itagaki Takahiro |
2009-08-03 | Portability and documentation fixes for threaded pgbench patch. | Tom Lane |
2009-08-03 | Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, | Tatsuo Ishii |
2009-05-07 | Change pgbench to use the table names pgbench_accounts, pgbench_branches, | Tom Lane |
2008-09-11 | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane |