summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
| | |
* | | Remove trailing whitespace in testNikita Popov2013-08-221-1/+1
| | | | | | | | | | | | Third try to make this work...
* | | Forgot newline in testNikita Popov2013-08-221-0/+1
| | |
* | | Fix pgsql notice test failureNikita Popov2013-08-221-0/+4
| | |
* | | Merge branch 'PHP-5.5'Matteo Beccati2013-08-211-16/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning Update NEWS Conflicts: ext/pdo_pgsql/pgsql_driver.c
| * | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-211-16/+25
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.4: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning
| | * Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
| | |
* | | Revert wrong descriptionYasuo Ohgaki2013-08-204-4/+4
| | |
* | | Fixed test bugYasuo Ohgaki2013-08-201-3/+2
| | |
* | | Revise pgsql testsYasuo Ohgaki2013-08-182-1/+8
| | |
* | | Merge branch 'PHP-5.5'Anatol Belski2013-08-121-2/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: removed unused vars
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-2/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: removed unused vars
| | * removed unused varsAnatol Belski2013-08-121-2/+1
| | |
* | | Merge branch 'PHP-5.5'Anatol Belski2013-08-121-3/+25
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fixed strndup usage in the pgsql ext
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-3/+25
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: fixed strndup usage in the pgsql ext
| | * fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
| | |
* | | 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
|/ / | | | | | | description
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-103-1/+5
|\ \ | |/ | | | | | | * PHP-5.4: ensure notices are not ignored when tests need them
| * ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-0515-62/+184
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.
| * Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ↵Yasuo Ohgaki2013-08-0515-62/+184
| | | | | | | | user parameter, users are able to control table names.
| * Fixed bug #65336Yasuo Ohgaki2013-07-271-1/+2
| |
| * typo fixesVeres Lajos2013-07-151-1/+1
| |
* | Fixed bug #65336Yasuo Ohgaki2013-07-271-1/+2
| |
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-3/+3
| |
* | typo fixesVeres Lajos2013-07-151-1/+1
| |
* | Inprove pg_unescape_bytea() error messageYasuo Ohgaki2013-07-131-1/+1
| |
* | Add warning to pg_unescape_bytea() when invalid parameter is passedYasuo Ohgaki2013-07-081-0/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-06-261-0/+36
|\ \ | |/ | | | | | | Conflicts: NEWS
| * Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted ↵Yasuo Ohgaki2013-06-261-0/+36
| | | | | | | | by: adam at vektah dot net
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-1915-30/+121
|\ \ | |/ | | | | | | | | | | * PHP-5.4: Fixed bug #65047 (Test skip on client / server version) Remove broken client version checking Clean up leftover file after the test
| * 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 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-022-5/+66
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #64609 (pg_convert enum type support)
| * Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-022-5/+66
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed bug #64609 (pg_convert enum type support)
| | * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-022-5/+66
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-014-1/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed bug #62857 (bytea test failures)
| * | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-014-1/+7
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fixed bug #62857 (bytea test failures)
| | * Fixed bug #62857 (bytea test failures)Matteo Beccati2013-06-014-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Postgres 9.1+ test fixes. Tests were failing due to the default standard_conforming_strings GUC being changed to on. Also the pg_escape_bytea test was encoding the data before estabilishing a connection, thus falling back to the old escaping type which isn't properly handled by the backend when using a default configuration. I haven't updated the NEWS file as it's just test fixes.
| | * Happy New Year~Xinchen Hui2013-01-012-2/+2
| | |
| * | Happy New YearXinchen Hui2013-01-012-2/+2
| | |
* | | Skip locale dependent test if locale not availableNikita Popov2013-03-231-0/+3
| | |
* | | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-142-1/+24
| | |
* | | Happy New YearXinchen Hui2013-01-012-2/+2
|/ /