summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* Fixed bug #28374 (Possible unterminated loop insideIlia Alshanetsky2004-05-121-1/+1
* Fixed possible crash inside pg_copy_(to|from) function if delimiter is moreIlia Alshanetsky2004-04-221-4/+4
* Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
* Keep BC of pg_fetch_objectMarcus Boerger2004-03-152-11/+10
* Bugfix #27597 pg_fetch_array not returning false .Marcus Boerger2004-03-152-3/+67
* Show the connect resultMarcus Boerger2004-03-091-3/+6
* Wordsize fixesArd Biesheuvel2004-02-251-3/+4
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Fixed bug #27007 (missing connection closure when connect fails in pgsql).Ilia Alshanetsky2004-01-291-0/+3
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-3/+3
* Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).Ilia Alshanetsky2004-01-111-2/+8
* Use pg_config if it can be found.Marcus Boerger2004-01-091-19/+35
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Removed a useless define.Ilia Alshanetsky2003-12-291-2/+0
* Make test work with PostgreSQL 7.4Ilia Alshanetsky2003-12-231-2/+2
* Missing bit for bug #26625.Ilia Alshanetsky2003-12-221-3/+2
* Fixed Bug #26625 (pg_convert sets NULL incorrectly for character dataIlia Alshanetsky2003-12-161-1/+1
* MFB: Use standard header locationsEdin Kadribasic2003-12-111-4/+4
* Removed unused variable.Ilia Alshanetsky2003-12-071-6/+0
* MFB: PHP_PQ_ERROR() changeMarcus Boerger2003-12-061-53/+46
* #args, reinsert skipif for extension checkMarcus Boerger2003-12-061-0/+3
* Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-7/+0
* Get rid of PHPAPI usage.Edin Kadribasic2003-12-053-27/+24
* Make this build using new build systemWez Furlong2003-12-041-0/+19
* Modify pg_fetch_object() to be able to instantiate a selected class and passMarcus Boerger2003-09-065-63/+158
* Bugfix #25404Marcus Boerger2003-09-061-1/+3
* format string fix and number of argumentsMarcus Boerger2003-08-281-4/+4
* this is the right parameterAndrey Hristov2003-08-281-1/+1
* format string fixesAndrey Hristov2003-08-281-5/+9
* Fixed bug #25109 (Possible crash when fetching field name)Ilia Alshanetsky2003-08-281-1/+4
* Fixed tests that failed in ZTS due to incorrect file paths.Ilia Alshanetsky2003-08-284-13/+18
* Fixed bug #22243 (make pg_meta_data fetch array dimentions)Ilia Alshanetsky2003-08-271-1/+2
* Fixed bug #25093 (Various leaks due to non-freed queries)Ilia Alshanetsky2003-08-141-2/+7
* #damnMarcus Boerger2003-07-271-1/+1
* In protocol version < 3 we cannot test transaction status and do unconditiona...Marcus Boerger2003-07-271-1/+1
* Added new function pg_parameter_status()Marcus Boerger2003-07-272-0/+41
* Needed function detectionMarcus Boerger2003-07-271-0/+1
* New smart connect/shutdown for persistent connections.Marcus Boerger2003-07-271-15/+33
* Added pg_version() which returns an associative array of client/protocol/serverMarcus Boerger2003-07-223-0/+25
* Add resonMarcus Boerger2003-07-221-1/+1
* The value might be a null pointerMarcus Boerger2003-07-221-2/+7
* Postgres decision on thisMarcus Boerger2003-07-221-1/+1
* Reset vars when reusing a persistent connection as requested from postgres de...Marcus Boerger2003-07-211-0/+5
* Go without #24499 hint sneaked in by accidentMarcus Boerger2003-07-211-4/+1
* Add test for bug #24499Marcus Boerger2003-07-201-0/+66
* Use only one line per error message and don't terminate with a dot as everywh...Marcus Boerger2003-07-201-121/+167
* proto fixesAndrey Hristov2003-07-191-4/+4