summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Pg.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-09-04Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-2/+7
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-07-13Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ↵mkanat%kerio.com1-0/+15
in addition to normal Bugzilla tables Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2005-07-08Bug 299212: "already locked" errors should be more informative - Patch by ↵lpsolit%gmail.com1-4/+6
Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-06-09Bug 291803: PostgreSQL dies when you insert a string longer than 2700 ↵mkanat%kerio.com1-0/+14
characters into an indexed field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
2005-05-27Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-04-20Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com1-2/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-18Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBsmkanat%kerio.com1-0/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-17Bug 286392: String concatenation on postgres does not always workmkanat%kerio.com1-1/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-10Bug 285397: Untested parts of Bugzilla::DB are broken (when running on ↵mkanat%kerio.com1-4/+2
PostgreSQL) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-09Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com1-1/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
2005-03-09Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com1-1/+10
This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-03-03Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com1-2/+11
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-0/+180
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk