aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
Commit message (Collapse)AuthorAgeFilesLines
* Limit PostgreSQL memory usage a bitJani Välimaa2025-05-111-4/+4
|
* Fix typo in effective_cache_size PostgreSQL memory parameterJani Välimaa2025-05-111-1/+1
|
* Tune more PostgreSQL memory parametersJani Välimaa2025-05-111-3/+3
|
* Increase PostgreSQL server shared_buffers to 4GBJani Välimaa2025-05-111-1/+1
| | | | According to upstream a reasonable starting value for shared_buffers is 25% of the memory which would be actually 8GB in sucuk.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-041-10/+10
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-041-10/+10
| | | | Access without the @ symbol is the older method and is discouraged.
* Fix typos in commentsDan Fandrich2024-08-152-2/+2
| | | | This should result in no difference in configuration.
* Fix timezone ( for server hour)Nicolas Lécureuil2017-04-131-1/+1
|
* Adapt to new check serverNicolas Lécureuil2017-04-061-2/+2
|
* Add class postgresql::pg_hbaNicolas Vigier2013-01-171-2/+8
| | | | | This adds a parameter conf_lines which can be used as an array to insert new configuration in the pg_hba.conf file.
* - don't use pam anymore since no system users existsOlivier Thauvin2011-05-211-4/+4
|
* add german db declaration to postgresql aclMichael Scherer2011-04-191-1/+1
|
* Switch back to md5, it is supposed to workPascal Terjan2011-04-031-3/+3
|
* Use password method as we are over ssl anyway and I don't know how to md5 ↵Pascal Terjan2011-04-031-3/+3
| | | | the pass into config file
* Fix db name in pg_hba.conf, and hack youri-check config to connect over sslPascal Terjan2011-04-031-5/+3
|
* Also allow local non ssl connections to youri dbPascal Terjan2011-04-031-0/+2
|
* Allow local connections to youri dbPascal Terjan2011-04-031-1/+4
|
* Store youri-check results in pgsql, and generate the reports from there on ↵Pascal Terjan2011-04-021-0/+2
| | | | alamut
* - do not hardcode the list of database in the fileMichael Scherer2011-03-221-1/+0
|
* - adapt the list of database to the setup of forumMichael Scherer2011-02-211-3/+14
|
* - enable access to the db from the vm for phpbb databaseMichael Scherer2011-02-151-0/+2
|
* add the phpbb to the acl databaseMichael Scherer2011-02-151-1/+1
|
* - use a loop, and a fact, instead of cut and paste and hardcoded ipMichael Scherer2010-12-071-22/+13
|
* Add comment about previous commitDexter Morgan2010-11-201-0/+2
|
* Allow user bugs to access template1 databaseDexter Morgan2010-11-201-0/+5
|
* Add sympa to pgsqlDexter Morgan2010-11-081-0/+5
|
* - fix mask for database declarationMichael Scherer2010-11-081-4/+4
|
* - add bugs access to bugs databaseOlivier Thauvin2010-11-061-9/+19
| | | | | - apply hostssl to network connection other than localhost - think to local IPv6 connection
* - notice the file is in svnOlivier Thauvin2010-11-062-1/+7
|
* - make 'psql -U postgres' as root workingOlivier Thauvin2010-11-062-2/+2
|
* - root on the server is accepted as postgres userOlivier Thauvin2010-11-061-0/+1
|
* - manage pg_ident.conf for postgresqlOlivier Thauvin2010-11-061-0/+42
|
* - allow transifex user to connect to transifex databaseOlivier Thauvin2010-11-061-1/+4
|
* - allow postgres connection using IPv6Olivier Thauvin2010-11-041-2/+4
|
* - also allow connection using main interfaceOlivier Thauvin2010-11-041-0/+2
|
* - allow mirrors user to connect to dbOlivier Thauvin2010-11-041-0/+1
|
* - allow epoll user to connect locally to epoll dbOlivier Thauvin2010-10-291-0/+4
|
* - enable sslOlivier Thauvin2010-10-292-3/+4
|
* - add login management to postgresqlOlivier Thauvin2010-10-283-3/+13
|
* - add postgresql configOlivier Thauvin2010-10-282-0/+612