aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`yuuji.yaginuma2016-11-171-1/+1
* | Support AC::Parameters for PG HStoreJon Moss2016-11-151-0/+2
|/
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-111-15/+17
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* | Permit loads while queries are runningMatthew Draper2016-10-271-2/+6
* | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-262-3/+3
|/
* Quote table name properlyRyuta Kamizono2016-10-141-8/+8
* Fix table comment dumpingRyuta Kamizono2016-10-111-1/+3
* [ci skip] Update PG adapter documentationAlex Kitchens2016-09-261-1/+1
* [ci skip] Clarify Postgresql DocumentationAlex Kitchens2016-09-251-4/+4
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-25/+26
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Remove deprecated handling of PG PointsSean Griffin2016-08-313-19/+30
* Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-1/+12
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+2
* Remove unnecessary `test_sql_for_insert_with_returning_disabled`Ryuta Kamizono2016-08-181-3/+2
* Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-171-6/+10
|\
| * `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-061-6/+10
* | Add three new rubocop rulesRafael Mendonça França2016-08-163-3/+3
* | applies remaining conventions across the projectXavier Noria2016-08-061-34/+34
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0613-161/+161
* | applies new string literal convention in activerecord/libXavier Noria2016-08-0616-118/+118
|/
* Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-041-2/+2
* Merge pull request #25340 from kamipo/prevent_table_comment_queryRafael França2016-07-281-0/+4
|\
| * Prevent `table_comment` query if a table doesn't have a commentRyuta Kamizono2016-06-101-0/+4