aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/utils.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve the performance of quoting table names on PGSean Griffin2014-11-171-4/+15
| | | | | | This caused a pretty major performance regression for 4.2, as this is a hotspot for query construction. We're still slightly slower than 4.1, but it's much less significant.
* 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
Partial revert of c0bfc3f412834ffe8327a15ae3a46602cc28e425