summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.h
Commit message (Expand)AuthorAgeFilesLines
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-091-2/+2
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-1/+2
* Make pg_dump --data-only try to order the table dumps so that foreign keys'Tom Lane2008-09-081-1/+3
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-14/+14
* pgindent run for 8.3.Bruce Momjian2007-11-151-15/+15
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+40
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-111-2/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-2/+3
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-191-1/+19
* Update pg_dump to support dumping operator families.Tom Lane2007-01-231-1/+9
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-091-1/+40
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-3/+2
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-011-4/+2
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-3/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-021-4/+12
* Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane2005-12-031-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+6
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-2/+1
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-231-1/+2
* Clean up recent patch for PL handler functions in pg_catalog: the patchTom Lane2005-08-151-2/+2
* Change pg_dump to use pg_roles instead of pg_user on 8.1 and up,Tom Lane2005-08-151-8/+8
* This patch implements putting language handlers for the optional PLsBruce Momjian2005-07-101-1/+2
* Dump comments for large objects.Tom Lane2005-06-301-2/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Cope with circularities involving a view's ON SELECT rule. I originallyTom Lane2004-12-141-1/+3
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-2/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-11/+12
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-021-1/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-23/+13
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-66/+210
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-1/+12
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-4/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* It has been tested only against CVS backend, however. Some checking of theBruce Momjian2003-03-201-1/+3
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-091-1/+2
* pgindent run.Bruce Momjian2002-09-041-11/+13
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-1/+2
* Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane2002-08-191-2/+6
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-181-2/+1
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+2
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+2