aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'rails/master'Emilio Tagua2009-08-101-3/+22
|\
| * PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-13/+21
| * raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+11
* | Merge commit 'rails/master'Emilio Tagua2009-06-301-0/+11
|\|
| * Make sure the wrapped exceptions also have the original exception available.Michael Koziarski2009-06-261-2/+2
| * Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.Michael Schuerig2009-06-261-0/+2
| * Translate adapter errors that indicate a violated uniqueness constraint to Ac...Michael Schuerig2009-06-261-0/+9
* | Arel now buils SQL queries for associations. Removed old code andEmilio Tagua2009-06-231-14/+0
* | Merge commit 'rails/master'Emilio Tagua2009-06-091-2/+14
|\|
| * PostgreSQL adapter should call thread safe quote_string functionEugene Pimenov2009-06-091-2/+14
* | Refactors to work with latest Arel implementation.Emilio Tagua2009-06-021-0/+1
* | Merge commit 'rails/master'Emilio Tagua2009-05-181-0/+1
|\|
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* | Refactor to calculations. Migration's versions are string not integer. ARel s...Emilio Tagua2009-05-061-10/+10
|/
* Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...Max Lapshin2009-04-211-15/+18
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-3/+3
* Fixed wrong quoting of index names in postgres [#2402 state:resolved]Max Lapshin2009-04-211-1/+1
* Support multiple schemas in table names for postgresql [#390 state:resolved]Max Lapshin2009-04-051-1/+30
* Fix PostgreSQL unit test failures that only occur when using the old 'postgre...Hongli Lai (Phusion)2009-01-131-6/+4
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-7/+7
|\
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-7/+7
* | Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.Hongli Lai (Phusion)2008-11-031-0/+10
* | Make SQLite3 pass the unit tests for savepoints.Hongli Lai (Phusion)2008-11-031-0/+4
* | Fix a stale typo in the PostgreSQL adapter. Fix a stale mock expection in tra...Hongli Lai (Phusion)2008-11-031-1/+1
* | Revert "PostgreSQL: introduce transaction_active? rather than tracking activi...Hongli Lai (Phusion)2008-11-031-38/+0
* | Implement savepoints.Jonathan Viney2008-11-031-0/+11
|/
* Remove reference to fformat to restore support for postgres gem.Michael Koziarski2008-10-261-1/+1
* Fix binary data corruption bug in PostgreSQL adaptorAdam Majer2008-10-251-68/+79
* still need to track whether we're the toplevel transactionJeremy Kemper2008-09-041-3/+10
* PostgreSQL: introduce transaction_active? rather than tracking activity ourse...Jeremy Kemper2008-09-041-0/+32
* PostgreSQL: fix quote_string for certain old pg drivers. [#94 state:resolved]Lars Kanis2008-08-271-1/+1
* PostgreSQL: pg driver expects nil instead of empty string for missing user/passJeremy Kemper2008-08-261-2/+2
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+4
* Properly quote CREATE DATABASE parameters in postgresql [#771 state:resolved]Tarmo Tänav2008-08-221-3/+3
* PostgreSQL: fix transaction bug that can occur if you call change_column with...Miles Georgi2008-08-201-1/+2
* Fixed negative default integer parsing for Postgresql 8.3.3Tarmo Tänav2008-07-311-2/+2
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* PostgreSQL: don't dump :limit => 4 for integersJeremy Kemper2008-07-141-1/+0
* Added db:charset support to PostgreSQL. [#556 state:resolved]Sebastian A. Espindola2008-07-141-0/+13
* MySQL: treat integer with :limit => 11 as a display width, not byte size, for...Jeremy Kemper2008-06-271-4/+8
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-6/+10
* Oops, already had a postgresql_version method!Jeremy Kemper2008-06-221-6/+1
* Only use DROP ... IF EXISTS for PostgreSQL 8.2 or later. [#400 state:resolved]ian2008-06-221-1/+9
* supports_insert_with_returning? caches false result alsoJeremy Kemper2008-06-111-3/+6
* PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later.Jeremy Kemper2008-06-101-3/+20
* PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:r...Jeremy Kemper2008-06-101-2/+17
* Don't append limit to primary key column definition. Freeze some constants.Jeremy Kemper2008-06-081-15/+19
* PostgreSQL: quote bare table namesJeremy Kemper2008-06-071-3/+3
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Merge docrails:Pratik Naik2008-05-091-9/+9