aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Pg.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-1/+3
* Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com2008-12-031-4/+6
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-0/+6
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-2/+6
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-0/+4
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-56/+0
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-1/+3
* Bug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local sock...lpsolit%gmail.com2007-07-271-1/+2
* Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org2006-11-201-1/+5
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren...mkanat%bugzilla.org2006-11-011-0/+19
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-0/+43
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-291-4/+0
* Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com2006-04-141-2/+2
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...lpsolit%gmail.com2005-12-231-0/+6
* Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - Patc...lpsolit%gmail.com2005-11-151-1/+1
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-2/+2
* Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com2005-09-041-0/+5
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-2/+7
* Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ...mkanat%kerio.com2005-07-131-0/+15
* Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com2005-07-081-4/+6
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
* Bug 291803: PostgreSQL dies when you insert a string longer than 2700 charact...mkanat%kerio.com2005-06-091-0/+14
* Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com2005-05-271-0/+1
* Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com2005-04-201-2/+2
* Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBsmkanat%kerio.com2005-03-181-0/+2
* Bug 286392: String concatenation on postgres does not always workmkanat%kerio.com2005-03-171-1/+1
* Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...mkanat%kerio.com2005-03-101-4/+2
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-1/+2
* Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...mkanat%kerio.com2005-03-091-1/+10
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-2/+11
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-0/+180