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_psycopg2
/
base.py
Age
Commit message (
Expand
)
Author
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-01
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-20
Added AutoField introspection for PostgreSQL
Claude Paroz
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-16
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-10
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-09
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-12
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2014-01-12
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-09
Fixed #16969 -- Don't connect to named database when possible
Claude Paroz
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-21
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
Added BaseDatabaseWrapper.ensure_connection.
Aymeric Augustin
2013-03-11
Expressed the dirty flag handling logic in terms of autocommit.
Aymeric Augustin
2013-03-11
Stopped flipping the uses_savepoints feature at runtime.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-11
Separated autocommit and isolation level handling for PostgreSQL.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Reordered methods in database wrappers.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-19
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-18
Implemented PostgreSQL version as a cached property.
Aymeric Augustin
2013-02-18
Factored out common code in database backends.
Aymeric Augustin
2013-02-10
Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
[next]