aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27767 from benoittgt/freeze_sql_type_with_get_oid_typeArthur Nogueira Neves2017-01-311-1/+1
|\
| * Freeze default empty string for sql_type in get_oid_typeBenoit Tigeot2017-01-221-1/+1
* | Simplify Postgres query for column_definitions()Jordan Lewis2017-01-301-5/+5
|/
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-6/+0
* Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-0/+6
|\
| * Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-0/+6
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* | Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-4/+2
* | No need to nodoc private methodsAkira Matsuda2016-12-241-11/+11
* | Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-0/+3
* | Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-0/+3
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
|/
* Stop using the `pg` Float encoderSean Griffin2016-12-011-1/+0
* For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-0/+4
* Permit loads while queries are runningMatthew Draper2016-10-271-2/+8
* 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