1. 30 Nov, 2004 1 commit
    • Bruce Momjian's avatar
      Add: · 844cb60f
      Bruce Momjian authored
      > * Improve NLS maintenace of libpgport messages linked onto applications
      >
      844cb60f
  2. 29 Nov, 2004 8 commits
  3. 28 Nov, 2004 4 commits
  4. 27 Nov, 2004 8 commits
  5. 26 Nov, 2004 1 commit
  6. 24 Nov, 2004 6 commits
  7. 23 Nov, 2004 6 commits
  8. 22 Nov, 2004 5 commits
  9. 21 Nov, 2004 1 commit
    • Tom Lane's avatar
      Fix rounding problem in dynahash.c's decision about when the target · 294c34bb
      Tom Lane authored
      fill factor has been exceeded.  We usually run with ffactor == 1, but
      the way the test was coded, it wouldn't split a bucket until the actual
      fill factor reached 2.0, because of use of integer division.  Change
      from > to >= so that it will split more aggressively when the table
      starts to get full.
      294c34bb