| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check the return value of lo_export. | Adam Harvey | 2014-12-30 | 1 | -3/+3 |
| * | Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests | Matteo Beccati | 2014-10-31 | 1 | -3/+6 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-07-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix ext/pgsql builds with libpq < 7.3. | Adam Harvey | 2014-07-01 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -10/+20 |
| |\ \ | |/ | |||||
| | * | Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele... | Yasuo Ohgaki | 2014-02-16 | 1 | -10/+20 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -27/+8 |
| |\ \ | |/ | |||||
| | * | Refactor build_tablename() | Yasuo Ohgaki | 2014-02-16 | 1 | -27/+8 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -4/+3 |
| |\ \ | |/ | |||||
| | * | Revise encoding blacklist | Yasuo Ohgaki | 2014-02-16 | 1 | -4/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-02-15 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | - Fix ZTS build when HAVE_PQESCAPELITERAL is not set | Felipe Pena | 2014-02-15 | 1 | -0/+2 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-15 | 2 | -285/+268 |
| |\ \ | |/ | |||||
| | * | Refactor and cleanup. WS is cleaned up. Use -b if it is needed. | Yasuo Ohgaki | 2014-02-15 | 2 | -285/+268 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-22 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | fixed missing usleep() prototype in pgsql | Anatol Belski | 2014-01-22 | 1 | -0/+3 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | | 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.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 |
| * | | 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 |
| * | | 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.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 |
| * | | 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 |
