See https://www.postgresql.org/docs/release/14.0/
----
As an aside, it looks as though Oracle 21c supports these as
`BIT_AND_AGG`, `BIT_OR_AGG`, and `BIT_XOR_AGG`.
They're also supported in MySQL and MariaDB, but when there are no rows to
aggregate they don't return `NULL`.
It's relative straightforward to register custom aggregates for SQLite for
these too.
Perhaps there might be a case to migrate these to
`django.db.models.aggregates` in the future...
--
Ticket URL: <https://code.djangoproject.com/ticket/32961>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Someday/Maybe
Comment:
Changing the triage status based on PostgreSQL 14 still being in beta, as
has been done for #32943.
--
Ticket URL: <https://code.djangoproject.com/ticket/32961#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14689 Draft PR] pending this being
accepted.
PostgreSQL 14 should be released in late September or early October based
on the last five major releases.
Django 4.0 feature freeze is scheduled for 20th September with final
release on 6th December.
If all goes well we could perhaps consider landing this before the feature
freeze when a PostgreSQL 14 release candidate is available.
--
Ticket URL: <https://code.djangoproject.com/ticket/32961#comment:2>