1. 02 11月, 1999 1 次提交
  2. 01 11月, 1999 1 次提交
  3. 31 10月, 1999 2 次提交
  4. 12 10月, 1999 3 次提交
  5. 04 10月, 1999 1 次提交
    • B
      I hope this is what you had in mind: · c70c4e36
      Bruce Momjian 提交于
      --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
  6. 03 10月, 1999 1 次提交
  7. 13 9月, 1999 1 次提交
    • M
      · b705fa39
      Marc G. Fournier 提交于
      Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to
      the CPPFLAGS/LDFLAGS variables...
      b705fa39
  8. 03 8月, 1999 1 次提交
  9. 02 8月, 1999 1 次提交
  10. 20 7月, 1999 1 次提交
  11. 19 7月, 1999 8 次提交
  12. 18 7月, 1999 2 次提交
  13. 30 5月, 1999 2 次提交
  14. 26 5月, 1999 1 次提交
    • M
      · 18018627
      Marc G. Fournier 提交于
      Give BEOS a chance ...
      18018627
  15. 17 5月, 1999 1 次提交
    • M
      · a0b7daa1
      Marc G. Fournier 提交于
      Apply freebsd specific patches dealign with ELF system from FreeBSD's
      ports collection ...
      a0b7daa1
  16. 12 5月, 1999 1 次提交
  17. 20 4月, 1999 1 次提交
  18. 19 4月, 1999 1 次提交
  19. 02 4月, 1999 1 次提交
    • T
      Remove overly presumptuous use of __STDC__ in c.h, replacing · f620241d
      Tom Lane 提交于
      it with configure-script tests to see whether const, inline, volatile, etc
      work or not.  (Curiously, configure was already doing the work to see if
      const and inline were OK, but the results were not getting plugged into
      config.h :-(.)
      f620241d
  20. 26 3月, 1999 1 次提交
  21. 24 3月, 1999 1 次提交
  22. 16 3月, 1999 1 次提交
  23. 15 3月, 1999 2 次提交
  24. 08 3月, 1999 2 次提交
    • M
      · 75007a72
      Marc G. Fournier 提交于
      Have configure check for use of %lld for int64, and if that fails, check for
      use of %qd...a more generic solution then having #ifdef __<INSERT OS HERE>__
      in the code...
      75007a72
    • T
      Cleaner autoconf tests for int8 support. · dffb88b0
      Tom Lane 提交于
      dffb88b0
  25. 07 3月, 1999 1 次提交
  26. 21 2月, 1999 1 次提交
    • T
      Rearrange handling of MAXBACKENDS a little bit. The default setting · 9d197856
      Tom Lane 提交于
      of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory
      per array slot.  configure's --with-maxbackends switch now controls DEF_MAXBACKENDS
      which is simply the default value of the postmaster's -N switch.  Thus,
      the out-of-the-box configuration will still limit you to 64 backends,
      but you can go up to 1024 backends simply by restarting the postmaster with
      a different -N switch --- no rebuild required.
      9d197856