Commit Graph

250 Commits (71ad29a4316ab85965456cca2c848ce0f66cdd08)

Author SHA1 Message Date
Mircea Cadariu 71ad29a431 wip 1 week ago
Fujii Masao 12efa48978 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Peter Eisentraut 53a2a1564a pgbench: Make set_random_seed() 64-bit everywhere. 6 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 6 months ago
Tom Lane 6eb8a1a4f9 Avoid unnecessary computation of pgbench's script line number. 7 months ago
Tom Lane c8c74ad7e1 Get rid of O(N^2) script-parsing overhead in pgbench. 7 months ago
Andres Freund d38bab5edd pgbench: Increase RLIMIT_NOFILE if necessary 7 months ago
Melanie Plageman d0d649e916 Limit pgbench COPY FREEZE to ordinary relations 7 months ago
Tom Lane fb056564ec Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Peter Eisentraut 473a575e05 Return yyparse() result not via global variable 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Tom Lane 530f89e648 pgbench: fix misprocessing of some nested \if constructs. 9 months ago
Thomas Munro 962da900ac Use <stdint.h> and <inttypes.h> for c.h integers. 9 months ago
Fujii Masao af35fe501a pgbench: Ensure previous progress message is fully cleared when updating. 10 months ago
Tatsuo Ishii 7175ef870e pgbench: Fix typo. 11 months ago
Tatsuo Ishii cae0f3c405 pgbench: Improve result outputs related to failed transactions. 11 months ago
Michael Paquier e2bab2d792 Remove support for unlogged on partitioned tables 11 months ago
Tom Lane 8212625e53 Fix placement of "static". 1 year ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Nathan Bossart 3ff01b2b6e Adjust pgbench option for debug mode. 1 year ago
Michael Paquier 94edfe250c pgbench: Add \syncpipeline 2 years ago
Alvaro Herrera 49f7c6c44a
Abort pgbench if script end is reached with an open pipeline 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier 64e77b496a pgbench: Fix overflow in table populating when rows >= 2^31-1 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Noah Misch 90ebcc32d9 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Peter Eisentraut 639e1aa81f pgbench: Improve help output of -I option 2 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 2 years ago
Tatsuo Ishii bc6041b61f Fix code indentation vioaltion introduced in commit 3c662643c4. 2 years ago
Tatsuo Ishii 3c662643c4 Allow pgbench to exit immediately when any client is aborted. 2 years ago
Michael Paquier 5dc456b7dd Fix code indentation violations introduced by recent commit 2 years ago
Peter Eisentraut 5e0c761d0a Fix erroneous -Werror=missing-braces on old GCC 2 years ago
Peter Eisentraut 4a8fef0d73 Fix last remaining uninitialized memory warnings 2 years ago
Michael Paquier e35cc3b3f2 pgbench: Use COPY for client-side data generation 2 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 2 years ago
Michael Paquier 11f3669409 pgbench: Move constant into format string 2 years ago
Alvaro Herrera 8f5e42d334
Fix pgbench in prepared mode with an empty pipeline 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
Alvaro Herrera 038f586d5f
pgbench: Prepare commands in pipelines in advance 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Tom Lane 38d81760c4 Invent random_normal() to provide normally-distributed random numbers. 3 years ago
Tom Lane 5687e7810f Doc: improve commentary about providing our own definitions of M_PI. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Michael Paquier 1e314847dd Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync 3 years ago
Peter Eisentraut 2fe3bdbd69 Check return value of pclose() correctly 3 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 3 years ago
David Rowley d8df67bb1a Fix final compiler warning produced by -Wshadow=compatible-local 3 years ago