Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-18Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-16Improve appearance of SET command.Bruce Momjian
2002-10-16Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-12Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian
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-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-08-13Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut
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-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-01-21Put quotes around environment variables.Bruce Momjian
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-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-08Make building scripts kind of consistent in look and feel, kind of immunePeter 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-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
2000-03-25Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
1999-12-17Fix MULTIBYTE handling in string by using strcat.Bruce Momjian
1999-12-16Hi,Bruce Momjian
1999-12-07Okay, that should put us back in sync. These two patches (src & doc) areBruce Momjian
1999-12-05I cleaned those out as well (the echo -n "bug" was in there ;) and movedBruce Momjian