aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Quote table name properlyRyuta Kamizono2016-10-141-1/+1
* Merge pull request #26208 from nanaya/pg-insensitive-textMatthew Draper2016-10-111-2/+6
|\
| * Fix case insensitive check for text column in pgnanaya2016-09-011-0/+4
| * Use proper castingnanaya2016-09-011-2/+2
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-4/+4
|/
* Remove deprecated handling of PG PointsSean Griffin2016-08-311-2/+2
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-261-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-74/+74
* Leave internal pgsql name intact as const referenceDavid Heinemeier Hansson2016-08-041-2/+2
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-3/+3
* Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-031-1/+4
|\
| * Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-1/+4
* | Extract `type_casted_binds` methodRyuta Kamizono2016-07-261-2/+2
* | Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-2/+2
|/
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+3
* Treat blank comments as no comment for indexesRyuta Kamizono2016-04-291-4/+0
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+4
* Follow up of #23461Vipul A M2016-04-241-1/+1
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-1/+4
* Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-241-2/+0
* Define `arel_visitor` method on all adaptersRyuta Kamizono2016-04-201-0/+4
* Merge pull request #23515 from kamipo/extract_arel_visitorJeremy Daer2016-04-191-8/+0
|\
| * Extract `arel_visitor` and move up to the abstract adapterRyuta Kamizono2016-04-041-8/+0
* | Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-181-0/+3
|\ \
| * | Add `ActiveRecord::ValueTooLong` exception classRyuta Kamizono2016-02-061-0/+3
* | | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-2/+6
* | | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-4/+9
| |/ |/|
* | 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