index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
db_definitions
/
postgresql.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
1
-0
/
+40
*
Consistently quote primary key column names. Closes #7763.
Jeremy Kemper
2007-03-09
1
-0
/
+5
*
Inline primary keys.
Jeremy Kemper
2007-01-12
1
-57
/
+41
*
MySQL: detect when a NOT NULL column without a default value is misreported a...
Jeremy Kemper
2006-11-20
1
-2
/
+2
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-1
/
+11
*
Correct syntax error in postgresql schema definition
Michael Koziarski
2006-03-15
1
-1
/
+1
*
Added new column to all db definitions. Where, oh where, is our hereo that wi...
David Heinemeier Hansson
2006-02-28
1
-0
/
+5
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
1
-0
/
+7
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
1
-0
/
+7
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
1
-2
/
+3
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-2
/
+3
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
1
-0
/
+5
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
1
-0
/
+11
*
smallint -> boolean in pg sql
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
1
-0
/
+9
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
1
-1
/
+2
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
1
-0
/
+1
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
1
-1
/
+2
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
1
-0
/
+2
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-2
/
+0
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-1
/
+1
*
Preserve extendedWarranty case in PostgreSQL computers table.
Jeremy Kemper
2005-06-11
1
-1
/
+1
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
1
-1
/
+2
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-0
/
+9
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
1
-2
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
1
-0
/
+10
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
1
-0
/
+20
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-0
/
+6
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
1
-0
/
+1
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
1
-1
/
+2
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
1
-0
/
+5
*
Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...
David Heinemeier Hansson
2005-01-01
1
-0
/
+6
*
Added automated optimistic locking if the field lock_version is present #384 ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+7
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
1
-0
/
+1
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
1
-0
/
+1
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
1
-0
/
+12
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
1
-0
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+114