aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres
Commit message (Expand)AuthorAgeFilesLines
...
* Change to newer sequence nameGreg Sabino Mullane2009-11-271-1/+1
* Allow l10n_cache.lc_value to map mediumblob to textGreg Sabino Mullane2009-11-151-0/+1
* Followup to r58263: forgot patch fileOverlordQ2009-10-281-0/+40
* Followup to r58262: PG half of sequence changesOverlordQ2009-10-281-14/+14
* Followup to r57964, forgot to revert column changeOverlordQ2009-10-211-1/+1
* Add missing columns to PG schemasOverlordQ2009-10-212-3/+16
* Full support for modified oldimage FK constraint to do ON UPDATE CASCASE as w...Greg Sabino Mullane2009-07-201-1/+1
* For oldimage table, do ON UPDATE CASCADE. Per bug #19445.Greg Sabino Mullane2009-07-201-1/+1
* (bug 19726) Missing schema updates break file uploads for Postgres. Patch by ...Roan Kattouw2009-07-151-4/+9
* (bug 19428) PG and MySQL followups to r52503. Patch by OverlordQChad Horohoe2009-07-012-0/+14
* Clean up whitespace, add log_search to Postgres schema.Greg Sabino Mullane2009-05-191-6/+13
* Handle multi-col primary keys, cleanup new tables.Greg Sabino Mullane2009-05-191-0/+8
* Follow-up r50567: also update PostgreSQL and SQLite schemaAlexandre Emsenhuber2009-05-151-0/+9
* Follow-up to r49803: use proper type and add an explicit foreign key referenc...Brion Vibber2009-04-282-2/+2
* Follow-up r49790: update the PostgreSQL schemaAlexandre Emsenhuber2009-04-242-0/+16
* Revert r48212 "Add user_hidden field to complement ipb_deleted and gu_hidden"Brion Vibber2009-03-201-2/+1
* Make oldimage nullabilities match image ones, per not on bug 15815Greg Sabino Mullane2009-03-121-4/+4
* Exclude new tables from parserTests.inc testGreg Sabino Mullane2009-03-121-0/+3
* Add user_hidden column to mwuser table for Postgres schema.Greg Sabino Mullane2009-03-121-1/+2
* Quick fixes for new format of tables.sqlGreg Sabino Mullane2009-02-271-9/+42
* Whitespace consistency.Greg Sabino Mullane2009-02-271-10/+10
* Update Postgres schema per r46460Alexandre Emsenhuber2009-02-052-0/+54
* Add CASCADE back in: better to break older Postgres versions than new ones.Greg Sabino Mullane2008-11-221-1/+1
* Add column ipblocks.ipb_allow_usertalkGreg Sabino Mullane2008-10-111-3/+5
* Add index on templatelinks.tl_fromGreg Sabino Mullane2008-10-111-0/+1
* Quick fix to index dropping, without using IF EXISTS clause, per bug #15896Greg Sabino Mullane2008-10-101-1/+0
* Sites are unlikely to have over 2 billion active usersGreg Sabino Mullane2008-09-221-0/+1
* Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL:Tim Starling2008-09-062-3/+4
* * Maintain active user count for Special:Statistics (bug 13585)Aaron Schulz2008-08-311-0/+1
* Not so verbose, please.Greg Sabino Mullane2008-07-311-1/+1
* Add separate index for watchlist(wl_user) [Postgres]Greg Sabino Mullane2008-07-311-1/+1
* Add partial index for common recentchanges query.Greg Sabino Mullane2008-07-241-0/+1
* Check for GROUP BY #.Greg Sabino Mullane2008-07-181-51/+45
* Handle new includes directory scheme.Greg Sabino Mullane2008-07-181-1/+37
* No more TYPE, look for (and default to) ENGINE.Greg Sabino Mullane2008-07-181-4/+2
* Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 3743...Brion Vibber2008-07-102-25/+0
* Support latest schema changes.Greg Sabino Mullane2008-07-091-11/+14
* Add recentlinkchanges table for PostgresGreg Sabino Mullane2008-07-092-0/+25
* Minor cleanups.Greg Sabino Mullane2008-04-301-9/+8
* Check that no MySQL-isms have snuck into the codebase.Greg Sabino Mullane2008-04-301-0/+36
* Add pf_memory to profiling table for PostgresGreg Sabino Mullane2008-04-301-0/+1
* Make sure DateStyle is set properly. Thanks to Brian A. Seklecki.Greg Sabino Mullane2008-04-181-0/+1
* Add user_last_timestamp column to user_newtalk tableGreg Sabino Mullane2008-04-181-2/+3
* Add ar_parent_id column.Greg Sabino Mullane2008-04-121-0/+1
* Wrong index, should be unique. Thanks Simmetrical.Greg Sabino Mullane2008-03-192-2/+4
* Add 'category' table to Postgres schema.Greg Sabino Mullane2008-03-192-0/+25
* Take out "bools" section: we're just using smallints nowGreg Sabino Mullane2008-03-191-13/+1
* Add updatelog table.Greg Sabino Mullane2008-03-182-0/+10
* Allow signed int types. Kinda redundant, but hey...Greg Sabino Mullane2008-03-181-1/+1
* One of them semicolons snuck out of the barn again...Greg Sabino Mullane2008-03-161-1/+1