]> git.openstreetmap.org Git - rails.git/history - db
Improve recognition of OAuth referers for triggering of slim mode
[rails.git] / db /
2009-04-09 Thomas WoodFix readme instructions for module compilation
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesCommit ACL related files from earlier merges as svn...
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-02-19 Tom HughesAdd an ACL system to allow key/value pairs to be attach...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Tom HughesAdd some extra indexes.
2008-11-17 Matt AmosMigration to add close-time to changesets. This replace...
2008-11-10 Andy AllanPostgres adapter, and make migration 022 db-agnostic
2008-11-10 Matt AmosMade relations ordered. Added some tests for this....
2008-11-09 Andy Allanremove indexes before renaming tables (some dbs have...
2008-11-09 Andy Allanmigrations: add specific method for nodes/ways/relation...
2008-11-09 Andy Allanmove index dropping to remove_index method
2008-11-09 Daniel SilverstoneUpdate DB readme for PgSQL a bit
2008-11-08 Daniel SilverstoneCREATE FUNCTION statement for pgsql
2008-11-08 Daniel SilverstoneSupport building a postgresql binding for maptile_for_point
2008-11-08 Andy Allanmove fulltext indexes to monkeypatch, since not all...
2008-11-08 Andy AllanMove db engine changing into db adaptor monkeypatch
2008-11-08 Andy Allanlast of the auto_increments removed from the migrations
2008-11-08 Andy AllanFixing boo-boo in r11802 - but you can assign integers...
2008-11-08 Andy AllanMoving AUTO_INCREMENTs to monkeypatching. Seems a bit...
2008-11-08 Andy AllanBoolean correctness in migrations
2008-11-08 Andy Allanmove bigint_pk id column into table def, no need to...
2008-11-08 Shaun McDonaldfixing one cmd that was missed in the resync
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-08 Andy AllanChange bigint id column to monkeypatching-friendly...
2008-11-07 Shaun McDonaldfix the indentation only
2008-11-06 Shaun McDonaldDoing the update version part of the migration in chunk...
2008-11-05 Shaun McDonaldFixing the migration so that it will better match the...
2008-11-04 Shaun McDonaldMinor fix (integer => bigint) to one of the migrations...
2008-10-22 Shaun McDonaldFixing the error messages
2008-10-12 Tom HughesLog the IP address used to create an account.
2008-10-03 Shaun McDonaldFixing a bug in my foreign keys. I can now upload and...
2008-09-30 Shaun McDonaldwrong foreign key command in the migration
2008-09-30 Shaun McDonaldwrong foreign key command in the migration
2008-09-30 Shaun McDonaldusing the wrong field name in one of the migrations
2008-09-30 Shaun McDonaldchanging the changesets migrations, so that the user...
2008-09-25 Shaun McDonaldMinor fix for the migration that was moved
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-08-24 Tom HughesFix migration.
2008-08-24 Tom HughesAdd basic support for logically deleting a user.
2008-08-13 Tom HughesAllow users to change their email address. Closes ...
2008-08-13 Tom HughesAllow a user's email address to be marked invalid,...
2008-08-13 Tom HughesAdd an administrator flag to the user table.
2008-07-03 Shaun McDonaldMerge changes from trunk 7673:8632.
2008-05-04 Tom HughesThe current_way_nodes table is already an InnoDB table.
2008-05-04 Gabriel Ebnerapi06: Fix tag parsing in the node-tags-normalization...
2008-05-04 Gabriel Ebnerapi06: Use 2-byte ints and check malloc return value.
2008-05-04 Gabriel Ebnerapi06: Fix bounds check.
2008-05-04 Gabriel Ebnerapi06: 013_populate_node_tags_and_remove_helper: Initia...
2008-05-04 Frederik Rammbuffer overrun fix
2008-05-04 Tom HughesAdd timestamp indexes to current_ways and current_relat...
2008-05-04 Tom HughesMerge 7649:7673 from trunk.
2008-05-04 Tom HughesGo back to using user_id+k as the primary key for user...
2008-05-04 Gabriel Ebnerapi06: Move add-changeset migr. to no. 16.
2008-05-04 Gabriel Ebnerapi06: Merge changesets code from Frederik.
2008-05-04 Frederik Ramminitial changeset support
2008-05-04 Tom HughesWhen adding new primary keys, drop the old indexes...
2008-05-04 Gabriel Ebnerapi06: Fix the version-numbers-on-current-tables migrat...
2008-05-04 Gabriel Ebnersplit_node_tags: Merge changes in main branch up to...
2008-05-04 Gabriel Ebnersplit_node_tags: Implement key constraints.
2008-05-03 Gabriel Ebnersplit_node_tags: Forgot to migrate current_way_tags...
2008-05-03 Gabriel Ebnersplit_node_tags:
2008-05-03 Gabriel Ebnerrails_port: fix migration to create a primary key with...
2008-05-03 Steve Coastfix migration to remove original stupid index hopefully
2008-05-03 Gabriel Ebnersplit_node_tags: New migration (in C).
2008-05-03 Gabriel Ebnersplit_node_tags: Merge changes from main branch.
2008-05-03 Steve Coastadd individual user preference read/write, and default...
2008-04-07 Tom HughesMake a copy of the rails code for the node tag splittin...
2008-04-07 Tom HughesMake a copy of the rails code for the node tag splittin...
2008-02-23 Tom HughesRestore add_user_image migration.
2008-02-23 Tom HughesRemove image migration as it isn't needed.
2008-02-23 Steve Coastuser images
2008-02-23 Steve Coastpreference stuff
2008-02-23 Steve Coastmove migrations around
2008-01-24 Nick Blackcommented out migration which deletes the ways column...
2008-01-24 Nick Blackfixes syntax error
2008-01-23 Tom Hughes- Add missing null constraints.
2008-01-23 Nick Blackcreated a temporary old nodes table to add version
2008-01-23 Nick Blackremoved unneeded migrations 015 and 014
2008-01-23 Nick Blackmigration 013 removes tags from nodes and old nodes...
2008-01-23 Nick Blackadded migration to add a primary key on nodes id and...
2008-01-23 Nick Blackadds two migrations to create old_node_tags and node_ta...
2008-01-21 Xin Zhengadded mac os x instructions for db function creation
2008-01-17 Tom HughesAdd support for commenting on, and replying to, diary...
2008-01-07 Tom HughesAdd migration to add an index on node_id to way_nodes...
2007-10-09 Tom HughesAdd a maptile_for_point() function for MySQL to work...
2007-10-07 Richard FairhurstOS X-compatible makefile supplied by agnat
2007-10-07 Gabriel EbnerMerge rails_port_0.5
2007-10-04 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-10-04 Tom HughesCorrect instructions for creating the database to ensur...
2007-09-30 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-29 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-28 Tom HughesRescale GPS points correctly when downgrading from...
2007-09-28 Tom HughesFall back to a pure ruby update implementation if the...
2007-09-28 Tom HughesFall back to adding tile numbers the hard way if the...
2007-09-28 Tom HughesDocument installation of database functions on MacOS X.
2007-09-27 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-26 Gabriel Ebnerrails_port_0.5: Merge rails_port.
next