summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_restore to complain if any arguments remain after parsing the switchesTom Lane2010-08-133-28/+41
* Code review for --quote-all-identifiers patch: add missing --help documentationTom Lane2010-08-034-8/+11
* Fix bogus server version in pg_dumpall --quote-all-identifiers.Robert Haas2010-07-221-2/+2
* Add options to force quoting of all identifiers.Robert Haas2010-07-224-5/+25
* Fix several problems in pg_dump's handling of SQL/MED objects, notably failureTom Lane2010-07-141-17/+27
* Translation updates for 9.0beta3Peter Eisentraut2010-07-083-690/+768
* pgindent run for 9.0, second runBruce Momjian2010-07-063-18/+18
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-4/+4
* Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane2010-06-282-23/+44
* Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane2010-06-271-14/+52
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-154-14/+17
* Translation updatePeter Eisentraut2010-05-136-1588/+4000
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+3
* Fix various instances of "the the".Robert Haas2010-04-231-2/+2
* Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut2010-03-182-8/+8
* Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane2010-03-111-7/+9
* Add C comment about DDL changes possibly causing pg_dump errors.Bruce Momjian2010-03-031-1/+14
* Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas2010-03-032-4/+4
* pgindent run for 9.0Bruce Momjian2010-02-2610-195/+194
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-242-11/+13
* Un-break pg_dump for the case of zero-column tables.Tom Lane2010-02-241-1/+9
* Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane2010-02-241-11/+21
* Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian2010-02-231-1/+10
* Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane2010-02-231-20/+21
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-194-932/+954
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-188-248/+284
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-173-21/+21
* When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut2010-02-151-2/+13
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-1/+7
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-052-8/+85
* Type table featurePeter Eisentraut2010-01-282-22/+86
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-222-36/+33
* When doing a parallel restore, we must guard against out-of-range dependencyTom Lane2010-01-191-10/+26
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-2/+2
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-6/+2
* binary upgrade:Bruce Momjian2010-01-061-2/+13
* Remove erroneous comma added to pg_dumpall tablespace query when runningBruce Momjian2010-01-061-2/+2
* Preserve relfilenodes:Bruce Momjian2010-01-061-18/+85
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-4/+18
* Update copyright for the year 2010.Bruce Momjian2010-01-029-18/+18
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-271-9/+37
* Zero-label enums:Bruce Momjian2009-12-261-7/+1
* Binary upgrade:Bruce Momjian2009-12-241-2/+165
* Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.Bruce Momjian2009-12-231-157/+157
* In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.Peter Eisentraut2009-12-221-6/+6
* Translation updatesPeter Eisentraut2009-12-195-796/+2966
* Add a whitespace to fix the query to dump large objects.Itagaki Takahiro2009-12-191-2/+2
* Install server-side language PL/pgSQL by default.Bruce Momjian2009-12-181-4/+8
* Additional fixes for large object access control.Itagaki Takahiro2009-12-145-11/+31
* Add large object access control.Itagaki Takahiro2009-12-112-23/+64