| Commit message (Expand) | Author | Age |
* | Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. | Tom Lane | 2017-08-03 |
* | Fix pg_dump's handling of event triggers. | Tom Lane | 2017-07-22 |
* | Fix pg_basebackup output to stdout on Windows. | Heikki Linnakangas | 2017-07-14 |
* | On Windows, make pg_dump use binary mode for compressed plain text output. | Tom Lane | 2017-06-19 |
* | Sanitize newlines in object names in "pg_restore -l" output. | Tom Lane | 2017-03-10 |
* | pg_upgrade: Fix large object COMMENTS, SECURITY LABELS | Stephen Frost | 2017-03-06 |
* | Improve pg_dump/pg_restore --create --if-exists logic. | Tom Lane | 2016-11-17 |
* | Obstruct shell, SQL, and conninfo injection via database and role names. | Noah Misch | 2016-08-08 |
* | Fix pg_dump's handling of public schema with both -c and -C options. | Tom Lane | 2016-08-02 |
* | Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. | Tom Lane | 2016-06-15 |
* | 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 |
* | Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. | Tom Lane | 2016-05-28 |
* | Make pg_dump behave more sanely when built without HAVE_LIBZ. | Tom Lane | 2016-05-26 |
* | pg_dump: Message style improvements | Peter Eisentraut | 2016-04-25 |
* | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane | 2016-03-24 |
* | Access pg_dump's options structs through Archive struct, not directly. | Tom Lane | 2016-01-13 |
* | pg_dump: Fix some messages | Peter Eisentraut | 2015-09-27 |
* | Check existency of table/schema for -t/-n option (pg_dump/pg_restore) | Teodor Sigaev | 2015-09-14 |
* | Improve pg_restore's -t switch to match all types of relations. | Tom Lane | 2015-07-02 |
* | Use appendStringInfoString/Char et al where appropriate. | Heikki Linnakangas | 2015-07-02 |
* | pg_dump: suppress "Tablespace:" comment for default tablespaces | Bruce Momjian | 2015-05-11 |
* | Fix placement of "SET row_security" command issuance in pg_dump. | Tom Lane | 2015-02-18 |
* | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 2015-01-24 |
* | Fix portability breakage in pg_dump. | Tom Lane | 2015-01-11 |
* | Rename pg_rowsecurity -> pg_policy and other fixes | Stephen Frost | 2014-11-27 |
* | Avoid unportable strftime() behavior in pg_dump/pg_dumpall. | Tom Lane | 2014-10-26 |
* | Re-pgindent src/bin/pg_dump/*. | Tom Lane | 2014-10-17 |
* | pg_dump: Reduce use of global variables | Alvaro Herrera | 2014-10-14 |
* | Fix pg_dump's --if-exists for large objects | Alvaro Herrera | 2014-09-30 |
* | Fix identify_locking_dependencies for schema-only dumps. | Robert Haas | 2014-09-26 |
* | Code review for row security. | Stephen Frost | 2014-09-24 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | Report timezone offset in pg_dump/pg_dumpall | Bruce Momjian | 2014-09-05 |
* | Show schema names in pg_dump verbose output. | Heikki Linnakangas | 2014-08-26 |
* | In pg_dump, show server and pg_dump versions with or without --verbose. | Tom Lane | 2014-07-07 |
* | Fix pg_restore's processing of old-style BLOB COMMENTS data. | Tom Lane | 2014-06-12 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Fix detection of short tar files, broken by commit 14ea89366fe321609afc5838ff... | Bruce Momjian | 2014-05-06 |
* | Properly detect read and write errors in pg_dump/dumpall, and pg_restore | Bruce Momjian | 2014-05-05 |
* | pg_dump et al: Add --if-exists option | Alvaro Herrera | 2014-03-03 |
* | Various Coverity-spotted fixes | Stephen Frost | 2014-03-01 |
* | Further pg_dump / ftello improvements | Stephen Frost | 2014-02-09 |
* | Minor pg_dump improvements | Stephen Frost | 2014-02-08 |
* | Don't attempt to limit target database for pg_restore. | Kevin Grittner | 2013-12-29 |
* | Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr | Heikki Linnakangas | 2013-11-18 |
* | Use improved vsnprintf calling logic in more places. | Tom Lane | 2013-10-24 |
* | Accept multiple -I, -P, -T and -n options in pg_restore. | Heikki Linnakangas | 2013-08-28 |
* | pg_dump: avoid schema qualification for ALTER ... OWNER | Bruce Momjian | 2013-08-13 |
* | Fix pg_restore -l with the directory archive to display the correct format name. | Fujii Masao | 2013-06-16 |