Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/postgresql_psycopg2
Commit message (Expand)AuthorAgeFilesLines
* Refs #25175 -- Added backwards compatibility for importin...Caio Ariede2015-08-0710-0/+9
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-0710-984/+0
* Fixed #23658 -- Provided the password to PostgreSQL dbshe...Jean-Michel Vourgère2015-07-011-10/+57
* Fixed #25002 -- Used PostgreSQL column type alteration US...Simon Charette2015-06-221-0/+3
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-9/+11
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+1
* Fixed #24892 -- Fixed quoting of SQL when renaming a fiel...Tim Graham2015-06-021-8/+8
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-12/+12
* Well, what should I say: UPS.Florian Apolloner2015-05-241-1/+0
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+1
* Dropped the needs_datetime_string_cast feature.Aymeric Augustin2015-05-171-1/+0
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-5/+3
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-4/+4
* Fixed #24791 -- Added fallback when 'postgres' database i...Claude Paroz2015-05-151-0/+26
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-3/+6
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-0/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24335 -- Bumped required psycopg2 version to 2.4.5...Tim Graham2015-02-171-26/+18
* Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin2015-02-141-4/+1
* Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin2015-02-141-19/+18
* Fixed #24318 -- Set the transaction isolation level with ...Aymeric Augustin2015-02-141-5/+23
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-14/+14
* Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham2015-01-311-7/+0
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-38/+0
* Required sqlparse for SQL splitting per deprecation timel...Tim Graham2015-01-171-1/+1
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-163-7/+32
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-148-49/+56
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-0/+12
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-9/+10
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-312-36/+35
* Removed db.backends methods which only call super().Tim Graham2014-12-301-2/+0
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-0/+1
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-203-17/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #23954 -- Added special text/varchar PostgreSQL ind...Claude Paroz2014-12-041-0/+22
* Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy2014-12-021-1/+1
* Fixed #16731 -- Made pattern lookups work properly with F...Thomas Chaumeny2014-11-281-2/+15
* Added AutoField introspection for PostgreSQLClaude Paroz2014-11-202-3/+15
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+1
* Fixed flake8 warnings.Tim Graham2014-09-241-1/+1
* Made get_table_list return a TableInfo named tupleClaude Paroz2014-09-231-5/+9
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-162-0/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-053-20/+32
* Fixed #22234 -- Replaced OS-specific code with subprocess...Mihail Milushev2014-08-041-6/+2
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & Post...Tim Graham2014-08-011-6/+6
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+1
* Fixed #22514 -- Prevented indexes on virtual fields [post...Vlastimil Zíma2014-06-201-2/+2
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-0/+2
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-262-0/+4
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-2/+0