aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/postgresql_specific_schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix default output for postgres network address typesErik Peterson2013-02-261-3/+3
* Fix PostgreSQL tests on TravisAndrew White2013-01-241-1/+1
* Add postgresql range types supportbUg2013-01-231-12/+14
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-1/+10
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-1/+11
* Fix some indentation in the postgresql_specific_schemaRafael Mendonça França2012-11-281-9/+9
* Add comment to a table without model.Rafael Mendonça França2012-11-281-0/+1
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+5
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-1/+8
* postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-061-1/+2
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-1/+10
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-1/+9
* Create plpgsql language if not availablePrem Sichanugrist2012-04-271-21/+29
* add use_returning as a postgresql connection configDoug Cole2012-03-311-2/+27
* don't test schema where hstore not installedJoel2012-02-081-0/+2
* schema dumper tests for hstoreJoel2012-02-081-1/+8
* Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-1/+9
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-1/+8
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-2/+13
* Ensure postgresql tests work when starting from scratch.Frederick Cheung2008-04-301-1/+1
* Use schema.rb for all databasesFrederick Cheung2008-04-221-0/+103