summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Allow createdb to create comments in current db, not template1.Bruce Momjian
2002-04-12Allow prompting of create/drop user to handle spaces.Bruce Momjian
2002-04-12Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian
2002-02-24Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Fix param handling of create* admin scripts as described months ago.Bruce Momjian
2002-01-03Droplang didn't have test for -l, list. This was really broken too.Bruce Momjian
2002-01-03Add mention that createlang.sh indirection not needed but kept for later.Bruce Momjian
2002-01-03droplang had same problem as createlang; default are backwards and didBruce Momjian
2002-01-03In createlang, make dbname optional, not langname, or rather, makeBruce Momjian
2001-09-30These are further fixes for double quotes missing in the various shellBruce Momjian
2001-09-22sbasename $0 is now basename "$0"Bruce Momjian
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-08-26Add single-letter encryption options for createuser. Update createuser --help.Bruce Momjian
2001-08-26Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.Bruce Momjian
2001-08-25Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian
2001-08-13Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut
2001-07-10Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane
2001-06-18Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian
2001-05-24Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut
2001-05-23Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut
2001-05-12PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut
2001-05-09Add --echo option to createlang and droplang.Peter Eisentraut
2001-03-27Add checking for valid database encoding.Tatsuo Ishii
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-02-18Add --template option to createdb script to allow access to WITH TEMPLATETom Lane
2001-01-21Put quotes around environment variables.Bruce Momjian
2001-01-08Prevent vacuumdb from trying to vacuum template0.Tom Lane
2001-01-08check for failure after vacuuming each DB, not only the last one.Tom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-08Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-20Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut
2000-07-19Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck
2000-06-28Repair incorrect assumption that all versions of 'install' knowTom Lane
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-15cleanupBruce Momjian
2000-05-15cleanupBruce Momjian
2000-05-15Fix createlang -l dbname so it works, update sgml.Bruce Momjian