summaryrefslogtreecommitdiff
path: root/src/bin/ipcclean
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
|
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-031-3/+14
|
* In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian2006-03-031-2/+3
| | | | Fixes problem with 'su' on some platforms.
* Remove QNX port.Bruce Momjian2006-01-051-12/+1
|
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
|
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
| | | | | should have been caught by the src/tools/copyright script ... why weren't they?
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-292-2/+2
|
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-5/+6
|
* Improve formatting of --help output.Peter Eisentraut2002-10-181-2/+3
|
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
|
* These are further fixes for double quotes missing in the various shellBruce Momjian2001-09-301-4/+4
| | | | | | scripts. Justin Clift
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-2/+12
| | | | | | | | | | | | | | | | it does not support 64bit integers. AFAIK that's the default data type for OIDs, so I am not surprised that this does not work. Use gcc instead. BTW., 7.1 does not compile as is with gcc either, I believed the required patches made it into the 7.1.1 release but obviously I missed the deadline. Since the ports mailing list does not seem to be archived I have attached a copy of the patch (for 7.1 and 7.1.1). I've just performed a build of a Watcom compiled version and found a couple of bugs in the watcom specific part of that patch. Please use the attached version instead. Tegge, Bernd
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-181-2/+3
|
* Fix on LinuxPeter Eisentraut2001-02-101-22/+22
|
* More cleanup, again not sure it works.Bruce Momjian2001-02-101-4/+3
|
* Clean up bad variable used in script. Still not sure it works under Linux.Bruce Momjian2001-02-101-3/+3
|
* Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grepPeter Eisentraut2001-01-251-2/+2
| | | | postmaster' process.
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-111-2/+4
| | | | | Improve help output. Teach droplang to remove 'pltclu'.
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-081-1/+2
| | | | to parallel make, kind of resistent to corruption due to incomplete builds.
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
| | | | | to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-10/+13
| | | | | all the standard semantics. Also get rid of Makefile.in's on the way and instead declare all variables in Makefile.global.
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-141-9/+5
| | | | | | repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
* More >&1 cleanupsBruce Momjian2000-03-251-3/+3
|
* another round of user interface cleanupsPeter Eisentraut2000-01-191-2/+2
| | | | | removed pg_id fixed a few bugs in the scripts
* Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a ↵Peter Eisentraut2000-01-181-4/+98
| | | | | | GNU-compliant'ish state. Made ipcclean work on Linux.
* Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.Bruce Momjian1999-12-081-2/+2
|
* Patch to allow createuser options from the command line.Bruce Momjian1998-08-222-4/+4
|
* DESTDIR removed, again.Bruce Momjian1998-04-061-2/+2
|
* Re-introduce $DISTDIR.Bruce Momjian1998-04-061-2/+2
|
* Hi,Bruce Momjian1998-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* Remove DISTDIR.Bruce Momjian1998-04-051-2/+2
|
* Add empty "dep:" target.Bryan Henderson1996-12-101-1/+3
|
* Makefile simplification: the "bin" chapterBryan Henderson1996-11-111-6/+14
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-092-0/+29