1. 21 Jun, 2010 1 commit
    • Tom Lane's avatar
      Fix mishandling of whole-row Vars referencing a view or sub-select. · f685cbba
      Tom Lane authored
      If such a Var appeared within a nested sub-select, we failed to translate it
      correctly during pullup of the view, because the recursive call to
      replace_rte_variables_mutator was looking for the wrong sublevels_up value.
      Bug was introduced during the addition of the PlaceHolderVar mechanism.
      Per bug #5514 from Marcos Castedo.
      f685cbba
  2. 18 Jun, 2010 1 commit
    • Robert Haas's avatar
      Rename hstore => text[] operator to % · 31c47e53
      Robert Haas authored
      This is not yet in any released version, so we still have the option to
      change the name.  We may want to reserve the token => in a future release.
      31c47e53
  3. 17 Jun, 2010 8 commits
  4. 16 Jun, 2010 6 commits
  5. 15 Jun, 2010 10 commits
  6. 14 Jun, 2010 10 commits
  7. 13 Jun, 2010 1 commit
  8. 12 Jun, 2010 3 commits