summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Implement named parametersNikita Popov2020-07-311-0/+1
* Fix some pgsql arginfosNikita Popov2020-07-171-11/+12
* Some zpp cleanup in pgsqlNikita Popov2020-07-171-13/+14
* Remove some zpp quiet uses in pgsqlNikita Popov2020-07-171-29/+20
* Remove no_separation flagNikita Popov2020-07-071-1/+0
* Remove proto comments from C filesMax Semenik2020-07-061-238/+119
* PGSQL and POD_SQL: don't include pg_config.hChristoph M. Becker2020-05-254-167/+40
* Raise ext/pgsql requirements to PostGreSQL 7.4Christoph M. Becker2020-05-224-411/+23
* Fix [-Wundef] warning in PostgreSQL extensionGeorge Peter Banyard2020-05-202-88/+88
* Make float to string casts locale-independentMáté Kocsis2020-05-081-1/+1
* 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
* | Reindent phpt filesNikita Popov2020-02-0335-457/+457
* | Eliminate uses of ZVAL_ZVAL and friendsNikita Popov2020-01-201-2/+2
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-6/+6
* | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-69/+69
* | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-1/+1
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-67/+67
* | Fix #78880: Spelling error reportChristoph M. Becker2019-12-211-2/+2
* | Clean DONE tags from testsFabien Villepinte2019-11-0710-20/+0
* | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-6/+6
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-222-6/+6
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-222-2/+1
|\ \ | |/
| * Remove HAVE_PQPUTCOPYENDPeter Kokot2019-07-222-2/+1
* | Merge branch 'PHP-7.4'Remi Collet2019-06-121-0/+3
|\ \ | |/
| * add comment about pg_config/pkgconfigRemi Collet2019-06-121-0/+3
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-121-9/+62
|\ \ | |/
| * Revert "ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library"Joe Watkins2019-06-121-9/+62
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-111-62/+9
|\ \ | |/
| * ext/pgsql: Use PKG_CHECK_MODULES to detect the pq libraryHugh McMaster2019-06-111-62/+9
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-6/+6
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+6
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-32/+32
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-32/+32
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-042-4/+4
|\ \ | |/
| * Try to make 17result.php more robustNikita Popov2019-06-042-4/+4
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-2/+6
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-131-82/+0
|\ \ | |/
| * Remove example file for pgsql extensionPeter Kokot2019-05-131-82/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-122-16/+18
|\ \ | |/
| * [ci skip] Migrate tests READMEs to MarkdownPeter Kokot2019-05-122-16/+18
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-131-6/+0
|\ \ | |/
| * Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-131-6/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-19/+13
|\ \ | |/
| * Don't use php_strtok_r in build_tablenameNikita Popov2019-04-121-19/+13
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-121-3/+1
|\ \ | |/