1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-12 09:29:57 +01:00
postgres/lib
2017-12-17 15:51:40 -06:00
..
Internal Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
AbstractConnection.php Update pool connection creation 2017-12-10 09:53:52 -06:00
AbstractPool.php Fix pool connection waiting at max connections 2017-12-15 11:08:02 -06:00
AggregatePool.php Update for async-interop merge and other Amp changes 2017-03-17 10:17:24 -05:00
CommandResult.php Update for Amp ^2 2017-05-15 23:14:02 -05:00
Connection.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
ConnectionException.php Add isAlive() method to connection handles 2017-11-05 15:38:17 -06:00
ConnectionPool.php Throw Error for invalid connection count 2017-06-04 23:42:35 -05:00
Executor.php Change execute() from variadic to accepting an array 2017-11-17 21:33:49 -06:00
FailureException.php Update and fix code styles 2017-06-20 22:59:42 -05:00
functions.php Remove PendingOperationError / update docs 2017-11-05 15:43:40 -06:00
Handle.php Check if connection is lost 2017-11-05 22:36:22 -06:00
Link.php Remove PendingOperationError / update docs 2017-11-05 15:43:40 -06:00
Listener.php Add phpstan & fix some doc issues 2017-12-11 19:10:14 -06:00
Notification.php Update code styles 2017-05-15 23:28:37 -05:00
Operation.php Rename CompletionQueue → ReferenceQueue 2017-11-17 22:00:52 -06:00
ParseException.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
PgSqlCommandResult.php Drop countable interface from command result 2017-02-15 23:33:41 -06:00
PgSqlConnection.php Change execute() from variadic to accepting an array 2017-11-17 21:33:49 -06:00
PgSqlHandle.php Close connection on flush failure 2017-12-11 22:12:53 -06:00
PgSqlResultSet.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
PgSqlStatement.php Hold statements from pools 2017-11-17 23:55:16 -06:00
Pool.php Replace getConnection() with extractConnection() 2017-11-22 20:34:08 -06:00
PoolError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
PqBufferedResultSet.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
PqCommandResult.php Update code styles 2017-05-15 23:28:37 -05:00
PqConnection.php Change execute() from variadic to accepting an array 2017-11-17 21:33:49 -06:00
PqHandle.php Close connection on flush failure 2017-12-11 22:12:53 -06:00
PqStatement.php Hold statements from pools 2017-11-17 23:55:16 -06:00
PqUnbufferedResultSet.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
QueryError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
QueryExecutionError.php Add QueryExecutionError for diagnostics access, fixes #5 2017-12-01 10:55:58 -06:00
ResultSet.php Rename TupleResult to ResultSet 2017-12-02 19:35:49 -06:00
Statement.php Hold statements from pools 2017-11-17 23:55:16 -06:00
Transaction.php Add phpstan & fix some doc issues 2017-12-11 19:10:14 -06:00
TransactionError.php Update and fix code styles 2017-06-20 22:59:42 -05:00