- 06 Jan, 1997 3 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Pointed out by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
-
- 05 Jan, 1997 9 commits
-
-
Marc G. Fournier authored
Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
-
Marc G. Fournier authored
Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at> NOTE: The following patch I was uncertain of, but applied it...will end up testing the compile on my machine later tonight anyway, but if anyone knows why this *shouldn't* have been done, please change it. (CC -> LD) *************** *** 61,68 **** ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o ! libpq.so.1: $(OBJS) ! $(CC) $(LDFLAGS) -shared $(OBJS) -o libpq.so.1 c.h: ../include/c.h rm -f c.h --- 66,73 ---- ../backend/lib/dllist.o: $(MAKE) -C ../backend/lib dllist.o ! $(shlib): $(OBJS) ! $(LD) $(LDFLAGS) -shared $(OBJS) -o $(shlib) c.h: ../include/c.h rm -f c.h
-
Marc G. Fournier authored
This corrects the newline handling when using the readline library. Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
-
Marc G. Fournier authored
First, this is because of dlopen() and dlsym() having a char * in the system prototype. Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
-
Marc G. Fournier authored
that the "fix" is wrong...
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
buffer leak.
-
- 03 Jan, 1997 6 commits
-
-
Marc G. Fournier authored
these routines try to use the old pointer casting stuff to get the connection id, second the notification hash table should be part of the cliendData. Otherwise, one interpreter might eat up the notifies for another one. Please apply the patch below to the current 6.0 tree. Submitted by: wieck@sapserv.debis.de
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
already included in the system libraries. Used if !defined(__FreeBSD__) to single FreeBSD out from the other BSD44 derived OSs
-
- 02 Jan, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 Jan, 1997 1 commit
-
-
Bruce Momjian authored
-
- 31 Dec, 1996 4 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
(if rd_islocal is true).
-
- 30 Dec, 1996 2 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 29 Dec, 1996 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 28 Dec, 1996 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
code. I have also written a complete complex number package based on this tutorial; I will submit this as a contribution soon. Is there a particular format for contributed tar files? I have a C source file, two SQL files, and a Makefile. Thomas Lockhart
-
Bruce Momjian authored
gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.)
-
Bruce Momjian authored
-