aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2017-02-06
* Add missing newline to error messagesPeter Eisentraut2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost2017-01-31
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-13
* pg_restore: Don't allow non-positive number of jobsStephen Frost2017-01-11
* pg_xlogdump: document --path behaviorBruce Momjian2017-01-10
* pg_dump: Strict names with no matching schemaStephen Frost2017-01-10
* Fix invalid-parallel-jobs error messageStephen Frost2017-01-09
* Protect against NULL-dereference in pg_dumpStephen Frost2017-01-06
* Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane2016-12-25
* pg_dumpall: Include --verbose option in --help outputStephen Frost2016-12-24
* Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost2016-12-23
* Fix dumping of casts and transforms using built-in functionsStephen Frost2016-12-21
* For 8.0 servers, get last built-in oid from pg_databaseStephen Frost2016-12-21
* Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ...Tom Lane2016-11-28
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane2016-11-17
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* pg_rewing pg_upgrade: Fix translation markersPeter Eisentraut2016-11-07
* Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander2016-11-07
* Translation updatesPeter Eisentraut2016-10-24
* Fix pg_dump to work against pre-9.0 servers again.Tom Lane2016-10-07
* Don't allow both --source-server and --source-target args to pg_rewind.Heikki Linnakangas2016-10-07
* Disable synchronous commits in pg_rewind.Heikki Linnakangas2016-10-06
* Enforce a specific order for probing library loadability in pg_upgrade.Tom Lane2016-10-03
* Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.Tom Lane2016-10-02
* Improve error reporting in pg_upgrade's file copying/linking/rewriting.Tom Lane2016-09-30
* Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().Tom Lane2016-09-30
* Retry opening new segments in pg_xlogdump --folllowMagnus Hagander2016-09-30
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Translation updatesPeter Eisentraut2016-09-26
* Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane2016-09-23
* Print test parameters like "foo: 123", and results like "foo = 123".Heikki Linnakangas2016-09-21
* Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas2016-09-21
* Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas2016-09-19
* Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane2016-09-08
* Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane2016-09-08
* Fix initdb misbehavior when user mis-enters superuser password.Tom Lane2016-08-30
* Translation updatesPeter Eisentraut2016-08-29
* Fix pg_receivexlog --synchronousSimon Riggs2016-08-29
* Build libpgfeutils before pg_isready.Noah Misch2016-08-23
* Update line count totals for psql help displays.Tom Lane2016-08-18
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-17
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Translation updatesPeter Eisentraut2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08