Skip to content
Snippets Groups Projects
  1. Jun 12, 2003
  2. Jun 11, 2003
  3. Jun 07, 2003
  4. Jun 06, 2003
  5. Jun 05, 2003
  6. Jun 02, 2003
  7. Jun 01, 2003
    • Bruce Momjian's avatar
      Add: · 6d9ee7e7
      Bruce Momjian authored
      > * Add config variable to prevent auto-adding missing FROM-clause tables
      6d9ee7e7
  8. May 31, 2003
  9. May 29, 2003
  10. May 28, 2003
    • Tom Lane's avatar
      Replace functional-index facility with expressional indexes. Any column · fc8d970c
      Tom Lane authored
      of an index can now be a computed expression instead of a simple variable.
      Restrictions on expressions are the same as for predicates (only immutable
      functions, no sub-selects).  This fixes problems recently introduced with
      inlining SQL functions, because the inlining transformation is applied to
      both expression trees so the planner can still match them up.  Along the
      way, improve efficiency of handling index predicates (both predicates and
      index expressions are now cached by the relcache) and fix 7.3 oversight
      that didn't record dependencies of predicate expressions.
      fc8d970c
    • Bruce Momjian's avatar
      Add to thread discussion. · e5f19598
      Bruce Momjian authored
      e5f19598
    • Bruce Momjian's avatar
      Add info about selecting a random row. · a2b498c2
      Bruce Momjian authored
      a2b498c2
  11. May 27, 2003
  12. May 26, 2003
Loading