summaryrefslogtreecommitdiff
path: root/config/initializers/postgresql_opclasses_support.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix regular expression used for opclasses to not be confused by partial ↵fix-rails-migrations-for-partial-indexesGreg Stark2017-09-191-1/+1
| | | | index clause
* Disable Rubocop for PostgreSQL patchesYorick Peterse2016-03-111-0/+2
| | | | | This code is mostly a copy-paste from existing pull requests so there's no point in running Rubocop on it.
* Backport Rails support for PostgreSQL opclassesYorick Peterse2016-03-111-0/+186
This is needed to support creating/dumping/loading indexes that use the gin_trgm_ops operator class on PostgreSQL. These changes are taken from Rails pull request https://github.com/rails/rails/pull/19090.