1. 17 Nov, 2006 7 commits
  2. 16 Nov, 2006 5 commits
  3. 15 Nov, 2006 1 commit
  4. 14 Nov, 2006 4 commits
  5. 13 Nov, 2006 1 commit
  6. 12 Nov, 2006 3 commits
  7. 11 Nov, 2006 1 commit
  8. 10 Nov, 2006 7 commits
  9. 08 Nov, 2006 9 commits
  10. 07 Nov, 2006 1 commit
    • PostgreSQL Daemon's avatar
      · 9b3aee52
      PostgreSQL Daemon authored
      Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
      9b3aee52
  11. 06 Nov, 2006 1 commit
    • Tom Lane's avatar
      Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty · f0395d50
      Tom Lane authored
      sub-arrays.  Per discussion, if all inputs are empty arrays then result
      must be an empty array too, whereas a mix of empty and nonempty arrays
      should (and already did) draw an error.  In the back branches, the
      construct was strict: any NULL input immediately yielded a NULL output;
      so I left that behavior alone.  HEAD was simply ignoring NULL sub-arrays,
      which doesn't seem very sensible.  For lack of a better idea it now
      treats NULL sub-arrays the same as empty ones.
      f0395d50