aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-0/+7
* Register adapter specific types with the global type registrySean Griffin2015-02-151-38/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-7/+0
* Merge pull request #18888 from kamipo/refactor_quote_default_expressionRafael Mendonça França2015-02-112-12/+6
|\
| * Refactor `quote_default_expression`Ryuta Kamizono2015-02-112-12/+6
* | Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* | Remove most PG specific type subclassesSean Griffin2015-02-1111-83/+14
|/
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-9/+0
* Merge pull request #18849 from kamipo/array_type_is_a_part_of_sql_typeSean Griffin2015-02-091-18/+3
|\
| * An array type is a part of `sql_type`Ryuta Kamizono2015-02-081-18/+3
* | Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+9
|/
* rm `Type#text?`Sean Griffin2015-02-071-4/+0
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-074-4/+4
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-063-1/+54
* Add default options to 'bit' and 'bit_varying' methodsMelody2015-02-031-2/+2
* Adds default options hash for postgres money typeMelody Berton2015-02-031-1/+1
* rm `Column#cast_type`Sean Griffin2015-02-033-18/+53
* Remove most uses of `Column#cast_type`Sean Griffin2015-01-303-9/+17
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-1/+1
* Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-1/+1
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* Merge pull request #18318 from kamipo/stop_passing_the_column_when_quoting_de...Rafael Mendonça França2015-01-041-1/+2
|\
| * Stop passing the column to the `quote` method when quoting defaultsRyuta Kamizono2015-01-041-1/+2
* | Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-5/+4
|/
* Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-021-1/+1
|\
| * Restore query cache on rollbackFlorian Weingarten2014-12-011-1/+1
* | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-021-0/+4
|\ \
| * | Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+4
* | | Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-301-3/+2
* | | Merge pull request #17680 from larskanis/fix_bytea_change_detectionSean Griffin2014-12-301-0/+1
|\ \ \
| * | | PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-0/+1
| |/ /
* / / Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-4/+4
|/ /
* | Support for any type primary key.Ryuta Kamizono2014-12-281-9/+0
* | Refactor `PostgreSQL::TableDefinition#primary_key`Ryuta Kamizono2014-12-271-4/+2
* | Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+4
* | `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-0/+4
* | Relax the UUID regexGodfrey Chan2014-12-181-9/+2
* | Refactor `quoted_date`Ryuta Kamizono2014-12-111-7/+3
* | Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-0/+3
* | Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-7/+19
* | Merge pull request #17799 from kamipo/refactor_add_column_optionsRafael Mendonça França2014-11-281-4/+12
|\ \
| * | Rename to `quote_default_expression` from `quote_value`Ryuta Kamizono2014-11-281-1/+1
| * | Refactor `add_column_options!`, to move the quoting of default value for :uui...Ryuta Kamizono2014-11-281-4/+12
| |/
* / Refactor `SchemaCreation#visit_AddColumn`Ryuta Kamizono2014-11-271-6/+0
|/
* Move PG float quoting to the correct locationSean Griffin2014-11-251-16/+6
* allow types to be passed in for USING castsAaron Patterson2014-11-241-0/+3
* allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-1/+3
* Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+3
* raise a better exception for renaming long indexesAaron Patterson2014-11-201-0/+3