Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-10 | Bug 1152862: Require PostgreSQL 9.0 | Frédéric Buclin | 1 | -21/+0 | |
r/a=glob | |||||
2015-03-20 | Bug 1145459: SQL error under postgres when using 'blocks' column in buglist.cgi | Matt Tyson | 1 | -1/+1 | |
r=glob,a=glob | |||||
2015-03-15 | Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵ | Frédéric Buclin | 1 | -1/+1 | |
parameter r=dkl a=sgreen | |||||
2015-01-23 | Bug 493027: Update the comment in DB::Pg::sql_string_concat() | Frédéric Buclin | 1 | -4/+3 | |
r=gerv a=glob | |||||
2014-09-29 | Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not exist | Dylan William Hardison | 1 | -0/+3 | |
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-07-15 | Bug 936275 - In buglists, flags are sorted alphabetically instead of using ↵ | Simon Green | 1 | -30/+71 | |
their sortkey r=dylan, a=glob | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+40 | |
r/a=LpSolit | |||||
2012-10-16 | Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3 | Frédéric Buclin | 1 | -4/+5 | |
r=glob a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -25/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-12-26 | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 1 | -8/+26 | |
r=wicked a=LpSolit | |||||
2011-12-05 | Bug 550299: User fields are left blank in buglists and whines when local ↵ | Frédéric Buclin | 1 | -12/+0 | |
user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat | |||||
2011-02-14 | Remove tabs and fix some formatting in Bugzilla::DB::Pg. | Max Kanat-Alexander | 1 | -4/+4 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616981 | |||||
2011-02-14 | Bug 616981: Make whine.pl work with PostgreSQL 8.4+ by fixing sql_string_until | Sam Morris | 1 | -0/+12 | |
r=mkanat, a=mkanat | |||||
2011-02-14 | Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 or | Max Kanat-Alexander | 1 | -0/+13 | |
later. r=dkl, a=mkanat | |||||
2010-11-14 | Bug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x ↵ | Sam Morris | 1 | -1/+1 | |
(sql_from_days() doesn't accept integers as argument) r/a=LpSolit | |||||
2010-10-07 | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 1 | -3/+3 | |
MS-SQL and SQLite support. | |||||
2010-07-13 | Bug 578197: [PostgreSQL] When associating sequences with columns, also | Max Kanat-Alexander | 1 | -0/+6 | |
fix the default of the columns so that it's identical to what a new checksetup run would create. r=mkanat, a=mkanat (module owner) | |||||
2010-07-13 | Bug 578197: [PostgreSQL] Properly associate sequences that had no | Max Kanat-Alexander | 1 | -0/+21 | |
column association r=mkanat, a=mkanat (module owner) | |||||
2010-07-09 | Bug 577569: [PostgreSQL] Make sql_position explicitly cast both its arguments | Max Kanat-Alexander | 1 | -1/+1 | |
to text, to avoid an error when searching "longdescs.isprivate" with the "casesubstring" operator in Search.pm. r=mkanat, a=mkanat (module owner) | |||||
2010-07-07 | Bug 552919: Sort group_concat results so that they sort correctly for buglists | Max Kanat-Alexander | 1 | -3/+22 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-04-27 | Bug 561322: Make Bugzilla::DB::_connect and related functions take their | Max Kanat-Alexander | 1 | -2/+5 | |
parameters as a hashref, to improve the API and to avoid exposing the database password on error. r=mkanat, a=mkanat (module owner) | |||||
2010-02-01 | Bug 533363: [PostgreSQL] Using "Bug ID contains foo" in boolean charts or ↵ | Frédéric Buclin | 1 | -2/+14 | |
"Exclude bug numbered" charts crash PostgreSQL 8.3 and newer (non-character data types are no longer automatically cast to TEXT) Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-08-17 | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 1 | -0/+20 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -1/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-12-03 | Bug 463688: editusers.cgi no longer lets you search for users using regular ↵ | lpsolit%gmail.com | 1 | -4/+6 | |
expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit | |||||
2008-08-01 | Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1 | mkanat%bugzilla.org | 1 | -0/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-06-20 | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 1 | -2/+6 | |
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-03-25 | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-12-11 | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 1 | -56/+0 | |
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-11-23 | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 1 | -1/+3 | |
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat | |||||
2007-07-27 | Bug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
socket - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat | |||||
2006-11-20 | Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.pl | mkanat%bugzilla.org | 1 | -1/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave | |||||
2006-11-01 | Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵ | mkanat%bugzilla.org | 1 | -0/+19 | |
renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-11 | Bug 347291: Make Bugzilla::User use Bugzilla::Object | mkanat%bugzilla.org | 1 | -0/+43 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-05-29 | Bug 302876: Database Version-Checking needs to be more modular and more generic | mkanat%bugzilla.org | 1 | -4/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | |||||
2006-04-15 | Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
- Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | |||||
2005-12-23 | Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+6 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-11-15 | Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-11-14 | Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave | |||||
2005-09-04 | Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWER | mkanat%kerio.com | 1 | -0/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave | |||||
2005-08-31 | Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵ | mkanat%kerio.com | 1 | -2/+7 | |
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave | |||||
2005-07-13 | Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ↵ | mkanat%kerio.com | 1 | -0/+15 | |
in addition to normal Bugzilla tables Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave | |||||
2005-07-08 | Bug 299212: "already locked" errors should be more informative - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+6 | |
Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave | |||||
2005-06-15 | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 1 | -0/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | |||||
2005-06-09 | Bug 291803: PostgreSQL dies when you insert a string longer than 2700 ↵ | mkanat%kerio.com | 1 | -0/+14 | |
characters into an indexed field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave | |||||
2005-05-27 | Bug 286672: Require correct DBD depending on the $db_driver in use | mkanat%kerio.com | 1 | -0/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-04-20 | Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity | mkanat%kerio.com | 1 | -2/+2 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave |