- 06 May, 2021 1 commit
-
-
Michał 'czesiek' Czyżewski authored
-
- 28 Jan, 2019 1 commit
-
-
Michał 'czesiek' Czyżewski authored
-
- 15 Jun, 2018 1 commit
-
-
Michał 'czesiek' Czyżewski authored
-
- 19 Mar, 2018 1 commit
-
-
Michał 'rysiek' Woźniak authored
-
- 17 Mar, 2018 1 commit
-
-
Michał 'rysiek' Woźniak authored
-
- 15 Mar, 2018 1 commit
-
-
Michał 'rysiek' Woźniak authored
bugfix in create_readonly_postgres_user: granting SELECT on pg_authid should be handled separately from readonly user creation
-
- 30 Jul, 2017 2 commits
-
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
-
- 10 Feb, 2017 2 commits
-
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
-
- 24 Aug, 2016 1 commit
-
-
Michał 'rysiek' Woźniak authored
-
- 15 Jun, 2016 1 commit
-
-
Michał 'rysiek' Woźniak authored
using pure text instead of a custom format for pg_dump due to potential memory constraints/problems; also gzipping the dumps (both mysql and pgsql)
-
- 10 May, 2016 1 commit
-
-
Michał 'rysiek' Woźniak authored
bugfixes -- psql expects a database to connect to, otherwise uses the role name as the database name, which doesn't always exist; postgres database usually does...
-
- 08 May, 2016 1 commit
-
-
Michał 'rysiek' Woźniak authored
-
- 06 May, 2016 1 commit
-
-
Michał 'rysiek' Woźniak authored
-
- 23 Mar, 2016 8 commits
-
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
pg_authid exists only in postgres database, let's make sure we actually work on that when granting SELECT on it ;)
-
Michał 'rysiek' Woźniak authored
bugfix; role and default privileges handling moved to the beginning of the create_readonly_postgres_user
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
just a bit more consistency with function argument order; also, create_readonly_postgres_user() ready for testing
-
Michał 'rysiek' Woźniak authored
-
Michał 'rysiek' Woźniak authored
-