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_psycopg2
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2019-01-17
1
-1
/
+0
*
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
1
-0
/
+1
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
1
-264
/
+0
*
Well, what should I say: UPS.
Florian Apolloner
2015-05-24
1
-1
/
+0
*
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-05-24
1
-0
/
+1
*
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
1
-5
/
+3
*
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Claude Paroz
2015-05-15
1
-0
/
+26
*
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...
Tim Graham
2015-02-16
1
-26
/
+18
*
Removed 'autocommit' options for the psycopg2 backend.
Aymeric Augustin
2015-02-14
1
-4
/
+1
*
Cleaned up init_connection_state in the psycopg2 backend.
Aymeric Augustin
2015-02-14
1
-19
/
+18
*
Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
Aymeric Augustin
2015-02-14
1
-5
/
+23
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-9
/
+9
*
Removed PostgreSQL DatabaseWrapper._set_isolation_level().
Tim Graham
2015-01-31
1
-7
/
+0
*
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-16
1
-0
/
+10
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-42
/
+12
*
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-31
1
-0
/
+35
*
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-23
1
-0
/
+1
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
1
-0
/
+1
*
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-12-01
1
-1
/
+1
*
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-28
1
-2
/
+15
*
Added AutoField introspection for PostgreSQL
Claude Paroz
2014-11-20
1
-0
/
+1
*
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-26
1
-4
/
+1
*
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-16
1
-0
/
+2
*
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-07-28
1
-0
/
+1
*
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
1
-0
/
+2
*
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-26
1
-0
/
+1
*
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-16
1
-2
/
+0
*
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
1
-23
/
+1
*
Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-10
1
-7
/
+8
*
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-04-09
1
-1
/
+1
*
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
1
-3
/
+0
*
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
1
-2
/
+4
*
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-18
1
-0
/
+6
*
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2014-01-12
1
-5
/
+5
*
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
1
-2
/
+2
*
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-10
1
-1
/
+2
*
Fixed #16969 -- Don't connect to named database when possible
Claude Paroz
2013-11-09
1
-2
/
+3
*
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-25
1
-0
/
+2
*
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
1
-0
/
+1
*
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
1
-2
/
+2
*
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-21
1
-0
/
+1
*
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-22
1
-2
/
+8
|
\
|
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-2
/
+8
*
|
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
1
-2
/
+0
|
\
\
|
|
/
|
*
Removed several unused imports.
Aymeric Augustin
2013-06-19
1
-2
/
+0
*
|
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-04-18
1
-117
/
+73
|
\
\
|
|
/
|
*
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
1
-1
/
+0
|
*
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
1
-17
/
+0
|
*
Added BaseDatabaseWrapper.ensure_connection.
Aymeric Augustin
2013-03-11
1
-4
/
+0
|
*
Expressed the dirty flag handling logic in terms of autocommit.
Aymeric Augustin
2013-03-11
1
-4
/
+0
[next]