aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always pass a column with a type object to quoteSean Griffin2014-06-281-0/+5
* fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.Yves Senn2014-06-261-0/+4
* Encapsulate knowledge of type objects on `ActiveRecord::Result`Sean Griffin2014-06-221-3/+2
* this method is no longer being usedJosh Sharpe2014-06-191-4/+0
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-2/+2
* Remove optimization that was required with whiny nilsSean Griffin2014-06-051-8/+0
* Collapse PG default extractoin of most types to single regexSean Griffin2014-06-041-48/+6
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+3