aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/utils.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Allow spaces in postgres table namesGannon McGibbon2018-11-281-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-221-2/+2
* AR::ConnectionAdapters::PostgreSQL::Name#parts is called from other instancesAkira Matsuda2016-12-251-4/+6
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-1/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Improve the performance of quoting table names on PGSean Griffin2014-11-171-4/+15
* pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-7/+48
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-0/+25