1. 03 May, 2000 1 commit
  2. 14 Apr, 2000 1 commit
  3. 31 Mar, 2000 2 commits
  4. 30 Mar, 2000 2 commits
  5. 26 Mar, 2000 1 commit
  6. 19 Mar, 2000 1 commit
  7. 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
  8. 05 Mar, 2000 1 commit
  9. 28 Feb, 2000 1 commit
  10. 20 Feb, 2000 1 commit
  11. 18 Feb, 2000 1 commit
  12. 21 Jan, 2000 1 commit
  13. 19 Jan, 2000 2 commits
  14. 16 Jan, 2000 1 commit
  15. 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
  16. 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
  17. 30 Dec, 1999 1 commit
  18. 21 Dec, 1999 1 commit
  19. 20 Dec, 1999 2 commits
  20. 17 Dec, 1999 1 commit
  21. 16 Dec, 1999 1 commit
  22. 04 Nov, 1999 1 commit
  23. 01 Nov, 1999 2 commits
  24. 31 Oct, 1999 3 commits
  25. 12 Oct, 1999 2 commits
  26. 11 Oct, 1999 1 commit
  27. 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
  28. 02 Oct, 1999 1 commit
  29. 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
  30. 03 Aug, 1999 1 commit
  31. 01 Aug, 1999 1 commit
  32. 20 Jul, 1999 1 commit