summaryrefslogtreecommitdiff
path: root/src/bin/pgbench/Makefile
AgeCommit message (Expand)Author
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-09-04Build all Flex files standaloneJohn Naylor
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2016-03-25Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-20SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane
2016-02-25Clean the last few TAP suite tmp_check directories.Noah Misch
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut