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
/
connection_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
1
-10
/
+10
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-2
/
+2
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-0
/
+42
*
Do not cache prepared statements that are unlikely to have cache hits
Sean Griffin
2015-10-20
1
-1
/
+1
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-3
/
+3
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+1
*
add a truncate method to the connection
Aaron Patterson
2014-09-22
1
-0
/
+10
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-1
/
+1
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-12
/
+3
*
Fix tests not unsubscribing from Notifications.
Guo Xiang Tan
2014-03-28
1
-2
/
+2
*
Teach PostgreSQLAdapter#reset! to actually reset
Matthew Draper
2014-03-18
1
-0
/
+31
*
Terminate the backend ourselves on PG 9.2+
Matthew Draper
2014-02-12
1
-19
/
+29
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-20
/
+20
*
log the statement name along with the SQL
Aaron Patterson
2013-10-04
1
-0
/
+10
*
stop adding singleton methods to the mysql2 adapter
Aaron Patterson
2013-10-04
1
-15
/
+0
*
stop adding singleton methods to the PG connection
Aaron Patterson
2013-10-04
1
-11
/
+26
*
Delete failing test
Jon Leighton
2013-03-22
1
-36
/
+0
*
class_eval should use __FILE__ and __LINE__
Neeraj Singh
2013-01-30
1
-1
/
+1
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
1
-0
/
+41
*
Fix only-once stub logic.
Steve Jorgensen
2012-08-08
1
-1
/
+1
*
Fix just-plain-wrongness of psql auto-reconnect test.
Steve Jorgensen
2012-08-07
1
-8
/
+9
*
Stop being silly with formatting of method aliasing.
Steve Jorgensen
2012-07-16
1
-3
/
+3
*
Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.
Steve Jorgensen
2012-07-16
1
-0
/
+72
*
Unify the collation API for the database adpters
Rafael Mendonça França
2012-07-01
1
-2
/
+2
*
Support collate and ctype on the PostgreSQL.
kennyj
2012-06-29
1
-0
/
+8
*
Change minimum (default) log level in PostgreSQL to warning.
kennyj
2012-06-18
1
-0
/
+4
*
Fix logs name consistency.
kennyj
2012-05-19
1
-0
/
+44
*
Postgresql: add test case for setting custom libpq connection parameters
Lars Kanis
2012-01-04
1
-0
/
+15
*
forgot to add this test case
Aaron Patterson
2011-07-22
1
-0
/
+14