aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-301-0/+11
* 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-302-5/+16
* | pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-2/+43
* | Merge pull request #15370 from sgrif/sg-type-namespaceRafael Mendonça França2014-05-281-1/+1
|\ \
| * | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* | | pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-0/+18
|/ /
* | Merge pull request #15307 from sgrif/sg-type-cast-for-writeYves Senn2014-05-261-1/+0
|\ \
| * | Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-1/+0
* | | remove unused variable warningKuldeep Aggarwal2014-05-261-1/+1
|/ /
* | Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-9/+1
|\ \
| * | Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* | | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/ /
* | Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
* | pg, extract money tests into separate file.Yves Senn2014-05-212-35/+55
* | Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
* | Have Postgres OID types inherit from general typesSean Griffin2014-05-201-4/+4
* | Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+26
* | Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-0/+59
|\ \
| * | Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+59
* | | Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-1/+0
* | | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-192-15/+20
* | | Merge pull request #15088 from kares/shareable-modulesRafael Mendonça França2014-05-142-20/+15
|\ \ \
| * | | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-142-20/+15
* | | | remove warning `ambiguous first argument; put parentheses or even spaces`Kuldeep Aggarwal2014-05-151-1/+1
|/ / /
* | | pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
* | | test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-132-51/+29
* | | test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* | | pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* | | pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* | | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
* | | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | | test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-0/+13
|\ \ \
| * | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+13
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-145-7/+40
|\| | |
| * | | 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-114-6/+28
| * | | Remove warning of unused variableRafael Mendonça França2014-04-101-1/+1
* | | | remove the bind visitor since the collector handles substituting bind valuesAaron Patterson2014-04-091-3/+3
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-0715-118/+306
|\| | |
| * | | Use connection-specific bytea escapingMatthew Draper2014-04-081-0/+17
| * | | Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-041-1/+1
| |\ \ \
| | * | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1