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
/
operations.py
Age
Commit message (
Expand
)
Author
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-07-17
Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...
Ravindar Sharma
2020-07-14
Stopped adapting DecimalField values to strings on PostgreSQL.
Simon Charette
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.
Jon Dufresne
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-20
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...
Tim Graham
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-08-01
Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.
Mariusz Felisiak
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search...
Tim Graham
2017-02-21
Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Vytis Banaitis
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-06
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-09-22
Removed unnecessary casting when using builtin lookups on PostgreSQL.
Simon Charette
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-07-30
Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....
Russell Keith-Magee
2010-07-30
Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...
Russell Keith-Magee
2010-06-21
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...
Russell Keith-Magee
[next]