1. 13 5月, 1999 1 次提交
    • B
      Hi, Bruce! · 564842a6
      Bruce Momjian 提交于
      These are my last changes to lmgr fixing deadlock handling.
      Please apply them to cvs...
      
      Vadim
      564842a6
  2. 07 5月, 1999 1 次提交
  3. 30 4月, 1999 1 次提交
  4. 29 3月, 1999 1 次提交
    • V
      1. Vacuum is updated for MVCC. · fdf6be80
      Vadim B. Mikheev 提交于
      2. Much faster btree tuples deletion in the case when first on page
         index tuple is deleted (no movement to the left page(s)).
      3. Remember blkno of new root page in BTPageOpaque of
         left/right siblings when root page is splitted.
      fdf6be80
  5. 21 2月, 1999 1 次提交
    • T
      Rearrange handling of MAXBACKENDS a little bit. The default setting · 9d197856
      Tom Lane 提交于
      of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory
      per array slot.  configure's --with-maxbackends switch now controls DEF_MAXBACKENDS
      which is simply the default value of the postmaster's -N switch.  Thus,
      the out-of-the-box configuration will still limit you to 64 backends,
      but you can go up to 1024 backends simply by restarting the postmaster with
      a different -N switch --- no rebuild required.
      9d197856
  6. 19 2月, 1999 2 次提交
    • T
      Reorder startup ops so that if preallocation of semas fails, · 4c313931
      Tom Lane 提交于
      postmaster will release whatever it did get before dying.
      4c313931
    • T
      Allow maximum number of backends to be set at configure time · e77b630c
      Tom Lane 提交于
      (--with-maxbackends).  Add a postmaster switch (-N backends) that allows
      the limit to be reduced at postmaster start time.  (You can't increase it,
      sorry to say, because there are still some fixed-size arrays.)
      Grab the number of semaphores indicated by min(MAXBACKENDS, -N) at
      postmaster startup, so that this particular form of bogus configuration
      is exposed immediately rather than under heavy load.
      e77b630c
  7. 14 2月, 1999 1 次提交
  8. 30 12月, 1998 3 次提交
  9. 19 12月, 1998 1 次提交
  10. 01 9月, 1998 2 次提交
  11. 26 8月, 1998 1 次提交
    • M
      · 7dbcf31b
      Marc G. Fournier 提交于
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      
      lock.patch
      
              I have rewritten lock.c cleaning up the code and adding better
              assert checking I have also added some fields to the lock and
              xid tags for better support of user locks. There is also a new
              function which returns an array of pids owning a lock.
              I'm using this code from over six months and it works fine.
      7dbcf31b
  12. 28 7月, 1998 1 次提交
  13. 30 6月, 1998 1 次提交
  14. 27 6月, 1998 2 次提交
  15. 19 6月, 1998 1 次提交
  16. 16 6月, 1998 1 次提交
  17. 26 2月, 1998 1 次提交
  18. 25 2月, 1998 2 次提交
  19. 19 2月, 1998 1 次提交
  20. 28 1月, 1998 1 次提交
  21. 27 1月, 1998 1 次提交
  22. 25 1月, 1998 1 次提交
  23. 24 1月, 1998 1 次提交
  24. 23 1月, 1998 1 次提交
  25. 08 1月, 1998 1 次提交
  26. 05 1月, 1998 1 次提交
  27. 31 10月, 1997 1 次提交
  28. 19 9月, 1997 1 次提交
  29. 09 9月, 1997 1 次提交
  30. 08 9月, 1997 1 次提交
  31. 07 9月, 1997 1 次提交
  32. 20 8月, 1997 1 次提交
  33. 14 2月, 1997 1 次提交
  34. 13 2月, 1997 1 次提交