1. 01 3月, 2001 1 次提交
  2. 27 2月, 2001 1 次提交
  3. 24 2月, 2001 1 次提交
    • M
      · a10dc2e9
      Marc G. Fournier 提交于
      update to beta5
      a10dc2e9
  4. 19 2月, 2001 1 次提交
  5. 18 2月, 2001 1 次提交
    • T
      Change s_lock to not use any zero-delay select() calls; these are just a · 33cc5d8a
      Tom Lane 提交于
      waste of cycles on single-CPU machines, and of dubious utility on multi-CPU
      machines too.
      Tweak s_lock_stuck so that caller can specify timeout interval, and
      increase interval before declaring stuck spinlock for buffer locks and XLOG
      locks.
      On systems that have fdatasync(), use that rather than fsync() to sync WAL
      log writes.  Ensure that WAL file is entirely allocated during XLogFileInit.
      33cc5d8a
  6. 11 2月, 2001 1 次提交
  7. 08 2月, 2001 1 次提交
  8. 07 2月, 2001 1 次提交
  9. 04 2月, 2001 1 次提交
  10. 29 1月, 2001 1 次提交
    • M
      · 72401a44
      Marc G. Fournier 提交于
      update configure to beta4
      
      Install a ChangeLog file from beta3->beta4
      72401a44
  11. 23 1月, 2001 1 次提交
    • T
      Remove rangechecks on errno; just call strerror unconditionally. This · e9c936ff
      Tom Lane 提交于
      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
  12. 21 1月, 2001 1 次提交
  13. 11 1月, 2001 1 次提交
  14. 10 1月, 2001 1 次提交
  15. 09 1月, 2001 1 次提交
    • P
      · 460a9f8a
      PostgreSQL Daemon 提交于
      jump version to beta3 ... beta2 was created and pulled due to a couple of
      large-ish bugs that Tom and Vadim were able to fix, but to avoid any
      confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being
      created ...
      460a9f8a
  16. 07 1月, 2001 1 次提交
    • P
      · 6781aa47
      PostgreSQL Daemon 提交于
      tag configure as beta2 ..
      6781aa47
  17. 05 1月, 2001 1 次提交
  18. 03 1月, 2001 1 次提交
  19. 02 1月, 2001 1 次提交
  20. 30 12月, 2000 1 次提交
  21. 28 12月, 2000 1 次提交
    • T
      Fix portability problems recently exposed by regression tests on Alphas. · 8609d4ab
      Tom Lane 提交于
      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
  22. 16 12月, 2000 1 次提交
  23. 07 12月, 2000 1 次提交
    • M
      · db0de224
      Marc G. Fournier 提交于
      update VERSION to 7.1beta1..
      db0de224
  24. 30 11月, 2000 1 次提交
    • T
      Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix · 792b0f46
      Tom Lane 提交于
      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
  25. 27 11月, 2000 1 次提交
  26. 22 11月, 2000 1 次提交
  27. 20 11月, 2000 1 次提交
  28. 10 11月, 2000 1 次提交
  29. 07 11月, 2000 1 次提交
  30. 06 11月, 2000 1 次提交
  31. 04 11月, 2000 3 次提交
  32. 03 11月, 2000 1 次提交
  33. 01 11月, 2000 2 次提交
  34. 30 10月, 2000 1 次提交
  35. 28 10月, 2000 1 次提交
  36. 27 10月, 2000 1 次提交
  37. 26 10月, 2000 1 次提交