Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up | Yasuo Ohgaki | 2014-01-15 | 3 | -3/+70 |
* | Always initialize pg_version() result array elements to prevent failed test w... | Yasuo Ohgaki | 2014-01-15 | 2 | -34/+27 |
* | Fixed pg_version() crash with older postgresql | Yasuo Ohgaki | 2014-01-15 | 1 | -10/+31 |
* | Made pg_version() return full connection info. | Yasuo Ohgaki | 2014-01-14 | 2 | -2/+30 |
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | Merge branch 'PHP-5.5' | Yasuo Ohgaki | 2013-10-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2013-10-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix Coverity issue reporting wrong sizeof() | Yasuo Ohgaki | 2013-10-22 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-08-22 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-08-22 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Fixed other compiler warnings | Matteo Beccati | 2013-08-22 | 1 | -1/+4 |
| * | | Apply pgsql notice test fixes to PHP-5.5 | Nikita Popov | 2013-08-22 | 3 | -2/+15 |
* | | | Remove trailing whitespace in test | Nikita Popov | 2013-08-22 | 1 | -1/+1 |
* | | | Forgot newline in test | Nikita Popov | 2013-08-22 | 1 | -0/+1 |
* | | | Fix pgsql notice test failure | Nikita Popov | 2013-08-22 | 1 | -0/+4 |
* | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-08-21 | 1 | -16/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-08-21 | 1 | -16/+25 |
| |\ \ | | |/ | |||||
| | * | Fixed compiler warnings in ext/pgsql | Matteo Beccati | 2013-08-21 | 1 | -16/+25 |
* | | | Revert wrong description | Yasuo Ohgaki | 2013-08-20 | 4 | -4/+4 |
* | | | Fixed test bug | Yasuo Ohgaki | 2013-08-20 | 1 | -3/+2 |
* | | | Revise pgsql tests | Yasuo Ohgaki | 2013-08-18 | 2 | -1/+8 |
* | | | Merge branch 'PHP-5.5' | Anatol Belski | 2013-08-12 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-08-12 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | removed unused vars | Anatol Belski | 2013-08-12 | 1 | -2/+1 |
* | | | Merge branch 'PHP-5.5' | Anatol Belski | 2013-08-12 | 1 | -3/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-08-12 | 1 | -3/+25 |
| |\ \ | | |/ | |||||
| | * | fixed strndup usage in the pgsql ext | Anatol Belski | 2013-08-12 | 1 | -3/+25 |
* | | | Revise pgsql test files | Yasuo Ohgaki | 2013-08-12 | 2 | -1/+7 |
* | | | Revise pgsql test for Travis CI | Yasuo Ohgaki | 2013-08-11 | 1 | -0/+2 |
* | | | Add 00version.phpt to get server/protocol/client version. Revise test script ... | Yasuo Ohgaki | 2013-08-11 | 9 | -8/+34 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-10 | 3 | -1/+5 |
|\ \ | |/ | |||||
| * | ensure notices are not ignored when tests need them | Stanislav Malyshev | 2013-08-10 | 3 | -1/+5 |
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2013-08-05 | 15 | -62/+184 |
|\ \ | |/ | |||||
| * | Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ... | Yasuo Ohgaki | 2013-08-05 | 15 | -62/+184 |
| * | Fixed bug #65336 | Yasuo Ohgaki | 2013-07-27 | 1 | -1/+2 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Fixed bug #65336 | Yasuo Ohgaki | 2013-07-27 | 1 | -1/+2 |
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -3/+3 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Inprove pg_unescape_bytea() error message | Yasuo Ohgaki | 2013-07-13 | 1 | -1/+1 |
* | | Add warning to pg_unescape_bytea() when invalid parameter is passed | Yasuo Ohgaki | 2013-07-08 | 1 | -0/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-06-26 | 1 | -0/+36 |
|\ \ | |/ | |||||
| * | Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted b... | Yasuo Ohgaki | 2013-06-26 | 1 | -0/+36 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-06-19 | 15 | -30/+121 |
|\ \ | |/ | |||||
| * | Fixed bug #65047 (Test skip on client / server version) | Matteo Beccati | 2013-06-19 | 14 | -24/+117 |
| * | Remove broken client version checking | Matteo Beccati | 2013-06-19 | 1 | -7/+3 |
| * | Clean up leftover file after the test | Matteo Beccati | 2013-06-19 | 1 | -0/+2 |
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |