summaryrefslogtreecommitdiff
path: root/src/bin/scripts
Commit message (Expand)AuthorAgeFilesLines
* Cleanup for CLUSTERDB failure:Bruce Momjian2002-10-211-1/+3
* Improve formatting of --help output.Peter Eisentraut2002-10-188-91/+107
* Un-break createlang build.Tom Lane2002-10-181-5/+6
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-4/+4
* Improve appearance of SET command.Bruce Momjian2002-10-168-20/+20
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-168-20/+20
* > Fix clusterdb to be schema-awareBruce Momjian2002-09-271-2/+2
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-241-3/+9
* > BTW, clusterdb is not schema-aware and will surely fail in any databaseBruce Momjian2002-09-121-14/+24
* Fix help output.Peter Eisentraut2002-09-071-2/+2
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-272-2/+179
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-104-8/+16
* Update copyright to 2002.Bruce Momjian2002-06-208-16/+16
* Allow createdb to create comments in current db, not template1.Bruce Momjian2002-06-111-2/+2
* Allow prompting of create/drop user to handle spaces.Bruce Momjian2002-04-122-4/+20
* Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian2002-04-127-36/+36
* Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane2002-02-241-1/+13
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-1/+12
* Fix param handling of create* admin scripts as described months ago.Bruce Momjian2002-02-187-14/+53
* Droplang didn't have test for -l, list. This was really broken too.Bruce Momjian2002-01-031-5/+9
* Add mention that createlang.sh indirection not needed but kept for later.Bruce Momjian2002-01-031-1/+2
* droplang had same problem as createlang; default are backwards and didBruce Momjian2002-01-031-17/+18
* In createlang, make dbname optional, not langname, or rather, makeBruce Momjian2002-01-031-19/+17
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-307-37/+37
* sbasename $0 is now basename "$0"Bruce Momjian2001-09-227-14/+14
* Commit Karel's patch.Tatsuo Ishii2001-09-061-5/+1
* Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian2001-08-261-3/+5
* Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian2001-08-261-4/+4
* Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian2001-08-251-1/+10
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-132-70/+73
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-101-3/+8
* Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian2001-06-181-1/+7
* Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut2001-05-241-1/+2
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-232-28/+5
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-122-4/+14
* Add --echo option to createlang and droplang.Peter Eisentraut2001-05-092-24/+69
* Add checking for valid database encoding.Tatsuo Ishii2001-03-271-1/+5
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-187-14/+21
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-181-2/+16
* Put quotes around environment variables.Bruce Momjian2001-01-215-31/+31
* Prevent vacuumdb from trying to vacuum template0.Tom Lane2001-01-081-2/+2
* check for failure after vacuuming each DB, not only the last one.Tom Lane2001-01-081-7/+6
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-257-14/+14
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-2/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-137-77/+7
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-137-7/+77
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-117-60/+79
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+5