aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Implement `PostgreSQL::SchemaDumper#extensions`Yasuo Honda2017-10-251-0/+12
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-1/+1
* Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-5/+0
* Don't expose `prepare_column_options`Ryuta Kamizono2017-08-211-7/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-9/+5
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-1/+1
* Merge pull request #24054 from kamipo/extract_default_primary_keyRafael França2016-03-111-10/+7
|\
| * Extract `default_primary_key?` to refactor `column_spec_for_primary_key`Ryuta Kamizono2016-03-111-10/+7
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-4/+0
|/
* Fix bigserial appears with limit 8 for schema dumperRyuta Kamizono2016-03-041-0/+4
* Exclude `:name` and `:type` from `prepare_column_options`Ryuta Kamizono2016-02-291-1/+1
* `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-081-3/+3
* Add expression support on the schema defaultRyuta Kamizono2016-01-131-7/+3
* Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-0/+54