summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/client.py
AgeCommit message (Expand)Author
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-04-11Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-04-02Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte...Jacob Kaplan-Moss
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2008-09-09db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2006-07-05Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQLMalcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty