summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* If the header file is not found, bail out.foobar2001-08-141-1/+1
|
* - More ZE2 fixesAndi Gutmans2001-08-131-3/+1
|
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
|
* more ZTS fixes.foobar2001-07-311-2/+0
|
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-6/+5
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-3/+2
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
|
* Fix typo.Jon Parise2001-07-291-2/+2
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-42/+12
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Fix for #11941Rasmus Lerdorf2001-07-131-1/+1
|
* Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect()foobar2001-06-291-1/+1
|
* Allow the PostgreSQL driver to do internal row counting when iteratingJon Parise2001-06-192-32/+73
| | | | | | | through a result set. Submitted by: Georg von Zezschwitz <gvz@2scale.net>
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-19/+75
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Fixed bug: #11265foobar2001-06-041-1/+4
|
* ws fixSterling Hughes2001-05-281-3/+4
|
* Fix by Sterling Hughes. Fixes bugs: #10939, #10756, #10324foobar2001-05-271-1/+5
|
* remove ws, kill one compile warning.foobar2001-05-271-6/+6
|
* Fix some protos.Egon Schmid2001-05-271-2/+2
|
* @ Made the length argument (argument 2) to pg_loread() optional,Sterling Hughes2001-05-271-32/+33
| | | | | | | | @ if not specified data will be read in 1kb chunks. (Sterling) @ Added a third argument to pg_lowrite() which is the length of @ the data to write. (Sterling)
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Nuke more quotesSascha Schumann2001-05-121-5/+5
|
* Corrected one proto.Egon Schmid2001-05-061-1/+1
|
* Add pg_last_notice() functionRasmus Lerdorf2001-05-062-1/+21
|
* make pgsql build under win32 againDaniel Beulshausen2001-04-301-0/+1
|
* Accept the fix suggestion from bug #9562Zeev Suraski2001-04-291-0/+3
|
* deleted warning output in dbx/pgsql.Rui Hirokawa2001-04-141-2/+0
|
* pg_close not closing right connection.Romolo Manfredini2001-04-051-9/+3
|
* make it compile with 6.5.xThies C. Arntzen2001-04-042-9/+21
| | | | | postgresql notices are now send to the standard error-log
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* pg_close was undefining default_conn even if a ref to it was still there.Romolo Manfredini2001-03-261-3/+7
|
* Solved bugs #9746 and #9937, pg_close was closing twice the default conn.Romolo Manfredini2001-03-241-1/+2
|
* fix dspDaniel Beulshausen2001-03-201-8/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* added missing ELS_FETCH()Daniel Beulshausen2001-02-201-1/+1
|
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-193-23/+3
| | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe.
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-192-0/+21
| | | | | | | | We now perform a check whether we need to include <postgres.h> to succesfully compile. PR: #9328
* Fix warningSascha Schumann2001-02-191-1/+1
|
* Allow passing relative paths to --with-pgsqlSascha Schumann2001-02-191-0/+1
|
* Fix the PostgreSQL fix...Zeev Suraski2001-02-151-2/+2
|
* remove stupid PGSQL warningThies C. Arntzen2001-02-131-14/+12
|
* @- PostgreSQL now does a rollback at the end of a request on everyThies C. Arntzen2001-02-132-1/+35
| | | | | | | | | | @ persistent connection. This is done by doing an "empty" transaction @ on the connection (This was advised by someone from the PostgreSQL @ core-team). If you leave transactions open on your page you will see a @ "NOTICE: BEGIN: already a transaction in progress" message in your @ apache error_log. This message is created by the PostgreSQL libs - we can @ do nothing about it. (Thies)
* @- fixes PostgeSQL pg_connect() bug. We would sometimes close the defaultThies C. Arntzen2001-02-131-1/+2
| | | | | @ link by acciedent. (Patch by: aja@nlgroup.ca)
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
|
* Revert last completely broken patch.Sascha Schumann2001-01-201-55/+0
|
* - Added the pg_lolseek function, which allows for arbitrary seeking withinDerick Rethans2001-01-182-0/+57
| | | | | | | | a large object, and the pg_lotell call, which can be used to find the current file offset for a large object (Submitted by: Adam Haberlach <adam@newsnipple.com>). @- Added the pg_lolseek and pg_lotell functions (Derick)