1. 05 Sep, 2008 7 commits
  2. 04 Sep, 2008 1 commit
  3. 03 Sep, 2008 1 commit
  4. 02 Sep, 2008 1 commit
  5. 01 Sep, 2008 6 commits
  6. 30 Aug, 2008 2 commits
  7. 29 Aug, 2008 5 commits
  8. 28 Aug, 2008 1 commit
    • Tom Lane's avatar
      Extend the parser location infrastructure to include a location field in · a2794623
      Tom Lane authored
      most node types used in expression trees (both before and after parse
      analysis).  This allows us to place an error cursor in many situations
      where we formerly could not, because the information wasn't available
      beyond the very first level of parse analysis.  There's a fair amount
      of work still to be done to persuade individual ereport() calls to actually
      include an error location, but this gets the initdb-forcing part of the
      work out of the way; and the situation is already markedly better than
      before for complaints about unimplementable implicit casts, such as
      CASE and UNION constructs with incompatible alternative data types.
      Per my proposal of a few days ago.
      a2794623
  9. 26 Aug, 2008 2 commits
  10. 25 Aug, 2008 9 commits
  11. 23 Aug, 2008 3 commits
  12. 22 Aug, 2008 2 commits