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:
14
14
access during the VACUUM. A new VACUUM FULL command does old-style
15
15
vacuum by locking the table and shrinking the on-disk copy of the table.
16
16
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
+
17
26
Security - A new MD5 encryption option allows much more secure
18
27
storage and transfer of passwords. A new unix-domain socket
19
28
authentication option is available on Linux and *BSD systems.
You can’t perform that action at this time.
0 commit comments