1. 28 Mar, 2005 2 commits
    • Tom Lane's avatar
      Remove dead push/pop rollback code. Vadim once planned to implement · 11919160
      Tom Lane authored
      transaction rollback via UNDO but I think that's highly unlikely to
      happen, so we may as well remove the stubs.  (Someday we ought to
      rip out the stub xxx_undo routines, too.)  Per Alvaro.
      11919160
    • Tom Lane's avatar
      Rethink the order of expression preprocessing: eval_const_expressions · 5db2e838
      Tom Lane authored
      really ought to run before canonicalize_qual, because it can now produce
      forms that canonicalize_qual knows how to improve (eg, NOT clauses).
      Also, because eval_const_expressions already knows about flattening
      nested ANDs and ORs into N-argument form, the initial flatten_andors
      pass in canonicalize_qual is now completely redundant and can be
      removed.  This doesn't save a whole lot of code, but the time and
      palloc traffic eliminated is a useful gain on large expression trees.
      5db2e838
  2. 27 Mar, 2005 4 commits
  3. 26 Mar, 2005 7 commits
  4. 25 Mar, 2005 14 commits
  5. 24 Mar, 2005 13 commits