A powerful, open source relational database system

PostgreSQL

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe

PostgreSQL 9.4.3 (64-bit)

  -  58.2 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system. Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of PostgreSQL 9.4.3 (64-bit).


For those interested in downloading the most recent release of PostgreSQL or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • PostgreSQL 9.4.3 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    PostgreSQL 9.4.3 (64-bit) Screenshot 1
  • PostgreSQL 9.4.3 (64-bit) Screenshot 2
  • PostgreSQL 9.4.3 (64-bit) Screenshot 3
  • PostgreSQL 9.4.3 (64-bit) Screenshot 4
  • PostgreSQL 9.4.3 (64-bit) Screenshot 5

What's new in this version:

- Avoid failures while fsync'ing data directory during crash restart
- In the previous minor releases we added a patch to fsync everything in the data directory after a crash. Unfortunately its response to any error condition was to fail, thereby preventing the server from starting up, even when the problem was quite harmless. An example is that an unwritable file in the data directory would prevent restart on some platforms; but it is common to make SSL certificate files unwritable by the server. Revise this behavior so that permissions failures are ignored altogether, and other types of failures are logged but do not prevent continuing.
- Also apply the same rules in initdb --sync-only. This case is less critical but it should act similarly.
- Fix pg_get_functiondef() to show functions' LEAKPROOF property, if set
- Fix pushJsonbValue() to unpack jbvBinary objects (Andrew Dunstan)
- This change does not affect any behavior in the core code as of 9.4, but it avoids a corner case for possible third-party callers.
- Remove configure's check prohibiting linking to a threaded libpython on OpenBSD
- The failure this restriction was meant to prevent seems to not be a problem anymore on current OpenBSD versions.

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe