aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-2/+4
* Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-0/+4
* Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-081-37/+0
|\
| * Should `Regexp.escape` quoted table name in regexRyuta Kamizono2019-07-081-37/+0
* | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-171-0/+12
|/
* Ensure to reset actually used `@connection.schema_migration`'s table nameRyuta Kamizono2019-06-151-4/+4
* Fix `test_schema_names` to include "hint_plan" schemaRyuta Kamizono2019-06-151-1/+5
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-7/+8
* Move SchemaMigration to migration_contexteileencodes2019-06-142-6/+6
* Fix rubocop violationsRyuta Kamizono2019-06-141-2/+2
* Ensure to reset migration version after testing migrationRyuta Kamizono2019-06-131-2/+2
* Reset migration version before testing migrationRyuta Kamizono2019-06-131-0/+2
* Avoid implicit rollback when testing migrationRyuta Kamizono2019-06-131-0/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-136-6/+0
* Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log nameYasuo Honda2019-05-081-2/+2
* Remove database specific sql statements from SQLCounterYasuo Honda2019-05-011-3/+3
* Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-072-2/+2
* Optimizer hints should be applied on Top level query as much as possibleRyuta Kamizono2019-04-041-0/+8
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-5/+8
* Cache database version in schema cacheAli Ibrahim2019-04-032-2/+2
* Merge pull request #19333 from palkan/dirty-storeKasper Timm Hansen2019-03-311-0/+16
|\
| * Add dirty methods for store accessorspalkan2019-03-251-0/+16
* | Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+37
|/
* Add test case to prevent possible SQL injectionRyuta Kamizono2019-03-181-0/+10
* Add test case for unscoping `:optimizer_hints`Ryuta Kamizono2019-03-181-0/+6
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-8/+0
* Support Optimizer HintsRyuta Kamizono2019-03-161-0/+28
* Update READ_QUERY regexAli Ibrahim2019-02-251-0/+10
* Remove duplicated protected params definitionsRyuta Kamizono2019-02-241-7/+2
* Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocationsRyuta Kamizono2019-02-211-1/+13
|\
| * Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-201-1/+13
* | PostgreSQL: Support endless range values for range typesRyuta Kamizono2019-02-201-0/+16
|/
* Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-0/+6
* Fix type casting column default in `change_column`Ryuta Kamizono2019-01-201-1/+13
* Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-8/+0
* Fix `test_case_insensitiveness` to follow up eb5fef5Ryuta Kamizono2019-01-111-9/+8
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-212-22/+16
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* 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
* Allow spaces in postgres table namesGannon McGibbon2018-11-281-0/+5
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-253-377/+359
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-228-20/+20
* Fixing an issue when parsing an opclass by allowing indexed columnThomas Bianchini2018-11-211-0/+12
* Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-0/+74
* Fix test case for money schema defaultRyuta Kamizono2018-11-121-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-6/+6
* `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-081-8/+0
* Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-232-1/+4
|\