Skip to content
Snippets Groups Projects
  1. Dec 15, 2000
  2. Dec 14, 2000
  3. Dec 13, 2000
    • 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
    • Tom Lane's avatar
      Cache eval cost of qualification expressions in RestrictInfo nodes to · 17b843d6
      Tom Lane authored
      avoid repeated evaluations in cost_qual_eval().  This turns out to save
      a useful fraction of planning time.  No change to external representation
      of RestrictInfo --- although that node type doesn't appear in stored
      rules anyway.
      17b843d6
  4. Dec 12, 2000
    • Bruce Momjian's avatar
      Update TODO list. · 77c443f8
      Bruce Momjian authored
      77c443f8
    • Bruce Momjian's avatar
      In 'Joins between classes' in Section 5 of the tutorial we have, in · 36da236e
      Bruce Momjian authored
      the first paragraph:
      
          As an example, say we wish to find all the records that
          are in the  temperature  range  of  other records. In
          effect, we need to compare the temp_lo and temp_hi
          attributes of each EMP instance to the temp_lo and
          temp_hi  attributes of all other EMP instances.
      
      I believe that EMP should read WEATHER, as the example query that
      follows joins WEATHER to itself.
      
      EMP is often used in Oracle examples.
      
      Regards,
      Graham
      
      Other RULE cleanups
      36da236e
    • Tom Lane's avatar
      Revise SELECT reference page for outer joins, subselect in FROM, · 1045304a
      Tom Lane authored
      ISO-compliant UNION/INTERSECT/EXCEPT.  Revise discussion of rule
      rewriter to reflect new subselect-in-FROM implementation of views.
      Miscellaneous other cleanups.
      1045304a
  5. Dec 11, 2000
  6. Dec 10, 2000
  7. Dec 09, 2000
Loading