|
|
|
|
|
by gigatexal
1859 days ago
|
|
From the article: And 200+ other improvements in the Postgres 14 release! These are just some of the many improvements in the new Postgres release. You can find more on what's new in the release notes, such as: The new predefined roles pg_read_all_data/pg_write_all_data give global read or write access
Automatic cancellation of long-running queries if the client disconnects
Vacuum now skips index vacuuming when the number of removable index entries is insignificant
Per-index information is now included in autovacuum logging output
Partitions can now be detached in a non-blocking manner with ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
the killing of queries when the client disconnects is really nice imo -- the others are great too |
|