summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/PostgreSQL.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* solve code reviewVitor Mattos2019-04-221-1/+1
* Check if database exists and grand permissionVitor Mattos2019-04-211-2/+4
* Bugfix: user is not allowedVitor Mattos2019-04-211-0/+2
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-6/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-2/+1
* Install from migrationsJoas Schilling2017-07-251-5/+0
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+5
* Fix translationsJoas Schilling2017-04-181-1/+1
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-5/+4
* Allow to reuse the same name when installing a new instanceJoas Schilling2016-12-121-7/+9
* Lower the role name before using itJoas Schilling2016-12-091-1/+1
* Revert "Quote database and role in queries"Joas Schilling2016-12-091-4/+4
* Quote database and role in queriesLari Tikkanen2016-12-071-4/+4
* handle postgres setup when we cant connect as adminRobin Appelman2016-12-051-39/+49
* Use proper ALTER ROLE syntaxRoeland Jago Douma2016-09-051-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-4/+5
* Prevent syntax error when creating user or changing passwordJoas Schilling2016-07-181-3/+3
* use pdo for postgres setupRobin Appelman2016-07-121-103/+82
* Changed the input option for database-port to required when parameter was pro...Thomas Pulzer2016-07-061-2/+2
* Added occ install option for database-port.Thomas Pulzer2016-07-061-4/+7
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-0/+173