File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ Major changes in this release:
1414access during the VACUUM. A new VACUUM FULL command does old-style
1515vacuum by locking the table and shrinking the on-disk copy of the table.
1616
17+ Transactions - There is no longer a problem with installations
18+ that exceed four billion transactions.
19+
20+ OID's - OID's are now optional. Users can now create tables
21+ without OID's for cases where OID usage is excessive.
22+
23+ Optimizer - The system now computes histogram column statistics
24+ during ANALYZE, allowing much better optimizer choices.
25+
1726 Security - A new MD5 encryption option allows much more secure
1827storage and transfer of passwords. A new unix-domain socket
1928authentication option is available on Linux and *BSD systems.
You can’t perform that action at this time.
0 commit comments