summaryrefslogtreecommitdiff
path: root/src/bin/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-291-2/+3
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-4/+4
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-082-9/+11
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut2000-08-202-10/+8
* Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck2000-07-191-7/+18
* Repair incorrect assumption that all versions of 'install' knowTom Lane2000-06-281-2/+2
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-22/+14
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-45/+1
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-1/+45
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+2
* cleanupBruce Momjian2000-05-151-3/+3
* cleanupBruce Momjian2000-05-151-4/+4
* Fix createlang -l dbname so it works, update sgml.Bruce Momjian2000-05-151-5/+9
* Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane2000-03-251-2/+6
* More changes of >& to 2>&1Bruce Momjian2000-03-251-6/+6
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-2/+2
* Default argument for createdbPeter Eisentraut2000-02-101-5/+8
* Here is the patch to add plperl to droplang.Bruce Momjian2000-02-091-2/+6
* another round of user interface cleanupsPeter Eisentraut2000-01-197-130/+136
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-2/+20
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-2/+2
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-127-149/+146
* Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk)Tatsuo Ishii2000-01-121-3/+5
* Cleanup --alldb option handling.Bruce Momjian1999-12-181-2/+7