index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
adapters
/
postgresql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
2
-2
/
+2
*
Optimizer hints should be applied on Top level query as much as possible
Ryuta Kamizono
2019-04-04
1
-0
/
+8
*
Ensure `reset_table_name` when table name prefix/suffix is changed
Ryuta Kamizono
2019-04-04
1
-5
/
+8
*
Cache database version in schema cache
Ali Ibrahim
2019-04-03
2
-2
/
+2
*
Merge pull request #19333 from palkan/dirty-store
Kasper Timm Hansen
2019-03-31
1
-0
/
+16
|
\
|
*
Add dirty methods for store accessors
palkan
2019-03-25
1
-0
/
+16
*
|
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-0
/
+37
|
/
*
Add test case to prevent possible SQL injection
Ryuta Kamizono
2019-03-18
1
-0
/
+10
*
Add test case for unscoping `:optimizer_hints`
Ryuta Kamizono
2019-03-18
1
-0
/
+6
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
1
-8
/
+0
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-0
/
+28
*
Update READ_QUERY regex
Ali Ibrahim
2019-02-25
1
-0
/
+10
*
Remove duplicated protected params definitions
Ryuta Kamizono
2019-02-24
1
-7
/
+2
*
Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocations
Ryuta Kamizono
2019-02-21
1
-1
/
+13
|
\
|
*
Reduce unused allocations when casting UUIDs for Postgres
Carl Thuringer
2019-02-20
1
-1
/
+13
*
|
PostgreSQL: Support endless range values for range types
Ryuta Kamizono
2019-02-20
1
-0
/
+16
|
/
*
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-0
/
+6
*
Fix type casting column default in `change_column`
Ryuta Kamizono
2019-01-20
1
-1
/
+13
*
Remove deprecated `#insert_fixtures` from the database adapters
Rafael Mendonça França
2019-01-17
1
-8
/
+0
*
Fix `test_case_insensitiveness` to follow up eb5fef5
Ryuta Kamizono
2019-01-11
1
-9
/
+8
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
2
-22
/
+16
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-4
/
+4
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-3
/
+3
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
1
-0
/
+56
*
Allow spaces in postgres table names
Gannon McGibbon
2018-11-28
1
-0
/
+5
*
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
3
-377
/
+359
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
8
-20
/
+20
*
Fixing an issue when parsing an opclass by allowing indexed column
Thomas Bianchini
2018-11-21
1
-0
/
+12
*
Add support for UNLOGGED Postgresql tables
Jacob Evelyn
2018-11-13
1
-0
/
+74
*
Fix test case for money schema default
Ryuta Kamizono
2018-11-12
1
-1
/
+1
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-6
/
+6
*
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
1
-8
/
+0
*
Merge pull request #32647 from eugeneius/lazy_transactions
Matthew Draper
2018-08-23
2
-1
/
+4
|
\
|
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
2
-1
/
+4
*
|
Add database configuration to disable advisory locks.
Guo Xiang Tan
2018-08-22
1
-0
/
+8
|
/
*
PostgreSQL 10 new relkind for partitioned tables (#31336)
Yannick Schutz
2018-07-27
1
-0
/
+22
*
OS X -> macOS [Closes #30313]
Xavier Noria
2018-06-23
1
-1
/
+1
*
Parse raw value only when a value came from user in numericality validator
Ryuta Kamizono
2018-05-28
1
-1
/
+4
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
1
-0
/
+6
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
2
-3
/
+3
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
1
-10
/
+10
*
PostgreSQL: Allow BC dates like datetime consistently
Ryuta Kamizono
2018-02-23
1
-0
/
+18
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
2
-0
/
+63
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-2
/
+2
*
Dump correctly index nulls order for postgresql
fatkodima
2018-01-28
2
-0
/
+34
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
17
-61
/
+61
*
Change refute to assert_not
Daniel Colson
2018-01-25
2
-3
/
+3
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
[next]