summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/operations.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] merged trunkarchive/soc2010/app-loadingsoc2010/app-loadingArthur Koziel2010-09-131-11/+20
* 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