aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-2/+2
* Remove optimization that was required with whiny nilsSean Griffin2014-06-051-8/+0
* Collapse PG default extractoin of most types to single regexSean Griffin2014-06-041-48/+6
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+3
* Respect limit for PG bit stringsSean Griffin2014-06-031-5/+5
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-2/+4
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-1/+2
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-301-1/+8
* Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-0/+2
* pg, add missing `:nodoc:` to adapter.Yves Senn2014-05-261-8/+8
* pg, remove unused code. Use `extract_schema_and_table` instead.Yves Senn2014-05-261-10/+0
* pg, extract schema definitions into separate file.Yves Senn2014-05-241-135/+3
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-25/+15
* Move parsing of PG sql strings for defaults out of columnSean Griffin2014-05-231-0/+71
* Push limit to type objectsSean Griffin2014-05-221-2/+10
* Push precision to type objectsSean Griffin2014-05-221-3/+15
* Push scale to type objectsSean Griffin2014-05-221-1/+5
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-1/+1
* Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-2/+49
|\
| * Use the generic type map for all PG type registrationsSean Griffin2014-05-221-2/+49
* | Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-2/+2
|/
* Use the generic type map for PostgreSQL OID registrationsSean Griffin2014-05-201-3/+20
* Have Postgres OID types inherit from general typesSean Griffin2014-05-201-1/+1
* Remove :timestamp column typeSean Griffin2014-05-191-1/+0
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-9/+0
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-0/+1
* pg, add missing nodocs for extracted modules.Yves Senn2014-05-191-4/+4
* :scissors:Rafael Mendonça França2014-05-141-2/+0
* PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-141-19/+0
* move PostgreSQL's DatabaseStatements out of the PostgreSQLAdapter name-spacekares2014-05-141-6/+1
* PostgreSQL's SchemaStatements seems a could candidate for re-use (with AR-JDBC)kares2014-05-141-2/+5
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-6/+11
* extract pg type map initialization process to `TypeMapInitializer`.Yves Senn2014-05-131-65/+3
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-0/+8
|\
| * Optimize select_value, select_values, select_rows and dry up checking whether...Kris Selden2014-04-171-0/+8
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-141-3/+20
|\|
| * PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-2/+2
| * PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-111-3/+20
* | remove the bind visitor since the collector handles substituting bind valuesAaron Patterson2014-04-091-6/+2
|/
* PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1
* PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]Dave Lee2014-04-021-0/+4
* Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-011-2/+2
* fix, adjust OID query without range support to include required fields.Yves Senn2014-04-011-3/+4
* refactor, use `typtype` instead of `typinput` to segment PG types.Yves Senn2014-04-011-3/+3
* PostgreSQL, register custom domains. Closes #14305.Yves Senn2014-04-011-1/+11
* refactor, put `PostgreSQLColumn` into `column.rb`.Yves Senn2014-03-311-218/+1
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-4/+0
* Teach PostgreSQLAdapter#reset! to actually resetMatthew Draper2014-03-181-1/+6
* `change_table` supports `citext`. Follow up to #12523.Yves Senn2014-03-111-0/+4
* register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-1/+8