aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/active_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+2
* Dump correctly index nulls order for postgresqlfatkodima2018-01-281-0/+6
* Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-0/+3
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-0/+4
* Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-0/+6
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-6/+13
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-0/+5
* Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-151-3/+5
* Fix test failures from premature merge of #21317Matthew Draper2015-09-071-1/+8
* Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-0/+9
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* test cleanup, replace `define_method` and `remove_method` with stubs.Yves Senn2013-05-281-5/+1
* Checks :algorithm argument for valid valuesDan McClain2013-03-261-0/+3
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-5/+11
* Custom index type support with :using.doabit2013-03-241-0/+11
* Don't rely on Hash key's orderingVitor Baptista2013-01-161-0/+1
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-3/+0
* Unify the collation API for the database adptersRafael Mendonça França2012-07-011-2/+2
* Support collate and ctype on the PostgreSQL.kennyj2012-06-291-0/+4
* Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-091-0/+12
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-141-1/+1
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+28