summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test compat for PostgreSQL 10Anatol Belski2017-10-271-1/+1
* Bugfix#75419 Fix clearing of default link during pg_close()Sara Golemon2017-10-231-0/+14
* Fix 00version.phpt when commit message has multiple lines.Mitch Hagstrand2017-01-261-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-224-0/+28
|\
| * Add a test for bug 73498Craig Duncan2016-11-224-0/+28
| * Revert "Backport patch for bug #71820"Anatol Belski2016-05-091-93/+0
| * Backport patch for bug #71820Anatol Belski2016-03-171-0/+93
* | Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-201-1/+1
* | No sure why this is failed in travisXinchen Hui2016-05-311-1/+1
* | Attempt to fix tests failsXinchen Hui2016-05-313-3/+4
* | workaround the extra new line in the test out on another envAnatol Belski2016-05-121-1/+1
* | Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-121-0/+35
* | Committed by accidentXinchen Hui2016-05-121-1/+1
* | Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)Xinchen Hui2016-05-122-1/+18
* | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-93/+0
* | Add test for bug #72028Anatol Belski2016-04-161-0/+52
* | Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestampAnatol Belski2016-04-151-0/+39
* | Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-101-0/+196
* | Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-0/+93
* | Merge branch 'PHP-5.6'Remi Collet2015-06-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-06-091-1/+1
| |\
| | * fix test descriptionRemi Collet2015-06-091-1/+1
* | | Merge branch 'PHP-5.6'Remi Collet2015-05-201-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-0/+27
| |\ \ | | |/
| | * move testRemi Collet2015-05-201-0/+27
* | | Fixed testDmitry Stogov2015-04-081-0/+4
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-141-0/+53
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-141-0/+53
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5Xinchen Hui2015-02-141-0/+53
| | |\
| | | * Test case Bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-051-0/+53
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-031-0/+40
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2015-02-031-0/+40
| |\ \ \ | | |/ /
| | * | Fixed Bug #65199 pg_copy_from() modifies input array variableYasuo Ohgaki2015-02-031-0/+40
* | | | fix test cleanupAnatol Belski2014-11-121-1/+7
|/ / /
* | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-311-4/+6
|\ \ \ | |/ /
| * | Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
| * | Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
* | | Support async pgsql connections and non-blocking queriesDaniel Lowrey2014-03-175-0/+356
* | | Imprement FR #25854 Return value for pg_insert should be resource instead of ...Yasuo Ohgaki2014-02-172-2/+13
* | | Implement FR #41146 - Add "description" with exteneded flag pg_meta_data().Yasuo Ohgaki2014-02-172-7/+74
* | | Travis has old PostgreSQL server. Avoid test error.Yasuo Ohgaki2014-02-161-1/+2
* | | It seems travis needs ending >?Yasuo Ohgaki2014-02-161-0/+1
* | | EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed.Yasuo Ohgaki2014-02-169-8/+67
* | | Always initialize pg_version() result array elements to prevent failed test w...Yasuo Ohgaki2014-01-151-4/+6
* | | Made pg_version() return full connection info.Yasuo Ohgaki2014-01-141-1/+19
* | | Remove trailing whitespace in testNikita Popov2013-08-221-1/+1
* | | Forgot newline in testNikita Popov2013-08-221-0/+1
* | | Fix pgsql notice test failureNikita Popov2013-08-221-0/+4
* | | Revert wrong descriptionYasuo Ohgaki2013-08-204-4/+4
* | | Fixed test bugYasuo Ohgaki2013-08-201-3/+2