summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
Commit message (Expand)AuthorAgeFilesLines
* Fix 'timestamp without timezone', too.Jay Smith2003-04-011-0/+1
* Removed #ifdef NetWare and made the necessary changes in the directory struct...Anantha Kesari H Y2003-01-061-2/+0
* Makefile added newly and modified the header file for NetWare.Anantha Kesari H Y2003-01-061-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Added pg_get_pid()Yasuo Ohgaki2002-10-171-0/+1
* Added async message function - pg_get_notify()Yasuo Ohgaki2002-10-171-0/+2
* Introduce connect_type option to pg_connect().Yasuo Ohgaki2002-10-131-0/+2
* Enable pg_escape_bytea().Yasuo Ohgaki2002-10-131-0/+1
* Rename pg_data_seek() to pg_result_seek().Yasuo Ohgaki2002-10-031-1/+1
* Added pg_data_seek().Yasuo Ohgaki2002-10-021-0/+1
* Added pg_ping()Yasuo Ohgaki2002-10-021-0/+1
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-021-2/+2
* Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.Yasuo Ohgaki2002-09-301-1/+2
* Added pg_fetch_all() that fetch all rows in result.Yasuo Ohgaki2002-07-211-0/+2
* Fix win32 build.Edin Kadribasic2002-05-101-0/+6
* pg_client_encoding/pg_set_client_encoding should be compiled always.Yasuo Ohgaki2002-04-251-2/+0
* Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.Yasuo Ohgaki2002-04-231-6/+18
* Added API version for C programsYasuo Ohgaki2002-04-201-0/+2
* Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()Yasuo Ohgaki2002-04-081-3/+63
* Chages for new pg_last_notice()Yasuo Ohgaki2002-04-061-3/+7
* Print PostgreSQL version number in phpinfo()Yasuo Ohgaki2002-03-311-0/+4
* Clean up code.Yasuo Ohgaki2002-02-061-7/+2
* Make module specified functions to static.Yasuo Ohgaki2002-02-061-8/+8
* Added "auto_reset_presistent" ini entry.Yasuo Ohgaki2002-01-251-0/+1
* Funtion rename:Yasuo Ohgaki2001-12-171-37/+59
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Added async query functionsYasuo Ohgaki2001-12-101-1/+7
* Fix pg_last_notice()Zeev Suraski2001-09-261-0/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+2
* Allow the PostgreSQL driver to do internal row counting when iteratingJon Parise2001-06-191-0/+1
* Add pg_last_notice() functionRasmus Lerdorf2001-05-061-0/+2
* make it compile with 6.5.xThies C. Arntzen2001-04-041-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-191-3/+0
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-191-0/+2
* @- PostgreSQL now does a rollback at the end of a request on everyThies C. Arntzen2001-02-131-0/+1
* - Added the pg_lolseek function, which allows for arbitrary seeking withinDerick Rethans2001-01-181-0/+2
* Changing my email address...Jouni Ahto2001-01-041-1/+1
* - The Sprit of PHP is to have descriptive function names and notAndi Gutmans2000-09-131-2/+2
* updated some functions'name using obsolete name convention.Rui Hirokawa2000-09-121-2/+2
* - Renamed functions so that this extension finally starts to follow theJouni Ahto2000-09-111-2/+2
* - Added functions pg_putline and pg_endcopy (thanks to Dirk ElmendorfDerick Rethans2000-09-111-0/+2
* This should fix #5826.Jouni Ahto2000-07-291-0/+2
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-021-0/+2
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - Update postgress to build on WindowsAndi Gutmans2000-06-091-2/+2
* Adding correct compiler directives for Win32 compilationFrank M. Kromann2000-06-061-1/+1
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-041-21/+13
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-311-0/+2