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