summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-7/+7
* Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick2009-04-111-2/+8
* Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte...Jacob Kaplan-Moss2009-04-021-2/+0
* Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty2009-03-111-9/+9
* db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty2008-09-091-2/+4
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-12/+14
* Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQLMalcolm Tredinnick2006-07-051-4/+5
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+14