aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-2/+2
* Merge pull request #19988 from kamipo/move_comment_about_microsecondsZachary Scott2015-05-031-2/+1
|\
| * Move comment about microseconds [ci skip]Ryuta Kamizono2015-05-031-2/+1
* | `:nodoc:` postgresql's change_columnTony Miller2015-05-031-2/+1
|/
* :nodoc: change_column_null in the implmenting adaptersTony Miller2015-05-031-1/+1
* Added documentation for PostGreSQL database_statements [ci skip]Prathamesh Sonpatki2015-04-301-0/+3
* No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-061-9/+1
* change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-061-1/+1
* drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-061-0/+8
* Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+16
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-252-143/+6
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-252-4/+4
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-2/+2
* fix typo in transaction argument. Closes #19265.Yves Senn2015-03-111-1/+1
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-1/+3
* [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.Juanito Fatas2015-03-031-2/+2
* rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-9/+28
* The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
* Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-33/+33
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-6/+0
* Handle array option in `type_to_sql`Ryuta Kamizono2015-02-191-19/+16
* Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-4/+8
* Rm `Type#type_cast`Sean Griffin2015-02-176-8/+8
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1710-12/+12
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-177-8/+8