1. 08 Jan, 2011 15 commits
  2. 07 Jan, 2011 4 commits
  3. 06 Jan, 2011 5 commits
  4. 05 Jan, 2011 8 commits
  5. 04 Jan, 2011 2 commits
  6. 03 Jan, 2011 5 commits
  7. 02 Jan, 2011 1 commit
    • Peter Eisentraut's avatar
      Implement remaining fields of information_schema.sequences view · 39b88432
      Peter Eisentraut authored
      Add new function pg_sequence_parameters that returns a sequence's start,
      minimum, maximum, increment, and cycle values, and use that in the view.
      (bug #5662; design suggestion by Tom Lane)
      
      Also slightly adjust the view's column order and permissions after review of
      SQL standard.
      39b88432