Problem/Motivation

New release 15.0 of Postgresql announced https://www.postgresql.org/about/news/postgresql-15-released-2526/

It brings the database inline with common MERGE expectations https://www.postgresql.org/docs/15/sql-merge.html

Core could adopt this feature by checking version string

Proposed resolution

Make sure core works on latest release and support native merge quesries

Remaining tasks

- get testing instance #3240346: Add Postgresql 15.4/16.0 to CI
- check what could be changed and how it affects performance
- commit

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

Improved support on Postgresql 15

Issue fork drupal-3315265

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

andypost created an issue. See original summary.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

andypost’s picture

The MR is used to test new images so will be moved to separate issue

andypost’s picture

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.