summaryrefslogtreecommitdiff
path: root/lib/gitlab/database
Commit message (Expand)AuthorAgeFilesLines
* Disable statement timeout outside of transaction and during adding concurrent...Stan Hu2016-07-141-1/+3
* Disable PostgreSQL statement timeout during migrationsStan Hu2016-07-141-0/+8
* Fix update_column_in_batches to update all rowsYorick Peterse2016-06-171-23/+27
* Don't update columns in batches in a transactionYorick Peterse2016-06-151-4/+2
* Customizing of update_column_in_batches queriesYorick Peterse2016-06-151-41/+54
* Removed old comment from update_column_in_batchesfix-migration-helper-race-conditionsYorick Peterse2016-06-131-2/+0
* Update columns in batches until no rows are leftYorick Peterse2016-06-131-2/+5
* Handle NULL migration errors in migration helpersYorick Peterse2016-06-131-2/+2
* change add_concurrent_index function argumentsissue_3359Felipe Artur2016-06-061-7/+3
* Add index to notification settingsFelipe Artur2016-06-031-1/+5
* Extend comment for migrations helper MySQL fixGrzegorz Bizon2016-05-221-1/+8
* Add MySQL compatibility fix in migration helpersGrzegorz Bizon2016-05-221-1/+2
* Removed outdated comment from migration helpersfix-migration-helper-commentYorick Peterse2016-05-191-1/+1
* Remove left-over use of strip_heredocYorick Peterse2016-05-191-1/+1
* Removed stray strip_heredoc from migration helpersYorick Peterse2016-05-131-1/+1
* Fixed styling per Rubocop pedanticsYorick Peterse2016-05-121-1/+3
* Added helper methods for database migrationsYorick Peterse2016-05-121-0/+132