index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pgbench
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-11
Remove pgbench's restriction on placement of -M switch.
Tom Lane
2017-07-14
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2017-06-28
Merge remote-tracking branch 'remotes/origin/master' into xl10devel
Pavan Deolasee
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-24
Restore the regular pgbench transaction scripts
Tomas Vondra
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-09
Fix minor issues in the tpcb-like pgbench script
Tomas Vondra
2017-06-08
Put new command-line options in alphabetical order
Peter Eisentraut
2017-06-03
Make pgbench script names (name prefixes) unique
Tomas Vondra
2017-06-03
Fix built-in pgbench scripts to use 9.6 commands
Tomas Vondra
2017-04-11
Fix pgbench's --progress-timestamp option to print Unix-epoch timestamps.
Tom Lane
2017-03-07
Fix pgbench's failure to honor the documented long-form option "--builtin".
Tom Lane
2017-01-20
Allow backslash line continuations in pgbench's meta commands.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-02
In pgbench logging, avoid assuming that instr_times match Unix timestamps.
Tom Lane
2017-01-01
Avoid assuming that instr_time == struct timeval in pgbench logging.
Tom Lane
2016-11-15
pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.
Robert Haas
2016-11-09
pgbench: Allow the transaction log file prefix to be changed.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-09-27
Fix newly-introduced issues in pgbench.
Tom Lane
2016-09-26
Refactor script execution state machine in pgbench.
Heikki Linnakangas
2016-09-21
Print test parameters like "foo: 123", and results like "foo = 123".
Heikki Linnakangas
2016-09-21
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-19
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-19
Allow empty queries in pgbench.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
pgbench: Fix order in --help output
Peter Eisentraut
2016-05-06
Fix pgbench's parsing of double values to notice trailing garbage.
Tom Lane
2016-05-06
Improve handling of numeric-valued variables in pgbench.
Tom Lane
2016-05-05
Rename pgbench min/max to least/greatest, and fix handling of double args.
Tom Lane
2016-04-01
pgbench: Remove unused parameter
Alvaro Herrera
2016-03-29
pgbench: allow a script weight of zero
Alvaro Herrera
2016-03-29
pgbench: Remove \setrandom.
Robert Haas
2016-03-29
Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.
Tom Lane
2016-03-29
pgbench: Support double constants and functions.
Robert Haas
2016-03-25
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-25
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-21
Use %option bison-bridge in psql/pgbench lexers.
Tom Lane
2016-03-20
SQL commands in pgbench scripts are now ended by semicolons, not newlines.
Tom Lane
2016-03-19
Make pgbench's expression lexer reentrant.
Tom Lane
2016-03-19
pgbench: Silence new compiler warnings
Alvaro Herrera
2016-03-19
pgbench: Allow changing weights for scripts
Alvaro Herrera
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-15
Fix typos.
Robert Haas
[next]