David Barratt c2bd4b12c7 Make Schema changes for Partial Blocks 7 年之前
..
patch-actor-table.sql 27c61fb1e9 Add `actor` table and code to start using it 7 年之前
patch-add_interwiki.sql f752cf8042 Fix PostgreSQL updater to produce 1.19 schema 13 年之前
patch-ar_rev_id-not-null.sql f78faf4566 Populate ar_rev_id and make it non-nullable 7 年之前
patch-bot_passwords.sql 2257fe4228 Revert "Remove SessionManager, temporarily" 9 年之前
patch-category.sql f752cf8042 Fix PostgreSQL updater to produce 1.19 schema 13 年之前
patch-categorylinks-better-collation.sql 6807e37e20 Followup to r69961, update PG schema 15 年之前
patch-change_tag-change_tag_rc_tag_id.sql cf95107ffa Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql 6 年之前
patch-change_tag.sql c4a15c727c Don't put multiple tables in the same file. 14 年之前
patch-change_tag_def.sql 6039593649 Introduce change_tag_def table 7 年之前
patch-comment-table.sql 91b86399b1 Fix various PostgreSQL failures 7 年之前
patch-content-table.sql 943c724198 MCR database schema 7 年之前
patch-content_models-table.sql 943c724198 MCR database schema 7 年之前
patch-drop-ar_text.sql 7e685a395d Fix typo in postgres patch-drop-ar_text.sql 7 年之前
patch-interwiki-pk.sql 267d99fa85 Convert numerous UNIQUE INDEX to PRIMARY KEY 7 年之前
patch-ip_changes.sql 47c378bb68 Remove DEFAULT '' from postgres ip_changes.ipc_rev_timestamp 7 年之前
patch-ipblocks_restrictions-table.sql c2bd4b12c7 Make Schema changes for Partial Blocks 6 年之前
patch-iwlinks.sql 61de1b9006 Rename the iwl_prefix_from_title index (again) to iwl_prefix_title_from and change the field order accordingly. Fixed r66892 which inserted iwl_from into the index (which was a good thing) but put it in the wrong place. I went out of my way to make sure the index isn't dropped and recreated needlessly, but since I don't know how to do the drop-index-if-exists thing in the Postgres updater, I left that out. The Postgres updater will now create the new index without dropping any old incarnations if present. I did create the patch files with the DROP INDEX statements to make it easier to add this behavior. Also tweak ApiQueryIWBacklinks to use this index properly. 15 年之前
patch-kill-iwl_prefix.sql 61de1b9006 Rename the iwl_prefix_from_title index (again) to iwl_prefix_title_from and change the field order accordingly. Fixed r66892 which inserted iwl_from into the index (which was a good thing) but put it in the wrong place. I went out of my way to make sure the index isn't dropped and recreated needlessly, but since I don't know how to do the drop-index-if-exists thing in the Postgres updater, I left that out. The Postgres updater will now create the new index without dropping any old incarnations if present. I did create the patch files with the DROP INDEX statements to make it easier to add this behavior. Also tweak ApiQueryIWBacklinks to use this index properly. 15 年之前
patch-l10n_cache.sql 6964e122dd (bug 19428) PG and MySQL followups to r52503. Patch by OverlordQ 16 年之前
patch-log_search.sql f752cf8042 Fix PostgreSQL updater to produce 1.19 schema 13 年之前
patch-module_deps.sql f752cf8042 Fix PostgreSQL updater to produce 1.19 schema 13 年之前
patch-page.sql 84a28b19b7 Add the "page" table back in when upgrading from really old MW versions using Postgres 15 年之前
patch-page_deleted.sql bbfad4fc59 * (bug 9222) PostgreSQL updater should not be version-specific 18 年之前
patch-page_props.sql af503fefa7 Add table page_props to Postgres schema. 17 年之前
patch-page_restrictions.sql bbfad4fc59 * (bug 9222) PostgreSQL updater should not be version-specific 18 年之前
patch-profiling.sql 64fbe6a89b In maintenance/postgres/tables.sql, the profiling table should be defined like 11 年之前
patch-protected_titles-pk.sql 267d99fa85 Convert numerous UNIQUE INDEX to PRIMARY KEY 7 年之前
patch-protected_titles.sql ad76180546 Yet more cleanup of the protected_titles stuff. 17 年之前
patch-querycachetwo.sql bbfad4fc59 * (bug 9222) PostgreSQL updater should not be version-specific 18 年之前
patch-rc_cur_id-not-null.sql 31988ac63f change hardcoded rc_cur_id update into new flexible form 18 年之前
patch-redirect.sql bbfad4fc59 * (bug 9222) PostgreSQL updater should not be version-specific 18 年之前
patch-remove-archive2.sql 203056d504 Postgres: make sure ar_len is added when updating, alpha stuff in updaters.inc 18 年之前
patch-rename-iwl_prefix.sql c013ec02b9 (bug 36400) API: Fix sorting for iwlinks, langlinks 12 年之前
patch-revision_rev_user_fkey.sql 780fc7874e convert postgres revision_rev_user_fkey update to new form 18 年之前
patch-site_identifiers-pk.sql 267d99fa85 Convert numerous UNIQUE INDEX to PRIMARY KEY 7 年之前
patch-site_stats-modify.sql 27c76fa4ae Overhaul site_stats table 7 年之前
patch-site_stats-pk.sql 49f7be39e1 Add primary keys to site_stats 7 年之前
patch-sites.sql 4509c1111e Include Postgres tables and maintenance scripts for Change I23c47c2c 12 年之前
patch-slot_roles-table.sql 943c724198 MCR database schema 7 年之前
patch-slots-table.sql b0bdfd7e9f MCR: replace slot_inherited with slot_origin 7 年之前
patch-tag_summary.sql c4a15c727c Don't put multiple tables in the same file. 14 年之前
patch-testrun.sql c157f4d424 Remove a bunch of trailing spaces and unneeded newlines 12 年之前
patch-textsearch_bug66650.sql c1371e7f54 PostgreSQL: Fix text search on moved pages 10 年之前
patch-ts2pagetitle.sql cc0473766a rdbms: Remove support for PostgreSQL < 9.2, and improve INSERT IGNORE for 9.5 7 年之前
patch-tsearch2funcs.sql a04e6adc06 Have update.php change the functions to their new builtin tsearch2 versions if Postgres >= 8.3 17 年之前
patch-update_sequences.sql 656f399be3 Fix sequence renaming to be backwards-compat with older versions of PG. Needs merged with 1.16 15 年之前
patch-updatelog.sql 3898b3b16a Add updatelog table. 17 年之前
patch-uploadstash.sql 0074526857 Followup to r100640, use correct name scheme for sequence, correct references to sequence and add optional patch file for sites following trunk 13 年之前
patch-uploadstash_sequence.sql 4912a6c2ee Followup to r103365, actually include said patch file 13 年之前
patch-user_former_groups.sql a4d029210a Follow-up r90749: 14 年之前
patch-user_properties.sql ef4849a201 Follow-up to r49803: use proper type and add an explicit foreign key reference for up_user->user_id as we have for other tables in the postgresql schema 16 年之前
patch-valid_tag.sql c4a15c727c Don't put multiple tables in the same file. 14 年之前