1. 06 Feb, 2006 1 commit
  2. 05 Feb, 2006 4 commits
  3. 04 Feb, 2006 11 commits
  4. 03 Feb, 2006 6 commits
  5. 02 Feb, 2006 1 commit
  6. 01 Feb, 2006 9 commits
  7. 31 Jan, 2006 3 commits
    • Tom Lane's avatar
    • Tom Lane's avatar
      Restructure planner's handling of inheritance. Rather than processing · 8a1468af
      Tom Lane authored
      inheritance trees on-the-fly, which pretty well constrained us to considering
      only one way of planning inheritance, expand inheritance sets during the
      planner prep phase, and build a side data structure that can be consulted
      later to find which RTEs are members of which inheritance sets.  As proof of
      concept, use the data structure to plan joins against inheritance sets more
      efficiently: we can now use indexes on the set members in inner-indexscan
      joins.  (The generated plans could be improved further, but it'll take some
      executor changes.)  This data structure will also support handling UNION ALL
      subqueries in the same way as inheritance sets, but that aspect of it isn't
      finished yet.
      8a1468af
    • Michael Meskes's avatar
      097df388
  8. 30 Jan, 2006 1 commit
  9. 29 Jan, 2006 3 commits
  10. 28 Jan, 2006 1 commit
    • Andrew Dunstan's avatar
      · 4400ca2b
      Andrew Dunstan authored
      Undo perl's nasty locale setting on Windows. Since we can't do that as
      elsewhere by setting the environment appropriately, we make perl do it
      right after interpreter startup by calling its POSIX::setlocale().
      4400ca2b