1. 14 Jun, 2007 3 commits
  2. 13 Jun, 2007 3 commits
  3. 12 Jun, 2007 13 commits
  4. 11 Jun, 2007 6 commits
  5. 09 Jun, 2007 3 commits
  6. 08 Jun, 2007 5 commits
  7. 07 Jun, 2007 5 commits
  8. 06 Jun, 2007 1 commit
    • Tom Lane's avatar
      Fix up text concatenation so that it accepts all the reasonable cases that · 2d4db367
      Tom Lane authored
      were accepted by prior Postgres releases.  This takes care of the loose end
      left by the preceding patch to downgrade implicit casts-to-text.  To avoid
      breaking desirable behavior for array concatenation, introduce a new
      polymorphic pseudo-type "anynonarray" --- the added concatenation operators
      are actually text || anynonarray and anynonarray || text.
      2d4db367
  9. 05 Jun, 2007 1 commit