aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/postgres.php
Commit message (Expand)AuthorAgeFilesLines
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-21/+21
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-021-1/+1
* Correctly return results for nested cached queries (Bug #31445 - Patch by faw)Chris Smith2008-08-141-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-7/+7
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-0/+9
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - changed the way we do forum accounting in phpBB, far less intensive and muc...David M2007-05-051-14/+24
* - PostgreSQL can now use schemas. During install, under database name, enter ...David M2007-04-011-2/+17
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-2/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-16/+9
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-11/+2
* *** empty log message ***David M2006-10-061-17/+14
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-61/+8
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* bug fixesDavid M2006-09-161-7/+0
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-5/+5
* so.... what does this thing do?David M2006-08-111-8/+0
* *** empty log message ***David M2006-08-061-3/+12
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-1/+18
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+35
* - Some profile stuff :DDavid M2006-07-151-1/+1
* fixing a typo in postgres dbalNils Adermann2006-07-141-1/+1
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+10
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-6/+6
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-17/+7
* some adjustmentsMeik Sievertsen2006-06-021-12/+12
* some tiny changes...Meik Sievertsen2006-05-261-0/+2
* - seperate queries and cached queriesMeik Sievertsen2006-05-201-3/+2
* I hope nothing broke!David M2006-05-051-5/+10
* - Tuples? Nah,David M2006-04-241-1/+1
* - Query explain now works for MSSQL, MSSQL-ODBC and PostgreSQLDavid M2006-04-231-0/+30
* - fixed some bugsMeik Sievertsen2006-04-151-1/+1
* - Needless regular expressionsDavid M2006-03-221-2/+2
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* - Cleaned up some compress stuffDavid M2006-03-181-10/+10
* - fix some bugs...Meik Sievertsen2006-03-171-1/+1
* - Postgre installs now work... kinda...David M2006-03-171-2/+2
* - only minor adjustements (we are now able to use other functions due to the ...Meik Sievertsen2006-02-161-5/+5
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...Meik Sievertsen2005-11-281-0/+5
* - another try to break things. :)Meik Sievertsen2005-10-071-158/+90
* - changed dbal class layoutMeik Sievertsen2005-08-171-154/+10
* tiny fixesMeik Sievertsen2005-04-201-127/+337
* - Documentation related changesMeik Sievertsen2005-04-091-20/+17
* - and my second attemptMeik Sievertsen2005-03-211-1/+1
* show correct SQL error message if failed during a transaction...Meik Sievertsen2004-02-031-5/+6
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-271-5/+1
* various fixes and alterationsPaul S. Owen2003-06-121-8/+30
* Various changes, and tests ... marking/tracking is not complete ... tinkering...Paul S. Owen2003-04-261-74/+48