aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* use same name to type objectyuuji.yaginuma2016-03-091-1/+1
* Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...Matthew Draper2016-03-021-13/+29
|\
| * Correctly deallocate prepared statements if we fail inside a transactionSam Davies2015-11-051-13/+29
* | Mention supported PG version in the error message.Prathamesh Sonpatki2016-02-031-1/+1
* | The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-021-3/+2
* | Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-011-0/+1
* | `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-6/+0
* | Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-1/+7
* | Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-7/+1
* | Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-161-3/+8
|\ \
| * | Fix extract default with CURRENT_DATERyuta Kamizono2016-01-131-3/+8
* | | `last_insert_id_value` and `last_insert_id` are unused anymoreRyuta Kamizono2016-01-151-9/+1
|/ /
* | Make `postgresql_version` publicDerek Prior2015-12-301-5/+5
* | Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-171-2/+1
* | Refactor `AbstractAdapter#initialize`Ryuta Kamizono2015-11-301-2/+2
* | 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