aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-137-7/+0
* Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocationsRyuta Kamizono2019-02-211-3/+6
|\
| * Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-201-3/+6
* | PostgreSQL: Support endless range values for range typesRyuta Kamizono2019-02-201-1/+1
|/
* `Mutable` helper is in `ActiveModel`Ryuta Kamizono2018-11-274-4/+4
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* Merge pull request #33188 from larskanis/pg-1.1Yuji Yaginuma2018-09-171-1/+7
|\
| * Return empty array when casting malformed array stringsLars Kanis2018-06-231-1/+7
* | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-6/+8
|/
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-252-0/+8
* PostgreSQL: Allow BC dates like datetime consistentlyRyuta Kamizono2018-02-231-0/+3
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-231-0/+20
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-4/+1
* Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-041-1/+1
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-261-1/+1
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-2/+2
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-2/+2
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1920-0/+40
|/
* [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+1
* | Remove database specific JSON typesRyuta Kamizono2017-07-051-10/+0
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0222-22/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0122-0/+22
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-302-2/+2
* Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...Ryuta Kamizono2017-05-301-10/+0
* [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-221-1/+1
* Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-1/+1
* 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