summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Pg.pm
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the "templa...Dylan William Hardison1-6/+1
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2015-09-23Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson1-0/+69
2015-04-10Bug 1152862: Require PostgreSQL 9.0Frédéric Buclin1-21/+0
2015-03-20Bug 1145459: SQL error under postgres when using 'blocks' column in buglist.cgiMatt Tyson1-1/+1
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-1/+1
2015-01-23Bug 493027: Update the comment in DB::Pg::sql_string_concat()Frédéric Buclin1-4/+3
2014-09-29Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not existDylan William Hardison1-0/+3
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-07-15Bug 936275 - In buglists, flags are sorted alphabetically instead of using th...Simon Green1-30/+71
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+40
2012-10-16Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3Frédéric Buclin1-4/+5
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-25/+5
2011-12-26Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin1-8/+26
2011-12-05Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin1-12/+0
2011-02-14Remove tabs and fix some formatting in Bugzilla::DB::Pg.Max Kanat-Alexander1-4/+4
2011-02-14Bug 616981: Make whine.pl work with PostgreSQL 8.4+ by fixing sql_string_untilSam Morris1-0/+12
2011-02-14Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 orMax Kanat-Alexander1-0/+13
2010-11-14Bug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x (sql_fro...Sam Morris1-1/+1
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-3/+3
2010-07-13Bug 578197: [PostgreSQL] When associating sequences with columns, alsoMax Kanat-Alexander1-0/+6
2010-07-13Bug 578197: [PostgreSQL] Properly associate sequences that had noMax Kanat-Alexander1-0/+21
2010-07-09Bug 577569: [PostgreSQL] Make sql_position explicitly cast both its argumentsMax Kanat-Alexander1-1/+1
2010-07-07Bug 552919: Sort group_concat results so that they sort correctly for buglistsMax Kanat-Alexander1-3/+22
2010-04-27Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander1-2/+5
2010-02-01Bug 533363: [PostgreSQL] Using "Bug ID contains foo" in boolean charts or "Ex...Frédéric Buclin1-2/+14
2009-08-17Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org1-0/+20
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-1/+3
2008-12-03Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com1-4/+6
2008-08-01Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org1-0/+6
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com1-2/+6
2008-03-25Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org1-0/+4
2007-12-11Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org1-56/+0
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-1/+3
2007-07-27Bug 301676: [PostgreSQL] Bugzilla::DB::Pg does not support using a local sock...lpsolit%gmail.com1-1/+2
2006-11-20Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org1-1/+5
2006-11-01Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren...mkanat%bugzilla.org1-0/+19
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-0/+43
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-4/+0
2006-04-15Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com1-2/+2
2005-12-23Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...lpsolit%gmail.com1-0/+6
2005-11-15Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - Patc...lpsolit%gmail.com1-1/+1
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com1-2/+2
2005-09-04Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com1-0/+5
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com1-2/+7
2005-07-13Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables ...mkanat%kerio.com1-0/+15
2005-07-08Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com1-4/+6
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1