For PostgreSQL questions specific to version 9.5
On 7 January 2016 PostgreSQL-9.5 was released. Among new major features available in this release - from the docs:
- Block-Range Indexes (BRIN) which enable compact indexing of very large tables
- Large speed improvements in in-memory sorting and hashing
- Automated management of transaction log size
- INSERT ON CONFLICT UPDATE, otherwise known as "UPSERT"
- Grouping Sets, CUBE and ROLLUP analytic operations
- Row-Level Security (RLS) support
- More JSONB data manipulation functions and operators
- Added the pg_rewind tool and other high availability improvements to replication
- Multiple enhancements to Foreign Data Wrappers, including IMPORT FOREIGN SCHEMA
- Large increases in multi-core and large memory scalability
Use this tag for questions specific to any of the above new features.