1. 17 Mar, 1997 1 commit
  2. 16 Mar, 1997 1 commit
    • Marc G. Fournier's avatar
      om: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> · ea58f28e
      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
      ea58f28e
  3. 15 Mar, 1997 1 commit
  4. 14 Mar, 1997 1 commit
  5. 20 Jan, 1997 1 commit
  6. 10 Jan, 1997 2 commits
  7. 06 Jan, 1997 1 commit
  8. 05 Jan, 1997 1 commit
    • Marc G. Fournier's avatar
      Shared library fixes for BSD44_Derived port · 0865f587
      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
      0865f587
  9. 10 Dec, 1996 1 commit
  10. 26 Nov, 1996 3 commits
  11. 17 Nov, 1996 1 commit
  12. 14 Nov, 1996 1 commit
  13. 12 Nov, 1996 1 commit
  14. 09 Nov, 1996 1 commit
  15. 08 Nov, 1996 2 commits
  16. 04 Nov, 1996 2 commits
  17. 03 Nov, 1996 1 commit
  18. 02 Nov, 1996 1 commit
  19. 25 Oct, 1996 1 commit
  20. 25 Sep, 1996 1 commit
  21. 23 Sep, 1996 2 commits
  22. 28 Aug, 1996 1 commit
  23. 01 Aug, 1996 1 commit
  24. 29 Jul, 1996 1 commit
  25. 09 Jul, 1996 1 commit