Skip to content

Commit

Permalink
Add a 5.7 changelog (#8361)
Browse files Browse the repository at this point in the history
We released 5.7 ages ago, not sure how I missed this.
  • Loading branch information
msullivan authored Feb 20, 2025
1 parent df5b3cb commit 01d0498
Showing 1 changed file with 34 additions and 0 deletions.
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`)

0 comments on commit 01d0498

Please sign in to comment.