summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/operations.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-240/+0
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-12/+12
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-4/+4
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Required sqlparse for SQL splitting per deprecation timeline.Tim Graham2015-01-171-1/+1
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-7/+21
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-121-0/+12
* Removed db.backends methods which only call super().Tim Graham2014-12-301-2/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-17/+0
* Limited lines to 119 characters in django/Tim Graham2014-09-051-18/+26
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-0/+3
* Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin2014-02-091-5/+0
* Fixed all E261 warningscoagulant2013-11-021-2/+2
* Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin2013-09-061-0/+5
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-3/+3
* Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark2013-06-261-1/+1
* Added a stealth option to flush to allow cascades.Aymeric Augustin2013-06-101-5/+14
* Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn2013-05-191-2/+2
* Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin2013-03-181-15/+4
* Moved standard SQL for savepoints in the base backend.Aymeric Augustin2013-03-111-9/+0
* Ensured a connection is established when checking the database version.Aymeric Augustin2013-02-191-2/+1
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-0/+25
* Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales2012-07-241-15/+19
* Fixed #18461 -- Ensured that last_executed_query returns UnicodeClaude Paroz2012-06-131-1/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-6/+8
* Fixed #17882 (again) -- Updated the database connections' time zone when time...Aymeric Augustin2012-03-131-0/+3
* Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales2011-12-221-0/+6
* Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin2011-10-141-0/+6
* Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor2011-09-091-0/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-2/+0
* Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales2011-06-191-12/+3
* Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.Ramiro Morales2011-06-161-24/+7
* Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss2011-04-221-3/+2
* Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales2011-04-051-2/+1
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-021-0/+212