summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* MFH - make postgresql compiel against 6.5.xThies C. Arntzen2001-04-041-9/+20
* Fix pgsql_set_Default_link()Zeev Suraski2001-03-301-4/+4
* Revert all PostgreSQL patches that were in the branch...Zeev Suraski2001-03-301-3/+1
* pg_close was not closing the connection, making impossible to reopen it. Pls ...Romolo Manfredini2001-03-301-7/+4
* pg_close was closing connection twice, pls insert in 4_0_5Romolo Manfredini2001-03-271-1/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* added missing ELS_FETCH()Daniel Beulshausen2001-02-201-1/+1
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-191-0/+3
* Fix warningSascha Schumann2001-02-191-1/+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-131-1/+34
* @- fixes PostgeSQL pg_connect() bug. We would sometimes close the defaultThies C. Arntzen2001-02-131-1/+2
* - 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-181-0/+55
* Changing my email address...Jouni Ahto2001-01-041-1/+1
* Don't increase the refcount of id, if we already have increased the refcountSascha Schumann2000-12-131-2/+4
* Fix msql_close(), pg_close() and sybase_close() (Sybase CT)Zeev Suraski2000-11-031-3/+10
* Fix pg_close()Zeev Suraski2000-11-031-1/+5
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-5/+5
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-9/+13
* Remove conflictZeev Suraski2000-10-111-5/+0
* Old PostgreSQL fix I forgot to commit, and NEWS consistency updateZeev Suraski2000-10-111-1/+18
* - The Sprit of PHP is to have descriptive function names and notAndi Gutmans2000-09-131-8/+8
* updated some functions'name using obsolete name convention.Rui Hirokawa2000-09-121-6/+9
* - Renamed functions so that this extension finally starts to follow theJouni Ahto2000-09-111-6/+6
* - Use the same check for existence of a valid link as the other functions.Jouni Ahto2000-09-111-66/+58
* - Added functions pg_putline and pg_endcopy (thanks to Dirk ElmendorfDerick Rethans2000-09-111-0/+86
* Fixed #6627. Wrong logic...Jouni Ahto2000-09-091-1/+2
* - Return NULL type when column is NULL, now that we have it in PHP4.Jouni Ahto2000-08-161-26/+36
* Fix #5817 and really, really check what gets passed further...Jouni Ahto2000-07-291-12/+26
* This should fix #5826.Jouni Ahto2000-07-291-0/+6
* The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/Sascha Schumann2000-07-111-6/+6
* - Still one misssing zend_list_addref() and small fix in pg_close.Jouni Ahto2000-07-051-1/+2
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-021-0/+74
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
* Typos.Egon Schmid2000-06-231-2/+2
* - Fix return type in proto once again...Jouni Ahto2000-06-181-1/+1
* Some protos fixed.Egon Schmid2000-06-181-2/+2
* - Fix return type in proto.Jouni Ahto2000-06-181-1/+1
* - Update postgress to build on WindowsAndi Gutmans2000-06-091-4/+0
* (pg_connect) Missed adding reference to link.Jouni Ahto2000-06-041-0/+1
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-041-0/+92
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-311-0/+87
* - Move to high performance api, use Z_* macros.Jouni Ahto2000-05-251-339/+230
* Added PostgreSQL module info function.Jouni Ahto2000-05-241-2/+25
* proto typo fixHartmut Holzgraefe2000-05-231-1/+1