aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* PostgreSQL: migrations support :limit with :integer columns by mapping limit ...Jeremy Kemper2006-05-121-0/+12
* Properly quote index names in migrations (closes #4764) [John Long]Rick Olson2006-04-201-2/+1
* Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...Tobias Lütke2006-04-041-7/+25
* Add AbstractAdapter#table_alias_for to create table aliases according to the ...Rick Olson2006-03-181-0/+3
* Remove broken attempts at handling columns with a a default of 'now()' in the...Michael Koziarski2006-03-181-3/+0
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-0/+5
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-091-1/+1
* Support the :column option for remove_index with the PostgreSQL adapter. Clos...Marcel Molina2006-01-311-7/+1
* Fix change_column to work with postgres 7.x and 8.x.Scott Barron2005-12-201-1/+11
* DRY up PG's add_column a bit to use change_column_default and match the otherScott Barron2005-12-201-9/+3
* Check for the key instead of the value, because it (the value) can be false.Scott Barron2005-12-201-1/+1
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-3/+4
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-281-2/+4
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-221-4/+17
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-131-0/+18
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-121-15/+42
* Map AR time to PostgreSQL TIME. Closes #2575.Jeremy Kemper2005-10-231-1/+1
* Correct PostgreSQL primary key sequence detection. #2507Jeremy Kemper2005-10-181-13/+20
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-4/+36
* Back out of [2548].Marcel Molina2005-10-141-18/+18
* Optimize postgresql selects.Marcel Molina2005-10-131-18/+18
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-091-1/+1
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+2
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-0/+4
* Get rid of old symbolize_strings_in_hash.Jeremy Kemper2005-09-301-9/+7
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-271-1/+1
* r3590@asus: jeremy | 2005-09-26 17:00:53 -0700Jeremy Kemper2005-09-261-7/+43
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-73/+80
* Fix migrations with PG 7.x.Scott Barron2005-09-251-0/+13
* Allow the postgresql adapter to work with the SchemaDumper.Jamis Buck2005-09-231-4/+48
* Post the postgresql adapter (and hopefully other adapters) pass all testsJamis Buck2005-09-231-2/+8
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-1/+1
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-4/+7
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-3/+15
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-0/+21
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-50/+62
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-18/+17
* Added encoding and min_messages options for PostgreSQL #1205 [shugo]David Heinemeier Hansson2005-04-301-0/+6
* 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