1. 23 May, 2000 1 commit
  2. 16 May, 2000 1 commit
  3. 12 May, 2000 1 commit
    • Marc G. Fournier's avatar
      · 3383e8b8
      Marc G. Fournier authored
      Add two checks ... one for setproctitle and one for -lutil ...
      
      Don't do anything with them at this time, but am working on that ...
      3383e8b8
  4. 03 May, 2000 1 commit
  5. 14 Apr, 2000 1 commit
  6. 31 Mar, 2000 2 commits
  7. 30 Mar, 2000 2 commits
  8. 26 Mar, 2000 1 commit
  9. 19 Mar, 2000 1 commit
  10. 08 Mar, 2000 1 commit
    • Bruce Momjian's avatar
      I've made a diff against the 7.0beta1 tree that accomplishes several things: · f43ec05d
      Bruce Momjian authored
              1) adds NetBSD shared lib support on both ELF and a.out platforms
      
              2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in
                 Makefile.global.  This makes it much easier to build stuff in
                 the source tree after you've already installed the libraries.
      
              3) adds TEMPLATEDIR in Makefile.global that indicates where the
                 database templates are stored.  This separates the template files
                 from real libraries that are installed in $(LIBDIR).
              4) changes include order of <readline/readline.h> and <readline.h>.
                 The latest GNU readline installs its headers under a readline
                 subdirectory.
      
      In addition to applying the patch below the following files need to be copied:
      
              backend/port/dynloader:
                      bsd.h -> netbsd.h
                      bsd.c -> netbsd.c
              include/port:
                      bsd.h -> netbsd.h
              makefiles:
                      Makefile.bsd -> Makefile.netbsd
      
      It would be great to see this incorporated into the source tree before
      the 7.0 release is cut.
      
              Thanks!
      
           -- Johnny C. Lam <lamj@stat.cmu.edu>
      f43ec05d
  11. 05 Mar, 2000 1 commit
  12. 28 Feb, 2000 1 commit
  13. 20 Feb, 2000 1 commit
  14. 18 Feb, 2000 1 commit
  15. 21 Jan, 2000 1 commit
  16. 19 Jan, 2000 2 commits
  17. 16 Jan, 2000 1 commit
  18. 15 Jan, 2000 1 commit
    • Peter Eisentraut's avatar
      - Allow array on int8 · 2a1bfbce
      Peter Eisentraut authored
      - Prevent permissions on indexes
      - Instituted --enable-multibyte option and tweaked the MB build process where necessary
      - initdb prompts for superuser password
      2a1bfbce
  19. 09 Jan, 2000 1 commit
    • Tom Lane's avatar
      New scheme for managing platform-specific regress test result files. · bd62e062
      Tom Lane authored
      Instead of hard-wiring one result file per platform, there is a map file
      'resultmap' that says which one to use --- a lot like template/.similar.
      I have only created entries in resultmap for my own platform (HPUX) so
      far; feel free to add lines for other platforms.
      bd62e062
  20. 30 Dec, 1999 1 commit
  21. 21 Dec, 1999 1 commit
  22. 20 Dec, 1999 2 commits
  23. 17 Dec, 1999 1 commit
  24. 16 Dec, 1999 1 commit
  25. 04 Nov, 1999 1 commit
  26. 01 Nov, 1999 2 commits
  27. 31 Oct, 1999 3 commits
  28. 12 Oct, 1999 2 commits
  29. 11 Oct, 1999 1 commit
  30. 03 Oct, 1999 1 commit
    • Bruce Momjian's avatar
      I hope this is what you had in mind: · c70c4e36
      Bruce Momjian authored
      --enable-debug adds -g (unconditionally)
      --disable-debug removes -g (if it was already in there somehow)
      (giving neither does nothing)
      
      Since none of the templates default CFLAGS with a -g you're not likely
      to
      end up with two -g flags. Not that they'd hurt though.
      
      It doesn't do anything about C++.
      
      Peter Eisentraut
      c70c4e36
  31. 02 Oct, 1999 1 commit
  32. 12 Sep, 1999 1 commit
    • Marc G. Fournier's avatar
      · b705fa39
      Marc G. Fournier authored
      Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to
      the CPPFLAGS/LDFLAGS variables...
      b705fa39