summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Allow leading zero on exponents in pgbench test resultsAndrew Dunstan2017-12-291-2/+2
* Add pow(), aka power(), function to pgbench.Robert Haas2017-12-274-2/+47
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-211-5/+3
* Add approximated Zipfian-distributed random generator to pgbench.Teodor Sigaev2017-12-144-3/+234
* pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut2017-12-011-3/+13
* SQL proceduresPeter Eisentraut2017-11-306-29/+138
* Update typedefs.list and re-run pgindentRobert Haas2017-11-294-7/+8
* Mark some more functions as pg_attribute_noreturn().Tom Lane2017-11-273-3/+3
* Fix typoMagnus Hagander2017-11-221-1/+1
* Sort default partition to bottom of psql \d+Simon Riggs2017-11-231-1/+2
* Show partition info from psql \d+Simon Riggs2017-11-231-6/+28
* pgbench: fix stats reporting when some transactions are skipped.Tom Lane2017-11-212-42/+64
* Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane2017-11-162-6/+5
* Further refactoring of c.h and nearby files.Tom Lane2017-11-161-8/+0
* Allow running just selected steps of pgbench's initialization sequence.Tom Lane2017-11-133-110/+283
* Add some const decorations to prototypesPeter Eisentraut2017-11-109-18/+18
* Add hash partitioning.Robert Haas2017-11-091-1/+1
* Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane2017-11-091-5/+4
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-089-22/+22
* Remove secondary checkpointSimon Riggs2017-11-072-4/+0
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-071-2/+8
* Fix version numbering foulups exposed by 10.1.Tom Lane2017-11-062-14/+27
* Fix commentMagnus Hagander2017-11-051-1/+1
* pgbench: replace run-time string comparisons with an enum identifier.Tom Lane2017-11-021-11/+51
* pg_ctl: Improve messagePeter Eisentraut2017-11-021-1/+1
* Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut2017-11-021-0/+5
* In client support of v10 features, use standard schema handling.Noah Misch2017-11-012-8/+16
* pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut2017-11-011-1/+11
* Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane2017-10-312-5/+8
* pg_receivewal: Add --no-sync option.Robert Haas2017-10-292-2/+19
* Adjust psql \d query to avoid use of @> operator.Tom Lane2017-10-221-2/+2
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-162-0/+8
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-142-13/+98
* #ifdef out some dead code in psql/mainloop.c.Tom Lane2017-10-061-1/+6
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-013-56/+13
* Allow pg_ctl kill to send SIGKILL.Andres Freund2017-10-011-4/+1
* Use a longer connection timeout in pg_isready test.Tom Lane2017-10-011-1/+2
* Fix busy-wait in pgbench, with --rate.Heikki Linnakangas2017-10-011-8/+18
* Fix pg_dump to assign domain array type OIDs during pg_upgrade.Tom Lane2017-09-301-18/+61
* psql: Don't try to print a partition constraint we didn't fetch.Robert Haas2017-09-291-7/+10
* pgbench: If we fail to send a command to the server, fail.Robert Haas2017-09-291-6/+2
* psql: Update \d sequence displayPeter Eisentraut2017-09-291-80/+109
* pg_basebackup: Add option to create replication slotPeter Eisentraut2017-09-278-41/+96
* Add some more pg_receivewal testsPeter Eisentraut2017-09-261-1/+5
* Sort pg_basebackup options betterPeter Eisentraut2017-09-261-3/+3
* Fix pg_basebackup test to original intentPeter Eisentraut2017-09-231-3/+3
* Remove pgbench "progress" test pending solution of its timing issues.Tom Lane2017-09-231-22/+0
* Revert "Add basic TAP test setup for pg_upgrade"Peter Eisentraut2017-09-222-13/+3
* Allow up to 3 "-P 1" reports per thread in pgbench run of 2 seconds.Tom Lane2017-09-221-2/+3
* Provide a test for variable existence in psqlAndrew Dunstan2017-09-211-0/+18