1. 22 Jan, 2001 1 commit
    • Tom Lane's avatar
      Remove rangechecks on errno; just call strerror unconditionally. This · e9c936ff
      Tom Lane authored
      eliminates a raft of portability issues, including whether sys_nerr
      exists, whether the platform has any valid negative errnos, etc.  The
      downside is minimal: errno shouldn't ever contain an invalid value anyway,
      and if it does, reasonably modern versions of strerror will not choke.
      This rangecheck idea seemed good at the time, but it's clearly a net loss,
      and I apologize to all concerned for having ever put it in.
      e9c936ff
  2. 20 Jan, 2001 1 commit
  3. 10 Jan, 2001 1 commit
  4. 09 Jan, 2001 2 commits
  5. 07 Jan, 2001 1 commit
  6. 04 Jan, 2001 1 commit
  7. 02 Jan, 2001 1 commit
  8. 01 Jan, 2001 1 commit
  9. 29 Dec, 2000 1 commit
  10. 27 Dec, 2000 1 commit
    • Tom Lane's avatar
      Fix portability problems recently exposed by regression tests on Alphas. · 8609d4ab
      Tom Lane authored
      1. Distinguish cases where a Datum representing a tuple datatype is an OID
      from cases where it is a pointer to TupleTableSlot, and make sure we use
      the right typlen in each case.
      2. Make fetchatt() and related code support 8-byte by-value datatypes on
      machines where Datum is 8 bytes.  Centralize knowledge of the available
      by-value datatype sizes in two macros in tupmacs.h, so that this will be
      easier if we ever have to do it again.
      8609d4ab
  11. 16 Dec, 2000 1 commit
  12. 06 Dec, 2000 1 commit
    • Marc G. Fournier's avatar
      · db0de224
      Marc G. Fournier authored
      update VERSION to 7.1beta1..
      db0de224
  13. 29 Nov, 2000 1 commit
    • Tom Lane's avatar
      Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix · 792b0f46
      Tom Lane authored
      socket file, in favor of having an ordinary lockfile beside the socket file.
      Clean up a few robustness problems in the lockfile code.  If postmaster is
      going to reject a connection request based on database state, it will now
      tell you so before authentication exchange not after.  (Of course, a failure
      after is still possible if conditions change meanwhile, but this makes life
      easier for a yet-to-be-written pg_ping utility.)
      792b0f46
  14. 26 Nov, 2000 1 commit
  15. 22 Nov, 2000 1 commit
  16. 20 Nov, 2000 1 commit
  17. 09 Nov, 2000 1 commit
  18. 06 Nov, 2000 1 commit
  19. 05 Nov, 2000 1 commit
  20. 04 Nov, 2000 2 commits
  21. 03 Nov, 2000 1 commit
  22. 02 Nov, 2000 1 commit
  23. 31 Oct, 2000 2 commits
  24. 30 Oct, 2000 1 commit
  25. 27 Oct, 2000 1 commit
  26. 26 Oct, 2000 1 commit
  27. 25 Oct, 2000 2 commits
  28. 24 Oct, 2000 2 commits
  29. 23 Oct, 2000 2 commits
  30. 21 Oct, 2000 1 commit
    • Peter Eisentraut's avatar
      Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to · f8ff1ee5
      Peter Eisentraut authored
      Makefile.port, since they are of no use to configure and much of the
      library magic happens in Makefile.port anyway.
      
      Use __alpha, not __alpha__, since the former is universally available.
      Remove -DNOFIXADE from the compile command line and put it in the port
      include file.
      f8ff1ee5
  31. 20 Oct, 2000 2 commits
  32. 14 Oct, 2000 1 commit
  33. 11 Oct, 2000 1 commit