aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]David Heinemeier Hansson2005-03-061-0/+1
* Fixed that postgresql adapter would fails when reading bytea fields with null...David Heinemeier Hansson2005-03-061-2/+2
* Added documentation for database adapters to visible RDocDavid Heinemeier Hansson2005-02-231-2/+12
* Added option :schema_order to the PostgreSQL adapter to support the use of mu...David Heinemeier Hansson2005-02-231-1/+7
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-0/+4
* Fixed binary support for PostgreSQL #444 [alex@byzantine.no]David Heinemeier Hansson2005-01-151-1/+29
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-191-2/+7
* InitialDavid Heinemeier Hansson2004-11-241-0/+170