| Commit message (Expand) | Author | Age | Files | Lines |
* | The second enables tab-complete to analyze. It ignores schema stuff (so | Bruce Momjian | 2002-08-15 | 1 | -1/+9 |
* | I guess I'd vote for changing the code to be | Bruce Momjian | 2002-08-14 | 1 | -3/+3 |
* | Put back old code. | Bruce Momjian | 2002-08-13 | 1 | -2/+2 |
* | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian | 2002-08-13 | 1 | -2/+2 |
* | psql prints its version number in its startup message, per recent | Tom Lane | 2002-08-10 | 3 | -7/+9 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 | 10 | -111/+38 |
* | Get rid of double PQclear(res) in error path. | Tom Lane | 2002-08-10 | 1 | -5/+1 |
* | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane | 2002-08-10 | 5 | -417/+828 |
* | Column ordering in \d output should agree with sort ordering; | Tom Lane | 2002-08-09 | 1 | -5/+5 |
* | Make the standard system views schema-aware. | Tom Lane | 2002-08-08 | 1 | -39/+48 |
* | Updated translation from Dennis Bjorklund <db@zigo.dhs.org> | Peter Eisentraut | 2002-08-06 | 1 | -433/+493 |
* | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 | 2 | -44/+98 |
* | This trivial patch fixes a small memory leak in pg_dump. | Bruce Momjian | 2002-08-04 | 1 | -1/+3 |
* | This patch fixes a "multi-line string literal" warning encountered | Bruce Momjian | 2002-08-04 | 1 | -3/+5 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 4 | -24/+40 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 | 3 | -6/+35 |
* | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane | 2002-07-30 | 3 | -3/+342 |
* | Added support for schemas and quotes in tab-complete.c, as well as | Bruce Momjian | 2002-07-30 | 1 | -41/+75 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -2/+3 |
* | Assemble portability modules into libpgport library. | Peter Eisentraut | 2002-07-27 | 3 | -54/+8 |
* | Remove extra comma. | Peter Eisentraut | 2002-07-25 | 1 | -3/+3 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 2 | -53/+12 |
* | I can't remember who said they were working on schema related psql | Bruce Momjian | 2002-07-20 | 1 | -8/+11 |
* | Another "$@" cleanup with new syntax, ${1+"$@"}. | Bruce Momjian | 2002-07-19 | 3 | -5/+5 |
* | Fix "$@" to ${1:+"$@"} for older shells. | Bruce Momjian | 2002-07-19 | 2 | -4/+4 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 4 | -12/+135 |
* | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane | 2002-07-18 | 1 | -1/+4 |
* | Unique and primary key constraints are both dumped using ALTER TABLE | Bruce Momjian | 2002-07-18 | 1 | -17/+27 |
* | The attached patch fixes a tiny memory leak in psql, when using | Bruce Momjian | 2002-07-18 | 1 | -1/+2 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 | 1 | -7/+47 |
* | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 | 2 | -14/+8 |
* | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane | 2002-07-16 | 1 | -1/+28 |
* | Remove utils/getopt.c file, not needed, it only allowed "--flag" | Bruce Momjian | 2002-07-15 | 1 | -1/+2 |
* | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian | 2002-07-15 | 2 | -50/+8 |
* | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian | 2002-07-15 | 5 | -89/+95 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 | 1 | -1/+2 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 3 | -31/+33 |
* | Fix getopt flags. Man thing thing was messed up. | Bruce Momjian | 2002-07-11 | 1 | -3/+3 |
* | Fix another --help typo in pg_restore. | Bruce Momjian | 2002-07-11 | 1 | -3/+5 |
* | Add comments about sharing. | Bruce Momjian | 2002-07-06 | 1 | -1/+5 |
* | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian | 2002-07-06 | 8 | -230/+258 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 | 6 | -70/+70 |
* | Document function args are required for pg_restore -P. | Bruce Momjian | 2002-07-04 | 3 | -45/+112 |
* | Add missing pgaccess copyright file, same as ours. | Bruce Momjian | 2002-07-03 | 1 | -0/+25 |
* | Fix some more boundary-case errors in psql variable substitution: | Tom Lane | 2002-07-03 | 1 | -14/+19 |
* | Update to pgaccess 0.91. | Bruce Momjian | 2002-07-02 | 19 | -1531/+1980 |
* | The attached patch fixes 2 memory leaks in pg_dump, as well as corrects | Bruce Momjian | 2002-07-02 | 3 | -10/+14 |
* | The attached patch fixes a minor memory leak in psql. | Bruce Momjian | 2002-07-02 | 1 | -1/+3 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 37 | -72/+72 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 | 4 | -30/+46 |