This release contains bug fixes since the 2.5.1 release.
This release is high priority for upgrade. We strongly recommend that you
upgrade as soon as possible.
Bugfixes
- #3900 Improve custom scan node registration
- #3911 Fix role type deparsing for GRANT command
- #3918 Fix DataNodeScan plans with one-time filter
- #3921 Fix segfault on insert into internal compressed table
- #3938 Fix subtract_integer_from_now on 32-bit platforms and improve error handling
- #3939 Fix projection handling in time_bucket_gapfill
- #3948 Avoid double PGclear() in data fetchers
- #3979 Fix deparsing of index predicates
- #4015 Eliminate float rounding instabilities in interpolate
- #4020 Fix ALTER TABLE EventTrigger initialization
- #4024 Fix premature cache release call
- #4037 Fix status for dropped chunks that have catalog entries
- #4069 Fix riinfo NULL handling in ANY construct
- #4071 Fix extension installation privilege escalation
Thanks
- @carlocperez for reporting crash with NULL handling in ANY construct
- @erikhh for reporting an issue with time_bucket_gapfill
- @fvannee for reporting a first/last memory leak
- @kancsuki for reporting drop column and partial index creation not working
- @mmouterde for reporting an issue with floats and interpolate
- Pedro Gallegos for reporting a possible privilege escalation during extension installation