aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+13
* make the type_map per connection. fixes #13182Aaron Patterson2013-12-041-1/+1
* Merge pull request #10664 from aderyabin/docpatchYves Senn2013-10-291-1/+1
|\
| * Fix doc in Postgres database creationAndrey Deryabin2013-06-251-1/+1
* | `change_column` for PG adapter respects `:array` option.Yves Senn2013-07-161-2/+3
|/
* Reject blank order_values within #columns_for_distinct, as the orders aren't ...Ben Woosley2013-05-101-1/+1
* Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"Ben Woosley2013-05-101-7/+2
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-1/+2
* Do not calculate values if they are not going to be usedCarlos Antonio da Silva2013-03-301-7/+9
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-2/+2
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-6/+2
* Custom index type support with :using.doabit2013-03-241-1/+11
* add uuid primary key supportAaron Patterson2013-03-221-0/+9
* push the mysql add_column up to the abstract adapterAaron Patterson2013-03-221-10/+4
* allow multiple add columnsAaron Patterson2013-03-221-1/+1
* pull add_column_options! off the pg connection classAaron Patterson2013-03-221-0/+13
* add a pg visitor for dealing with schema modificationAaron Patterson2013-03-221-4/+21
* 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