summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham2019-01-171-1/+0
* Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede2015-08-071-0/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-264/+0
* Well, what should I say: UPS.Florian Apolloner2015-05-241-1/+0
* Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi2015-05-241-0/+1
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-5/+3
* Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz2015-05-151-0/+26
* Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...Tim Graham2015-02-161-26/+18
* Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin2015-02-141-4/+1
* Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin2015-02-141-19/+18
* Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.Aymeric Augustin2015-02-141-5/+23
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+9
* Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham2015-01-311-7/+0
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-0/+10
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-42/+12
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-0/+35
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-0/+1
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy2014-12-011-1/+1
* Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny2014-11-281-2/+15
* Added AutoField introspection for PostgreSQLClaude Paroz2014-11-201-0/+1
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+1
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+2
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+1
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-0/+2
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-0/+1
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-2/+0
* Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin2014-04-101-23/+1
* Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin2014-04-101-7/+8
* Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin2014-04-091-1/+1
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-3/+0
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-2/+4
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-0/+6
* Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin2014-01-121-5/+5
* Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin2014-01-121-2/+2
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed #16969 -- Don't connect to named database when possibleClaude Paroz2013-11-091-2/+3
* Fixed #17671 - Cursors are now context managers.Michael Manfre2013-09-251-0/+2
* Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma2013-09-061-0/+1
* Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin2013-09-061-2/+2
* Fixed test failure caused by different NULL ordering between backendsAnssi Kääriäinen2013-08-211-0/+1
* Merge branch 'master' into schema-alterationAndrew Godwin2013-07-221-2/+8
|\
| * A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-2/+8
* | Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2013-06-281-2/+0
|\ \ | |/
| * Removed several unused imports.Aymeric Augustin2013-06-191-2/+0
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-117/+73
|\ \ | |/
| * Enabled database-level autocommit for all backends.Aymeric Augustin2013-03-111-1/+0
| * Removed _enter/_leave_transaction_management.Aymeric Augustin2013-03-111-17/+0
| * Added BaseDatabaseWrapper.ensure_connection.Aymeric Augustin2013-03-111-4/+0
| * Expressed the dirty flag handling logic in terms of autocommit.Aymeric Augustin2013-03-111-4/+0