1. 08 Jul, 1999 3 commits
    • Bruce Momjian's avatar
      pg_atoi() does range check on int4 data only if · 5035d7b9
      Bruce Momjian authored
      "HAS_LONG_LONG" is defined based on the assumption that
      strtol() would return ERANGE if a platform does not support
      64-bit integers. In current PostgreSQL 6.5 (and 6.4.2)
      distribution, "HAS_LONG_LONG" is defined only if platform
      is "alpha". (See include/port/alpha.h) I think the int4
      range check should apply to linux_alpha as well. (I have
      not tested yet but I guess this might be applicable to
      newer Linux/i386 distributions which includes new GCC which
      implements long int as 64-bit int.)
      5035d7b9
    • Bruce Momjian's avatar
      Irix update from Mark Dalphin · a6c688d9
      Bruce Momjian authored
      a6c688d9
    • Bruce Momjian's avatar
      Add ^ precidence. · 104d6c81
      Bruce Momjian authored
      104d6c81
  2. 07 Jul, 1999 6 commits
  3. 06 Jul, 1999 6 commits
  4. 05 Jul, 1999 1 commit
  5. 04 Jul, 1999 5 commits
  6. 03 Jul, 1999 5 commits
  7. 02 Jul, 1999 2 commits
  8. 01 Jul, 1999 3 commits
  9. 30 Jun, 1999 2 commits
  10. 29 Jun, 1999 2 commits
  11. 28 Jun, 1999 1 commit
  12. 27 Jun, 1999 1 commit
  13. 26 Jun, 1999 2 commits
  14. 25 Jun, 1999 1 commit