aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* Fix test failures from premature merge of #21317Matthew Draper2015-09-071-4/+8
* Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-2/+9
* pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-282-3/+8
* pg docs, `connection.tables` does not use the `name` argument.Yves Senn2015-08-281-1/+1
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-2/+2
* JSON is still an adapter specific type.Sean Griffin2015-08-213-1/+12
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-183-37/+1
* Merge pull request #20459Sean Griffin2015-08-061-0/+24
|\
| * Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+24
* | Freeze string literals when not mutated.schneems2015-07-191-1/+1
* | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-1/+2
* | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
|/
* Return a `Point` object from the PG Point typeSean Griffin2015-06-052-0/+51
* Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* Avoid the heredoc in one line queries and simple queriesRyuta Kamizono2015-05-191-20/+5
* Fix `serial?` with quoted sequence nameRyuta Kamizono2015-05-181-1/+2
* :nodoc: postgresql add_columnTony Miller2015-05-131-3/+1
* :nodoc: rename_column in postgresql/schema_statements.rbTony Miller2015-05-081-1/+1
* Use `select_value` for avoid `ActiveRecord::Result` instance creatingRyuta Kamizono2015-05-051-21/+16
* PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-2/+12