Postgres-XC 1.1.1 Documentation | ||||
---|---|---|---|---|
Prev | Up | Appendix E. Release Notes | Next |
Release Date: 2014-04-04
This release contains fixes in PostgreSQL up to 9.1.13, as well as a couple of fixes in Postgres-XC. For informations about new feature in the 1.0 major release, see Section E.5. For information about fixes in the 1.0.1 and 1.0.2 minor releases, see Section E.4 and Section E.3 respectively.
A dump/restore is not required for those running 1.0.x.
Fixed a but that alter node and create node does not work together another drop node or alter node which disables current primary node. By Koichi Suzuki
Now TEMP object can be used within implicit 2PC transactions. Regression test changes accordingly. By Koichi Suzuki.
Improvement of statment cancellation behavior consisitent. This reduces the chance of random failure in the regression test. By Masataka Saito.
Fixes PGXC blocked by acquiring TwoPhaseStateLock. Reported by ZhangJulian.
Fix for coordinator overshoot in COPY. By Koichi Suzuki.
Fix an issue that GTM Proxy doesn't send status in response of COMMIT or ROLLBACK. By Masataka Saito.
Fix an issue that a GTM Proxy sends MSG_BACKEND_DISCONNECT command with wrong proxy connection ID. By Masataka Saito.
Fix the issue that a GTM Proxy sends error responses via unrelated connection. By Masataka Saito.
Specify that EXECUTE DIRECT query needs to be a string literal. By Tomonari Katsumata.
Replace strndup calls by strdup in makesgml. By Michael Paquier.
Correct incorrect return results of GTM-Proxy code. By Michael Paquier.
Fix ALTER SCHEMA bug when renaming dependent objects only occurs in release 1.0. Reported by Andrei Martsinchyk. Fixed by Michael Paquier.
Fix message level when GTM master connects to GTM standby. Reported by Nikhil Sontakke. Fixed by Koichi Suzuki.
Fix of potential memory leak at GTM. By Nikhil Sontakke. Reviewed by Koichi Suzuki.
Fix GTM bug to craete more than 1024 sequences. By Koichi Suzuki.
Fix initdb usage and error message Bug ID: 3614712. By Masataka Saito.
Fix a documentation bug about CREATE NODE. By Masataka Saito.
Fix GTM bug when GTM Proxy requested multiple GXIDs. Reported and fixed by Nikhil Sontakke.
Fix disconnect handling at GTM proxy. Reported and fixed by Andrei Martsinchyk.