aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* pg_receivewal: Improve verbose modePeter Eisentraut2017-08-15
* psql: Add tab completion for \pset pagerPeter Eisentraut2017-08-15
* pg_dump: Add a --load-via-partition-root option.Robert Haas2017-08-14
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* pg_upgrade: Clarify one messagePeter Eisentraut2017-08-11
* Remove pgbench's restriction on placement of -M switch.Tom Lane2017-08-11
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Translation updatesPeter Eisentraut2017-08-07
* Message style improvementsPeter Eisentraut2017-08-04
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-03
* Fix build on zlib-less environmentsAlvaro Herrera2017-08-03
* Add new files to nls.mk and add translation markersPeter Eisentraut2017-08-02
* Fix pg_dump's errno checking for zlib I/OAlvaro Herrera2017-08-02
* Fix typoPeter Eisentraut2017-07-31
* Fix function comment for dumpACL()Stephen Frost2017-07-31
* Include publication owner's name in the output of \dRp+.Tom Lane2017-07-28
* Fix psql tab completion for CREATE USER MAPPING.Tom Lane2017-07-27
* Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane2017-07-27
* Avoid use of sprintf/snprintf in describe.c.Tom Lane2017-07-27
* Sync listDbRoleSettings() with the rest of the world.Tom Lane2017-07-27
* Fix very minor memory leaks in psql's command.c.Tom Lane2017-07-27
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-26
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-26
* Fix pg_dump's handling of event triggers.Tom Lane2017-07-22
* pg_rewind: Fix some problems when copying files >2GB.Robert Haas2017-07-21
* pg_rewind: Fix busted sanity check.Robert Haas2017-07-21
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* pg_upgrade i18n: Fix "%s server/cluster" wordingAlvaro Herrera2017-07-14
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-14
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-14
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-12
* Translation updatesAlvaro Herrera2017-07-10
* Fix out of date commentMagnus Hagander2017-07-07
* Restore linking libpq into pg_ctl on Mingw builds.Tom Lane2017-07-05
* pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut2017-07-05
* psql documentation fixesPeter Eisentraut2017-07-04
* Update code comments for pg_xlog -> pg_walPeter Eisentraut2017-06-30
* Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane2017-06-28
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Do not require 'public' to exist for pg_dump -cStephen Frost2017-06-28
* Reduce pg_ctl's reaction time when waiting for postmaster start/stop.Tom Lane2017-06-26
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Add testing to detect errors of omission in "pin" dependency creation.Tom Lane2017-06-23
* psql: Restore alphabetical order in words_after_create.Robert Haas2017-06-22
* Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21