aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Restore psql's SIGPIPE setting if popen() fails.Tom Lane2016-12-07
* Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane2016-12-07
* Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane2016-11-17
* Translation updatesPeter Eisentraut2016-10-24
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane2016-09-23
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Translation updatesPeter Eisentraut2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix Windows shell argument quoting.Noah Misch2016-08-08
* Reject, in pg_dumpall, names containing CR or LF.Noah Misch2016-08-08
* Field conninfo strings throughout src/bin/scripts.Noah Misch2016-08-08
* Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch2016-08-08
* Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch2016-08-08
* Fix pg_dump's handling of public schema with both -c and -C options.Tom Lane2016-08-02
* Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao2016-08-01
* Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane2016-07-28
* Sync back-branch copies of the timezone code with IANA release tzcode2016c.Tom Lane2016-07-19
* Widen buffer for headers in psql's \watch command.Tom Lane2016-06-15
* Suppress -Wunused-result warnings about write(), again.Tom Lane2016-06-03
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-02
* Clean up some minor inefficiencies in parallel dump/restore.Tom Lane2016-06-01
* Fix missing abort checks in pg_backup_directory.c.Tom Lane2016-05-29
* Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane2016-05-29
* Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane2016-05-28
* Clean up thread management in parallel pg_dump for Windows.Tom Lane2016-05-27
* Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane2016-05-26
* In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane2016-05-26
* Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane2016-05-25
* Translation updatesPeter Eisentraut2016-05-09
* pg_upgrade: Fix indentation of if() blockBruce Momjian2016-04-28
* Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane2016-04-13
* Translation updatesPeter Eisentraut2016-03-28
* Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane2016-03-14
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-07
* Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas2016-03-04
* Fix query-based tab completion for multibyte characters.Robert Haas2016-03-04
* Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch2016-02-10
* Translation updatesPeter Eisentraut2016-02-08
* In pg_dump, ensure that view triggers are processed after view rules.Tom Lane2016-02-04
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-29
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-13
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-07
* Fix one more TAP test to use standard command-line argument ordering.Tom Lane2016-01-07