summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Revert last 2 commits.Yasuo Ohgaki2002-04-251-14/+9
* pg_client_encoding/pg_set_client_encoding should be compiled always.Yasuo Ohgaki2002-04-251-8/+13
* Remove result_type from pg_fetch_object() proto.Yasuo Ohgaki2002-04-241-1/+1
* It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_obj...Yasuo Ohgaki2002-04-241-1/+1
* Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.Yasuo Ohgaki2002-04-231-235/+161
* hash keys lengths include the NUL-byte, so we need to copy one byte less.Sascha Schumann2002-04-221-2/+4
* refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotesSascha Schumann2002-04-211-118/+80
* Avoid allocating resources, if we know that the input array is empty.Sascha Schumann2002-04-211-21/+21
* speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/Sascha Schumann2002-04-211-3/+3
* The default has been changed to assume failure, because there were 5-10Sascha Schumann2002-04-211-1/+1
* Add PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc.Sascha Schumann2002-04-211-25/+17
* My patch as posted to php-dev + warnings/errors fixed as seen inSascha Schumann2002-04-211-689/+214
* Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ...Yasuo Ohgaki2002-04-201-75/+180
* Added comment to fix large OID value handling later.Yasuo Ohgaki2002-04-201-7/+10
* Added missing 'd'.Yasuo Ohgaki2002-04-201-4/+4
* Some cleanup.Yasuo Ohgaki2002-04-201-25/+23
* Fixed OID overflow. If value is larger than MAX_LONG,Yasuo Ohgaki2002-04-201-8/+16
* Remove warnings.Yasuo Ohgaki2002-04-201-17/+18
* Fixed pg_insert/update/select/delete overflow.Yasuo Ohgaki2002-04-191-18/+15
* Added "NOT NULL" check and do not add converted variable when field is NULL a...Yasuo Ohgaki2002-04-191-13/+191
* Changed "default" -> "has default" (metadata)Yasuo Ohgaki2002-04-191-5/+7
* Leave "" (null string) when converting.Yasuo Ohgaki2002-04-191-1/+1
* Remove unneeded conversions from pg_convert.Yasuo Ohgaki2002-04-081-3/+0
* Make it compile with ZTS.Yasuo Ohgaki2002-04-081-27/+27
* Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()Yasuo Ohgaki2002-04-081-4/+1878
* Return proper result.Yasuo Ohgaki2002-04-081-3/+3
* Added 2nd parameter for pg_result_status(). PGSQL_STATUS_LONG is for LONG res...Yasuo Ohgaki2002-04-081-8/+22
* Nuke waring with ZTS buildYasuo Ohgaki2002-04-071-1/+1
* Make pg_last_notice() work as it is designed. It returns last notice message ...Yasuo Ohgaki2002-04-061-23/+50
* Fix pg_last_notice() double free.Yasuo Ohgaki2002-04-051-1/+1
* Clean up pg_escape_*()Yasuo Ohgaki2002-04-041-17/+9
* Fixed crash with pg_escape_*()Yasuo Ohgaki2002-04-041-1/+5
* Print multibyte and SSL support is compiled in libpq or not.Yasuo Ohgaki2002-03-311-2/+12
* Print PostgreSQL version number in phpinfo()Yasuo Ohgaki2002-03-311-0/+3
* Fix build failure with PostgreSQL 6.5.xYasuo Ohgaki2002-03-291-11/+28
* Remove warningsYasuo Ohgaki2002-03-261-2/+0
* Changed error messages to be consistent with other error messagesYasuo Ohgaki2002-03-261-22/+40
* *** empty log message ***Markus Fischer2002-03-211-1/+1
* Show function name in error message.Yasuo Ohgaki2002-03-211-5/+9
* Streams are all tracked as resources now.Wez Furlong2002-03-201-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-7/+9
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Print function names in error messagesYasuo Ohgaki2002-03-111-1/+2
* WS and indentYasuo Ohgaki2002-03-111-75/+75
* Add comments for constants. Remove unneeded constants included by mistake.Yasuo Ohgaki2002-03-111-8/+4
* Fix possible build error under Windows.Yasuo Ohgaki2002-03-111-1/+1
* - Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parametersDerick Rethans2002-03-021-16/+23
* Initialize automatic persistent connection reset flagYasuo Ohgaki2002-02-121-0/+1