1. 22 Jun, 2010 2 commits
    • Robert Haas's avatar
      Deprecate the use of => as an operator name. · f9742123
      Robert Haas authored
      In HEAD, emit a warning when an operator named => is defined.
      In both HEAD and the backbranches (except in 8.2, where contrib
      modules do not have documentation), document that hstore's text =>
      text operator may be removed in a future release, and encourage the
      use of the hstore(text, text) function instead.  This function only
      exists in HEAD (previously, it was called tconvert), so backpatch
      it back to 8.2, when hstore was added.  Per discussion.
      f9742123
    • Robert Haas's avatar
      9b2c14cf
  2. 21 Jun, 2010 2 commits
  3. 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
  4. 17 Jun, 2010 8 commits
  5. 16 Jun, 2010 6 commits
  6. 15 Jun, 2010 10 commits
  7. 14 Jun, 2010 10 commits
  8. 13 Jun, 2010 1 commit