❌

Lees weergave

PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released!

The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 18.3, 17.9, 16.13, 15.17, and 14.22. This is an out-of-cycle release that fixes several regressions reported after the last update release.

For the full list of changes, please review the release notes.

Bug Fixes and Improvements

This update fixes several bugs that were reported since the previous release. The issues listed below affect PostgreSQL 18. Some of these issues may also affect other supported versions of PostgreSQL.

  • Fix issue where a standby would halt and return an error "could not access status of transaction".
  • Fix error where the substring() function would raise an error "invalid byte sequence for encoding"Β on non-ASCII text values if theΒ source of that value is a database column. This was due to a change introduced for the fix to CVE-2026-2006.
  • Fix for the strict_word_similarity function in pg_trgm that could lead to incorrect output or crashes. This was due to an oversight in the fix for CVE-2026-2007.
  • Fix function volatility for json_strip_nulls()Β andΒ jsonb_strip_nulls() to be immutable, like previous releases, allowing for them to be used in indexes. If you previously upgraded to PostgreSQL 18.0 through 18.2, see the additional steps in the "Updating" section.
  • Fix for NOT NULL tests in LATERAL UNION ALL subquery that could lead to wrong query output.
  • Avoid NOT NULL constraints from generating name conflicts with user-written constraints.
  • Fix pg_stat_get_backend_wait_event()Β andΒ pg_stat_get_backend_wait_event_type()Β to report values for auxiliary processes, similar to pg_stat_activity.
  • Fix casting a composite-type variable to a domain type when returning its value from a PL/pgSQL function.
  • Fix the hstore binary input function to avoid crashes on input with duplicate keys.

Updating

All PostgreSQL update releases are cumulative. As with other minor releases, users are not required to dump and reload their database or use pg_upgrade in order to apply this update release; you may simply shutdown PostgreSQL and update its binaries.

If you previously upgraded to PostgreSQL 18.0, 18.1 or 18.2, you need to execute the following SQL as a PostgreSQL superuser in all of your databases to make the json_strip_nulls() and jsonb_strip_nulls() functions immutable:

UPDATE pg_catalog.pg_proc SET provolatile = 'i' WHERE oid IN ('3261','3262');

You should also execute this command in the template0 and template1 databases so future databases you create in your PostgreSQL cluster have the correct function volatility setting. Please see the documentation on template databases for more information.

Users who have skipped one or more update releases may need to run additional post-update steps; please see the release notes from earlier versions for details.

For more details, please see the release notes.

Links

If you have corrections or suggestions for this release announcement, please send them to the pgsql-www@lists.postgresql.org public mailing list.

  •  

Counter-Strike 2 Update

[p]\[ MAP SCRIPTING ][/p]
  • [p]Added Instance.SetSaveData[/p][/*]
  • [p]Added Instance.GetSaveData[/p]
    • [p]Workshop maps can write up to 1MB of save data.[/p][/*]
    • [p]Workshop saves leverage Steam Cloud and persist across installs.[/p][/*]
    • [p]Save data size limit can be configured with sv_workshop_map_save_data_max_filesize_mb.[/p][/*]
    [/*]
  • [p]Added Instance.OnModifyPlayerDamage[/p]
    • [p]Called after all damage properties have been calculated, just before armor and health are modified[/p][/*]
    • [p]Replaces Instance.OnBeforePlayerDamage[/p][/*]
    • [p]Includes hitgroup in event data[/p][/*][/*]
    • [p]Added hitgroup to OnPlayerDamage event data[/p][/*]
    • [p]Added CSDamageFlags.IGNORE_ARMOR[/p][/*]
    • [p]Added CSPlayerPawn.IsInputPressed[/p][/*]
    • [p]Added CSPlayerPawn.WasInputJustPressed[/p][/*]
    • [p]Added CSPlayerPawn.WasInputJustReleased[/p][/*]
    • [p]Added enum CSInputs[/p][/*]
    • [p]Fixed bug where CSDamageTypes was exported under the name CSDamageType[/p][/*][p]\[ MISC ][/p]
      • [p]Map guides for de_ancient can now be used on de_ancient_night and vice versa.[/p][/*]
        •  

        Early Stable Update for Desktop

        Β The Stable channel has been updated to 146.0.7680.31/.32 for Windows and Mac as part of our early stable release to a small percentage of users. A full list of changes in this build is available in the log.

        You can find more details about early Stable releases here.

        Interested in switching release channels? Β Find out how here. If you find a new issue, please let us know by filing a bug. The community help forum is also a great place to reach out for help or learn about common issues.


        Srinivas Sista

        Google Chrome

        •  
        ❌