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