| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 1 | -13/+17 |
* | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 1 | -10/+12 |
* | Typos in AR tests | Akira Matsuda | 2016-02-03 | 1 | -1/+1 |
* | Handle specified schemas when removing a Postgres index | Grey Baker | 2015-12-18 | 1 | -0/+14 |
* | Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes | Matthew Draper | 2015-12-18 | 1 | -0/+5 |
|\ |
|
| * | Support passing the schema name prefix to `conenction.indexes` | Grey Baker | 2015-12-17 | 1 | -0/+5 |
* | | Support removing custom-names indexes when only specifying column names | Grey Baker | 2015-12-15 | 1 | -2/+0 |
|/ |
|
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -13/+13 |
* | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 1 | -1/+1 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+2 |
* | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 1 | -2/+2 |
* | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 1 | -7/+47 |
* | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 1 | -10/+21 |
* | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 1 | -0/+5 |
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -3/+3 |
* | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 1 | -3/+3 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 1 | -2/+2 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -2/+6 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 1 | -1/+1 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 1 | -1/+51 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | fix set_pk_sequence and add a test for it. | Aaron Patterson | 2014-10-31 | 1 | -0/+8 |
* | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 1 | -0/+26 |
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719. | Yves Senn | 2014-05-30 | 1 | -2/+11 |
* | remove unused variable warning | Kuldeep Aggarwal | 2014-05-26 | 1 | -1/+1 |
* | Fixed the inferred table name for HABTM within a schema | Eric Chahin | 2014-05-20 | 1 | -0/+26 |
* | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction. | Yves Senn | 2014-05-19 | 1 | -15/+0 |
* | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red... | kares | 2014-05-14 | 1 | -0/+15 |
* | Prevent state leak in test. | Guo Xiang Tan | 2014-04-03 | 1 | -17/+16 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | Merge pull request #13688 from jbaudanza/psql-index-exists | Rafael Mendonça França | 2014-02-01 | 1 | -0/+12 |
|\ |
|
| * | psql implementation of #index_name_exists? | Jonathan Baudanza | 2014-01-16 | 1 | -0/+12 |
* | | test to ensure bad prepared statements raise a StatementInvalid exception | Aaron Patterson | 2014-01-17 | 1 | -0/+6 |
|/ |
|
* | Custom index type support with :using. | doabit | 2013-03-24 | 1 | -5/+15 |
* | #7914 get default value when type uses schema name | Arturo Pie | 2012-10-13 | 1 | -1/+1 |
* | Cleanup trailing whitespaces | dfens | 2012-10-12 | 1 | -1/+1 |
* | Adds #create/drop_schema on the PostgreSQL Adapter. | Travis Jeffery | 2012-03-07 | 1 | -2/+37 |
* | Add #schema_names to PostgreSQL Adapter. | Travis Jeffery | 2012-03-07 | 1 | -0/+4 |
* | Restored ability to identify ID and Sequence from tables relying on a nonmatc... | William Lawson | 2012-02-20 | 1 | -3/+7 |
* | Avoid postgres 9.X syntax | Jon Leighton | 2011-12-03 | 1 | -1/+5 |
* | Deprecate set_table_name in favour of self.table_name= or defining your own m... | Jon Leighton | 2011-11-29 | 1 | -5/+5 |
* | fixing tests on PG | Aaron Patterson | 2011-11-16 | 1 | -1/+1 |
* | Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be... | Aaron Patterson | 2011-11-06 | 1 | -0/+4 |
* | AR changes to support creating ordered (asc, desc) indexes | Vlad Jebelev | 2011-11-04 | 1 | -4/+12 |
* | reset prepared statement when schema changes imapact statement results. fixes... | Aaron Patterson | 2011-10-18 | 1 | -0/+8 |
* | refs #3232. Prepared statements and postgreSQL schemas. | Juan M. Cuello | 2011-10-05 | 1 | -0/+19 |
* | Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawr | Aaron Patterson | 2011-09-07 | 1 | -0/+6 |
* | Make #extract_schema_and_table an instance method in Utils | Daniel Schierbeck | 2011-07-09 | 1 | -15/+0 |
* | Refactor PostgreSQLAdapter a bit | Daniel Schierbeck | 2011-07-08 | 1 | -2/+2 |