aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...Yves Senn2015-11-241-6/+12
|\
| * Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-6/+12
* | Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta...Rafael França2015-11-241-1/+1
|\ \ | |/ |/|
| * Not passing `native_database_types` to `TableDefinition`Ryuta Kamizono2015-11-081-1/+1
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-8/+8
* | Remove not needed `NATIVE_DATABASE_TYPES` entriesRyuta Kamizono2015-11-161-2/+0
|/
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+4
* Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-301-0/+18
|\
| * Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+18
* | Merge pull request #19511 from larskanis/replace_const_conn_paramsSean Griffin2015-10-291-7/+2
|\ \
| * | PostgreSQL, Replace static connection param list by the one built into libpq.Lars Kanis2015-03-251-7/+2
* | | Don't disable errors when turning standard_conforming_strings onHarry Marr2015-10-291-7/+2
* | | Check standard_conforming_strings is not readonlyHarry Marr2015-10-291-1/+1
* | | Avoid disabling postgres errorsHarry Marr2015-10-281-4/+5
| |/ |/|
* | Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-4/+11
* | applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* | Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-48/+2
* | Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-201-1/+1
* | Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-201-1/+2
* | 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