summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.Jarrett Keifer2022-07-181-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-85/+106
* Fixed #32687 -- Restored passing process’ environment to underlying tool in...Konstantin Alekseev2021-04-271-2/+2
* Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani2021-03-011-0/+28
* Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...Mariusz Felisiak2021-02-261-1/+1
* Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani2021-01-201-0/+6
* Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.Mariusz Felisiak2020-11-031-0/+3
* Refs #32061 -- Added test for dbshell password leak on PostgreSQL.Simon Charette2020-10-301-0/+13
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-54/+41
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-3/+12
* Fixed typos in comments and a test name.Min ho Kim2019-07-191-1/+1
* Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk2019-04-181-7/+30
* Fixed #30173 -- Simplified db.backends.postgresql.client.Daniel Bowring2019-02-131-33/+13
* Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.Tim Graham2019-02-131-0/+116