summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2
AgeCommit message (Expand)Author
2016-07-13[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne
2016-02-08[1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-01-08[1.8.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2015-12-10[1.8.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-06-02[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoFie...Tim Graham
2015-05-15[1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-02-17[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...Tim Graham
2015-02-17[1.8.x] Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin
2015-02-17[1.8.x] Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin
2015-02-14[1.8.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-31[1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Removed db.backends methods which only call super().Tim Graham
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-12-01Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy
2014-11-28Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny
2014-11-20Added AutoField introspection for PostgreSQLClaude Paroz
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-24Fixed flake8 warnings.Tim Graham
2014-09-23Made get_table_list return a TableInfo named tupleClaude Paroz
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-04Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.Mihail Milushev
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-07-28Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin
2014-06-20Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-10Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-09Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-09Reorganized the database test settingsShai Berger
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin