summaryrefslogtreecommitdiff
path: root/config/database.yml.postgresql
Commit message (Collapse)AuthorAgeFilesLines
* Disabled prepared statements in testsh-disabled-prepared-statements-in-testStan Hu2017-07-101-0/+1
| | | | | | | | | Some tests may test migrations and change the types of columns. If this happens, Rails may cache a statement that will cause PostgreSQL to fail with the message, "cached plan must not change result type": https://github.com/rails/rails/issues/12330 This happened in https://gitlab.com/gitlab-org/gitlab-ee/issues/2890#note_34636077.
* Test both PostgreSQL and MySQL for the win.Lin Jen-Shin2017-03-241-1/+4
|
* Remove 'socket' example PostgreSQL parameterJacob Vosmaer2014-07-011-4/+0
| | | | | | | The ActiveRecord PostgreSQL adapter does not have a 'socket' option; see: https://github.com/rails/rails/blob/4-1-2/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L20
* Use peer-based authentication for PostgreSQLJacob Vosmaer2013-10-021-2/+2
|
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-1/+1
|
* Update database.yml.postgresqlAndrew Kumanyaev2013-03-241-1/+1
|
* Update config/database.yml.postgresqlfbehrens2013-01-231-1/+1
| | | This was necessary following the installation guide for ubuntu 10.4 with postgres
* Split commit_id and noteable_id for NoteDmitriy Zaporozhets2012-12-181-0/+1
|
* add default postgres configAndrey Kumanyaev2012-10-101-0/+48