postgresql/src
Marc G. Fournier a5d7eb90a8 From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Subject: [PATCHES] Three small patches.

Hi,

Here are 3 small patches to the postgreSQL source sup'd on
the 6th May 1997.

The 1st 2 fix the shell backslash "c" handling used to suppress
the newline on some unix shells. (The \c needs to be inside quote.)

The 3rd may or may not be the correct way to fix the missing
define of INDEX_MAX_KEYS in pg_dump.h
1997-05-07 02:59:59 +00:00
..
backend From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> 1997-05-07 02:46:45 +00:00
bin From: Keith Parks <emkxp01@mtcc.demon.co.uk> 1997-05-07 02:59:59 +00:00
include Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy. 1997-05-06 07:24:42 +00:00
interfaces Change LOread() and LOwrite() to loread() and lowrite() to allow use 1997-05-06 07:19:04 +00:00
makefiles Remove port specific Makefile 'targets' (ie. shared libraries) from 1997-04-12 10:33:10 +00:00
man Update SQL query results for lists of operators and functions. 1997-04-27 19:26:24 +00:00
template Add a netbsd template file and update linux-elf and .similar 1997-04-28 16:19:50 +00:00
test There is no more _CWD_ tag in sources... 1997-05-05 06:53:36 +00:00
tools Add ccsym to tools to determine OS/compiler specific symbols 1997-04-13 17:09:45 +00:00
tutorial Silence compiler warnings, fix error in complex compare function. 1997-01-05 21:20:34 +00:00
utils Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
BACKEND_DIRS Small regression and doc patch 1996-12-13 02:39:00 +00:00
config.guess Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Fix configure so that installbsd gets -c also 1997-04-28 22:40:35 +00:00
configure.in Fix configure so that installbsd gets -c also 1997-04-28 22:40:35 +00:00
GNUmakefile.in Patch for Solaris 2.5 from: adrian@waltham.harvard.net 1997-04-15 18:18:45 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
MAKE_CTAGS Add execute permission. 1996-10-08 04:09:50 +00:00
MAKE_ETAGS Try to fix mode. 1996-11-07 05:15:31 +00:00
MAKE_MKID Renamed file. 1996-10-05 21:16:34 +00:00
Makefile Add distclean to target listing 1997-04-04 09:01:19 +00:00
Makefile.global.in clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0 1997-04-26 05:07:12 +00:00