- 17 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 16 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
Subject: [HACKERS] Patch for io routines I am currently trying to improve on the front-backend communication routines; and noticed that lots of code are duplicated for libpq and the backend. This is a first patch that tries to share code between the two, more to follow. mjl
-
- 15 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 14 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 20 Jan, 1997 1 commit
-
-
Bryan Henderson authored
-
- 10 Jan, 1997 2 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
- 06 Jan, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 05 Jan, 1997 1 commit
-
-
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
-
- 10 Dec, 1996 1 commit
-
-
Bryan Henderson authored
-
- 26 Nov, 1996 3 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 17 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 14 Nov, 1996 1 commit
-
-
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.
-
- 12 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 09 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 08 Nov, 1996 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Nov, 1996 2 commits
-
-
Bryan Henderson authored
-
Bruce Momjian authored
-
- 03 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
cc -shared, I believe...
-
- 02 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 25 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-
- 25 Sep, 1996 1 commit
-
-
Bruce Momjian authored
-
- 23 Sep, 1996 2 commits
-
-
Marc G. Fournier authored
Fix Submitted by: Bryan himself :)
-
Marc G. Fournier authored
way one creates a database system. Parts that were in "make install" are not either in "make all" or initdb. Nothing goes in the PGDATA directory besides user data. Creating multiple database systems is easier. In addition to applying the patch, it is necessary to move the file libpq/pg_hba to backend/libpq/pg_hba.sample. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
-
- 28 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 01 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
Suggested by: Michael Babcock <michael@kanji.com>
-
- 29 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
submitted by: bruce
-
- 09 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-