main
Reorganized backends tests.
Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL.
Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.