- Jul 08, 1999
-
-
Bruce Momjian authored
-
- Jul 01, 1999
-
-
Tom Lane authored
-
- May 27, 1999
-
-
Bruce Momjian authored
but the Makefile does break non g++. <<mak.patch>> Andreas
-
- May 26, 1999
-
-
Bruce Momjian authored
-
- May 23, 1999
-
-
Bruce Momjian authored
this file in interfaces/ It will all need to be checked in. I used the char *rcsid[] method for cvs ids so it can be strings | grep'd to find version numbers. The new version for the library is 3.0. Run configure from src/ to create the Makefile and it should be good to go. I did minimal documentation references in the README, I'll see if I can get something to Tom Lockhart rather quickly. Vince.
-
- Jan 17, 1999
-
-
Bruce Momjian authored
-
- Oct 19, 1998
-
-
Tom Lane authored
src/Makefile.shlib. Updated all the makefiles that try to build shlibs to include that file instead of having duplicate (and mostly incomplete) copies of shared-library options. It works on HPUX, a lot better than it did before in fact, but there's a chance I broke some other platforms. At least now you only have to fix one place not six...
-
- Oct 18, 1998
-
-
Tom Lane authored
Get the permissions right, don't overwrite real files with symlinks, etc. plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...
-
- Oct 13, 1998
-
-
Marc G. Fournier authored
Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
-
- Oct 12, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Oct 10, 1998
-
-
Thomas G. Lockhart authored
-
- Oct 07, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 13, 1998
-
-
Bruce Momjian authored
compiler to attempt to compile libpq++. The patches address the following problems: 1. In my first pass at changing the libpq++ makefile, I forgot to include the PORTNAME in the Makefile.in file. 2. The UnixWare 7 C++ compiler did not like the '-K alloca' option in CXXFLAGS. Billy G. Allie
-
- Sep 11, 1998
-
-
Bruce Momjian authored
1. The UnixWare tas macro was reformatted (by indent or it like?) which caused it to break. The asm macro construct is very particular about the %mem construct -- it has to start in column 1. 2. When compiling libpq++, g++ was used even if configure found the C++ com- piler to be CC. 3. When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the compiler wasn't g++. Billy G. Allie
-
- Aug 22, 1998
-
-
Bruce Momjian authored
Here are additional patches for the UnixWare 7 port. Summary of changes: In pqcomm.h, use the SUN_LEN macro if it is defined to calculate the size of the sockaddr_un structure. In unixware.h, drop the use of the UNIXWARE macro. Everything can be handled with the USE_UNIVEL_CC and DISABLE_COMPLEX_MACRO macros. In s_lock.h, remove the reference to the UNIXWARE macro (see above). In the unixware template, add the YFLAGS:-d line. In various makefile templates, add (or cleanup) unixware and univel port specific information. -- Billy G. Allie
-
- Jul 12, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jun 15, 1998
-
-
Bruce Momjian authored
-
- Apr 06, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
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
-
Bruce Momjian authored
-
- Mar 20, 1998
-
-
Bruce Momjian authored
-------------------------------------------------------------------------- Test Case: ---------- -------------------------------------------------------------------------- Solution: --------- Add this to the libpq and libpq++ Makefiles to build shared libs: Mike Ferrara
-
- Sep 16, 1997
-
-
Bruce Momjian authored
-
- Apr 04, 1997
-
-
Marc G. Fournier authored
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
-
- Mar 25, 1997
-
-
Marc G. Fournier authored
Christoph Kaesling <ck@dog.pfalz.sub.de>
-
- Feb 13, 1997
-
-
Marc G. Fournier authored
-
- Nov 18, 1996
-
-
Bryan Henderson authored
as declaration".
-
- Nov 14, 1996
-
-
Bryan Henderson authored
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
-
- Nov 13, 1996
-
-
Bryan Henderson authored
-
- Nov 12, 1996
-
-
Bryan Henderson authored
-
- Jul 09, 1996
-