aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_test_postgresql.rb
Commit message (Expand)AuthorAgeFilesLines
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-181-2/+2
* mode postgresql adapters table_exists? method take the schema in to account. ...Aaron Patterson2010-04-111-0/+15
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-0/+22
* Fixed wrong quoting of index names in postgres [#2402 state:resolved]Max Lapshin2009-04-211-0/+10
* Support multiple schemas in table names for postgresql [#390 state:resolved]Max Lapshin2009-04-051-0/+44
* Make the schema dumper respect the schema settings in database.yml. Referenc...Michael Koziarski2008-03-031-0/+38
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+64