1. 20 Nov, 2004 9 commits
  2. 19 Nov, 2004 4 commits
  3. 18 Nov, 2004 4 commits
  4. 17 Nov, 2004 22 commits
  5. 16 Nov, 2004 1 commit
    • Neil Conway's avatar
      Prevent a backend crash when processing CREATE TABLE commands with · e1bf6527
      Neil Conway authored
      more than 65K columns, or when the created table has more than 65K columns
      due to adding inherited columns from parent relations. Fix a similar
      crash when processing SELECT queries with more than 65K target list
      entries. In all three cases we would eventually detect the error and
      elog, but the check was being made too late.
      e1bf6527