summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-28/+77
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-2/+9
* Typo: dump -> restorePeter Eisentraut2009-11-191-2/+2
* Translations update for 8.5alpha2Peter Eisentraut2009-10-203-1252/+1249
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-1/+13
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-122-11/+16
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-092-118/+149
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-073-15/+79
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-058-35/+291
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-222-3/+41
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-111-2/+4
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Remove unused variable.Alvaro Herrera2009-08-241-4/+1
* Modify parallel pg_restore to track pending and ready items by means ofTom Lane2009-08-072-51/+108