aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/postgresql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+16
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-44/+0
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-61/+23
* Remove duplicated composite primary key testsRyuta Kamizono2016-02-011-8/+0
* :speak_no_evil: :warning:Akira Matsuda2016-02-011-1/+3
* `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-151-2/+2
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-5/+0
* Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bugSean Griffin2015-09-241-0/+14
|\
| * Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-201-0/+15
|/
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-8/+8
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-2/+2
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove Relation#bind_paramsSean Griffin2015-01-271-6/+10
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-4/+1
* pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8
* pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-8/+6
* Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-0/+11
|\
| * Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-0/+11
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-3/+5
* | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-0/+11
* | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-111-0/+28
* | Extract with_example_table into helper method.Guo Xiang Tan2014-03-201-6/+5
* | Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+45
* | tests are responsible to clean up afterwards.Yves Senn2014-02-131-82/+114
* | used user-defined configurations for running tests that might depend on user'...Kuldeep Aggarwal2013-12-291-1/+2
* | Tell how to Create a Database in Error Messageschneems2013-12-231-0/+7
* | Fix PostgreSQL insert to properly extract table name from multiline string SQL.Kuldeep Aggarwal2013-12-191-0/+12
|/
* Remove deprecated SchemaStatements#distinctFrancesco Rodriguez2013-07-021-46/+0
* Merge pull request #10556 from Empact/deprecate-schema-statements-distinctRafael Mendonça França2013-05-121-12/+24
* Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"Ben Woosley2013-05-101-0/+34
* Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-251-0/+9
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-011-0/+6
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-9/+0
* checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+9
* Refactoring, testing and documenting pg_connection.distinctSemyon Perepelitsa2012-11-211-0/+29
* PostgreSQL, quote table names when fetching the primary key. Closes #5920Yves Senn2012-10-051-0/+4
* refactor configuration of insert_returningDoug Cole2012-04-071-19/+15
* pick better names and add a little documentationDoug Cole2012-04-011-8/+8
* improve test coverageDoug Cole2012-03-311-0/+26
* add use_returning as a postgresql connection configDoug Cole2012-03-311-0/+9
* Remove NULLS FIRST/LAST. closes #5152kennyj2012-02-251-0/+5
* Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-0/+6
* remove table quoting in primary_key methodPaul Gallagher2011-06-111-0/+30
* apply private method indentation conventionPaul Gallagher2011-06-101-1/+1
* Improve PostgreSQL adapter schema-awarenessPaul Gallagher2011-06-101-0/+39