1. 22 Sep, 2004 2 commits
    • Neil Conway's avatar
      Some improvements for the tab-completion of psql. This should · a94edb4c
      Neil Conway authored
      address all of the items in the todo list and adds some new
      things as well. Specifically:
      
      * Add support for ALTER SEQUENCE ...
      * Add "RENAME TO" for ALTER TRIGGER xx ON yy
      * Pick proper table for ALTER TRIGGER xx ON ...
      * Support for ALTER USER xxx ...
      * Fix ALTER GROUP xxx DROP ...
      * Fix ALTER DOMAIN xxx DROP ...
      * Remove "OWNER TO" from ALTER DOMAIN xx DROP ...
      * Fix ALTER DOMAIN xx SET DEFAULT ..
      * Prevent ALTER INDEX xxx SET TABLESPACE from using "TO"
      * Support for ALTER LANGUAGE xxx (RENAME TO)
      * More support for ALTER TABLE xxx ALTER COLUMN xxx ...
      * More support for COPY
      
      Greg Sabino Mullane
      a94edb4c
    • Neil Conway's avatar
      This patch from Alvaro Herrera adds transaction ID to the list of · a3c53c83
      Neil Conway authored
      log_line_prefix escapes. The escape sequence used for this is %x.
      %x previously meant "postmaster et al. stop here" -- this has been
      renamed to %q.
      a3c53c83
  2. 21 Sep, 2004 2 commits
  3. 20 Sep, 2004 10 commits
  4. 19 Sep, 2004 1 commit
  5. 18 Sep, 2004 4 commits
  6. 17 Sep, 2004 8 commits
  7. 16 Sep, 2004 9 commits
  8. 14 Sep, 2004 4 commits