1. 11 Apr, 2008 6 commits
  2. 10 Apr, 2008 7 commits
  3. 09 Apr, 2008 6 commits
  4. 08 Apr, 2008 3 commits
  5. 07 Apr, 2008 4 commits
  6. 06 Apr, 2008 2 commits
    • Tom Lane's avatar
      Make plpgsql support FOR over a query specified by a cursor declaration, · 347dd6a1
      Tom Lane authored
      for improved compatibility with Oracle.
      
      Pavel Stehule, with some fixes by me.
      347dd6a1
    • Tom Lane's avatar
      Improve hash_any() to use word-wide fetches when hashing suitably aligned · 26043592
      Tom Lane authored
      data.  This makes for a significant speedup at the cost that the results
      now vary between little-endian and big-endian machines; which forces us
      to add explicit ORDER BYs in a couple of regression tests to preserve
      machine-independent comparison results.  Also, force initdb by bumping
      catversion, since the contents of hash indexes will change (at least on
      big-endian machines).
      
      Kenneth Marshall and Tom Lane, based on work from Bob Jenkins.  This commit
      does not adopt Bob's new faster mix() algorithm, however, since we still need
      to convince ourselves that that doesn't degrade the quality of the hashing.
      26043592
  7. 05 Apr, 2008 5 commits
  8. 04 Apr, 2008 7 commits