index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed unnecessary casting when using builtin lookups on PostgreSQL.
Simon Charette
2016-09-22
1
-0
/
+2
*
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
1
-0
/
+5
*
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-08
1
-0
/
+3
*
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-22
1
-0
/
+6
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-4
/
+4
*
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-02
1
-0
/
+8
*
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
1
-0
/
+7
*
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-22
1
-3
/
+4
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
1
-0
/
+240
*
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2011-04-02
1
-205
/
+0
*
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-22
1
-0
/
+17
*
Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....
Russell Keith-Magee
2010-07-30
1
-4
/
+5
*
Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...
Russell Keith-Magee
2010-07-30
1
-1
/
+1
*
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...
Russell Keith-Magee
2010-06-21
1
-11
/
+19
*
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-10
1
-19
/
+11
*
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2010-06-07
1
-11
/
+19
*
Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...
Russell Keith-Magee
2010-04-29
1
-0
/
+14
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-3
/
+4
*
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-07-11
1
-8
/
+9
*
Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...
Russell Keith-Magee
2009-05-11
1
-3
/
+3
*
Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...
Russell Keith-Magee
2009-05-10
1
-1
/
+8
*
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-05-10
1
-11
/
+6
*
Fixed #10071 -- Changed some internal database data representations.
Malcolm Tredinnick
2009-04-12
1
-3
/
+2
*
Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...
Russell Keith-Magee
2009-02-17
1
-1
/
+1
*
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-08
1
-1
/
+6
*
Fixed #10142 -- Added docs and an exploding error message to highlight an err...
Russell Keith-Magee
2009-02-02
1
-0
/
+11
*
Fixed #8597 -- Allow the use of strings containing underscores and percentage
Malcolm Tredinnick
2008-08-28
1
-0
/
+2
*
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis...
Jacob Kaplan-Moss
2008-08-25
1
-4
/
+12
*
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-08-12
1
-0
/
+10
*
Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
Malcolm Tredinnick
2008-08-08
1
-0
/
+6
*
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.
Malcolm Tredinnick
2008-06-30
1
-1
/
+1
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-0
/
+3
*
Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions and
Malcolm Tredinnick
2008-04-13
1
-1
/
+9
*
Re-enable substring lookups for IP address fields in Postgres using HOST() Th...
Jacob Kaplan-Moss
2008-02-26
1
-0
/
+5
*
Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708
Jacob Kaplan-Moss
2008-02-26
1
-5
/
+0
*
Fixed #708 -- Fixed searching within IP fields on PostgreSQL.
Malcolm Tredinnick
2008-02-23
1
-0
/
+5
*
Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ...
Gary Wilson Jr
2007-10-14
1
-1
/
+1
*
Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...
Adrian Holovaty
2007-08-25
1
-3
/
+12
*
Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...
Adrian Holovaty
2007-08-25
1
-21
/
+7
*
Moved postgresql backend DatabaseOperations class into a new module, postgres...
Adrian Holovaty
2007-08-20
1
-0
/
+109
[prev]