Skip to content
Snippets Groups Projects
  1. Nov 10, 2006
  2. Nov 08, 2006
  3. Nov 06, 2006
  4. Oct 31, 2006
  5. Oct 22, 2006
  6. Oct 21, 2006
  7. Oct 20, 2006
  8. Oct 19, 2006
  9. Oct 11, 2006
  10. Oct 07, 2006
  11. Oct 05, 2006
  12. Oct 04, 2006
  13. Oct 03, 2006
  14. Oct 01, 2006
  15. Sep 30, 2006
  16. Sep 22, 2006
    • Tom Lane's avatar
      Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only · beca984e
      Tom Lane authored
      return true for exactly the characters treated as whitespace by their flex
      scanners.  Per report from Victor Snezhko and subsequent investigation.
      
      Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde
      char-vs-unsigned-char issue.  I won't miss <ctype.h> when we are finally
      able to stop using it.
      beca984e
  17. Sep 21, 2006
    • Tom Lane's avatar
      Fix free space map to correctly track the total amount of FSM space needed · 9e936693
      Tom Lane authored
      even when a single relation requires more than max_fsm_pages pages.  Also,
      make VACUUM emit a warning in this case, since it likely means that VACUUM
      FULL or other drastic corrective measure is needed.  Per reports from Jeff
      Frost and others of unexpected changes in the claimed max_fsm_pages need.
      9e936693
  18. Sep 20, 2006
    • Tom Lane's avatar
      Change patternsel (LIKE/regex selectivity estimation) so that if there · bfd1ffa9
      Tom Lane authored
      is a large enough histogram, it will use the number of matches in the
      histogram to derive a selectivity estimate, rather than the admittedly
      pretty bogus heuristics involving examining the pattern contents.  I set
      'large enough' at 100, but perhaps we should change that later.  Also
      apply the same technique in contrib/ltree's <@ and @> estimator.  Per
      discussion with Stefan Kaltenbrunner and Matteo Beccati.
      bfd1ffa9
  19. Sep 16, 2006
  20. Sep 15, 2006
  21. Sep 14, 2006
  22. Sep 13, 2006
  23. Sep 12, 2006
  24. Sep 11, 2006
Loading