summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix default value handling of mysqli_fetch_object()Máté Kocsis2020-10-203-14/+10
* Verify parameter names of function aliasesMáté Kocsis2020-10-162-7/+5
* Fix default value for some pgsql functionsNikita Popov2020-10-132-9/+9
* Don't accept null in pg_unescape_bytea()Nikita Popov2020-10-133-6/+5
* Update ext/pgsql parameter namesNikita Popov2020-10-136-160/+162
* Use a subrountine to check for valid OID stringsGeorge Peter Banyard2020-10-021-40/+27
* Promote E_NOTICE to Value/TypeError in PostgreSQL extensionGeorge Peter Banyard2020-09-296-46/+234
* Return empty array for no rows in pg_fetch_all()Nikita Popov2020-09-215-15/+16
* Promote invalid field to ValueError in pgsqlNikita Popov2020-09-214-49/+124
* Remove redundant checkNikita Popov2020-09-211-5/+0
* pg_unescape_bytea() can only fail on OOMNikita Popov2020-09-213-11/+10
* Deprecate pgsql function aliasesNikita Popov2020-09-214-27/+74
* Fix a few UNKNOWN default values in ext/pgsqlMáté Kocsis2020-09-173-73/+63
* Promote warnings to Errors in PostgreSQL extensionGeorge Peter Banyard2020-09-147-96/+183
* Use string|int union types in pgsqlNikita Popov2020-09-113-75/+64
* Use proper int type for parameterNikita Popov2020-09-093-39/+25
* Fix default valueNikita Popov2020-09-092-3/+3
* Use PGSQL_RETURN_OID() in more placesNikita Popov2020-09-091-20/+2
* Add stub for pgsql extensionNikita Popov2020-09-093-607/+1167
* Remove deprecated pgsql signaturesNikita Popov2020-09-092-28/+2
* Promote pgsql no link to Error exceptionNikita Popov2020-09-092-1/+19
* Remove deprecated multi-parameter form of pg_connect()Nikita Popov2020-09-092-93/+26
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-2/+2
* Use zpp C in pg_fetch_objectNikita Popov2020-08-132-10/+9
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* 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
|\ \ | |/