aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* rm `reorder_bind_params`Sean Griffin2014-11-171-4/+0
* Improve the performance of quoting table names on PGSean Griffin2014-11-171-4/+15
* Merge pull request #17463 from mrgilman/remove-index-from-substitute-atSean Griffin2014-11-011-1/+1
|\
| * Remove redundant substitute index when constructing bind valuesMelanie Gilman2014-10-311-1/+1
* | remove unused and untested APIAaron Patterson2014-10-311-6/+2
* | fix set_pk_sequence and add a test for it.Aaron Patterson2014-10-311-1/+1
* | Added region sequencing of primary keys for Postgres.Joe Rafaniello2014-10-311-0/+21
|/
* Remove redundant `to_s` in interpolationclaudiob2014-10-302-4/+4
* let's warn with heredocsXavier Noria2014-10-281-4/+7
* Fix description of OID in TypeMapInitializerPrathamesh Sonpatki2014-10-251-1/+1
* Use #inject over #sum to build PG create DB statementGeoff Harcourt2014-09-171-2/+2
* pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-1/+2
* Move column option handling to new_column_definitionRyuta Kamizono2014-09-031-5/+3
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-4/+4
* pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-2/+2
* CHANGELOG & improvements to #16649Godfrey Chan2014-08-231-2/+2
* Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-1/+2
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+2
* Spelling errorsjbsmith862014-08-141-1/+1
* Remove unused text? predicate method and delegationCarlos Antonio da Silva2014-08-051-4/+0
* Add support for Postgresql JSONBPhilippe Creux2014-07-243-0/+28
* pg, `change_column_default, :table, :column, nil` issues `DROP DEFAULT`.Yves Senn2014-07-241-1/+9
* Treat invalid uuid as nilAbdelkader Boudih2014-07-141-1/+10
* Don't rely on the column SQL type for bit string quotingSean Griffin2014-07-112-13/+33
* Merge pull request #16071 from sgrif/sg-pg-type-castRafael Mendonça França2014-07-081-15/+0
|\
| * Remove PG's definition of `type_cast`Sean Griffin2014-07-061-15/+0
* | Merge pull request #16072 from sgrif/sg-xml-quotingRafael Mendonça França2014-07-083-3/+41
|\ \
| * | Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-063-3/+41
| |/
* / Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-4/+0
|/
* Use the type object for quoting PG RangesSean Griffin2014-07-054-48/+34
* Merge pull request #16037 from sgrif/sg-money-quotingRafael Mendonça França2014-07-041-7/+0
|\