Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
| | |||||
* | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | |||||
* | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| | | | | which also comply with the current semantics for such macros | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -14/+14 |
| | |||||
* | converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usage | Anatol Belski | 2014-10-16 | 1 | -1/+4 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -9/+9 |
| | |||||
* | ported ext/pgsql | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
| | |||||
* | Refactoring ext/pgsql (incompleted, only compilable) | Xinchen Hui | 2014-05-19 | 1 | -5/+5 |
| | |||||
* | Support async pgsql connections and non-blocking queries | Daniel Lowrey | 2014-03-17 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New functions (each accepts a pgsql $connection resource): . pg_connect_poll . pg_socket . pg_consume_input . pg_flush - Modified functions The following functions now additionally return zero if the underlying socket is set to non-blocking mode and the send operation does not complete immediately. Previously these functions returned only boolean TRUE/FALSE and blocked execution while polling until all data was sent: . pg_send_execute . pg_send_prepare . pg_send_query . pg_send_query_params - New constants Used with pg_connect() to initiate an asynchronous connection attempt: . PGSQL_CONNECT_ASYNC Used with pg_connection_status() to determine the current state of an async connection attempt: . PGSQL_CONNECTION_STARTED . PGSQL_CONNECTION_MADE . PGSQL_CONNECTION_AWAITING_RESPONSE . PGSQL_CONNECTION_AUTH_OK . PGSQL_CONNECTION_SSL_STARTUP . PGSQL_CONNECTION_SETENV Used with pg_connect_poll() to determine the result of an async connection attempt: . PGSQL_POLLING_FAILED . PGSQL_POLLING_READING . PGSQL_POLLING_WRITING . PGSQL_POLLING_OK . PGSQL_POLLING_ACTIVE - Polling via returned pg_socket() stream pg_socket() returns a read-only socket stream that may be cast to a file descriptor for select (and similar) polling operations. Blocking behavior of the pgsql connection socket can be controlled by calling stream_set_blocking() on the stream returned by pg_socket(). | ||||
* | Imprement FR #25854 Return value for pg_insert should be resource instead of ↵ | Yasuo Ohgaki | 2014-02-17 | 1 | -0/+3 |
| | | | | bool | ||||
* | Implement FR #41146 - Add "description" with exteneded flag pg_meta_data(). | Yasuo Ohgaki | 2014-02-17 | 1 | -1/+1 |
| | | | | | pg_meta_data(resource $conn, string $table [, bool extended]) It also made pg_meta_data() return "is enum" always. | ||||
* | EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed. | Yasuo Ohgaki | 2014-02-16 | 1 | -0/+1 |
| | | | | | Use string escape for exotic types that allows to handle any data types. i.e. Array, JSON, JSONB, etc will work. Add escape only query for better performance which removes meta data look up. Limitations forced by pg_convert() can be avoided with this. PGSQL_DML_ESCAPE constant is added for it. | ||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Yasuo Ohgaki | 2014-02-15 | 1 | -1/+1 |
|\ | |||||
| * | Refactor and cleanup. WS is cleaned up. Use -b if it is needed. | Yasuo Ohgaki | 2014-02-15 | 1 | -1/+1 |
| | | | | | | | | Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree. | ||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -1/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | 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. |