aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/createlang.sh
Commit message (Expand)AuthorAge
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-18
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Improve appearance of SET command.Bruce Momjian2002-10-16
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-16
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-10
* Update copyright to 2002.Bruce Momjian2002-06-20
* Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian2002-04-12
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Fix param handling of create* admin scripts as described months ago.Bruce Momjian2002-02-18
* In createlang, make dbname optional, not langname, or rather, makeBruce Momjian2002-01-03
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-30
* sbasename $0 is now basename "$0"Bruce Momjian2001-09-22
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-13
* Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian2001-06-18
* Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut2001-05-24
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-23
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-12
* Add --echo option to createlang and droplang.Peter Eisentraut2001-05-09
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
* Put quotes around environment variables.Bruce Momjian2001-01-21
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-25
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-11
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-29
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-08
* Substitute libdir into createlang as last resort so one doesn't have to setPeter Eisentraut2000-08-20
* Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck2000-07-19
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* cleanupBruce Momjian2000-05-15
* cleanupBruce Momjian2000-05-15
* Fix createlang -l dbname so it works, update sgml.Bruce Momjian2000-05-15
* Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane2000-03-25
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* another round of user interface cleanupsPeter Eisentraut2000-01-19
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-17
* Hi,Bruce Momjian1999-12-16
* Okay, that should put us back in sync. These two patches (src & doc) areBruce Momjian1999-12-07
* I cleaned those out as well (the echo -n "bug" was in there ;) and movedBruce Momjian1999-12-05