aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* JSON is still an adapter specific type.Sean Griffin2015-08-211-1/+2
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-2/+5
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+2
* Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-201-4/+4
* Remove `require 'arel/visitors/bind_visitor'`Ryuta Kamizono2015-05-191-2/+0
* Eliminate the duplication code of `StatementPool`Ryuta Kamizono2015-05-191-27/+1
* Use `select_value` for avoid `ActiveRecord::Result` instance creatingRyuta Kamizono2015-05-051-1/+1
* PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-1/+3
* Freeze static arguments for gsubbrainopia2015-04-021-2/+2
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+10
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-251-4/+4
* PostgreSQL, Add input type casts for primitive types.Lars Kanis2015-03-251-0/+10
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-6/+6
* Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-111-2/+2
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-1/+20
* Add `Column#bigint?` methodRyuta Kamizono2015-03-041-1/+1
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+4
* Extract precision from datetime and time columnsRyuta Kamizono2015-02-191-5/+2
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-6/+5
* Register adapter specific types with the global type registrySean Griffin2015-02-151-0/+19
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-5/+6
* Remove most PG specific type subclassesSean Griffin2015-02-111-6/+38
* rm `Type#text?`Sean Griffin2015-02-071-0/+18
* rm `Column#cast_type`Sean Griffin2015-02-031-12/+12
* Remove Relation#bind_paramsSean Griffin2015-01-271-5/+3
* Fix typo in PostresSQLAdapter's documentationSebastian Staudt2015-01-101-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* Add default value for `create_table_definition`Ryuta Kamizono2015-01-031-1/+1
* Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+15
* Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-3/+6
* no need to pass native_database_types aroundYves Senn2014-12-021-1/+1
* Fix value extracted from negative integers for PostgreSQL.Guo Xiang Tan2014-12-011-1/+1
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-2/+2
* Revert "PERF: optimise type lookup to avoid invoking procs"Sean Griffin2014-11-191-13/+7
* PERF: optimise type lookup to avoid invoking procsSam2014-11-171-7/+13
* exec_prepared is GVL friendly, so lets use it.Aaron Patterson2014-11-131-4/+2
* Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-0/+1
* Correctly cast calculation results on PGSean Griffin2014-11-011-0/+10
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-2/+2
* add bigserial pk supportAaron Patterson2014-10-291-0/+1
* Remove duplicate 'select' database statementclaudiob2014-10-201-6/+0
* add table.bigint supportAaron Patterson2014-10-151-0/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+4
* introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+4
* Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-051-6/+1
* Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+1
* Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-1/+1
* Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-021-1/+1