summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/base.py
AgeCommit message (Expand)Author
2014-05-08[1.7.x] Added feature flags for introspection capabilities.Aymeric Augustin
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-20[1.7.x] Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-10[1.7.x] Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10[1.7.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-09[1.7.x] Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-08-21Fixed test failure caused by different NULL ordering between backendsAnssi Kääriäinen
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Removed _enter/_leave_transaction_management.Aymeric Augustin
2013-03-11Added BaseDatabaseWrapper.ensure_connection.Aymeric Augustin
2013-03-11Expressed the dirty flag handling logic in terms of autocommit.Aymeric Augustin
2013-03-11Stopped flipping the uses_savepoints feature at runtime.Aymeric Augustin
2013-03-11Enabled autocommit for PostgreSQL.Aymeric Augustin
2013-03-11Separated autocommit and isolation level handling for PostgreSQL.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Reordered methods in database wrappers.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-19Ensured a connection is established when checking the database version.Aymeric Augustin
2013-02-18Implemented PostgreSQL version as a cached property.Aymeric Augustin
2013-02-18Factored out common code in database backends.Aymeric Augustin
2013-02-10Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-11-27Fixed #19274 -- Made db connection creation overridable in subclassesAnssi Kääriäinen
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-17Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-05Merge branch 'master' into schema-alterationAndrew Godwin
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-07-26Merge branch 'master' of github.com:django/django into schema-alterationAndrew Godwin
2012-07-22[py3] Exception aren't iterable in Python 3.Aymeric Augustin
2012-07-22[py3] Used six.reraise wherever necessary.Aymeric Augustin
2012-07-10Fixed #18602 -- Improved error message when database NAME is missingClaude Paroz