Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
# Changes* Fix persistence marking of shared buffers during WAL replay* Fix possible incorrect sorting of output from queries involving WHERE indexed_column IN (list_of_values)* Fix planner failure for queries involving GROUP BY expressions along with window functions and aggregates* Fix planner's assignment of executor parameters* Improve planner's handling of join conditions in index scans* Improve selectivity estimation for text search queries involving prefixes, i.e. word:* patterns* Fix delayed recognition of permissions changes* Fix ANALYZE to not fail when a column is a domain over an array type* Prevent PL/Perl from crashing if a recursive PL/Perl function is redefined while being executed* Work around possible misoptimization in PL/Perl* Remove unnecessary dependency on pg_config from pg_upgrade* Update time zone data files to tzdata release 2012f for DST law changes in Fiji
Ver 7.3 (2012/10/05) Stable Version- The main program update ( Main ):Add: Added Oracle ADO.NET Managed Provider connection handling this connection will no longer need to install the Oracle Instant Client the original via OCI connection processing remains (4657/4661)Add: Add a maximum output text word count settings (Options -> Query Settings -> Specify the maximum size of text data returned: 32767 to 2147483647) (4661)Upd: (PostgreSQL) to update Data Types and Provider DB Types consistency display and processing: (4661)Modify the name of the built-in data types: int2 -> smallint int4 -> integer int8 -> bigint, bool -> boolean, float4 -> real float8 -> double precisionModify the built-in array data type: _xxx -> xxx []The upd: (DB2/Informix) updated components the IBM.Data.DB2.dll and the IBM.Data.Informix.dll 9.7.4.4 (10.1.1.4) (2012/09/14) (4661)Fix: (Oracle) correction can not handle batch SQL commands (eg BEGIN ... END ;) (4648)Upd: (SQLite) update components and update the password handling System.Data.SQLite.DLL 1.0.82.0 (3.7.14) (2012/09/03) (4648)Upd: Improved automatic detection processing of the file-type database: solve the problem can not deal with the detection database turned (4648)Misc: Compatible with MySQL 5.5.28 (2012/09/28) / MySQL 5.1.66 (2012/09/28)Misc: Compatible with PostgreSQL 9.2.1 (2012/09/24)Misc: Compatible with SQL Server 2012 SP1 CTP / SQL Server 2012 SP1 CTP Express (2012/09/20)Misc: (DB2/Informix) IBM Data Server Client Packages Version 10.1 Fix Pack 1 (2012/09/14)Upd: other contains many minor fixes and optimization update ... cumulative processing (4661)- Script generation ( Data Definition Language ):Add: (PostgreSQL / SQL Server/Firebird/Oracle/DB2) tables (TABLE) syntax generated: Add a description (COMMENT) display processing (4661)Add: (PostgreSQL) function (FUNCTION) the syntax generated: Description (COMMENT) display processing (4661)Fix: (PostgreSQL) function (FUNCTION) the syntax generated: the correction is not displayed with parameters (xxx) processing parameters () (4661)- Done automatically processing ( AutoComplete * ):Fix: amendments recommended mode is not selected, click Space, Enter, Tab key approach (4661)Upd: auto-complete mode preset reform proposals mode (Options-> Editor-> Mode-> Suggestion Mode) (4661)