index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
Age
Commit message (
Expand
)
Author
2024-02-26
Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...
Florian Apolloner
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
2024-02-16
Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.
Simon Charette
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-12
Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.
Simon Charette
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-30
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...
Tom Carrick
2023-09-26
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...
Mariusz Felisiak
2023-09-22
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-04-21
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-14
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-07
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-04-03
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...
Tim Graham
2023-02-06
Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.
Dan Glass
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-27
Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on Po...
Mariusz Felisiak
2023-01-17
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Mariusz Felisiak
2023-01-12
Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.
Mariusz Felisiak
2023-01-03
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.
Florian Apolloner
2022-12-12
Refs #33308 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-06
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-12-01
Refs #33308 -- Used psycopg's errors instead of errorcodes.
Florian Apolloner
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
BenoƮt Vinot
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
[prev]
[next]