summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix 29nb_async_connect.phptNikita Popov2019-04-101-3/+5
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-103-8/+46
* Fix use after free on pg_close() of default connectionNikita Popov2019-04-102-5/+22
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-11-182-1/+41
|\
| * Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-182-1/+41
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
| * Convert CRLF line endings to LFPeter Kokot2018-10-131-78/+78
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-292-0/+24
|\ \ | |/
| * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-292-0/+24
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-181-0/+1
|\ \ | |/
| * Fixed #75838 (Memory leak in pg_escape_bytea())Xinchen Hui2018-01-181-0/+1
| * year++Xinchen Hui2018-01-022-2/+2
* | year++Xinchen Hui2018-01-022-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-151-20/+15
|\ \ | |/
| * Fixed bug #75671 pg_version() crashes when called on a connection to cockroachAnatol Belski2017-12-151-20/+15
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-271-1/+1
| |\
| | * Fix test compat for PostgreSQL 10Anatol Belski2017-10-271-1/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-241-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-241-0/+1
| |\ \ | | |/
| | * Decref default_link when clearingSara Golemon2017-10-241-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-232-13/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-232-13/+21
| |\ \ | | |/
| | * Bugfix#75419 Fix clearing of default link during pg_close()Sara Golemon2017-10-232-13/+21
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-261-1/+1
| |\ \ | | |/
| | * Fix 00version.phpt when commit message has multiple lines.Mitch Hagstrand2017-01-261-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-011-1/+1
|\ \ \ | |/ /
| * | fix dir separatorAnatol Belski2016-12-011-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-225-2/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-225-2/+30
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-225-2/+30
| | |\
| | | * Fix bug #73498Craig Duncan2016-11-221-2/+2
| | | * Add a test for bug 73498Craig Duncan2016-11-224-0/+28
| | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-93/+93
| | * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-3/+3
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-78/+78
* | | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-3/+3
| |\ \ \