Tue Dec 5 15:29:55 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Bug #1590 - fixing up parameter handling, interpreter name
- Next message: [Slony1-commit] By cbbrowne: Fixes to release checklist script - it had some typos
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Update 1.2.2 release notes with today's changes
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine:
RELEASE-1.2.2 (r1.1.2.2 -> r1.1.2.3)
-------------- next part --------------
Index: RELEASE-1.2.2
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Attic/RELEASE-1.2.2,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -LRELEASE-1.2.2 -LRELEASE-1.2.2 -u -w -r1.1.2.2 -r1.1.2.3
--- RELEASE-1.2.2
+++ RELEASE-1.2.2
@@ -41,3 +41,21 @@
replicating cross versions
- Fix memory leak: free logshipping query
+
+- Bug #1585 - on 8.0+, if TRUNCATE failed, indices were not being
+ deactivated during SUBSCRIBE SET COPY request, greatly slowing loading
+ of data. Added a deactivation inside the exception block, so that
+ indices are deactivated during the COPY no matter what.
+
+- X-Fade noticed that UPGRADE FUNCTIONS was taking out exclusive locks
+ on sl_log_1, sl_log_2, sl_seqlog, which means that doing a Slony-I
+ upgrade involved imposing an application outage.
+
+ Moved the ALTER TABLE ... WITHOUT OIDS requests for these tables to
+ cleanup loops, elsewhere, so that these tables no longer need to be
+ locked as part of the upgrade process.
+
+- Documentation changes: Need for client/server encodings to match
+
+- Fixes to parameter handling and interpreter name for
+ test_slony_state*.pl scripts
- Previous message: [Slony1-commit] By cbbrowne: Bug #1590 - fixing up parameter handling, interpreter name
- Next message: [Slony1-commit] By cbbrowne: Fixes to release checklist script - it had some typos
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list