summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2
AgeCommit message (Expand)Author
2013-02-10[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2012-12-18[1.5.x] Fixed #19441 -- Created PostgreSQL varchar index when unique=TrueClaude Paroz
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
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
2012-06-13Fixed #18461 -- Ensured that last_executed_query returns UnicodeClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-30Made get_indexes() consistent across backends.Anssi Kääriäinen
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-13Fixed #17882 (again) -- Updated the database connections' time zone when time...Aymeric Augustin
2012-02-11Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...Ramiro Morales
2012-02-11Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.Ramiro Morales
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-12-16Ensured that thread-shareability gets validated when closing a PostgreSQL or ...Julien Phalip
2011-12-11Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...Aymeric Augustin
2011-11-20Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...Aymeric Augustin
2011-11-19Used symbolic constants for psycopg2 isolation levels.Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-08-29Follow the same convention as the rest of the file.Honza Král
2011-08-29Forgotten import in [16708]Honza Král
2011-08-29Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...Honza Král
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-06Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales
2011-06-19Removed more code for handling of PostgreSQL versions older than 8.2; use alw...Ramiro Morales
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-06-16Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.Ramiro Morales
2011-06-13Removed duplicate entry in introspection PostgreSQL db backend.Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-02-26Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...Russell Keith-Magee
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-01-29Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-05-11More fixes to PostgreSQL version comparisons from r10730.Russell Keith-Magee