aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-1/+2
* Fix loading of fixtures when the column type is a postgres array of strings.Chris Constantine2013-04-181-1/+1
* Revert "Merge pull request #10043 from cconstantine/master"Rafael Mendonça França2013-04-181-15/+0
* Merge pull request #10043 from cconstantine/masterRafael Mendonça França2013-04-181-0/+15
|\
| * Fix loading of string arrays in postgresChris Constantine2013-04-081-0/+15
* | Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-2/+4
* | Add OID::Bit for supporting bit string.kennyj2013-04-162-2/+19
* | fix for the bytea/binary nil value bugMatt Aimonetti2013-04-141-0/+1
|/
* Do not calculate values if they are not going to be usedCarlos Antonio da Silva2013-03-301-7/+9
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-2/+2
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-6/+2
* Fix typoRafael Mendonça França2013-03-251-1/+1
* The sql_type method called here is fromRafael Mendonça França2013-03-251-6/+5
* Move away from column.sql_type in untested code tooMartin Schürrer2013-03-251-5/+6
* Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-253-5/+35
* Merge branch 'jlxw-patch-2'Rafael Mendonça França2013-03-231-2/+2
|\
| * Fix regex to strip quotations from hstore valuesjlxw2013-03-231-2/+2
* | Custom index type support with :using.doabit2013-03-241-1/+11
|/
* add uuid primary key supportAaron Patterson2013-03-221-0/+9
* push the mysql add_column up to the abstract adapterAaron Patterson2013-03-221-10/+4
* allow multiple add columnsAaron Patterson2013-03-221-1/+1
* pull add_column_options! off the pg connection classAaron Patterson2013-03-221-0/+13
* add a pg visitor for dealing with schema modificationAaron Patterson2013-03-221-4/+21
* stop depending on sql_type in pgAaron Patterson2013-03-221-6/+8
* Cast number to string in PostgresŁukasz Strzałkowski2013-03-121-3/+6
* Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::TimeTroy Kruthoff2013-03-011-4/+1
* also rename indexes when a table or column is renamedYves Senn2013-02-201-3/+6
* Fix typoRafael Mendonça França2013-01-311-2/+2
* reloading type map on extension changingAaron Patterson2013-01-291-0/+4
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+4
* Add postgresql range types supportbUg2013-01-234-59/+80
* Don't rely on Hash key's orderingVitor Baptista2013-01-161-2/+2
* These are already required through AS/railsAkira Matsuda2013-01-071-2/+0
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-0/+1
* Reuse the Column integer converterRafael Mendonça França2013-01-031-1/+1
* #5523 Add ability for postgresql adapter to disable user triggers in disable_...Gary S. Weaver2012-12-181-4/+12
* AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...Alexey2012-12-171-4/+11
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-164-0/+52
* Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-051-3/+2
* pg_namespace table isn't used.kennyj2012-12-051-1/+0
* Merge pull request #6245 from bogdan/bc_timestampRafael Mendonça França2012-11-212-3/+9
|\
| * Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-212-3/+9
* | Refactoring, testing and documenting pg_connection.distinctSemyon Perepelitsa2012-11-211-13/+10
|/
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+7
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-1/+1
|\
| * Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-231-1/+1
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-4/+3
|/
* Fix typo in inet and cidr savingMiguel Herranz2012-10-141-1/+1
* #7914 Remove code for unsupported postgreSQL version.Arturo Pie2012-10-131-3/+0