aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-0/+13
* Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-1/+2
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-031-0/+8
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-13/+12
* Dump array subtype options correctlyRyuta Kamizono2017-01-011-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Merge pull request #27076 from y-yagi/fix_postgresql_array_encodingSean Griffin2016-11-171-1/+1
|\
| * use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`yuuji.yaginuma2016-11-171-1/+1
* | Support AC::Parameters for PG HStoreJon Moss2016-11-151-0/+2
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-2/+2
* Remove deprecated handling of PG PointsSean Griffin2016-08-312-18/+29
* Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-1/+12
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-068-103/+103
* applies new string literal convention in activerecord/libXavier Noria2016-08-069-39/+39
* Rails 5.1 point type should not raise exception if empty string is provided a...bUg2016-05-151-0/+2
* Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-241-0/+2
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-2/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-4/+2
* Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-2/+4
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-082-1/+12
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-11/+7
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* JSON is still an adapter specific type.Sean Griffin2015-08-212-1/+11
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-182-36/+1
* Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+50
* Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+16
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-251-50/+6
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* Rm `Type#type_cast`Sean Griffin2015-02-176-8/+8
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1710-12/+12
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-177-8/+8
* Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* Remove most PG specific type subclassesSean Griffin2015-02-119-74/+14
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-9/+0
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+9
* rm `Type#text?`Sean Griffin2015-02-071-4/+0
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-074-4/+4
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-062-1/+13
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-1/+1
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-0/+1