1. 16 Jun, 2003 2 commits
    • Michael Meskes's avatar
      Fixed two small bugs. · 76924b5d
      Michael Meskes authored
      76924b5d
    • Tom Lane's avatar
      Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, · a4997254
      Tom Lane authored
      silently resolving them to type TEXT.  This is comparable to what we
      do when faced with UNKNOWN in CASE, UNION, and other contexts.  It gets
      rid of this and related annoyances:
      	select distinct f1, '' from int4_tbl;
      	ERROR:  Unable to identify an ordering operator '<' for type unknown
      This was discussed many moons ago, but no one got round to fixing it.
      a4997254
  2. 15 Jun, 2003 10 commits
  3. 14 Jun, 2003 4 commits
  4. 13 Jun, 2003 4 commits
  5. 12 Jun, 2003 20 commits