Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add pg_escape_identifier/pg_escape_literal | Yasuo Ohgaki | 2012-04-19 | 1 | -0/+2 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up | Yasuo Ohgaki | 2014-01-15 | 1 | -0/+3 | |
| | | ||||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | add pg_escape_identifier/pg_escape_literal | Yasuo Ohgaki | 2011-11-25 | 1 | -0/+2 | |
|/ | ||||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -1/+5 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added pg_field_table() as per req: #36750 | Edin Kadribasic | 2006-05-07 | 1 | -0/+1 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Added pg_fetch_all_columns() function to fetch all values of a column from | Ilia Alshanetsky | 2005-07-08 | 1 | -0/+1 | |
| | | | | | a result cursor. | |||||
* | - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not | Derick Rethans | 2005-04-13 | 1 | -0/+2 | |
| | | | | | available). | |||||
* | Tweak some #if's to be more orthogonal. | Christopher Kings-Lynne | 2005-03-22 | 1 | -0/+3 | |
| | | | | | | | | | (PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity (PHP pg_copy_from) Use non-deprecated API if it is available (PHP pg_copy_to) Use non-deprecated API if it is available | |||||
* | Added several new functions to support the PostgreSQL v3 protocol | Christopher Kings-Lynne | 2005-03-19 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced in PostgreSQL 7.4. (PHP pg_transaction_status) New function to get in-transaction status of a database connection. (PHP pg_query_params) New function to allow execution of parameterized queries. (PHP pg_prepare) New function to allow preparing named queries. (PHP pg_execute) New function to allow execution of named prepared queries. (PHP pg_send_query_params) New function that is the async equivalent of pg_query_params. (PHP pg_send_prepare) New function that is the async equivalent of pg_prepare. (PHP pg_send_execute) New function that is the async equivalent of pg_execute. (PHP pg_result_error_field) New function that allows highly detailed error information, most importantly the SQLSTATE error code # Regression tests are included for all but 2 functions, the rest will # follow shortly. Docs will also follow shortly. | |||||
* | Added pg_field_type_oid() function | Edin Kadribasic | 2005-02-14 | 1 | -0/+1 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | Removed a useless define. | Ilia Alshanetsky | 2003-12-29 | 1 | -2/+0 | |
| | ||||||
* | Get rid of PHPAPI usage. | Edin Kadribasic | 2003-12-05 | 1 | -10/+11 | |
| | | | | | | Enable shared build in the new php5 build system Check for the correct header. | |||||
* | Added new function pg_parameter_status() | Marcus Boerger | 2003-07-27 | 1 | -0/+3 | |
| | ||||||
* | Added pg_version() which returns an associative array of client/protocol/server | Marcus Boerger | 2003-07-22 | 1 | -0/+1 | |
| | | | | | | version. @Added pg_version() function. (Marcus) | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | - Fix ini handling in ZTS mode | Marcus Boerger | 2003-05-30 | 1 | -5/+4 | |
| | ||||||
* | Fix 'timestamp without timezone', too. | Jay Smith | 2003-04-01 | 1 | -0/+1 | |
| | ||||||
* | Removed #ifdef NetWare and made the necessary changes in the directory ↵ | Anantha Kesari H Y | 2003-01-06 | 1 | -2/+0 | |
| | | | | structure of NetWare. | |||||
* | Makefile added newly and modified the header file for NetWare. | Anantha Kesari H Y | 2003-01-06 | 1 | -0/+2 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | Added pg_get_pid() | Yasuo Ohgaki | 2002-10-17 | 1 | -0/+1 | |
| | ||||||
* | Added async message function - pg_get_notify() | Yasuo Ohgaki | 2002-10-17 | 1 | -0/+2 | |
| | ||||||
* | Introduce connect_type option to pg_connect(). | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+2 | |
| | | | | | | | pg_connect(conn_str, conn_type) is allowed. @Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) # If you have better idea about constant name(s), let me know. | |||||
* | Enable pg_escape_bytea(). | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+1 | |
| | ||||||
* | Rename pg_data_seek() to pg_result_seek(). | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+1 | |
| | | | | | Added mysql_result_seek() which is alias of mysql_data_seek(). | |||||
* | Added pg_data_seek(). | Yasuo Ohgaki | 2002-10-02 | 1 | -0/+1 | |
| | | | | | pg_result_seek() woudl be better name, but there is mysql_data_seek()... | |||||
* | Added pg_ping() | Yasuo Ohgaki | 2002-10-02 | 1 | -0/+1 | |
| | ||||||
* | Rename pg_metadata() to pg_meta_data() to confirm naming standard | Yasuo Ohgaki | 2002-10-02 | 1 | -2/+2 | |
| | ||||||
* | Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. | Yasuo Ohgaki | 2002-09-30 | 1 | -1/+2 | |
| | | | | | # It seems last attempt was failed. Try committing again. | |||||
* | Added pg_fetch_all() that fetch all rows in result. | Yasuo Ohgaki | 2002-07-21 | 1 | -0/+2 | |
| | | | | | | Useful and faster when there is enough memory. @Added pg_fetch_all() that fetch all rows in result. (Yasuo) | |||||
* | Fix win32 build. | Edin Kadribasic | 2002-05-10 | 1 | -0/+6 | |
| | ||||||
* | pg_client_encoding/pg_set_client_encoding should be compiled always. | Yasuo Ohgaki | 2002-04-25 | 1 | -2/+0 | |
| | | | | | | | | | | Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of multibyte support enabled or not. Reported by c@cornelia-boenigk.de # This should be merged, but need a little more testing. | |||||
* | Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. | Yasuo Ohgaki | 2002-04-23 | 1 | -6/+18 | |
| | | | | | | pg_convert() may ignore, NOT NULL and/or DEFAULT. pg_insert/pg_update/pg_select/pg_update may return query string. | |||||
* | Added API version for C programs | Yasuo Ohgaki | 2002-04-20 | 1 | -0/+2 | |
| | ||||||
* | Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() | Yasuo Ohgaki | 2002-04-08 | 1 | -3/+63 | |
| | | | | | | | and pg_delete(). @ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() @ and pg_delete(). (Yasuo) | |||||
* | Chages for new pg_last_notice() | Yasuo Ohgaki | 2002-04-06 | 1 | -3/+7 | |
| | ||||||
* | Print PostgreSQL version number in phpinfo() | Yasuo Ohgaki | 2002-03-31 | 1 | -0/+4 | |
| | ||||||
* | Clean up code. | Yasuo Ohgaki | 2002-02-06 | 1 | -7/+2 | |
| | | | | | | | Removed PHP_PGSQL_API macro. Define pgsql_globals_id # Need a little more clean up |