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