summaryrefslogtreecommitdiff
path: root/src/bin/initlocation
AgeCommit message (Collapse)Author
2004-06-18initlocation is history. (It's still mentioned in manage-ag.sgml,Tom Lane
but I'll leave that file alone so as not to mess up the doc patch I trust Gavin is working on.)
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-02-24Fix bogus createdb option syntax recommended by initlocation message.Tom Lane
2001-09-30These are further fixes for double quotes missing in the various shellBruce Momjian
scripts. Justin Clift
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
Accept --help even if no general long options support exists.
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
Improve help output. Teach droplang to remove 'pltclu'.
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
DESTDIR=/else/where' and prepends the value of DESTDIR to the full installation paths (e.g., /else/where/usr/local/pgsql/bin). This allows users to install the package into a location different from the one that was configured and hard-coded into various scripts, e.g., for creating binary packages. DESTDIR is in many cases preferrable over `make install prefix=/else/where' because a) `prefix' affects the path that is hard-coded into the files, which can lead to a `make install prefix=xxx' (as done by the regression test driver) corrupting the files in the source tree with wrong paths. b) it doesn't work at all if a directory was overridden to not depend on `prefix', e.g., --sysconfdir=/etc. (Updating the regression test driver to use DESTDIR is a separate undertaking.) See also autoconf@gnu.org, From: Akim Demaille <akim@epita.fr>, Date: 08 Sep 2000 12:48:59 +0200, Message-ID: <mv4em2vb1lw.fsf@nostromo.lrde.epita.fr>, Subject: Re: HTML format documentation.
2000-09-08Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut
to parallel make, kind of resistent to corruption due to incomplete builds.
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
2000-06-27Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut
all the standard semantics. Also get rid of Makefile.in's on the way and instead declare all variables in Makefile.global.
2000-05-26Spell fixBruce Momjian
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
Fixed bug in createdb/alternative location
2000-03-25Another fix for old shells.Tom Lane
2000-01-19another round of user interface cleanupsPeter Eisentraut
removed pg_id fixed a few bugs in the scripts
2000-01-18Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a ↵Peter Eisentraut
GNU-compliant'ish state. Made ipcclean work on Linux.
1999-12-16Hi,Bruce Momjian
I sending promised patch with: * getopt_long() - for pg_dump (portable) * and "Usage: " changes in scripts in src/bin/ - this changes are cosmetic only, not change any feature ...etc. All PostgreSQL routines (scripts) support now long options and help's output is alike for all scripts and all support -? or --help. Karel Karel Zak <zakkr@zf.jcu.cz> http://home.zf.jcu.cz/~zakkr/
1999-12-08Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian
1999-06-04Turns out OIDNAMELEN wasn't really being used at all!Tom Lane
Get rid of it to make customization of NAMEDATALEN easier.
1998-10-05Properly interpret environment variables passed as the input location.Thomas G. Lockhart
1998-08-22Patch to allow createuser options from the command line.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Re-introduce $DISTDIR.Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1998-04-05Remove DISTDIR.Bruce Momjian
1998-01-17From: "Michael J. Maravillo" <mmj@philonline.com>Marc G. Fournier
Also, I think the existence of pgsql/src/bin/initlocation/initlocation isn't necessary as it's generated by Makefile from initlocation.sh.
1998-01-13this should pretty much clean up the i386_solaris port, with regressionMarc G. Fournier
tests running "as expected"...
1997-12-20First clean compile without a "PORTNAME" variable being set...Marc G. Fournier
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile
1997-11-07Create alternate location(s) for databases.Thomas G. Lockhart