summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_db.py
Commit message (Expand)AuthorAgeFilesLines
* Build the db connection on `"postgres"` instead of `"template1"`Michael J. Schultz2014-12-231-1/+1
* Merge pull request #281 from kustodian/postgresql_db_fix_for_python_24_checkmodeToshio Kuratomi2014-12-141-0/+3
|\
| * Fixed postgresql_db failing on Python 2.4 with --checkkustodian2014-12-131-6/+10
| * Fixed postgresql_db failing on Python 2.4 with --checkkustodian2014-11-061-7/+6
* | Fix typo so docs will buildToshio Kuratomi2014-12-031-1/+1
* | Adds a login_unix_socket option to the postgresql_db module.Dan2014-12-011-4/+16
* | More robust quoting of database identifiersToshio Kuratomi2014-11-241-15/+25
|/
* Some more module categorization.Michael DeHaan2014-11-041-0/+301