summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of lo_export.Adam Harvey2014-12-301-3/+3
* Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-07-011-1/+1
|\
| * Fix ext/pgsql builds with libpq < 7.3.Adam Harvey2014-07-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-10/+20
|\ \ | |/
| * Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele...Yasuo Ohgaki2014-02-161-10/+20
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-27/+8
|\ \ | |/
| * Refactor build_tablename()Yasuo Ohgaki2014-02-161-27/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-4/+3
|\ \ | |/
| * Revise encoding blacklistYasuo Ohgaki2014-02-161-4/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-02-151-0/+2
|\ \ | |/
| * - Fix ZTS build when HAVE_PQESCAPELITERAL is not setFelipe Pena2014-02-151-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-152-285/+268
|\ \ | |/
| * Refactor and cleanup. WS is cleaned up. Use -b if it is needed.Yasuo Ohgaki2014-02-152-285/+268
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-141-1/+1
|\ \ | |/
| * a few typofixesVeres Lajos2014-02-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-221-0/+3
|\ \ | |/
| * fixed missing usleep() prototype in pgsqlAnatol Belski2014-01-221-0/+3
| * Bump yearXinchen Hui2014-01-032-2/+2
* | Bump yearXinchen Hui2014-01-032-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-221-1/+1
|\ \ | |/
| * Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-221-1/+4
|\ \ | |/
| * Fixed other compiler warningsMatteo Beccati2013-08-221-1/+4
* | Apply pgsql notice test fixes to PHP-5.5Nikita Popov2013-08-223-2/+15
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-211-16/+25
|\ \ | |/
| * Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-2/+1
|\ \ | |/
| * removed unused varsAnatol Belski2013-08-121-2/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-3/+25
|\ \ | |/
| * fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
* | 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
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-0515-62/+184
|\ \ | |/
| * Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-0515-62/+184
| * 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
|\ \ | |/
| * Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted b...Yasuo Ohgaki2013-06-261-0/+36
* | 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 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1