Index
Index ........................................................................................................................................ 2
1. About This Document ............................................................................................................ 5
1.1 Purpose ........................................................................................................................... 5
1.2 Audience ......................................................................................................................... 5
1.3 Scope .............................................................................................................................. 5
1.4 Software Version .............................................................................................................. 5
1.5. The Question, comment, and Responsibility ...................................................................... 6
1.6 Notation .......................................................................................................................... 6
2. New Features Summary ......................................................................................................... 7
2.1. Improve analytic query performance ................................................................................. 7
2.2. Improve reliability .......................................................................................................... 7
2.3. Improved maintainability ................................................................................................. 8
2.4. Preparing for future new features...................................................................................... 8
2.5. Incompatibility ............................................................................................................. 10
2.5.1. configure ................................................................................................................ 10
2.5.2. createuser ............................................................................................................... 10
2.5.3. CSV log format ...................................................................................................... 10
2.5.4. Extension ............................................................................................................... 10
2.5.5. opaque .................................................................................................................... 11
2.5.6. Require version of OpenSSL .................................................................................... 11
2.5.7. pg_regress ............................................................................................................... 11
2.5.8. psql default prompt .................................................................................................. 11
2.5.9. to_date/to_timestamp .............................................................................................. 12
2.5.10. Promotion during recovery .................................................................................... 12
2.5.11. Partition key ......................................................................................................... 12
2.5.12. Wait Event ............................................................................................................ 12
2.5.13. SIMILAR TO ESCAPE ......................................................................................... 13
3. New Feature Detail .............................................................................................................. 14
3.1. Architecture .................................................................................................................. 14
3.1.1. Modified catalogs ................................................................................................... 14
3.1.2. Data types .............................................................................................................. 19
3.1.3. Disk-based hash aggregation ................................................................................... 20
3.1.4. Incremental sort ...................................................................................................... 21
3.1.5. Backup manifests .................................................................................................... 22
评论