summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+1
* Fix default value handling of mysqli_fetch_object()Máté Kocsis2020-10-201-1/+1
* Verify parameter names of function aliasesMáté Kocsis2020-10-161-2/+2
* Fix default value for some pgsql functionsNikita Popov2020-10-131-4/+4
* Don't accept null in pg_unescape_bytea()Nikita Popov2020-10-131-1/+1
* Update ext/pgsql parameter namesNikita Popov2020-10-131-92/+92
* Return empty array for no rows in pg_fetch_all()Nikita Popov2020-09-211-1/+1
* Promote invalid field to ValueError in pgsqlNikita Popov2020-09-211-8/+8
* pg_unescape_bytea() can only fail on OOMNikita Popov2020-09-211-1/+1
* Deprecate pgsql function aliasesNikita Popov2020-09-211-0/+24
* Fix a few UNKNOWN default values in ext/pgsqlMáté Kocsis2020-09-171-33/+33
* Promote warnings to Errors in PostgreSQL extensionGeorge Peter Banyard2020-09-141-2/+2
* Use string|int union types in pgsqlNikita Popov2020-09-111-19/+10
* Use proper int type for parameterNikita Popov2020-09-091-8/+4
* Fix default valueNikita Popov2020-09-091-1/+1
* Add stub for pgsql extensionNikita Popov2020-09-091-0/+504