summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/operations.py
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unnecessary casting when using builtin lookups on PostgreSQL.Simon Charette2016-09-221-0/+2
* Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette2016-07-081-0/+5
* Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette2016-07-081-0/+3
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-221-0/+6
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-4/+4
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot2016-03-021-0/+8
* Fixed #24793 -- Unified temporal difference support.Simon Charette2016-02-261-0/+7
* Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill2015-09-221-3/+4
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-0/+240
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-021-205/+0
* Fixed #10154: Allow combining F expressions with timedelta values.Karen Tracey2010-12-221-0/+17
* Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee2010-07-301-4/+5
* Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee2010-07-301-1/+1
* Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee2010-06-211-11/+19
* Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee2010-06-101-19/+11
* Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee2010-06-071-11/+19
* Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...Russell Keith-Magee2010-04-291-0/+14
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+4
* Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee2009-07-111-8/+9
* Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...Russell Keith-Magee2009-05-111-3/+3
* Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...Russell Keith-Magee2009-05-101-1/+8
* Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee2009-05-101-11/+6
* Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick2009-04-121-3/+2
* Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...Russell Keith-Magee2009-02-171-1/+1
* Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey2009-02-081-1/+6
* Fixed #10142 -- Added docs and an exploding error message to highlight an err...Russell Keith-Magee2009-02-021-0/+11
* Fixed #8597 -- Allow the use of strings containing underscores and percentageMalcolm Tredinnick2008-08-281-0/+2
* Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis...Jacob Kaplan-Moss2008-08-251-4/+12
* Added savepoint support to the transaction code.Malcolm Tredinnick2008-08-121-0/+10
* Fixed #6523 -- Use the correct cast on field types for PostgreSQL whenMalcolm Tredinnick2008-08-081-0/+6
* Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.Malcolm Tredinnick2008-06-301-1/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+3
* Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions andMalcolm Tredinnick2008-04-131-1/+9
* Re-enable substring lookups for IP address fields in Postgres using HOST() Th...Jacob Kaplan-Moss2008-02-261-0/+5
* Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708Jacob Kaplan-Moss2008-02-261-5/+0
* Fixed #708 -- Fixed searching within IP fields on PostgreSQL.Malcolm Tredinnick2008-02-231-0/+5
* Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ...Gary Wilson Jr2007-10-141-1/+1
* Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...Adrian Holovaty2007-08-251-3/+12
* Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...Adrian Holovaty2007-08-251-21/+7
* Moved postgresql backend DatabaseOperations class into a new module, postgres...Adrian Holovaty2007-08-201-0/+109