aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/postgresql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-2/+4
* Add database_exists? method to connection adaptersGuilherme Mansur2019-06-171-0/+12
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-7/+8
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Update READ_QUERY regexAli Ibrahim2019-02-251-0/+10
* Rename error that occurs when writing on a readEileen Uchitelle2018-12-071-3/+3
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+56
* Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-271-10/+10
* Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-5/+5
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-4/+6
|\
| * Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
| |\
| | * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
| * | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-4/+4
| |/
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-8/+8
|\|
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * PostgreSQL 10 converts unknown OID 705 to text 25Yasuo Honda2017-06-061-8/+8
* | Explicitly clear type map before run `test_only_reload_type_map_once_for_ever...yuuji.yaginuma2017-06-031-6/+12
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-4/+4
* `valid_type?` should accept only supported typesRyuta Kamizono2017-02-281-11/+0
* Simplify and optimize Postgres query for primary_keys()Jordan Lewis2017-02-131-6/+0
* Fix `remove_index` to be able to remove expression indexesRyuta Kamizono2016-12-251-2/+5
* Remove unnecessary `test_sql_for_insert_with_returning_disabled`Ryuta Kamizono2016-08-181-6/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-78/+78
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+16
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-44/+0
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-61/+23
* Remove duplicated composite primary key testsRyuta Kamizono2016-02-011-8/+0
* :speak_no_evil: :warning:Akira Matsuda2016-02-011-1/+3
* `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-151-2/+2
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-5/+0
* Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bugSean Griffin2015-09-241-0/+14
|\
| * Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-201-0/+15
|/
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-8/+8
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-2/+2
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove Relation#bind_paramsSean Griffin2015-01-271-6/+10
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-4/+1
* pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8
* pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-8/+6
* Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-0/+11
|\
| * Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-0/+11
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-3/+5