aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Pg.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+40
| | | | r/a=LpSolit
* Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3Frédéric Buclin2012-10-161-4/+5
| | | | r=glob a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-25/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-8/+26
| | | | r=wicked a=LpSolit
* Bug 550299: User fields are left blank in buglists and whines when local ↵Frédéric Buclin2011-12-051-12/+0
| | | | | | user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat
* Remove tabs and fix some formatting in Bugzilla::DB::Pg.Max Kanat-Alexander2011-02-141-4/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=616981
* Bug 616981: Make whine.pl work with PostgreSQL 8.4+ by fixing sql_string_untilSam Morris2011-02-141-0/+12
| | | | r=mkanat, a=mkanat
* Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 orMax Kanat-Alexander2011-02-141-0/+13
| | | | | later. r=dkl, a=mkanat
* Bug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x ↵Sam Morris2010-11-141-1/+1
| | | | | | (sql_from_days() doesn't accept integers as argument) r/a=LpSolit
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-3/+3
| | | | MS-SQL and SQLite support.
* Bug 578197: [PostgreSQL] When associating sequences with columns, alsoMax Kanat-Alexander2010-07-121-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)
* Bug 578197: [PostgreSQL] Properly associate sequences that had noMax Kanat-Alexander2010-07-121-0/+21
| | | | | column association r=mkanat, a=mkanat (module owner)
* Bug 577569: [PostgreSQL] Make sql_position explicitly cast both its argumentsMax Kanat-Alexander2010-07-081-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)
* Bug 552919: Sort group_concat results so that they sort correctly for buglistsMax Kanat-Alexander2010-07-061-3/+22
| | | | r=mkanat, a=mkanat (module owner)
* Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander2010-04-271-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)
* Bug 533363: [PostgreSQL] Using "Bug ID contains foo" in boolean charts or ↵Frédéric Buclin2010-02-011-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
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-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
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-1/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
* Bug 463688: editusers.cgi no longer lets you search for users using regular ↵lpsolit%gmail.com2008-12-031-4/+6
| | | | expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-2/+6
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org2008-03-251-0/+4
| | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-56/+0
| | | | | Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-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
* Bug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local ↵lpsolit%gmail.com2007-07-271-1/+2
| | | | socket - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org2006-11-201-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵mkanat%bugzilla.org2006-11-011-0/+19
| | | | | | renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-0/+43
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-291-4/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵lpsolit%gmail.com2006-04-141-2/+2
| | | | - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by ↵lpsolit%gmail.com2005-12-231-0/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - ↵lpsolit%gmail.com2005-11-151-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-141-2/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com2005-09-041-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com2005-08-311-2/+7
| | | | | | string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
* Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ↵mkanat%kerio.com2005-07-131-0/+15
| | | | | | in addition to normal Bugzilla tables Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
* Bug 299212: "already locked" errors should be more informative - Patch by ↵lpsolit%gmail.com2005-07-081-4/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 291803: PostgreSQL dies when you insert a string longer than 2700 ↵mkanat%kerio.com2005-06-091-0/+14
| | | | | | characters into an indexed field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com2005-04-201-2/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBsmkanat%kerio.com2005-03-181-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 286392: String concatenation on postgres does not always workmkanat%kerio.com2005-03-171-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 285397: Untested parts of Bugzilla::DB are broken (when running on ↵mkanat%kerio.com2005-03-101-4/+2
| | | | | | PostgreSQL) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com2005-03-091-1/+10
| | | | | | This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-2/+11
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-0/+180
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk