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
Age
Commit message (
Expand
)
Author
7 days
pgbench: Use standard option handling test routines
Peter Eisentraut
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-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
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-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
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-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
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-06-28
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
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-18
Error message capitalisation
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-24
pgbench: Fix overflow in table populating when rows >= 2^31-1
Michael Paquier
2023-12-04
Don't use pgbench -j in tests
Alvaro Herrera
2023-11-06
Remove distprep
Peter Eisentraut
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-29
Perl: Remove useless lines
Alvaro Herrera
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-23
pgbench: Add TAP tests to check consistency of data generated
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
[next]