summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Code review for row security.Stephen Frost2014-09-244-23/+28
* Row-Level Security Policies (RLS)Stephen Frost2014-09-198-5/+377
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-052-29/+8
* Show schema names in pg_dump verbose output.Heikki Linnakangas2014-08-262-14/+32
* doc: Improve pg_restore help outputPeter Eisentraut2014-08-231-6/+9
* Small message fixesPeter Eisentraut2014-08-094-4/+4
* Fix a performance problem in pg_dump's dump order selection logic.Tom Lane2014-07-251-9/+45
* Translation updatesPeter Eisentraut2014-07-214-1948/+2084
* Add missing source files to nls.mkPeter Eisentraut2014-07-151-1/+2
* In pg_dump, show server and pg_dump versions with or without --verbose.Tom Lane2014-07-071-8/+9
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-023-57/+116
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-011-7/+3
* Use type pgsocket for Windows pipe emulation socket callsBruce Momjian2014-06-161-7/+19
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-123-4/+16
* Fix typos in comments.Noah Misch2014-06-111-1/+1
* Translation updatesPeter Eisentraut2014-05-102-384/+391
* Fix improperly passed file descriptorsBruce Momjian2014-05-061-3/+3
* pgindent run for 9.4Bruce Momjian2014-05-0615-159/+160
* Fix detection of short tar files, broken by commit 14ea89366fe321609afc5838ff...Bruce Momjian2014-05-061-4/+7
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-0510-207/+237
* Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane2014-05-051-9/+13
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-3/+1
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-11/+29
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-161-1/+1
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-0/+68
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-041-1/+4
* Fix dumping of a materialized view that depends on a table's primary key.Tom Lane2014-03-293-7/+67
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-2/+15
* Fix pg_dumpall option parsing: -i doesn't take an argument.Tom Lane2014-03-181-1/+1
* Correct copy/pasto in comment for REPLICA IDENTITYSimon Riggs2014-03-091-1/+1
* pg_dump: make argument combination error exit code consistentBruce Momjian2014-03-051-2/+8
* Remove unused field "evttype".Tom Lane2014-03-051-1/+0
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-035-5/+109
* Various Coverity-spotted fixesStephen Frost2014-03-012-26/+57
* pg_dump: fix subtle memory leak in func and arg signature processingBruce Momjian2014-02-241-10/+9
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-152-11/+1
* Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian2014-02-151-0/+1
* Further pg_dump / ftello improvementsStephen Frost2014-02-092-16/+4
* Focus on ftello result < 0 instead of errnoStephen Frost2014-02-091-3/+2
* Minor pg_dump improvementsStephen Frost2014-02-083-9/+31
* pg_restore: make help output plural for multi-enabled optionsBruce Momjian2014-01-311-6/+6
* Fix minor leak in pg_dumpStephen Frost2014-01-261-1/+3
* Avoid minor leak in parallel pg_dumpStephen Frost2014-01-241-1/+9
* Fix pg_dumpall on pre-8.1 serversBruce Momjian2014-01-121-1/+1
* Update copyright for 2014Bruce Momjian2014-01-0716-16/+16
* Remove bogus -K option from pg_dump.Heikki Linnakangas2014-01-061-1/+1
* Fix broken support for event triggers as extension members.Tom Lane2013-12-301-0/+16
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-291-2/+6
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-1/+14