]> granicus.if.org Git - postgresql/history - src/bin/scripts
A visit from the message-style police ...
[postgresql] / src / bin / scripts /
2003-07-23 Peter EisentrautCzech translation updates from Karel Zak
2003-07-23 Peter EisentrautUpdate German translations.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-30 Tom LaneRename plpython to plpythonu, and update documentation...
2003-06-18 Peter EisentrautChange clusterdb and vacuumdb into C programs.
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-05-27 Peter EisentrautInternationalize interactive yes/no responses.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-16 Tom LaneFix some problems exposed by building outside the sourc...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-20 Bruce MomjianNow that the CLUSTER ALL machinery is in place, the...
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...
2003-02-19 Bruce MomjianAt present it is impossible to kill createuser except...
2003-02-13 Bruce MomjianThis patch fixes an error in the usage message for...
2002-10-21 Bruce MomjianCleanup for CLUSTERDB failure:
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-18 Tom LaneUn-break createlang build.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-16 Bruce MomjianImprove appearance of SET command.
2002-10-16 Bruce MomjianFix script to handle autocommit = 'off' by prepending...
2002-09-27 Bruce Momjian> Fix clusterdb to be schema-aware
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-12 Bruce Momjian> BTW, clusterdb is not schema-aware and will surely...
2002-09-07 Peter EisentrautFix help output.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Bruce MomjianAllow createdb to create comments in current db, not...
2002-04-12 Bruce MomjianAllow prompting of create/drop user to handle spaces.
2002-04-12 Bruce MomjianAllow dropdb and others to use identifiers with spaces...
2002-02-24 Tom LaneAdd -O/--owner switch to createdb script, in support...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-02-18 Bruce MomjianFix param handling of create* admin scripts as describe...
2002-01-03 Bruce MomjianDroplang didn't have test for -l, list. This was reall...
2002-01-03 Bruce MomjianAdd mention that createlang.sh indirection not needed...
2002-01-03 Bruce Momjiandroplang had same problem as createlang; default are...
2002-01-03 Bruce MomjianIn createlang, make dbname optional, not langname,...
2001-09-30 Bruce MomjianThese are further fixes for double quotes missing in...
2001-09-22 Bruce Momjiansbasename $0 is now basename "$0"
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-26 Bruce MomjianAdd single-letter encryption options for createuser...
2001-08-26 Bruce MomjianPut createuser ENCRYPTED/UNENCRYPTED in the proper...
2001-08-25 Bruce MomjianAdd ENCRYPTED/UNENCRYPTED control in createuser script.
2001-08-13 Peter EisentrautMake LANCOMPILER clause in CREATE LANGUAGE optional...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-06-18 Bruce MomjianWell, after persuading cvsup and cvs that it _is_ possi...
2001-05-24 Peter EisentrautUnset PGLIB so it doesn't slip in from the environment.
2001-05-23 Peter EisentrautMake createlang use dynamic loader enhancements (automa...
2001-05-12 Peter EisentrautPL/Python integration: support in create/droplang...
2001-05-09 Peter EisentrautAdd --echo option to createlang and droplang.
2001-03-27 Tatsuo IshiiAdd checking for valid database encoding.
2001-02-18 Bruce MomjianAdd copyright mentions, per Tom Lane.
2001-02-18 Tom LaneAdd --template option to createdb script to allow acces...
2001-01-21 Bruce MomjianPut quotes around environment variables.
2001-01-08 Tom LanePrevent vacuumdb from trying to vacuum template0.
2001-01-08 Tom Lanecheck for failure after vacuuming each DB, not only...
2000-11-25 Peter EisentrautAdvertise --help (rather than '-?') as help option...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-11 Peter EisentrautMake sure shell scripts send error messages to stderr.
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-09-29 Peter EisentrautNew unified regression test driver, test/regress makefi...
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-08 Peter EisentrautMake building scripts kind of consistent in look and...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-08-20 Peter EisentrautSubstitute libdir into createlang as last resort so...
2000-07-19 Jan WieckAdded untrusted PL/TclU (pltclu) language. Executes...
2000-06-28 Tom LaneRepair incorrect assumption that all versions of 'insta...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-15 Bruce Momjiancleanup
2000-05-15 Bruce Momjiancleanup
2000-05-15 Bruce MomjianFix createlang -l dbname so it works, update sgml.
2000-03-25 Tom LaneOld patch from Mark Hollomon to add plperl to createlan...
2000-03-25 Bruce MomjianMore changes of >& to 2>&1
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-10 Peter EisentrautDefault argument for createdb
2000-02-09 Bruce MomjianHere is the patch to add plperl to droplang.
2000-01-19 Peter Eisentrautanother round of user interface cleanups
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
2000-01-12 Tatsuo IshiiMulti-byte case fix by Oliver Elphick (olly@lfix.co.uk)
1999-12-18 Bruce MomjianCleanup --alldb option handling.
1999-12-18 Bruce MomjianCleanup vacuumdb
1999-12-18 Bruce Momjian> > It would be nice for new users; I think it would...
1999-12-17 Bruce MomjianFix MULTIBYTE handling in string by using strcat.
1999-12-16 Bruce MomjianHi,
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-12-08 Bruce MomjianChange $< to $+ in scripts Makefile, and clean up pg_en...
1999-12-07 Bruce MomjianOkay, that should put us back in sync. These two patche...
1999-12-05 Bruce MomjianFix echo -n and read -r in scripts.
1999-12-05 Bruce MomjianRemove destroylang.sgml.
1999-12-05 Bruce MomjianUpdate
1999-12-05 Bruce MomjianI cleaned those out as well (the echo -n "bug" was...
next