What's new in this version: Changes: Fix possible failure to recover from an inconsistent database state: - Recent PostgreSQL releases introduced mechanisms to protect against multixact wraparound, but some of that code did not account for the possibility that it would need to run during crash recovery, when the database may not be in a consistent state. This could result in failure to restart after a crash, or failure to start up a secondary server. The lingering effects of a previously-fixed bug in pg_upgrade could also cause such a failure, in installations that had used pg_upgrade versions between 9.3.0 and 9.3.4. - The pg_upgrade bug in question was that it would set oldestMultiXid to 1 in pg_control even if the true value should be higher. With the fixes introduced in this release, such a situation will result in immediate emergency autovacuuming until a correct oldestMultiXid value can be determined. If that would pose a hardship, users can avoid it by doing manual vacuuming before upgrading to this release.
In detail: - Check whether pg_controldata reports "Latest checkpoint's oldestMultiXid" to be 1. If not, there's nothing to do. - Look in PGDATA/pg_multixact/offsets to see if there's a file named 0000. If there is, there's nothing to do. - Otherwise, for each table that has pg_class.relminmxid equal to 1, VACUUM that table with both vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age set to zero. (You can use the vacuum cost delay parameters described in Section 18.4.4 to reduce the performance consequences for concurrent sessions.)
Fix rare failure to invalidate relation cache init file: - With just the wrong timing of concurrent activity, a VACUUM FULL on a system catalog might fail to update the "init file" that's used to avoid cache-loading work for new sessions. This would result in later sessions being unable to access that catalog at all. This is a very ancient bug, but it's so hard to trigger that no reproducible case had been seen until recently.
Avoid deadlock between incoming sessions and CREATE/DROP DATABASE: - A new session starting in a database that is the target of a DROP DATABASE command, or is the template for a CREATE DATABASE command, could cause the command to wait for five seconds and then fail, even if the new session would have exited before that.
Improve planner's cost estimates for semi-joins and anti-joins with inner indexscans: - This type of plan is quite cheap when all the join clauses are used as index scan conditions, even if the inner scan would nominally fetch many rows, because the executor will stop after obtaining one row. The planner only partially accounted for that effect, and would therefore overestimate the cost, leading it to possibly choose some other much less efficient plan type.
PostgreSQL 9.4.4 (64-bit) 相關參考資料
Download PostgreSQL (64bit) 9.4.4
PostgreSQL is a powerful open-source relational database management system that is widely used in modern software development.
https://www.filepuma.com
Download PostgreSQL (64bit) 9.4.4 for windows
2015年6月22日 — PostgreSQL is a powerful open-source relational database management system that is widely used in modern software development.
https://www.filepuma.com
Download PostgreSQL 9.4.4 for Windows
2024年2月11日 — Download PostgreSQL 9.4.4 for Windows. Fast downloads of the latest free software! Click now.
https://filehippo.com
Downloading PostgreSQL 9.4.4 (64-bit) from FileHorse.com
A powerful, open source relational database system · PostgreSQL 9.4.4 (64-bit) · Key details about this download. The file will be downloaded ...
https://www.filehorse.com
E.23. Release 9.4.4
2015年6月12日 — Release 9.4.4. Release date: 2015-06-12. This release contains a small number of fixes from 9.4.3. For information about new features in the ...
https://www.postgresql.org
Install and Configure PostgreSQL
To install PostgreSQL, perform the following steps: Download a 64-bit PostgreSQL version 9.4.1 installer from http://www.enterprisedb.com/products-services- ...
https://sleuthkit.org
PostgreSQL 9.4 Download (Free) - pgAdmin3.exe
2024年4月28日 — Postgresql 9.3 64 · Download postgresql v9.4 64bit. Users are downloading. PremiumSoft Navicat Premium.
https://postgresql.informer.co
PostgreSQL 9.4.4 (64-bit) Download
2015年6月13日 — Download PostgreSQL 9.4.4 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.
https://www.filehorse.com
PostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!
2015年6月12日 — The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.4.4, 9.3.9, ...
https://www.postgresql.org
PostgreSQL: File Browser
sparc-64.tar.bz2 | tar xpf - These two compressed archives contain 32 bit or 64 bit binaries, respectively, in addition to documentation which is common to both ...
https://www.postgresql.org
|