aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* also rename indexes when a table or column is renamedYves Senn2013-02-201-3/+6
* Add postgresql range types supportbUg2013-01-231-8/+0
* Don't rely on Hash key's orderingVitor Baptista2013-01-161-2/+2
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-0/+8
* Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-051-3/+2
* pg_namespace table isn't used.kennyj2012-12-051-1/+0
* Refactoring, testing and documenting pg_connection.distinctSemyon Perepelitsa2012-11-211-13/+10
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+7
* Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-231-1/+1
* #7914 Remove code for unsupported postgreSQL version.Arturo Pie2012-10-131-3/+0
* #7914 Using a better way to get the defaults from db.Arturo Pie2012-10-131-5/+5
* PostgreSQL, quote table names when fetching the primary key. Closes #5920Yves Senn2012-10-051-1/+1
* Query for sequence info also should be markd as SCHEMA.kennyj2012-09-151-3/+3
* Query for loading index info should be marked as SCHEMA.kennyj2012-09-151-1/+1
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-0/+446