1. 29 Aug, 2008 1 commit
  2. 11 Jun, 2008 1 commit
  3. 16 May, 2008 1 commit
  4. 14 May, 2008 1 commit
  5. 04 Apr, 2008 2 commits
  6. 29 Mar, 2008 1 commit
  7. 26 Mar, 2008 1 commit
  8. 20 Jan, 2008 1 commit
  9. 01 Jan, 2008 1 commit
  10. 11 Dec, 2007 1 commit
  11. 15 Nov, 2007 1 commit
  12. 21 Aug, 2007 1 commit
  13. 23 Feb, 2007 1 commit
  14. 05 Jan, 2007 1 commit
  15. 06 Oct, 2006 1 commit
  16. 15 Jul, 2006 1 commit
  17. 14 Jul, 2006 2 commits
  18. 11 Jun, 2006 1 commit
  19. 05 Mar, 2006 1 commit
  20. 12 Feb, 2006 2 commits
    • Bruce Momjian's avatar
      Add psql option: · 0f57851e
      Bruce Momjian authored
      	-1 or --single-transaction
      
      Simon Riggs
      0f57851e
    • Bruce Momjian's avatar
      Please find enclosed a patch that lets you use \c to connect · 07bae9c0
      Bruce Momjian authored
      (optionally) to a new host and port without exiting psql.  This
      eliminates, IMHO, a surprise in that you can now connect to PostgreSQL
      on a differnt machine from the one where you started your session. This
      should help people who use psql as an administrative tool.
      
      David Fetter
      07bae9c0
  21. 11 Feb, 2006 1 commit
  22. 15 Oct, 2005 1 commit
  23. 18 Jul, 2005 1 commit
  24. 10 Jul, 2005 1 commit
  25. 06 Jul, 2005 1 commit
    • Bruce Momjian's avatar
      Attached is a patch that enhances the "\h" capability in psql. I often · c3a69c3b
      Bruce Momjian authored
      find myself typing a command and then wanting to get the syntax for it.
      So I do a ctrl-a and add a \h: but psql does not recognize the command,
      because I have stuff attached to it (e.g. "alter table foobar"), so I
      have to scroll over and delete everything except the name of the command
      itself. This patch gives \h three chances to match: if nothing matches
      the complete string (current behavior), it tries to match the first two
      words (e.g. "ALTER TABLE"). If that fails, it tries to match the first
      word (e.g. "DELETE").
      
      Greg Sabino Mullane
      c3a69c3b
  26. 14 Jun, 2005 1 commit
  27. 22 Feb, 2005 1 commit
  28. 08 Jan, 2005 1 commit
  29. 01 Jan, 2005 1 commit
  30. 31 Dec, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  31. 24 Nov, 2004 1 commit
  32. 09 Nov, 2004 1 commit
  33. 12 Oct, 2004 1 commit
  34. 06 Oct, 2004 1 commit
  35. 29 Aug, 2004 2 commits
  36. 07 Aug, 2004 1 commit