summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5'Matteo Beccati2013-08-212-5/+5
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-212-5/+5
| |\
| | * Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
* | | Merge branch 'PHP-5.5'Michael Wallner2013-08-201-0/+71
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-0/+71
| |\ \ | | |/
| | * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-0/+71
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ \ | |/ /
| * | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
| |/
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-131-1/+1
* | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-111-1/+1
|\ \
| * | Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-111-1/+1
| |/
* | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-091-1/+1
|\ \
| * | Fixed pgsql_stmt_get_column_meta() OID signednessYasuo Ohgaki2013-07-091-1/+1
| |/
* | Merge branch 'PHP-5.5'Remi Collet2013-06-193-4/+4
|\ \ | |/
| * Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
* | Merge branch 'PHP-5.5'Matteo Beccati2013-06-192-0/+10
|\ \ | |/
| * Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-192-0/+10
* | Fixed signedness warningMatteo Beccati2013-06-071-1/+1
* | Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax)Matteo Beccati2013-06-071-8/+12
* | Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support)Matteo Beccati2013-06-052-0/+190
* | Refactored custom PDO_pgsql methods to trigger errors/exceptionsMatteo Beccati2013-06-054-49/+103
|/
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-3/+5
|\
| * Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
* | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-06-021-4/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-311-1/+1
|\ \ | |/
| * Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)Remi Collet2013-05-311-1/+1
| * Happy New Year~Xinchen Hui2013-01-015-5/+5
* | Happy New YearXinchen Hui2013-01-015-5/+5
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-10-302-1/+64
|\ \ | |/
| * Bug #62593 Updated to account for INOUT parametersWill Fitch2012-10-301-1/+2
| * Bug #62593 Updated test to verify bindParam doesn't change original valueWill Fitch2012-10-301-1/+3
| * Bug #62593 Updated to always treat zval by valueWill Fitch2012-10-302-4/+9
| * Bug #62593 Added test for changeWill Fitch2012-10-301-0/+44
| * Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native fo...Will Fitch2012-10-301-1/+12
| * - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-082-1/+23
| * - Year++Felipe Pena2012-01-015-5/+5
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Drop C++ style commentsFelipe Pena2011-06-101-2/+2
| * Removed test for functionality available in 5.4+Ilia Alshanetsky2011-05-311-66/+0
| * Removed unnecessary rinit/rshutdownIlia Alshanetsky2011-05-312-22/+2
| * Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| * Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
| * Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).Adam Harvey2011-03-221-1/+2
| * - Year++Felipe Pena2011-01-015-5/+5
| * - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)Felipe Pena2010-12-101-1/+1
| * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
| * Removed the in_transaction handler for 5.3 to avoid BC break due to structure...Ilia Alshanetsky2010-06-151-10/+0