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