1. 21 Jan, 1999 1 commit
  2. 20 Jan, 1999 1 commit
  3. 18 Jan, 1999 1 commit
  4. 05 Jan, 1999 1 commit
  5. 31 Dec, 1998 1 commit
  6. 30 Dec, 1998 1 commit
  7. 18 Dec, 1998 1 commit
  8. 15 Dec, 1998 1 commit
  9. 14 Dec, 1998 1 commit
    • Marc G. Fournier's avatar
      · 7c3b7d27
      Marc G. Fournier authored
      Initial attempt to clean up the code...
      
      Switch sprintf() to snprintf()
      Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of
      	code
      7c3b7d27
  10. 27 Nov, 1998 1 commit
  11. 22 Nov, 1998 1 commit
  12. 30 Oct, 1998 1 commit
    • Marc G. Fournier's avatar
      · 4283089d
      Marc G. Fournier authored
      Okay, this shoudl provide a fix for the freebsd problem...
      
      Added a ELF_SYS variable and check to configure.in...
      4283089d
  13. 17 Oct, 1998 1 commit
  14. 14 Oct, 1998 1 commit
  15. 13 Oct, 1998 1 commit
    • Marc G. Fournier's avatar
      · cd3a8e23
      Marc G. Fournier authored
      change configure so that if postgresql isn't being installed as root,
      do not configure in the perl5 interface.
      
      the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which
      is generally owned by root.  This allows a non-root build/install with the
      only root requirement being the make/install of hte perl5 stuff...
      cd3a8e23
  16. 09 Oct, 1998 3 commits
  17. 08 Oct, 1998 1 commit
  18. 03 Oct, 1998 1 commit
  19. 30 Sep, 1998 1 commit
  20. 25 Sep, 1998 1 commit
  21. 18 Sep, 1998 1 commit
  22. 15 Sep, 1998 1 commit
    • Marc G. Fournier's avatar
      · 672bc164
      Marc G. Fournier authored
      Forgot to remove README-1ST from the repository ...
      672bc164
  23. 13 Sep, 1998 1 commit
  24. 02 Sep, 1998 1 commit
  25. 01 Sep, 1998 2 commits
  26. 26 Aug, 1998 2 commits
  27. 24 Aug, 1998 1 commit
    • Bruce Momjian's avatar
      I have found a minor problem with current configure.in. · 648f007f
      Bruce Momjian authored
      [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_INT_64)],
      
      this line produces something like:
      
        echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF
      
      and would append garbage "yes cat" to confdefs.h. Of course the
      result confdefs.h is not syntactically correct therefore following
      tests using confdefs.h would all fail.  To avoid the problem, we
      could switch the order of AC_MSG_RESULT and AC_DEFINE (see attached
      patch). This happend on my LinuxPPC box.
      
      
      Tatsuo Ishii t-ishii@sra.co.jp
      648f007f
  28. 23 Aug, 1998 1 commit
    • Bruce Momjian's avatar
      Attached is a patch that uses autoconf to determine whether there · 07ae591c
      Bruce Momjian authored
      is a working 64-bit-int type available.
      
      In playing around with it on my machine, I found that gcc provides
      perfectly fine support for "long long" arithmetic ... but sprintf()
      and sscanf(), which are system-supplied, don't work :-(.  So the
      autoconf test program does a cursory test on them too.
      
      If we find that a lot of systems are like this, it might be worth
      the trouble to implement binary<->ASCII conversion of int64 ourselves
      rather than relying on sprintf/sscanf to handle the data type.
      
      			regards, tom lane
      07ae591c
  29. 19 Aug, 1998 1 commit
  30. 17 Aug, 1998 1 commit
  31. 10 Aug, 1998 1 commit
  32. 06 Aug, 1998 1 commit
  33. 04 Aug, 1998 1 commit
  34. 01 Aug, 1998 2 commits
  35. 26 Jul, 1998 1 commit