summaryrefslogtreecommitdiff
path: root/src/bin/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup vacuumdbBruce Momjian1999-12-181-3/+4
* > > It would be nice for new users; I think it would make it easierBruce Momjian1999-12-181-3/+10
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-171-2/+2
* Hi,Bruce Momjian1999-12-167-43/+113
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-2/+2
* Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian1999-12-082-6/+9
* Okay, that should put us back in sync. These two patches (src & doc) areBruce Momjian1999-12-077-56/+230
* Fix echo -n and read -r in scripts.Bruce Momjian1999-12-054-31/+52
* Remove destroylang.sgml.Bruce Momjian1999-12-051-17/+0
* UpdateBruce Momjian1999-12-052-11375/+0
* I cleaned those out as well (the echo -n "bug" was in there ;) and movedBruce Momjian1999-12-057-6/+11876
* New scripts for create/drop user/db from Peter EisentrautBruce Momjian1999-12-046-0/+576