Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a 5.7 changelog #8361

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/changelog/5_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -683,3 +683,37 @@ Bug fixes
how long the server will spend recompiling cached queries after a migration.
The default is one minute.
(:eql:gh:`#7518`)

5.7
===
* Include secrets in config objects when dumping with --include-secrets

* Forbid certain system functions over SQL adapter
(:eql:gh:`#7829`)

* Update bundled PostgreSQL to 16.4
(:eql:gh:`#7804`)

* Fix PgFunc compiled query cache
(:eql:gh:`#7422`)

* Fix SQL connections with errors by dropping send_sync_on_error
(:eql:gh:`#7560`)

* func cache: fix dropping extension with scalar type
(:eql:gh:`#7564`)

* Fix inconsistent prepared statement in script
(:eql:gh:`#7571`)

* Fix pg_get_serial_sequence in SQL adapter
(:eql:gh:`#7581`)

* Fix ISE involving UNLESS CONFLICT and WITH interaction
(:eql:gh:`#7785`)

* Fix remaining failing scalar type drops due to cache
(:eql:gh:`#7607`)

* Drop dependent cache function of tuple type
(:eql:gh:`#7616`)