aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
Commit message (Expand)AuthorAge
* pg_dump: Message style improvementsPeter Eisentraut2016-04-25
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Run pgindent on src/bin/pg_dump/*Tom Lane2016-01-13
* Review program help output for wording and formattingPeter Eisentraut2015-09-16
* 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
* Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao2015-06-04
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Code review for row security.Stephen Frost2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* doc: Improve pg_restore help outputPeter Eisentraut2014-08-23
* Small message fixesPeter Eisentraut2014-08-09
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* pg_restore: make help output plural for multi-enabled optionsBruce Momjian2014-01-31
* Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas2013-08-28
* pg_restore: Error about incompatible optionsPeter Eisentraut2013-07-02
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Realign some --help output to have better spacing between columnsPeter Eisentraut2012-05-18
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* pg_dump: Remove undocumented "files" output formatPeter Eisentraut2012-03-20
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Put options in some sensible orderPeter Eisentraut2011-05-25
* Message style improvementsPeter Eisentraut2011-05-22
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-18
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-18
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix pg_restore to complain if any arguments remain after parsing the switchesTom Lane2010-08-13
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-15
* Typo: dump -> restorePeter Eisentraut2009-11-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera2009-04-14
* Make new strings more alike previously existing messages.Alvaro Herrera2009-04-13
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11