1. 05 May, 2008 1 commit
  2. 04 May, 2008 5 commits
  3. 03 May, 2008 5 commits
  4. 02 May, 2008 8 commits
  5. 01 May, 2008 2 commits
  6. 30 Apr, 2008 2 commits
  7. 29 Apr, 2008 4 commits
  8. 28 Apr, 2008 5 commits
  9. 27 Apr, 2008 1 commit
  10. 26 Apr, 2008 1 commit
  11. 25 Apr, 2008 3 commits
  12. 24 Apr, 2008 3 commits
    • Bruce Momjian's avatar
      Update TODO item: · 91674bce
      Bruce Momjian authored
      > * Allow adding/renaming/removing enumerated values to an existing
      >   enumerated data type
      91674bce
    • Tom Lane's avatar
      Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null · 46e9709f
      Tom Lane authored
      flags by separate AT_SetNotNull subcommands.  That was always ugly and
      inefficient, and it's now clear that it was merely a partial workaround
      for the bug just identified in ATExecAddColumn.  This is just code
      beautification not a bug fix, so no back-patch.
      
      Brendan Jurd, with some trivial additional cleanup by me.
      46e9709f
    • Bruce Momjian's avatar
      Update: · bb908d98
      Bruce Momjian authored
      < * Allow adding enumerated values to an existing enumerated data
      > * Allow adding/removing enumerated values to an existing enumerated data
      bb908d98