summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-312-1/+6
* Merge branch 'PHP-7.4'Nikita Popov2020-08-112-2/+18
|\
| * 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
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* | | Get rid of empty function entriesMáté Kocsis2020-08-011-7/+1
* | | Add stubs for PDO PGSql extension methodsNikita Popov2020-07-213-24/+115
* | | Remove proto comments from C filesMax Semenik2020-07-062-26/+13
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-2/+0
* | | PGSQL and POD_SQL: don't include pg_config.hChristoph M. Becker2020-05-255-23/+27
* | | Fix [-Wundef] warning in PDO PostgreSQL extensionGeorge Peter Banyard2020-05-202-3/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-292-0/+2
|\ \ \ | |/ /
| * | Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-292-0/+2
* | | Reindent phpt filesNikita Popov2020-02-0321-227/+227
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-7/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-201-1/+1
|\ \ \ | |/ /
| * | 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.4'Nikita Popov2019-12-201-2/+10
|\ \ \ | |/ /
| * | 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.4'Christoph M. Becker2019-12-191-1/+1
|\ \ \ | |/ /
| * | 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
* | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+4
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-3/+3
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
|/ /
* | 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