1. 04 Jun, 2007 5 commits
    • Teodor Sigaev's avatar
      Fix bundle bugs of GIN: · 853d1c31
      Teodor Sigaev authored
      - Fix possible deadlock between UPDATE and VACUUM queries. Bug never was
        observed in 8.2, but it still exist there. HEAD is more sensitive to
        bug after recent "ring" of buffer improvements.
      - Fix WAL creation: if parent page is stored as is after split then
        incomplete split isn't removed during replay. This happens rather rare, only
        on large tables with a lot of updates/inserts.
      - Fix WAL replay: there was wrong test of XLR_BKP_BLOCK_* for left
        page after deletion of page. That causes wrong rightlink field: it pointed
        to deleted page.
      - add checking of match of clearing incomplete split
      - cleanup incomplete split list after proceeding
      
      All of this chages doesn't change on-disk storage, so backpatch...
      But second point may be an issue for replaying logs from previous version.
      853d1c31
    • Magnus Hagander's avatar
      On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem · aae54032
      Magnus Hagander authored
      to be cases when at least Windows 2000 can do this even though select
      just indicated that the socket is readable.
      
      Per report and analysis from Cyril VELTER.
      aae54032
    • Magnus Hagander's avatar
      On win32, don't use SO_REUSEADDR for TCP sockets. · 0e92f981
      Magnus Hagander authored
      Per failure on buildfarm member baiji and subsequent discussion.
      0e92f981
    • Peter Eisentraut's avatar
      Remove gratuitous response messages from utility programs. · 9539e64b
      Peter Eisentraut authored
      (Possibly release notes material, lest users be confused.)
      
      The --quiet option is now obsolete and without effect in createdb,
      createuser, dropdb, dropuser; kept for compatibility but marked for
      removal in 8.4.
      
      Progress messages when acting on all databases now go to stdout instead
      of stderr, since they are not in fact errors.
      
      Ordered options in reindexdb reference page alphabetically, like in
      other programs' pages.
      9539e64b
    • Peter Eisentraut's avatar
      efbd5bcb
  2. 03 Jun, 2007 3 commits
  3. 02 Jun, 2007 5 commits
  4. 01 Jun, 2007 10 commits
  5. 31 May, 2007 5 commits
  6. 30 May, 2007 12 commits