1. 14 Dec, 2000 3 commits
    • Tom Lane's avatar
      Planner speedup hacking. Avoid saving useless pathkeys, so that path · ea166f11
      Tom Lane authored
      comparison does not consider paths different when they differ only in
      uninteresting aspects of sort order.  (We had a special case of this
      consideration for indexscans already, but generalize it to apply to
      ordered join paths too.)  Be stricter about what is a canonical pathkey
      to allow faster pathkey comparison.  Cache canonical pathkeys and
      dispersion stats for left and right sides of a RestrictInfo's clause,
      to avoid repeated computation.  Total speedup will depend on number of
      tables in a query, but I see about 4x speedup of planning phase for
      a sample seven-table query.
      ea166f11
    • Hiroshi Inoue's avatar
      db11f438
    • Tom Lane's avatar
      Change StoreCatalogInheritance() to work from a list of parent relation · 468a9704
      Tom Lane authored
      OIDs rather than names.  Aside from being simpler and faster, this way
      doesn't blow up in the face of 'create temp table foo () inherits (foo)'.
      Which is a rather odd thing to do, but it seems some people want to.
      468a9704
  2. 13 Dec, 2000 3 commits
    • Tom Lane's avatar
      Fix thinko for case of outer join where inner table is empty: should · 78099231
      Tom Lane authored
      output first outer tuple before advancing...
      78099231
    • Bruce Momjian's avatar
      Update TODO list. · 47e22976
      Bruce Momjian authored
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.300
      diff -r1.300 TODO
      3c3
      < Last updated:		Tue Dec 12 23:01:04 EST 2000
      ---
      > Last updated:		Tue Dec 12 23:01:53 EST 2000
      21d20
      < * test to show diffs for TODO changes
      47e22976
    • Bruce Momjian's avatar
      Update TODO list. · 8b4c54ef
      Bruce Momjian authored
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.299
      diff -r1.299 TODO
      3c3
      < Last updated:		Tue Dec 12 15:27:50 EST 2000
      ---
      > Last updated:		Tue Dec 12 23:01:04 EST 2000
      20a21
      > * test to show diffs for TODO changes
      8b4c54ef
  3. 12 Dec, 2000 4 commits
  4. 11 Dec, 2000 16 commits
  5. 10 Dec, 2000 7 commits
  6. 09 Dec, 2000 7 commits