1. 23 Nov, 2005 1 commit
  2. 22 Nov, 2005 13 commits
  3. 21 Nov, 2005 7 commits
  4. 20 Nov, 2005 3 commits
  5. 19 Nov, 2005 6 commits
  6. 18 Nov, 2005 6 commits
  7. 17 Nov, 2005 3 commits
    • Andrew Dunstan's avatar
      · b7a9e3ce
      Andrew Dunstan authored
      make psql honor explicit database parameter in -l mode, in case "postgres" database is missing - per complaint from Philip Yarra.
      b7a9e3ce
    • Tom Lane's avatar
      Make SQL arrays support null elements. This commit fixes the core array · cecb6075
      Tom Lane authored
      functionality, but I still need to make another pass looking at places
      that incidentally use arrays (such as ACL manipulation) to make sure they
      are null-safe.  Contrib needs work too.
      I have not changed the behaviors that are still under discussion about
      array comparison and what to do with lower bounds.
      cecb6075
    • Tom Lane's avatar
      DropRelFileNodeBuffers failed to fix the state of the lookup hash table · c859308a
      Tom Lane authored
      that was added to localbuf.c in 8.1; therefore, applying it to a temp table
      left corrupt lookup state in memory.  The only case where this had a
      significant chance of causing problems was an ON COMMIT DELETE ROWS temp
      table; the other possible paths left bogus state that was unlikely to
      be used again.  Per report from Csaba Nagy.
      c859308a
  8. 16 Nov, 2005 1 commit