Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-251-1/+3
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-3/+4
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-111-1/+1
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+1
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+28
* Fixed #25180 -- Prevented varchar_patterns_ops and text_p...Caio Ariede2015-08-151-0/+5
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-0710-0/+984
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-027-606/+0
* Fixed #10154: Allow combining F expressions with timedelt...Karen Tracey2010-12-221-0/+17
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-0/+1
* Fixed #14223 -- Extended unification of exception raised ...Ramiro Morales2010-10-231-0/+7
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM ...Russell Keith-Magee2010-10-111-1/+4
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #13798 -- Added connection argument to the connecti...Russell Keith-Magee2010-08-301-2/+3
* Fixed #13773 -- Passed in the current connection in a cal...Russell Keith-Magee2010-07-301-1/+1
* Fixed #13821 -- Added a double-quoting to the PostgreSQL ...Russell Keith-Magee2010-07-301-4/+5
* Fixed #13941 -- Corrected the way sequence names are rese...Russell Keith-Magee2010-07-301-1/+1
* Fixed #8901 -- Reapplied r13328 (with extra docs) now tha...Russell Keith-Magee2010-06-212-12/+21
* Refs #8901 -- Reverted r13328 because the patch imposes a...Russell Keith-Magee2010-06-102-21/+12
* Fixed #8901 -- Corrected the PostgreSQL sequence reset co...Russell Keith-Magee2010-06-072-12/+21
* Fixed #13441 -- Enforced a maximum identifier length of 6...Russell Keith-Magee2010-04-291-0/+14
* Fixed #12766 -- Only set the psycopg1 client encoding whe...Russell Keith-Magee2010-03-251-3/+2
* Fixed #12759 -- Fixed the iterator method on psycopg1 cur...Russell Keith-Magee2010-03-251-1/+1
* Corrected an edge case introduced in r12602. Thanks to Ra...Russell Keith-Magee2010-02-261-2/+5
* Fixed #1480 -- Added the ability to use the system timezo...Russell Keith-Magee2010-02-261-1/+1
* No, really this time -- corrected the warning message fro...Russell Keith-Magee2010-02-231-1/+1
* Cleaned up the warning message introduced by r12510.Russell Keith-Magee2010-02-231-1/+1
* Fixed #12912 -- Placed the psycopg1-backed ``postgresql``...Russell Keith-Magee2010-02-231-0/+6
* Fixed a regression in the Postgres psycopg cursor handlin...Russell Keith-Magee2010-02-031-1/+1
* Fixed #12732 -- Corrected an argument naming problem intr...Russell Keith-Magee2010-01-301-1/+1
* Fixed #12702 -- Introduced a common implementation of Dat...Russell Keith-Magee2010-01-291-3/+16
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-224-29/+29
* Fixed #12234 -- Create additional indexes that use the ap...Justin Bronn2009-12-191-0/+39
* Fixed #399: Added big integer field. Thanks to Tomáš Ko...Karen Tracey2009-12-172-0/+2
* Fixed #11107 -- Corrected the generation of sequence rese...Russell Keith-Magee2009-07-111-8/+9
* Corrected PostgreSQL version comparisons from r10730. Tha...Russell Keith-Magee2009-05-112-4/+4
* Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when...Russell Keith-Magee2009-05-101-1/+8
* Fixed #10842 -- Corrected parsing of version numbers for ...Russell Keith-Magee2009-05-103-21/+24
* Fixed #10071 -- Changed some internal database data repre...Malcolm Tredinnick2009-04-121-3/+2
* Fixed #10357 -- Fixed the "dbshell" command for Windows u...Malcolm Tredinnick2009-04-111-2/+8
* Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss2009-04-031-0/+1
* Fixed #10063: stop passing the -W flag to psql since it i...Jacob Kaplan-Moss2009-04-021-2/+0
* Fixed #6064 -- Added the `connection_created` signal for ...Justin Bronn2009-03-301-0/+2
* Fixed #10459 -- Refactored the internals of database conn...Adrian Holovaty2009-03-112-23/+24
* Fixed #8737 -- Made the PostgreSQL version number detecti...Malcolm Tredinnick2009-03-011-1/+6
* Fixed #10289 -- Corrected typo that produced oversensitiv...Russell Keith-Magee2009-02-181-1/+1
* Fixed #7672 -- Added a 'week_day' lookup type. Many thank...Karen Tracey2009-02-081-1/+6
* Fixed #10142 -- Added docs and an exploding error message...Russell Keith-Magee2009-02-021-0/+11
* db: Gave each DatabaseClient class an 'executable_name' a...Adrian Holovaty2008-09-091-2/+4
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNum...Jacob Kaplan-Moss2008-09-021-2/+0