aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-1/+1
* | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-2/+3
* | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-5/+0
* | Push `valid_type?` up to abstract adapterRyuta Kamizono2017-02-261-4/+0
* | Ensure test threads share a DB connectioneileencodes2017-02-201-14/+20
|/
* Add `default_index_type?` to the generic schema dumper doesn't have the knowl...Ryuta Kamizono2017-02-141-0/+4
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-1/+2
* Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-2/+5
* Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-121-5/+0
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-0/+1
* 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
|\ \