summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* MFHIlia Alshanetsky2003-04-251-3/+3
* MFH: fix some segfaults in some pg_lo_* functionsJay Smith2003-04-171-1/+17
* @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)Jay Smith2003-04-021-1/+4
* MFHJay Smith2003-04-011-2/+2
* MFHfoobar2003-03-101-27/+16
* - No C++ comments! (Patch by Magnus)Derick Rethans2003-03-091-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-10/+15
* MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but return...foobar2003-02-201-1/+1
* MFHYasuo Ohgaki2003-02-091-1/+1
* MFHYasuo Ohgaki2003-02-091-7/+17
* MFHIlia Alshanetsky2003-02-041-9/+4
* - MFH: Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch byDerick Rethans2003-01-041-2/+2
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Fix typoDerick Rethans2002-12-211-2/+2
* MFH (memory leak).Ilia Alshanetsky2002-12-161-1/+2
* MFHYasuo Ohgaki2002-11-291-1/+1
* MFHYasuo Ohgaki2002-11-261-11/+8
* Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed upYasuo Ohgaki2002-11-121-6/+9
* Fix compile warning.Ilia Alshanetsky2002-11-051-1/+3
* fix compiler warningMarcus Boerger2002-10-241-1/+1
* - Style polizei =)Derick Rethans2002-10-191-109/+109
* Revert invalid patch. It seems the real problem is in php errorYasuo Ohgaki2002-10-191-5/+3
* Skip field when there is obvious error.Yasuo Ohgaki2002-10-191-1/+3
* Fixed typo.Yasuo Ohgaki2002-10-191-5/+5
* Added pg_get_pid()Yasuo Ohgaki2002-10-171-2/+19
* Added async message function - pg_get_notify()Yasuo Ohgaki2002-10-171-0/+40
* Fixed proto. Clean up.Yasuo Ohgaki2002-10-131-2/+2
* Need to init connstring when there are 2 args.Yasuo Ohgaki2002-10-131-0/+1
* Introduce connect_type option to pg_connect().Yasuo Ohgaki2002-10-131-6/+12
* Enable pg_escape_bytea().Yasuo Ohgaki2002-10-131-0/+1
* Rename pg_data_seek() to pg_result_seek().Yasuo Ohgaki2002-10-031-3/+3
* Fixed pg_escape_typea()Yasuo Ohgaki2002-10-021-2/+2
* Clean up a little.Yasuo Ohgaki2002-10-021-4/+2
* Added pg_unescape_bytea(). Fixed pg_data_seek().Yasuo Ohgaki2002-10-021-2/+128
* Added pg_data_seek().Yasuo Ohgaki2002-10-021-0/+32
* Added pg_ping()Yasuo Ohgaki2002-10-021-1/+33
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-021-10/+10
* Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.Yasuo Ohgaki2002-09-301-5/+20
* Use PGSQL_CONV_FORCE_NULL as it is supposed.Yasuo Ohgaki2002-09-301-1/+6
* Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little.Yasuo Ohgaki2002-09-301-3/+3
* Fix TODO descYasuo Ohgaki2002-09-301-1/+1
* Remove unused def. Add TODO.Yasuo Ohgaki2002-09-301-4/+1
* Improve error message. Fix proto.Yasuo Ohgaki2002-09-301-11/+12
* php_error -> php_error_docrefYasuo Ohgaki2002-09-041-219/+115
* Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_re...Yasuo Ohgaki2002-08-241-22/+16
* Fixed typoYasuo Ohgaki2002-08-241-1/+1
* Make pg_result_status() a little more useufl by ignoring invalidYasuo Ohgaki2002-08-241-3/+9
* ws fixfoobar2002-08-231-3/+3
* Unify error messagesYasuo Ohgaki2002-07-281-109/+109
* Copy empty_string, fixed crash.Yasuo Ohgaki2002-07-221-1/+1