summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ \ | | | | | | | | | | | | * PHP-5.3: Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
| * | 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 ↵Pierre Joye2010-11-181-0/+8
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-062-6/+77
| | | | | | | | | | patch by: ewgraf at gmail dot com
| * Fix typos s/connnection/connectionRaphael Geissert2010-05-011-4/+4
| |
| * - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵Felipe Pena2010-04-201-6/+2
| | | | | | | | | | | | | | argument) Patch by: cbandy at jbandy dot com
| * - 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 ↵Felipe Pena2010-04-201-2/+2
| | | | | | | | | | | | | | literal) Patch by: cbandy at jbandy dot com
* | - 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
| |
* | - 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 ↵Pierre Joye2011-07-221-12/+5
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-8/+8
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Added support for "extra" parameter for PGNotify().Ilia Alshanetsky2011-01-271-0/+14
| |
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-062-6/+77
| | | | | | | | | | patch by: ewgraf at gmail dot com
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
| |
* | Fix typos s/connnection/connectionRaphael Geissert2010-05-011-4/+4
| |
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-282-0/+337
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+1
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-212-337/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵Felipe Pena2010-04-201-6/+2
| | | | | | | | | | | | | | argument) Patch by: cbandy at jbandy dot com
* | - 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 ↵Felipe Pena2010-04-201-2/+2
|/ | | | | | | literal) Patch by: cbandy at jbandy dot com
* 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
| | | | | # tested w/ 8.5alpha3
* 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
| | | | | literal)
* - 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
|