summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-301-10/+10
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-2/+41
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-201-14/+39
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-22/+74
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-161-4/+6
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-4/+7
* Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas2008-07-011-7/+5
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-25/+58
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+2
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-15/+110
* Disable statement timeouts while making or restoring dumps.Andrew Dunstan2008-05-031-1/+7
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-3/+43
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-131-12/+17
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+8
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-9/+3
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-261-3/+2
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-201-3/+9
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-301-8/+15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-111-7/+2
* Update comment.Bruce Momjian2007-11-191-2/+2
* Add comment about COMMENT ON DATABASE failing for differently-namedBruce Momjian2007-11-191-1/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-17/+17
* pgindent run for 8.3.Bruce Momjian2007-11-151-82/+86
* Add missing newlines to error messages, and normalize wording a bit.Peter Eisentraut2007-11-081-16/+16
* Error message cleanupPeter Eisentraut2007-11-071-5/+5
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-2/+1
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-7/+48
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-221-5/+3
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+721
* Fixup the indentation of a comment that was mangled by pgindent, andNeil Conway2007-07-121-5/+11
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-111-21/+43
* Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane2007-04-161-4/+4
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-6/+86
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-261-2/+14
* Add comment that pg_dump 'append' format is used only by pg_dump, perBruce Momjian2007-03-221-2/+2
* In pg_dump, strcasecmp -> pg_strcasecmp.Bruce Momjian2007-03-221-6/+6
* Properly enforce pg_dump -F formation options; only single letter orBruce Momjian2007-03-221-32/+27
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-7/+64
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-2/+21
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-251-5/+11
* Update pg_dump to support dumping operator families.Tom Lane2007-01-231-10/+383
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-2/+47
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-3/+45
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-62/+100
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-091-248/+197
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-071-16/+7
* Message style improvementsPeter Eisentraut2006-10-061-4/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-101/+112