summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-18/+9
* PGSQL and POD_SQL: don't include pg_config.hChristoph M. Becker2020-05-251-4/+20
* Fix [-Wundef] warning in PDO PostgreSQL extensionGeorge Peter Banyard2020-05-201-2/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-291-0/+1
|\
| * Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-291-0/+1
* | 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
* | | 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-251-2/+0
|/ /
* | Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-221-23/+23
* | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-131-6/+0
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-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
|/
* Fix typos in codePeter Kokot2018-07-271-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-291-3/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Eliminate useless separationDmitry Stogov2018-01-171-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-201-1/+0
|\
| * Fixed #73959 - lastInsertId fails to throw an exception in pdsqlandrewnester2017-01-201-1/+0
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-141-0/+2
| |\
| | * put missing prototype and fix ts buildAnatol Belski2016-08-141-1/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-141-0/+14
| |\ \ | | |/
| | * Fixed bug #72759 Regression in pgo_pgsqlAnatol Belski2016-08-141-0/+14
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Matteo Beccati2016-08-041-3/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-08-041-3/+4
| |\ \ | | |/
| | * Clean up FR #72633Matteo Beccati2016-08-041-3/+4
| | * - lastInsertId using Postgres Lastval() functionPablo Santiago Sánchez2016-08-021-19/+18
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-271-19/+18
|\ \ \ | |/ /
| * | Implemented FR #72633 Postgres PDO lastInsertId() should work without specify...root2016-07-271-19/+18
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-4/+4
|/ /