aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #28052 from kamipo/make_internal_methods_to_privateRafael França2017-03-282-39/+49
|\ \
| * | Make internal methods to privateRyuta Kamizono2017-03-272-39/+49
* | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-4/+43
|/ /
* / [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-223-6/+6
|/
* Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-91/+55
|\
| * Prefer `USING (column_list)` for joining information_schemaRyuta Kamizono2017-02-251-3/+1
| * Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-88/+54
* | Merge pull request #28017 from mtsmfm/suppress-dep-warnMatthew Draper2017-03-131-0/+2
|\ \
| * | Suppress deprecation warning `implementing to_yaml is deprecated`Fumiaki MATSUSHIMA2017-02-151-0/+2
| |/
* | Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-1/+1
* | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-4/+0
* | Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-1/+1
|/
* Should keep the primary key column orderRyuta Kamizono2017-02-141-0/+1
* Simplify and optimize Postgres query for primary_keys()Jordan Lewis2017-02-131-10/+10
* Merge pull request #26930 from kamipo/index_name_exists_defaultRafael França2017-02-131-1/+6
|\
| * Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-131-0/+5
| * The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-131-1/+1
* | Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-131-2/+4
|\ \ | |/ |/|
| * Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-271-2/+4
* | Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-123-0/+18
* | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-122-1/+6
* | Revert "Simplify and speed up Postgres query for primary_keys"Ryuta Kamizono2017-02-101-8/+10
* | Simplify and speed up Postgres query for primary_keysJordan Lewis2017-02-091-10/+8
* | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-093-36/+19
* | Restore the behaviour of the compatibility layer for integer-like PKsRyuta Kamizono2017-02-041-1/+1
* | Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-9/+5
* | Tweak bigint PK handlingMatthew Draper2017-01-181-0/+1
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-43/+4
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-4/+43
|\ \
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-4/+43
* | | Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...Rafael França2017-01-031-10/+14
|\ \ \
| * | | Fix `select_rows` method signature for consistencyRyuta Kamizono2017-01-041-10/+14
* | | | Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* | | | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-1/+7
|/ / /
* | | Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-031-0/+8
* | | Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-032-13/+41
* | | Dump array subtype options correctlyRyuta Kamizono2017-01-011-1/+1
* | | `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-20/+22
* | | Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-7/+1
* | | Sync the visibility of `sql_for_insert` to privateRyuta Kamizono2016-12-291-1/+1
* | | AR::ConnectionAdapters::PostgreSQL::Name#parts is called from other instancesAkira Matsuda2016-12-251-4/+6
* | | Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-1/+1
* | | Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* | | Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigintMatthew Draper2016-12-061-2/+6
|\ \ \
| * | | Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-061-2/+6
* | | | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
|/ / /
* / / Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-061-1/+6
|/ /
* | Followup of UUID default extension in the docs [ci skip]Prathamesh Sonpatki2016-11-241-5/+15
* | For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-8/+9
* | Merge pull request #27076 from y-yagi/fix_postgresql_array_encodingSean Griffin2016-11-171-1/+1
|\ \