summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
|
* Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-012-1/+67
|
* fix ZTS buildAnatol Belski2014-10-311-1/+1
|
* Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ↵Matteo Beccati2014-10-312-10/+52
| | | | not in transaction
* Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-05-211-8/+27
|\ | | | | | | | | * PHP-5.4: Improved test for bug #62479
| * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-2/+2
|\ \ | |/ | | | | | | * PHP-5.4: fix test bug62479.phpt
| * fix test bug62479.phptStanislav Malyshev2014-01-251-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-182-2/+85
|\ \ | |/ | | | | | | * PHP-5.4: Fix #62479: Some chars not parsed in passwords
| * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-182-2/+85
| | | | | | | | | | This fixes an issue where backslashes and spaces aren't correctly parsed for passwords.
| * Bump yearXinchen Hui2014-01-035-5/+5
| |
* | Bump yearXinchen Hui2014-01-035-5/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-212-5/+5
|\ \ | |/ | | | | | | | | | | * PHP-5.4: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning
| * Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-0/+71
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Fix bug #64953 (Postgres prepared statement positional parameter casting) Conflicts: ext/pdo/pdo_sql_parser.c
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-0/+71
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
|/ | | | | | text. Whitespace changes and a couple of grammar fixes.
* 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
|
* Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
| | | | | | | | bug46274.phpt and bug46274_2.phpt Make query silent (when server don't know bytea_output option) bug_49985.phpt Make result "locale" independent
* Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-192-0/+10
|
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-3/+5
|\ | | | | | | | | * PHP-5.3: Clean up leftover test files
| * Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
| |
* | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-06-021-4/+4
| | | | | | | | | | | | inTransaction() nowadays casts the in_transaction result to boolean. I'm not sure whether the INERROR state should result in true or false. For now I went with the result that we actually get.
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-311-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
| * Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)Remi Collet2013-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | There is a lot of call such as: pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); Where the 3rd paramater is a error message string where a sqlstate (5 chars) is expected. This cause a segfault in copy_from.phpt and copy_to.phpt. This is only a sanity check to avoid buffer overflow, but obviously this calls need to be fixed (using NULL or a correct sqlstate).
| * 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
|\ \ | |/ | | | | | | | | | | | | | | | | * PHP-5.3: NEWS for bug #62593 Bug #62593 Updated to account for INOUT parameters Bug #62593 Updated test to verify bindParam doesn't change original value Bug #62593 Updated to always treat zval by value Bug #62593 Added test for change Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode
| * 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 ↵Will Fitch2012-10-301-1/+12
| | | | | | | | format in emulation mode
| * - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-082-1/+23
| | | | | | | | | | rows on postgresql >= 9
| * - 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
| | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch
| * 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
| | | | | | | | | | Patch by Ben Walton <bwalton at artsci dot utoronto dot ca>.
| * - 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
| | | | | | | | | | patch by: gyp at balabit dot hu
| * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
| | | | | | | | | | difference (thanks Eyal Teutsch for reporting)
| * Removed the in_transaction handler for 5.3 to avoid BC break due to ↵Ilia Alshanetsky2010-06-151-10/+0
| | | | | | | | structure change
| * Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-104-1/+91
| |
| * Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-103-0/+882
| | | | | | | | | | | | # original patch by Denis Gasparin