index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pgbench
/
pgbench.c
Age
Commit message (
Expand
)
Author
2025-03-29
pgbench: Make set_random_seed() 64-bit everywhere.
Peter Eisentraut
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-02-27
Avoid unnecessary computation of pgbench's script line number.
Tom Lane
2025-02-27
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-20
pgbench: Increase RLIMIT_NOFILE if necessary
Andres Freund
2025-02-11
Limit pgbench COPY FREEZE to ordinary relations
Melanie Plageman
2025-02-07
Fix pgbench performance issue induced by commit af35fe501.
Tom Lane
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-15
pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-11-27
pgbench: Ensure previous progress message is fully cleared when updating.
Fujii Masao
2024-10-25
pgbench: Fix typo.
Tatsuo Ishii
2024-10-11
pgbench: Improve result outputs related to failed transactions.
Tatsuo Ishii
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
2024-07-05
Fix placement of "static".
Tom Lane
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-25
Adjust pgbench option for debug mode.
Nathan Bossart
2024-01-24
pgbench: Add \syncpipeline
Michael Paquier
2024-01-22
Abort pgbench if script end is reached with an open pipeline
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-24
pgbench: Fix overflow in table populating when rows >= 2^31-1
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-14
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-09-26
pgbench: Improve help output of -I option
Peter Eisentraut
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-08-30
Fix code indentation vioaltion introduced in commit 3c662643c4.
Tatsuo Ishii
2023-08-30
Allow pgbench to exit immediately when any client is aborted.
Tatsuo Ishii
2023-08-11
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-10
Fix erroneous -Werror=missing-braces on old GCC
Peter Eisentraut
2023-08-09
Fix last remaining uninitialized memory warnings
Peter Eisentraut
2023-07-24
pgbench: Use COPY for client-side data generation
Michael Paquier
2023-07-11
Remove --disable-thread-safety and related code.
Thomas Munro
2023-07-11
pgbench: Move constant into format string
Michael Paquier
2023-05-25
Fix pgbench in prepared mode with an empty pipeline
Alvaro Herrera
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-02-21
pgbench: Prepare commands in pipelines in advance
Alvaro Herrera
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-08
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-11-26
Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync
Michael Paquier
2022-11-15
Check return value of pclose() correctly
Peter Eisentraut
2022-10-06
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-05
Fix final compiler warning produced by -Wshadow=compatible-local
David Rowley
2022-09-19
Add missing serial commas
Peter Eisentraut
2022-09-14
Fix typo in pgbench.c.
Amit Kapila
[next]