summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* put missing prototype and fix ts buildAnatol Belski2016-08-141-1/+3
* Fixed bug #72759 Regression in pgo_pgsqlAnatol Belski2016-08-141-0/+14
* Clean up FR #72633Matteo Beccati2016-08-043-6/+5
* cleanup table after testAnatol Belski2016-08-021-2/+5
* - lastInsertId using Postgres Lastval() functionPablo Santiago Sánchez2016-08-023-19/+56
* Fixed bug #70313 PDO statement fails to throw exceptionMatteo Beccati2016-07-102-1/+38
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* fix testAnatol Belski2015-08-231-2/+4
* Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-131-1/+1
|\
| * Fix copy/paste error in testMatteo Beccati2015-06-131-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-122-2/+46
|\ \ | |/
| * Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)Matteo Beccati2015-06-122-2/+46
| * Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-122-31/+91
* | Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-122-30/+90
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+2
|\ \ | |/
| * rework that test to allow delta for rounding errorsAnatol Belski2015-06-111-1/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+1
|\ \ | |/
| * improve testAnatol Belski2015-06-111-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-102-1/+61
|\ \ | |/
| * fix memory leak in pdo_pgsql closeCursor (bug 69752)Philip Hofstetter2015-06-102-1/+61
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-03-141-0/+1
|\ \ | |/
| * fix testAnatol Belski2015-03-141-0/+1
| * Bump yearXinchen Hui2015-01-155-5/+5
* | bump yearXinchen Hui2015-01-155-5/+5
* | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-052-1/+9
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-052-0/+117
|\ \ | |/
| * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-102-0/+107
| * Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
* | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-012-1/+67
|\ \ | |/
| * Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-012-1/+67
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-10-311-1/+1
|\ \ | |/
| * fix ZTS buildAnatol Belski2014-10-311-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-312-10/+52
|\ \ | |/
| * Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-312-10/+52
* | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-172-0/+115
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-05-211-8/+27
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-05-211-8/+27
| |\
| | * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
* | | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParamsMatteo Beccati2014-03-115-3/+81
* | | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTMatteo Beccati2014-03-114-7/+30
* | | Drop PDO support for extremely old libpq versionsMatteo Beccati2014-03-115-97/+53
* | | 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