aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Rails 5.1 point type should not raise exception if empty string is provided a...bUg2016-05-151-0/+2
* Treat blank comments as no comment for indexesRyuta Kamizono2016-04-291-1/+1
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-15/+20
* Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-241-0/+2
* Fix `test_blank_columns_created_in_block`Ryuta Kamizono2016-04-201-1/+1
* Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-181-1/+1
|\
| * Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-1/+1
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-16/+16
* | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-8/+43
* | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-2/+2
* | Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-311-4/+4
|/
* 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
* | Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8Rafael França2016-03-111-4/+0
|\ \
| * | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-4/+0
| |/
* | Merge pull request #23677 from kamipo/passing_table_name_to_column_initializeRafael França2016-03-112-5/+5
|\ \ | |/ |/|
| * Passing `table_name` to `Column#initialize` to avoid `instance_variable_set`Ryuta Kamizono2016-03-081-5/+3
| * Initialize `column.table_name` immediately for `column.serial?` correctly wor...Ryuta Kamizono2016-03-082-3/+5
* | Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8Rafael França2016-03-111-0/+4
|\ \ | |/ |/|
| * Fix bigserial appears with limit 8 for schema dumperRyuta Kamizono2016-03-041-0/+4
* | Remove outdated comment [ci skip]Ryuta Kamizono2016-03-041-1/+0
|/
* Exclude `:name` and `:type` from `prepare_column_options`Ryuta Kamizono2016-02-291-1/+1
* eliminate warnings about multiple primary keys on habtm join tablesAaron Patterson2016-02-191-1/+1
* `schema_type` returns symbol rather than stringRyuta Kamizono2016-02-081-3/+3
* Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-012-38/+43
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-2/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-4/+2
* Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-2/+4
* Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-221-0/+2
* Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-162-11/+8
|\
| * Add expression support on the schema defaultRyuta Kamizono2016-01-132-11/+8
* | `sql_for_insert` returns values for passing to `exec_insert`Ryuta Kamizono2016-01-151-12/+8
|/
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-082-1/+12
* Merge pull request #22973 from kamipo/fix_select_values_method_signatureRafael França2016-01-081-2/+2
|\
| * Fix `select_values` method signature for consistencyRyuta Kamizono2016-01-081-2/+2
* | `{update|delete}_sql` are almost the same as `{update|delete}`Ryuta Kamizono2016-01-081-5/+0
|/
* Refactor `connection.insert_sql`Ryuta Kamizono2016-01-071-16/+2
* Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-4/+0
* Handle specified schemas when removing a Postgres indexGrey Baker2015-12-181-3/+16
* Support passing the schema name prefix to `conenction.indexes`Grey Baker2015-12-171-9/+12
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-1/+16
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-2/+2
* Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-0/+54
* Wrong usage of 'a' in docs fixed [ci skip]Mehmet Emin İNAÇ2015-10-031-1/+1
* Merge pull request #20317Sean Griffin2015-09-231-11/+7
|\
| * Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-11/+7
* | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+11
|/
* Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+24
|\
| * Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+24
* | Correctly dump composite primary keyRyuta Kamizono2015-09-201-11/+13
|/