summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-312-1/+6
|\
| * Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-312-1/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-112-2/+18
|\ \ | |/
| * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-112-2/+18
* | Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-292-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-201-1/+1
|\ \ | |/
| * Fix #78982: pdo_pgsql returns dead persistent connectionSATO Kentaro2019-12-201-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-201-2/+10
|\ \ | |/
| * Fix #78980: pgsqlGetNotify() overlooks dead connectionSATO Kentaro2019-12-201-2/+10
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-191-1/+1
|\ \ | |/
| * Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.hSATO Kentaro2019-12-191-1/+1
* | Fix PDO pgsql memory leak with scrollable cursorsNikita Popov2019-09-091-1/+1
* | Fix detection of pg_config.hChristoph M. Becker2019-08-071-1/+1
* | Skip test if ext/json is not availableChristoph M. Becker2019-08-071-0/+1
* | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
* | Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-223-23/+126
* | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* | Fix type mismatch in two get_col callbacksNikita Popov2019-06-121-1/+1
* | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-132-11/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-123-7/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-123-7/+7
| |\
| | * Fix tests wrt. internationalizationChristoph M. Becker2019-04-123-7/+7
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1535-149/+149
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Remove local variablesPeter Kokot2019-02-0314-55/+8
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* | | ext/pdo_pgsql: drop unneeded codeEli Schwartz2018-12-091-14/+1
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-10/+10
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-10/+10
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-142-13/+13
|/ /
* | Merge branch 'PHP-7.2'Anatol Belski2018-07-302-0/+119
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-302-0/+119
| |\
| | * Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-302-0/+119
* | | Fix typos in codePeter Kokot2018-07-271-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-256-10/+0
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-091-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-091-0/+3
| |\ \ | | |/