News
PostgreSQL 17.2.1 Released!
- Details
-
Repair ABI break for extensions that work with struct
ResultRelInfo(Tom Lane) §Last week's minor releases unintentionally broke binary compatibility with timescaledb and several other extensions. Restore the affected structure to its previous size, so that such extensions need not be rebuilt.
-
Restore functionality of
ALTER {ROLE|DATABASE} SET role(Tom Lane, Noah Misch) §The fix for CVE-2024-10978 accidentally caused settings for
roleto not be applied if they come from non-interactive sources, including previousALTER {ROLE|DATABASE}commands and thePGOPTIONSenvironment variable. -
Fix cases where a logical replication slot's
restart_lsncould go backwards (Masahiko Sawada) §Previously, restarting logical replication could sometimes cause the slot's restart point to be recomputed as an older value than had previously been advertised in
pg_replication_slots. This is bad, since for example WAL files might have been removed on the basis of the laterrestart_lsnvalue, in which case replication would fail to restart. -
Avoid deleting still-needed WAL files during pg_rewind (Polina Bungina, Alexander Kukushkin) §
Previously, in unlucky cases, it was possible for pg_rewind to remove important WAL files from the rewound demoted primary. In particular this happens if those files have been marked for archival (i.e., their
.readyfiles were created) but not yet archived. Then the newly promoted node no longer has such files because of them having been recycled, but likely they are needed for recovery in the demoted node. If pg_rewind removes them, recovery is not possible anymore. -
Fix race conditions associated with dropping shared statistics entries (Kyotaro Horiguchi, Michael Paquier) §
These bugs could lead to loss of statistics data, assertion failures, or “can only drop stats once” errors.
-
Count index scans in
contrib/bloomindexes in the statistics views, such as thepg_stat_user_indexes.idx_scancounter (Masahiro Ikeda) § -
Fix crash when checking to see if an index's opclass options have changed (Alexander Korotkov) §
Some forms of
ALTER TABLEwould fail if the table has an index with non-default operator class options. -
Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing (Tom Lane) §
This bug does not appear to have any visible consequences in non-assert builds.
Composer 2.8.3 Released
- Details
- Fixed windows handling of process discovery (#12180)
- Fixed react/promise requirement to allow 2.x installs again (#12188)
- Fixed some issues when lock:false is set in require and bump commands
MySQL 9.1.0 Release!
- Details
Mailpit 1.21.1
- Details
Feature
Add ability to search by size smaller or larger than a value (eg: larger:1M / smaller:2.5M)
Add ability to search for messages containing inline images (has:inline)
Chore
Separate attachments and inline images in download nav and badges (https://github.com/axllent/mailpit/issues/379)
Update Go dependencies
Bruno 1.34.1
- Details
What's New?
- Support for importing multiple collections at once
- Upgrade libraries based on recommendations by dependabot
- Import folder and collection level scripts from Postman
Bug fixes
- Fixed global environment UI issues
- Added global environment variables to the active collection
- Resolved HTTPS agent request fields issue when proxy settings are disabled