summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix misspelling vlaues to valuesGabriel Caruso2018-01-281-1/+1
* Merge branch 'PHP-7.2'Xinchen Hui2018-01-181-0/+1
|\
| * 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
* | | Avoid separation and simlifyed conversionDmitry Stogov2018-01-171-25/+12
* | | year++Xinchen Hui2018-01-022-2/+2
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-151-20/+15
|\ \ \ | |/ /
| * | 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
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | Fix remaining signedness warningsAnatol Belski2017-11-141-2/+2
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-11/+22
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-5/+1
* | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-301-1/+1
|\ \ \
| * \ \ Merge branch 'PHP-7.2'Anatol Belski2017-10-271-1/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
|/ / / /
* | | | Merge branch 'PHP-7.2'Sara Golemon2017-10-241-0/+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.2'Sara Golemon2017-10-232-13/+21
|\ \ \ \ | |/ / /
| * | | 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
* | | | We don't use these makefiles for compiling PHP extensions anymore (PHP4 era)Kalle Sommer Nielsen2017-08-171-170/+0
* | | | Implemented FR #74781 (Add the latest PG_DIAG_* const)Kalle Sommer Nielsen2017-08-171-0/+18
|/ / /
* | | 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