1. 03 Dec, 2000 11 commits
  2. 02 Dec, 2000 3 commits
  3. 01 Dec, 2000 6 commits
  4. 30 Nov, 2000 18 commits
  5. 29 Nov, 2000 2 commits
    • Tom Lane's avatar
      Just noticed that with -S switch, MyProcPid is permanently wrong in · 3c0f3c9a
      Tom Lane authored
      postmaster, because it isn't updated after forking away from the terminal.
      Apparently it's not used anyplace in the postmaster ... but seems best
      to make it show the correct PID ...
      3c0f3c9a
    • 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