diff options
| author | Marko Kreen | 2010-10-05 10:38:56 +0000 |
|---|---|---|
| committer | Marko Kreen | 2010-10-05 10:38:56 +0000 |
| commit | cde6619defa864e6a1ac6bc140ce41b6e47e55ab (patch) | |
| tree | a88d14374f1e4345311cb9eda23fb5446fdeb7aa | |
| parent | 103bfbe30525fbfc65d6d26d3231b9e8827bc336 (diff) | |
more stuff for 2.1.12rc2
| -rw-r--r-- | NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,12 @@ 2010-xx-xx - SkyTools 2.1.12 - "" +To apply Londiste database-side fixes, run 'londiste.upgrade.sql' +where needed. + = Features = + * Support Postgres 9.0. (Devrim Gündüz, Jason Buberel, Sébastien Lardière) + * walmgr: Introduce a 'slave_pg_xlog' configuration variable. This allows master and slave pg_xlog files to be in different locations. During restore this directory is symlinked to @@ -19,8 +24,6 @@ = Fixes = - * Support Postgres 9.0. (Devrim Gündüz, Jason Buberel, Sébastien Lardière) - * londiste copy: restore index clustering info. (André Malo) * londiste repair: use subprocess module instead os.popen4, where @@ -40,6 +43,11 @@ sync time during planned switchovers as usually there is only a single WAL file to be synched to slave. + * londiste.link: Add missing quoting. The functions are unused, + thus missed the last round of fixes. + + * Building from CVS/GIT assumes --with-asciidoc automatically. + 2010-02-03 - SkyTools 2.1.11 - "Replicates Like Randy Rabbit" = Fixes = |
