summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-01-10Fix allowing of leading zero on exponents in pgbench test resultsTeodor Sigaev
2018-01-09Improve scripting language in pgbenchTeodor Sigaev
2018-01-09pg_upgrade: prevent check on live cluster from generating errorBruce Momjian
2018-01-05pg_upgrade: remove C commentBruce Momjian
2018-01-05pg_upgrade: revert part of patch for ease of translationBruce Momjian
2018-01-05pg_upgrade: simplify code layout in a few placesBruce Momjian
2018-01-03Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-29Fix typoAlvaro Herrera
2017-12-29Allow leading zero on exponents in pgbench test resultsAndrew Dunstan
2017-12-27Add pow(), aka power(), function to pgbench.Robert Haas
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-14Add approximated Zipfian-distributed random generator to pgbench.Teodor Sigaev
2017-12-01pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-22Fix typoMagnus Hagander
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-21pgbench: fix stats reporting when some transactions are skipped.Tom Lane
2017-11-16Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane
2017-11-16Further refactoring of c.h and nearby files.Tom Lane
2017-11-13Allow running just selected steps of pgbench's initialization sequence.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-09Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Remove secondary checkpointSimon Riggs
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-11-07Fix version numbering foulups exposed by 10.1.Tom Lane
2017-11-05Fix commentMagnus Hagander
2017-11-02pgbench: replace run-time string comparisons with an enum identifier.Tom Lane
2017-11-02pg_ctl: Improve messagePeter Eisentraut
2017-11-02Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut
2017-11-02In client support of v10 features, use standard schema handling.Noah Misch
2017-11-01pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut
2017-10-31Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane
2017-10-29pg_receivewal: Add --no-sync option.Robert Haas
2017-10-22Adjust psql \d query to avoid use of @> operator.Tom Lane
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-10-06#ifdef out some dead code in psql/mainloop.c.Tom Lane
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-10-01Allow pg_ctl kill to send SIGKILL.Andres Freund
2017-10-01Use a longer connection timeout in pg_isready test.Tom Lane
2017-10-01Fix busy-wait in pgbench, with --rate.Heikki Linnakangas
2017-09-30Fix pg_dump to assign domain array type OIDs during pg_upgrade.Tom Lane
2017-09-29psql: Don't try to print a partition constraint we didn't fetch.Robert Haas
2017-09-29pgbench: If we fail to send a command to the server, fail.Robert Haas