| Age | Commit message (Expand) | Author |
| 2002-07-20 | I can't remember who said they were working on schema related psql | Bruce Momjian |
| 2002-07-19 | Another "$@" cleanup with new syntax, ${1+"$@"}. | Bruce Momjian |
| 2002-07-19 | Fix "$@" to ${1:+"$@"} for older shells. | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | Unique and primary key constraints are both dumped using ALTER TABLE | Bruce Momjian |
| 2002-07-18 | The attached patch fixes a tiny memory leak in psql, when using | Bruce Momjian |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane |
| 2002-07-15 | Remove utils/getopt.c file, not needed, it only allowed "--flag" | Bruce Momjian |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-07-15 | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-11 | Fix getopt flags. Man thing thing was messed up. | Bruce Momjian |
| 2002-07-11 | Fix another --help typo in pg_restore. | Bruce Momjian |
| 2002-07-06 | Add comments about sharing. | Bruce Momjian |
| 2002-07-06 | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian |
| 2002-07-04 | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian |
| 2002-07-04 | Document function args are required for pg_restore -P. | Bruce Momjian |
| 2002-07-03 | Add missing pgaccess copyright file, same as ours. | Bruce Momjian |
| 2002-07-03 | Fix some more boundary-case errors in psql variable substitution: | Tom Lane |
| 2002-07-02 | Update to pgaccess 0.91. | Bruce Momjian |
| 2002-07-02 | The attached patch fixes 2 memory leaks in pg_dump, as well as corrects | Bruce Momjian |
| 2002-07-02 | The attached patch fixes a minor memory leak in psql. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian |
| 2002-06-15 | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-06-13 | Suppress 'owner of datatype appears to be invalid' warning message for | Tom Lane |
| 2002-06-11 | Allow createdb to create comments in current db, not template1. | Bruce Momjian |
| 2002-05-29 | Another place that needs schema qualification. | Tom Lane |
| 2002-05-29 | Fix some more not-schema-aware queries in pg_dump. Also fix some places | Tom Lane |
| 2002-05-28 | Rework pg_dump namespace search criteria so that dumping of user objects | Tom Lane |
| 2002-05-24 | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-21 | Spell long option with -c not --, for compatibility's sake. | Tom Lane |
| 2002-05-19 | Dump privileges on functions, aggregates, languages. | Peter Eisentraut |
| 2002-05-18 | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut |
| 2002-05-17 | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut |
| 2002-05-17 | Guard against empty-string results from pg_getlocale. | Tom Lane |
| 2002-05-14 | Fix bug in psql. | Tatsuo Ishii |
| 2002-05-13 | Make operators have their own comments separate from those of the | Tom Lane |
| 2002-05-10 | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-05-06 | Make dumpACL behave more reasonably for case where owner has revoked | Tom Lane |