summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* fixed compilation errorDmitry Stogov2014-11-071-1/+1
* Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-7/+17
* Merge branch 'PHP-5.6'Matteo Beccati2014-11-012-1/+67
|\
| * 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.6'Anatol Belski2014-10-311-1/+1
|\ \ \ | |/ /
| * | 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.6'Matteo Beccati2014-10-312-10/+52
|\ \ \ | |/ /
| * | 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 compilationDmitry Stogov2014-10-171-2/+2
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-10-172-0/+115
|\ \ \ | |/ /
| * | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-172-0/+115
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
* | | make this test a bit more tolerant when checking sleep timeAnatol Belski2014-09-121-2/+4
* | | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | | master renames phase 6Anatol Belski2014-08-251-1/+1
* | | master renames phase 3Anatol Belski2014-08-252-9/+9
* | | master renames phase 1Anatol Belski2014-08-254-43/+43
* | | fixes to %pd format usageAnatol Belski2014-08-241-4/+4
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-194-32/+37
* | | basic macro replacements, all at onceAnatol Belski2014-08-193-28/+28
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-261-8/+27
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'phpng' of https://git.php.net/repository/php-src into phpngXinchen Hui2014-05-201-1/+1
|\ \ \ \
| * | | | Revert changes to configs by accidentXinchen Hui2014-05-202-2/+2
| * | | | Refactored ext/ldapXinchen Hui2014-05-202-2/+2
* | | | | Refactored ext/ldapXinchen Hui2014-05-202-2/+2
|/ / / /
* | | | Fixed uninitialized value usedXinchen Hui2014-05-161-0/+3
* | | | Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)Xinchen Hui2014-05-161-4/+4
* | | | Fixed several test failedXinchen Hui2014-05-162-19/+33
* | | | fix void* ptr arithmeticPierre Joye2014-05-151-1/+1
* | | | Made a little clean upXinchen Hui2014-05-153-23/+18
* | | | add support for pdo-pgsql in phpng refactoringnikita22062014-05-152-67/+67
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2610-109/+166
|\ \ \ \ | |/ / /
| * | | 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
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-152-5/+5
|/ / /
* | | 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