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