aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Remove unneccessary special case for money in quotingSean Griffin2014-07-031-7/+0
* | Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-032-3/+2
|\ \
| * | Do not rely on the column type when quoting infinitySean Griffin2014-07-032-3/+2
| |/
* / Use the type object for type casting HStore columnsSean Griffin2014-07-033-55/+34
|/
* Quote range strings when quoting PG rangesSean Griffin2014-07-021-1/+1
* Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-021-3/+4
* Merge pull request #15977 from sgrif/sg-remove-array-hackGodfrey Chan2014-06-291-24/+0
|\
| * Remove array workaround in PG quotingSean Griffin2014-06-291-24/+0
* | Remove unused `array_member` from PG quoting for HStore columnsSean Griffin2014-06-292-12/+9
|/
* Use the type object when sending point columns to the DBSean Griffin2014-06-293-19/+9
* Use the type object for sending JSON to the databaseSean Griffin2014-06-293-22/+10
* Always pass a column with a type object to quoteSean Griffin2014-06-281-0/+8
* rename sequence only if it existsAbdelkader Boudih2014-06-271-3/+3
* fk: review corrections: indent, visibility, syntax, wording.Yves Senn2014-06-261-12/+12
* fk: support for on_updateYves Senn2014-06-261-7/+12
* fk: rename `dependent` to `on_delete`Yves Senn2014-06-261-2/+2
* fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-261-1/+8