summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-251-2/+2
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-2/+2
| |\
| | * fix test bug62479.phptStanislav Malyshev2014-01-251-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-182-2/+85
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-182-2/+85
| |\ \ | | |/
| | * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-182-2/+85
| | * Bump yearXinchen Hui2014-01-035-5/+5
| * | Bump yearXinchen Hui2014-01-035-5/+5
* | | Bump yearXinchen Hui2014-01-035-5/+5
* | | 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