summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix ext/pgsql builds with libpq < 7.3.Adam Harvey2014-07-011-1/+1
* Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele...Yasuo Ohgaki2014-02-161-10/+20
* Refactor build_tablename()Yasuo Ohgaki2014-02-161-27/+8
* Revise encoding blacklistYasuo Ohgaki2014-02-161-4/+3
* - Fix ZTS build when HAVE_PQESCAPELITERAL is not setFelipe Pena2014-02-151-0/+2
* Refactor and cleanup. WS is cleaned up. Use -b if it is needed.Yasuo Ohgaki2014-02-152-285/+268
* a few typofixesVeres Lajos2014-02-141-1/+1
* fixed missing usleep() prototype in pgsqlAnatol Belski2014-01-221-0/+3
* Bump yearXinchen Hui2014-01-032-2/+2
* Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
* Fixed other compiler warningsMatteo Beccati2013-08-221-1/+4
* Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
* removed unused varsAnatol Belski2013-08-121-2/+1
* fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
* ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
* 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 #65015 (pg_send_query does not flush send buffer) patch submitted b...Yasuo Ohgaki2013-06-261-0/+36
* 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
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-022-5/+66
|\
| * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-022-5/+66
* | 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
| * Happy New Year~Xinchen Hui2013-01-012-2/+2
* | Happy New YearXinchen Hui2013-01-012-2/+2
* | 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 #60718 Complie problem with libpq (PostgreSQL 7.3 or less)Yasuo Ohgaki2012-03-291-0/+4
* | add pg_escape_identifier/pg_escape_literalYasuo Ohgaki2012-04-194-6/+173
* | Implement Request #47570 libpq's PG_VERSION should be exported to userlandYasuo Ohgaki2012-04-181-0/+6
* | Merge branch 'PHP-5.3' into PHP-5.4Yasuo Ohgaki2012-03-291-0/+4
|\ \
| * | Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)Yasuo Ohgaki2012-03-291-0/+4
| |/
| * - Year++Felipe Pena2012-01-012-2/+2
| * Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-152-0/+75
| * Fixed a few false positives on gcov for ext/pgsqlMatteo Beccati2011-08-306-7/+44
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-012-2/+2
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+8
| * - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-062-6/+77
| * Fix typos s/connnection/connectionRaphael Geissert2010-05-011-4/+4
| * - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argum...Felipe Pena2010-04-201-6/+2
| * - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)Felipe Pena2010-04-201-2/+5
| * - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string li...Felipe Pena2010-04-201-2/+2
* | - Year++Felipe Pena2012-01-012-2/+2
* | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-152-0/+61
* | Fixed a few false positives on gcov for ext/pgsqlMatteo Beccati2011-08-306-7/+44