summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* 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.5' into PHP-5.6Remi Collet2015-05-201-0/+27
|\ \ | |/
| * move testRemi Collet2015-05-201-0/+27
* | 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.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
* | | 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
* | | Revise pgsql testsYasuo Ohgaki2013-08-182-1/+8
* | | Revise pgsql test filesYasuo Ohgaki2013-08-122-1/+7
* | | Revise pgsql test for Travis CIYasuo Ohgaki2013-08-111-0/+2
* | | Add 00version.phpt to get server/protocol/client version. Revise test script ...Yasuo Ohgaki2013-08-119-8/+34
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-103-1/+5
|\ \ | |/
| * ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-0514-34/+34
|\ \ | |/
| * Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-0514-34/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-1915-30/+121
|\ \ | |/
| * Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-1914-24/+117
| * Remove broken client version checkingMatteo Beccati2013-06-191-7/+3
| * Clean up leftover file after the testMatteo Beccati2013-06-191-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-021-0/+30
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-0/+30
| |\
| | * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-021-0/+30
* | | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-014-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-014-1/+7
| |\ \ | | |/
| | * Fixed bug #62857 (bytea test failures)Matteo Beccati2013-06-014-1/+7
* | | Skip locale dependent test if locale not availableNikita Popov2013-03-231-0/+3
* | | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-141-0/+23
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-106-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-106-0/+0
| * Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+57
| * Fixed a few false positives on gcov for ext/pgsqlMatteo Beccati2011-08-306-7/+44
| * - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-061-0/+67