summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28Updates from Dennis BjorklundPeter Eisentraut
2002-08-28Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-28Dump ALTER DATABASE/USER ... SET ...Peter Eisentraut
2002-08-27Fix compile warning.Tom Lane
2002-08-27Flush output streams before calling pg_dump subprocess.Peter Eisentraut
2002-08-27Disable use of -c and -a together in pg_dump; they don't make sense together.Bruce Momjian
2002-08-27Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut
2002-08-27Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut
2002-08-27Add '+' mention in \? help. More clean of \? to do.Bruce Momjian
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
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