summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2025-12-09Remove useless casts in format argumentsPeter Eisentraut
2025-12-05Fix some cases of indirectly casting away const.Tom Lane
2025-11-21Use strtoi64() in pgbench, replacing its open-coded implementationHeikki Linnakangas
2025-11-14pgbench: Fix assertion failure with multiple \syncpipeline in pipeline mode.Fujii Masao
2025-11-07pgbench: Add --continue-on-error option.Fujii Masao
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-03pgbench: Fail cleanly when finding a COPY result stateMichael Paquier
2025-09-30pgbench: Fix error reporting in readCommandResponse().Fujii Masao
2025-09-26pgbench: Fix assertion failure with retriable errors in pipeline mode.Fujii Masao
2025-09-18pgbench: Remove unused argument from create_sql_command().Fujii Masao
2025-09-12Allow redeclaration of typedef yyscan_tPeter Eisentraut
2025-09-12Improve pgbench definition of yyscan_tPeter Eisentraut
2025-08-03Fix assertion failure in pgbench when handling multiple pipeline sync messages.Fujii Masao
2025-06-30pgbench: Use standard option handling test routinesPeter Eisentraut
2025-03-29pgbench: Make set_random_seed() 64-bit everywhere.Peter Eisentraut
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-27Avoid unnecessary computation of pgbench's script line number.Tom Lane
2025-02-27Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane
2025-02-20pgbench: Increase RLIMIT_NOFILE if necessaryAndres Freund
2025-02-11Limit pgbench COPY FREEZE to ordinary relationsMelanie Plageman
2025-02-07Fix pgbench performance issue induced by commit af35fe501.Tom Lane
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-15pgbench: fix misprocessing of some nested \if constructs.Tom Lane
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-11-27pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-10-25pgbench: Fix typo.Tatsuo Ishii
2024-10-11pgbench: Improve result outputs related to failed transactions.Tatsuo Ishii
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-07-05Fix placement of "static".Tom Lane
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-03-25Adjust pgbench option for debug mode.Nathan Bossart
2024-01-24pgbench: Add \syncpipelineMichael Paquier
2024-01-22Abort pgbench if script end is reached with an open pipelineAlvaro Herrera
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-24pgbench: Fix overflow in table populating when rows >= 2^31-1Michael Paquier
2023-12-04Don't use pgbench -j in testsAlvaro Herrera
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut