Skip to content
Snippets Groups Projects
  1. Mar 27, 2012
  2. Mar 20, 2012
  3. Mar 19, 2012
  4. Mar 17, 2012
  5. Mar 16, 2012
  6. Mar 15, 2012
  7. Mar 13, 2012
    • Bruce Momjian's avatar
      In pg_upgrade, add various logging improvements: · 717f6d60
      Bruce Momjian authored
      	add ability to control permissions of created files
      	have psql echo its queries for easier debugging
      	output four separate log files, and delete them on success
      	add -r/--retain option to keep log files after success
      	make logs file append-only
      	remove -g/-G/-l logging options
      	sugggest tailing appropriate log file on failure
      	enhance -v/--verbose behavior
      717f6d60
  8. Mar 06, 2012
  9. Feb 23, 2012
  10. Feb 15, 2012
  11. Jan 27, 2012
  12. Jan 25, 2012
  13. Jan 19, 2012
  14. Jan 02, 2012
  15. Dec 27, 2011
  16. Dec 07, 2011
    • Magnus Hagander's avatar
      Remove spclocation field from pg_tablespace · 16d8e594
      Magnus Hagander authored
      Instead, add a function pg_tablespace_location(oid) used to return
      the same information, and do this by reading the symbolic link.
      
      Doing it this way makes it possible to relocate a tablespace when the
      database is down by simply changing the symbolic link.
      16d8e594
  17. Dec 05, 2011
  18. Nov 30, 2011
  19. Nov 29, 2011
  20. Nov 27, 2011
    • Peter Eisentraut's avatar
      Add pg_upgrade test suite · 08da2d28
      Peter Eisentraut authored
      It runs the regression tests, runs pg_upgrade on the populated
      database, and compares the before and after dumps.  While not actually
      a cross-version upgrade, this does detect omissions and bugs in the
      involved tools from time to time.  It's also possible to do a
      cross-version upgrade by manually supplying parameters.
      08da2d28
  21. Nov 26, 2011
  22. Nov 24, 2011
  23. Nov 18, 2011
  24. Nov 17, 2011
  25. Nov 04, 2011
  26. Nov 03, 2011
  27. Nov 01, 2011
  28. Oct 29, 2011
  29. Oct 28, 2011
  30. Oct 10, 2011
  31. Oct 07, 2011
Loading