summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-08-22Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers.Tom Lane
2002-08-22Fixed-size buffer in dumpClasses is not big enough anymore given theTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Add --help and --version options. Message cleanup. NLS.Peter Eisentraut
2002-08-21Move PO files into subdirectories separate from the source code.Peter Eisentraut
2002-08-20Enable large file support.Peter Eisentraut
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-08-18Fix small copy-and-pasteo.Tom Lane
2002-08-18Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut
2002-08-18Use variable for format to suppress overly-anal-retentive gcc warningTom Lane
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-17Fix broken Makefiles.Tom Lane
2002-08-17Add files for pg_resetxlog.Bruce Momjian
2002-08-17Move pg_controldata to /bin.Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-16Code review for patch to dump primary and unique constraints asTom Lane
2002-08-16Move pg_controldata from /contrib to src/bin.Bruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-15The second enables tab-complete to analyze. It ignores schema stuff (soBruce Momjian
2002-08-14I guess I'd vote for changing the code to beBruce Momjian
2002-08-13Put back old code.Bruce Momjian
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-10psql prints its version number in its startup message, per recentTom Lane
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-08-10Get rid of double PQclear(res) in error path.Tom Lane
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-08-09Column ordering in \d output should agree with sort ordering;Tom Lane
2002-08-08Make the standard system views schema-aware.Tom Lane
2002-08-06Updated translation from Dennis Bjorklund <db@zigo.dhs.org>Peter Eisentraut
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-08-04This trivial patch fixes a small memory leak in pg_dump.Bruce Momjian
2002-08-04This patch fixes a "multi-line string literal" warning encounteredBruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane
2002-07-30Added support for schemas and quotes in tab-complete.c, as well asBruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-25Remove extra comma.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-20I can't remember who said they were working on schema related psqlBruce Momjian
2002-07-19Another "$@" cleanup with new syntax, ${1+"$@"}.Bruce Momjian
2002-07-19Fix "$@" to ${1:+"$@"} for older shells.Bruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18Unique and primary key constraints are both dumped using ALTER TABLEBruce Momjian
2002-07-18The attached patch fixes a tiny memory leak in psql, when usingBruce Momjian
2002-07-18The attached patch (against HEAD) implementsBruce Momjian