summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Chages for new pg_last_notice()Yasuo Ohgaki2002-04-062-3/+13
* Make pg_last_notice() work as it is designed. It returns last notice message ...Yasuo Ohgaki2002-04-061-23/+50
* Add error message from _notice_handler()Yasuo Ohgaki2002-04-051-0/+2
* Fix pg_last_notice() double free.Yasuo Ohgaki2002-04-051-1/+1
* Add notice message testYasuo Ohgaki2002-04-052-0/+23
* Update messageYasuo Ohgaki2002-04-051-2/+2
* Add bytea field to test table.Yasuo Ohgaki2002-04-053-3/+3
* Add real pg_escape_bytea() test.Yasuo Ohgaki2002-04-053-2/+31
* Fix testsYasuo Ohgaki2002-04-042-6/+7
* Added pg_escape_*() testYasuo Ohgaki2002-04-042-0/+38
* 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-313-0/+10
* Fix build failure with PostgreSQL 6.5.xYasuo Ohgaki2002-03-292-11/+29
* 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
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-8/+0
* 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
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-10/+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
* Update docYasuo Ohgaki2002-03-011-4/+15
* Fix problem with sesssion_pgsql moduleYasuo Ohgaki2002-02-151-2/+1
* Initialize automatic persistent connection reset flagYasuo Ohgaki2002-02-121-0/+1
* Clean up code.Yasuo Ohgaki2002-02-062-10/+5
* Make module specified functions to static.Yasuo Ohgaki2002-02-062-23/+22
* Added "auto_reset_presistent" ini entry.Yasuo Ohgaki2002-01-252-4/+4
* Revert last 2 commit. Instead, make php_pgsql_do_connect() to catchYasuo Ohgaki2002-01-241-13/+18
* Add a little more fault tolerance for pg_host, pg_tty and more.Yasuo Ohgaki2002-01-241-0/+3
* No more httpd restart is required when PostgreSQL is rebooted.Yasuo Ohgaki2002-01-241-0/+6
* Fixed typo and protoYasuo Ohgaki2002-01-211-5/+5
* Fix bug in test scriptYasuo Ohgaki2002-01-101-1/+1
* - fixed typo in deprecated functionnameUwe Steinmann2002-01-091-1/+1
* Added when experimental functions are added.Yasuo Ohgaki2001-12-201-0/+5
* Updated README. Module will not cancel queued query sent.Yasuo Ohgaki2001-12-191-1/+5
* Do not cancel queued query automatically.Yasuo Ohgaki2001-12-191-37/+13
* More proper error message.Yasuo Ohgaki2001-12-181-5/+2
* Get rid of useless path from seach pathYasuo Ohgaki2001-12-181-2/+2