summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* The second enables tab-complete to analyze. It ignores schema stuff (soBruce Momjian2002-08-151-1/+9
* I guess I'd vote for changing the code to beBruce Momjian2002-08-141-3/+3
* Put back old code.Bruce Momjian2002-08-131-2/+2
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-131-2/+2
* psql prints its version number in its startup message, per recentTom Lane2002-08-103-7/+9
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-1010-111/+38
* Get rid of double PQclear(res) in error path.Tom Lane2002-08-101-5/+1
* psql backslash commands are schema-aware. Pattern matching behaviorTom Lane2002-08-105-417/+828
* Column ordering in \d output should agree with sort ordering;Tom Lane2002-08-091-5/+5
* Make the standard system views schema-aware.Tom Lane2002-08-081-39/+48
* Updated translation from Dennis Bjorklund <db@zigo.dhs.org>Peter Eisentraut2002-08-061-433/+493
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-042-44/+98
* This trivial patch fixes a small memory leak in pg_dump.Bruce Momjian2002-08-041-1/+3
* This patch fixes a "multi-line string literal" warning encounteredBruce Momjian2002-08-041-3/+5
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-024-24/+40
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-313-6/+35
* Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane2002-07-303-3/+342
* Added support for schemas and quotes in tab-complete.c, as well asBruce Momjian2002-07-301-41/+75
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-2/+3
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-273-54/+8
* Remove extra comma.Peter Eisentraut2002-07-251-3/+3
* Remove unused system table columns:Peter Eisentraut2002-07-242-53/+12
* I can't remember who said they were working on schema related psqlBruce Momjian2002-07-201-8/+11
* Another "$@" cleanup with new syntax, ${1+"$@"}.Bruce Momjian2002-07-193-5/+5
* Fix "$@" to ${1:+"$@"} for older shells.Bruce Momjian2002-07-192-4/+4
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-184-12/+135
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-181-1/+4
* Unique and primary key constraints are both dumped using ALTER TABLEBruce Momjian2002-07-181-17/+27
* The attached patch fixes a tiny memory leak in psql, when usingBruce Momjian2002-07-181-1/+2
* The attached patch (against HEAD) implementsBruce Momjian2002-07-181-7/+47
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-182-14/+8
* Add initdb code to set up initial contents of pg_depend, pinning allTom Lane2002-07-161-1/+28
* Remove utils/getopt.c file, not needed, it only allowed "--flag"Bruce Momjian2002-07-151-1/+2
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-152-50/+8
* Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian2002-07-155-89/+95
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-131-1/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-123-31/+33
* Fix getopt flags. Man thing thing was messed up.Bruce Momjian2002-07-111-3/+3
* Fix another --help typo in pg_restore.Bruce Momjian2002-07-111-3/+5
* Add comments about sharing.Bruce Momjian2002-07-061-1/+5
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-068-230/+258
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-046-70/+70
* Document function args are required for pg_restore -P.Bruce Momjian2002-07-043-45/+112
* Add missing pgaccess copyright file, same as ours.Bruce Momjian2002-07-031-0/+25
* Fix some more boundary-case errors in psql variable substitution:Tom Lane2002-07-031-14/+19
* Update to pgaccess 0.91.Bruce Momjian2002-07-0219-1531/+1980
* The attached patch fixes 2 memory leaks in pg_dump, as well as correctsBruce Momjian2002-07-023-10/+14
* The attached patch fixes a minor memory leak in psql.Bruce Momjian2002-07-021-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-2037-72/+72
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-204-30/+46