summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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.5Yasuo Ohgaki2013-08-051-28/+150
|\ \ | |/
| * Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-051-28/+150
| * Fixed bug #65336Yasuo Ohgaki2013-07-271-1/+2
* | Fixed bug #65336Yasuo Ohgaki2013-07-271-1/+2
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-3/+3
* | 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-021-5/+36
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-5/+36
| |\
| | * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-021-5/+36
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | * Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)Yasuo Ohgaki2012-03-291-0/+4
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| * | add pg_escape_identifier/pg_escape_literalYasuo Ohgaki2012-04-191-1/+138
| * | Implement Request #47570 libpq's PG_VERSION should be exported to userlandYasuo Ohgaki2012-04-181-0/+6
* | | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-141-1/+1
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Implement Request #47570 libpq's PG_VERSION should be exported to userlandYasuo Ohgaki2012-04-171-0/+6
* | | Merge branch 'PHP-5.4'Yasuo Ohgaki2012-03-291-0/+4
|\ \ \ | |/ /
| * | 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-011-1/+1
| | * Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+18
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * - 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-061-6/+10
| | * 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-011-1/+1
| * | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+4
| * | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-12/+5
| * | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-8/+8
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | add pg_escape_identifier/pg_escape_literalYasuo Ohgaki2011-11-251-1/+138