aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* #7914 Using a better way to get the defaults from db.Arturo Pie2012-10-131-5/+5
* PostgreSQL, quote table names when fetching the primary key. Closes #5920Yves Senn2012-10-051-1/+1
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+5
* Merge pull request #7547 from danmcclain/pg-arraysRafael Mendonça França2012-09-164-6/+163
|\
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-144-6/+163
* | Query for sequence info also should be markd as SCHEMA.kennyj2012-09-151-3/+3
* | Query for loading index info should be marked as SCHEMA.kennyj2012-09-151-1/+1
* | Remove our use of #outside_transaction?Jon Leighton2012-09-151-0/+6
|/
* indent fix [ci skip]Vijay Dev2012-09-091-1/+1
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-053-2/+31
* Modularize postgresql adapterKonstantin Shabanov2012-09-055-0/+902
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-0/+1
* Converts inet and cidr columns to NetAddr::CIDRDan Seaver2012-05-071-3/+12
* PG column consults oid types when typecastingAaron Patterson2012-02-101-2/+3
* dynamically populate casting objects via the pg_type tableAaron Patterson2012-02-101-35/+57
* Merge branch 'joelhoffman-postgres_schema_builder' into instance_readerAaron Patterson2012-02-101-1/+1
* removing dead codeAaron Patterson2012-02-091-7/+0
* use the pg column to cast valuesAaron Patterson2012-02-081-1/+1
* only unescape bytea after it has been read from the databaseAaron Patterson2012-02-071-0/+4
* give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-12/+20
* hstores can be typecastAaron Patterson2012-02-071-0/+10
* taking column width in to account when fetching decimal fieldsAaron Patterson2012-02-071-1/+40
* return early from typecasting if the value is nilAaron Patterson2012-02-071-1/+15
* mapping more oidsAaron Patterson2012-02-071-1/+7
* many of the OIDs mapped and implementedAaron Patterson2012-02-071-0/+146