aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Unprepared Visitor + unprepared_statementCédric FABIANSKI2013-03-081-1/+1
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-011-0/+2
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-281-2/+14
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-3/+3
* Remove valid_type? methodJon Leighton2013-02-151-4/+0
* Revert "Make valid_type? public"Jon Leighton2013-02-151-4/+4
* Make valid_type? publicSam Ruby2013-02-141-4/+4
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-0/+4
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+4
* | Call super to use the abstract adapter implementation insteadCarlos Antonio da Silva2013-02-061-1/+1
* | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...Justin George2013-02-061-0/+9
* | reloading type map on extension changingAaron Patterson2013-01-291-2/+11
* | fixing commentAaron Patterson2013-01-291-1/+1
* | Fix typoRafael Mendonça França2013-01-291-1/+1
* | Only search for enabled extension if the PostgreSQL version supportsRafael Mendonça França2013-01-291-3/+5
* | add API to pg for enabling / disabling hstoreAaron Patterson2013-01-281-0/+19
* | Fix PostgreSQL tests on TravisAndrew White2013-01-241-0/+5
* | Add postgresql range types supportbUg2013-01-231-11/+34
|/
* Use whitelist to pass valid connection parameters to PGConn.Rafael Mendonça França2013-01-061-7/+10
* Remove the configuration key in the correct placeRafael Mendonça França2013-01-061-3/+1
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-25/+23
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-1/+8
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-4/+15
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-1/+16
* #7914 Remove code for unsupported postgreSQL version.Arturo Pie2012-10-131-3/+0
* #7914 Using a better way to get the defaults from db.Arturo Pie2012-10-131-1/+2
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-1/+1
* Fixed unclosing tagAvnerCohen2012-10-091-1/+1
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+4
* Merge pull request #7547 from danmcclain/pg-arraysRafael Mendonça França2012-09-161-9/+66
|\
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-9/+66
* | Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-2/+2
* | Store the transaction number in the transaction objectJon Leighton2012-09-151-1/+0
|/
* postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-061-1/+1
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-1/+12
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-985/+136
* Refactor AR::Result or inherits. Because we have redundant codes aboutkennyj2012-08-221-8/+1
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.Steve Jorgensen2012-07-161-0/+1
* Don't crash exception translation w/ nil result attribute.Steve Jorgensen2012-07-161-1/+1
* Merge pull request #6874 from robbkidd/rename_sequences_tooAaron Patterson2012-07-101-0/+7
|\
| * Update psql adapter to rename a default pkey sequence when renaming a table.Robb Kidd2012-06-271-0/+7
* | Unify the collation API for the database adptersRafael Mendonça França2012-07-011-4/+4
* | Support collate and ctype on the PostgreSQL.kennyj2012-06-291-1/+20
|/
* Allow precision option for postgresql datetimesTony Schneider2012-06-221-0/+10
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-1/+1
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-3/+7
* Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
|\
| * Properly discover a connection is closed in postgresql_adapterSteve Klabnik2012-05-241-1/+2
* | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-301-6/+5
|\ \