aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add initdb code to set up initial contents of pg_depend, pinning allTom Lane2002-07-16
* Remove utils/getopt.c file, not needed, it only allowed "--flag"Bruce Momjian2002-07-15
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian2002-07-15
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Fix getopt flags. Man thing thing was messed up.Bruce Momjian2002-07-11
* Fix another --help typo in pg_restore.Bruce Momjian2002-07-11
* Add comments about sharing.Bruce Momjian2002-07-06
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-06
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-04
* Document function args are required for pg_restore -P.Bruce Momjian2002-07-04
* Add missing pgaccess copyright file, same as ours.Bruce Momjian2002-07-03
* Fix some more boundary-case errors in psql variable substitution:Tom Lane2002-07-03
* Update to pgaccess 0.91.Bruce Momjian2002-07-02
* The attached patch fixes 2 memory leaks in pg_dump, as well as correctsBruce Momjian2002-07-02
* The attached patch fixes a minor memory leak in psql.Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Fix for TAB completion using GRANT DELETE in psql.Bruce Momjian2002-06-15
* Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian2002-06-15
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Suppress 'owner of datatype appears to be invalid' warning message forTom Lane2002-06-13
* Allow createdb to create comments in current db, not template1.Bruce Momjian2002-06-11
* Another place that needs schema qualification.Tom Lane2002-05-29
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-29
* Rework pg_dump namespace search criteria so that dumping of user objectsTom Lane2002-05-28
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-24
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Spell long option with -c not --, for compatibility's sake.Tom Lane2002-05-21
* Dump privileges on functions, aggregates, languages.Peter Eisentraut2002-05-19
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Guard against empty-string results from pg_getlocale.Tom Lane2002-05-17
* Fix bug in psql.Tatsuo Ishii2002-05-14