aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
| * | Replace `type_cast` case statement with delegationSean Griffin2014-05-201-7/+0
* | | Have Postgres OID types inherit from general typesSean Griffin2014-05-202-146/+80
|/ /
* | Delegate `Column#type` to the injected type objectSean Griffin2014-05-192-13/+5
* | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-193-24/+30
* | pg, add missing nodocs for extracted modules.Yves Senn2014-05-194-6/+6
* | Merge pull request #15156 from sgrif/sg-postgres-timestampsYves Senn2014-05-181-6/+3
|\ \
| * | PostgreSQL timestamps are always datetimesSean Griffin2014-05-171-6/+3
* | | Add a type object to Column constructorSean Griffin2014-05-171-2/+2
|/ /
* | :scissors:Rafael Mendonça França2014-05-142-2/+0
* | Methods of these modules are internalRafael Mendonça França2014-05-142-14/+14
* | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-141-1/+19
* | move PostgreSQL's DatabaseStatements out of the PostgreSQLAdapter name-spacekares2014-05-141-1/+6
* | PostgreSQL's SchemaStatements seems a could candidate for re-use (with AR-JDBC)kares2014-05-141-6/+2
* | introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-146-9/+10
* | Merge pull request #15092 from kares/pg-array-parserRafael Mendonça França2014-05-132-27/+27
|\ \
| * | [postgres] include PgArrayParser directly and only load/include ArrayParser i...kares2014-05-132-27/+27
* | | extract pg type map initialization process to `TypeMapInitializer`.Yves Senn2014-05-131-0/+71
|/ /
* | pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-122-2/+3
* | pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+1
* | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-3/+8
* | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-1/+1
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-101-0/+3
|\ \
| * | copy edits [ci skip]Vijay Dev2014-05-081-1/+1
| * | [ci skip] document type_cast_for_writeschneems2014-05-071-0/+3
* | | refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-041-4/+0
|/ /
* | PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-6/+1
* | Optimize select_value, select_values, select_rows and dry up checking whether...Kris Selden2014-04-171-19/+33
* | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-152-2/+17
* | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-112-7/+2
* | Use connection-specific bytea escapingMatthew Draper2014-04-081-2/+2
* | Treat blank UUID values as nilDmitry Lavrov2014-04-031-1/+8
* | PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]Dave Lee2014-04-021-4/+1
* | PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-012-101/+91
* | refactor, put `PostgreSQLColumn` into `column.rb`.Yves Senn2014-03-311-0/+221
* | Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+1
* | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-0/+1
* | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-041-0/+6
* | Coerce strings when reading attributes.Yves Senn2014-02-231-5/+13
* | deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-0/+12
* | dynamically define PostgreSQL OID range types.Yves Senn2014-02-231-36/+14
* | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+5
|\ \
| * | Correctly escape PostgreSQL arrays.Aaron Patterson2014-02-181-1/+5
* | | Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-172-7/+7
* | | Merge pull request #13688 from jbaudanza/psql-index-existsRafael Mendonça França2014-02-011-0/+13
|\ \ \
| * | | psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+13
* | | | Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-2/+3
* | | | Fix regression on `.select_*` methods.Arthur Neves2014-01-301-2/+2
|/ / /
* / / fix quoting non-stringsDamien Mathieu2013-12-221-1/+1
|/ /
* | Use the right type_mapRafael Mendonça França2013-12-052-5/+3
* | make the type_map per connection. fixes #13182Aaron Patterson2013-12-041-1/+1