1. 26 Jan, 2012 4 commits
  2. 25 Jan, 2012 8 commits
  3. 24 Jan, 2012 6 commits
  4. 23 Jan, 2012 2 commits
  5. 22 Jan, 2012 1 commit
  6. 21 Jan, 2012 1 commit
  7. 20 Jan, 2012 5 commits
  8. 19 Jan, 2012 4 commits
  9. 18 Jan, 2012 6 commits
  10. 17 Jan, 2012 1 commit
  11. 16 Jan, 2012 2 commits
    • Alvaro Herrera's avatar
      Disallow merging ONLY constraints in children tables · 3b11247a
      Alvaro Herrera authored
      When creating a child table, or when attaching an existing table as
      child of another, we must not allow inheritable constraints to be
      merged with non-inheritable ones, because then grandchildren would not
      properly get the constraint.  This would violate the grandparent's
      expectations.
      
      Bugs noted by Robert Haas.
      
      Author: Nikhil Sontakke
      3b11247a
    • Peter Eisentraut's avatar
      psql: Fix memory leak · 1b9f7740
      Peter Eisentraut authored
      The command
      
      \password username
      
      leaked memory.
      1b9f7740