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
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
2010-06-10
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-07
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2010-04-29
Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-05-11
Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...
Russell Keith-Magee
2009-05-10
Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...
Russell Keith-Magee
2009-05-10
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-04-12
Fixed #10071 -- Changed some internal database data representations.
Malcolm Tredinnick
2009-02-17
Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...
Russell Keith-Magee
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-02
Fixed #10142 -- Added docs and an exploding error message to highlight an err...
Russell Keith-Magee
2008-08-28
Fixed #8597 -- Allow the use of strings containing underscores and percentage
Malcolm Tredinnick
2008-08-25
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis...
Jacob Kaplan-Moss
2008-08-12
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-08-08
Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
Malcolm Tredinnick
2008-06-30
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-13
Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions and
Malcolm Tredinnick
[next]