summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* Fix build (see r296062)Hannes Magnusson2010-03-111-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* Removed spurious high-ascii char from previous commmitMatteo Beccati2009-12-251-1/+1
* - Updated ext/pgsql tests to work w/ PostgreSQL 8.5Matteo Beccati2009-12-2511-6/+195
* Fixe buildIlia Alshanetsky2009-11-271-1/+1
* Fixed bug #50195 (pg_copy_to() fails when table name contains schema).Ilia Alshanetsky2009-11-251-1/+5
* Fixed compiler warningsIlia Alshanetsky2009-11-021-7/+11
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-1/+1
* - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)Pierre Joye2009-05-111-1/+1
* MFB: ext/pgsql/tests/80_bug14383.phptIlia Alshanetsky2009-04-061-0/+15
* Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a stringIlia Alshanetsky2009-03-121-1/+1
* - add path for libpq (other are kept)Pierre Joye2009-03-091-1/+1
* - MFH: Fix testFelipe Pena2009-01-301-2/+4
* - MFH: Fixed bug #47048 (Segfault with new pg_meta_data)Felipe Pena2009-01-181-1/+1
* Improved parameter handlingIlia Alshanetsky2009-01-131-3/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-82/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+82
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-82/+0
* MFH:Felipe Pena2008-10-166-7/+357
* - Fixed possible efree(NULL)Felipe Pena2008-10-151-1/+3
* MFH:Felipe Pena2008-10-132-4/+46
* use proper macroIlia Alshanetsky2008-10-081-1/+1
* Fixed bug #46206 (pg_query_params/pg_execute convert passed values toIlia Alshanetsky2008-10-011-52/+55
* Fixed unused var warningIlia Alshanetsky2008-09-101-1/+2
* - Fixed some wrong format parametersFelipe Pena2008-09-081-2/+2
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* MFH: corrected library search path order in testsHartmut Holzgraefe2008-07-231-1/+1
* splitted test cases for lo_create and lo_import, added version awareHartmut Holzgraefe2008-07-232-30/+55
* added support for object ids in pg_lo_create() and pg_lo_import() where avail...Hartmut Holzgraefe2008-07-233-26/+172
* - Added arginfoFelipe Pena2008-07-021-107/+642
* - Fixed testFelipe Pena2008-06-301-1/+1
* - New parameter parsing APIFelipe Pena2008-06-291-475/+352
* Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)Ilia Alshanetsky2008-05-191-1/+1
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-1/+5