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
2020-01-29
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-03
[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...
Simon Charette
2019-12-23
[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...
Mariusz Felisiak
2019-09-25
[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...
Mariusz Felisiak
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-07-22
Fixed #30644 -- Made introspection use pg_table_is_visible() instead of filte...
Georgi Yanchev
2019-07-20
Simplified get_key_columns()/get_relations() introspection methods for Postgr...
Mariusz Felisiak
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-05-21
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...
Hasan Ramezani
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
2019-04-18
Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.
Oleh Mykytiuk
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-04-05
Fixed #30331 -- Added support for psycopg2 2.8.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-18
Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-13
Fixed #30173 -- Simplified db.backends.postgresql.client.
Daniel Bowring
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-19
Fixed cached_properties that share a common property.
Sergey Fedoseev
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-24
Fixed F841 flake8 warning.
Mariusz Felisiak
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-14
Simplified introspection methods for PostgreSQL.
Nick Pope
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
[next]