@@ -724,6 +724,20 @@ Major changes
724724 shared between multiple types (through inheritance).
725725 (:eql:gh: `#8561 `)
726726
727+
728+ Features
729+ --------
730+
731+ * Update bundled PostgreSQL to version 17.4
732+ (:eql:gh: `#8543 `)
733+
734+ * Send a LogMessage to the client about query cache recompilation
735+ (:eql:gh: `#8540 `, :eql:gh: `#8552 `)
736+
737+ * Support ON CONFLICT over SQL adapter
738+ (:eql:gh: `#8560 `, :eql:gh: `#8587 `, :eql:gh: `#8595 `)
739+
740+
727741Fixes
728742-----
729743
@@ -736,30 +750,21 @@ Fixes
736750* Prevent server auto shutdown during building AI index
737751 (:eql:gh: `#8507 `)
738752
739- * Send a LogMessage to the client about query cache recompilation
740- (:eql:gh: `#8540 `, :eql:gh: `#8552 `)
741-
742753* pg_ext: fix ``to_regclass() ``, ``::regclass `` and ``pg_settings ``
743754 (:eql:gh: `#8511 `)
744755
745- * Update bundled PostgreSQL to version 17.4
746- (:eql:gh: `#8543 `)
747-
748756* pg_ext: information_schema.columns.ordinal_position should be int
749757 (:eql:gh: `#8550 `)
750758
751759* Add replication to pg_hba and wal summarization
752760 (:eql:gh: `#8556 `)
753761
754- * Fix how we pick output CTE of DML over SQL adapter
762+ * Fix UPDATE and DELETE on types that use inheritance over SQL adapter
755763 (:eql:gh: `#8562 `)
756764
757765* Abort tenant initialization with incompatible backend
758766 (:eql:gh: `#8569 `)
759767
760- * Complete SQL ast parsing for ON CONFLICT
761- (:eql:gh: `#8542 `)
762-
763768* Fix computed link properties over SQL adapter
764769 (:eql:gh: `#8158 `)
765770
@@ -781,9 +786,6 @@ Fixes
781786* Fix a cross-type conflict bug that can occur with rewrites
782787 (:eql:gh: `#8584 `)
783788
784- * Add ``expression `` keyword for sql expression functions.
785- (:eql:gh: `#8586 `)
786-
787789* Optimize compilation in transactions
788790 (:eql:gh: `#8082 `)
789791
@@ -792,6 +794,3 @@ Fixes
792794
793795* Fix CREATE ... BRANCH FROM ... when source uses ai extension
794796 (:eql:gh: `#8594 `)
795-
796- * Support ON CONFLICT over SQL adapter
797- (:eql:gh: `#8560 `, :eql:gh: `#8587 `, :eql:gh: `#8595 `)
0 commit comments