• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

amphp / postgres / 106

Builds Branch Commit Type Ran Committer Via Coverage
106 master Discard statement if pool busy Also reduced the time that idle statements are retained to avoid saturating the pool. This will help avoid temporary deadlocks from idle statements blocking further operations on the pool. push 23 Apr 2018 04:40AM UTC trowski travis-ci pending completion   set done
105 master Define scripts in composer.json; remove Makefile; fix styles push 09 Apr 2018 02:54AM UTC trowski travis-ci pending completion   set done
104 master Move PooledStatement to Internal namespace push 09 Apr 2018 02:41AM UTC trowski travis-ci pending completion   set done
103 master Remove cancellation token from Connector interface Renamed DefaultConnector to TimeoutConnector, adding a default timeout to connection attempts. push 08 Apr 2018 09:05PM UTC trowski travis-ci pending completion   set done
102 master Avoid stacked PooledStatements push 30 Mar 2018 06:35PM UTC trowski travis-ci pending completion   set done
101 master Refactor PooledStatement PooledStatement now holds a collection of statements created from the pool, releasing them at the same frequency as connections are released from the pool. Added a lastUsedAt() method to Statement. push 30 Mar 2018 04:56PM UTC trowski travis-ci pending completion   set done
100 master Actually remove backpressure push 30 Mar 2018 02:41PM UTC trowski travis-ci pending completion   set done
99 master Enabled unbuffered queries, but remove backpressure push 30 Mar 2018 04:12AM UTC trowski travis-ci pending completion   set done
98 master lib → src push 27 Mar 2018 04:03AM UTC trowski travis-ci pending completion   set done
97 master Add Connector interface; make most classes final Connector added so Pool could be final while adding a way to alter how connections are established. connect() and pool() functions now use the global connector defined by a new function connector()... push 27 Mar 2018 03:09AM UTC trowski travis-ci pending completion   set done
96 master Error if pecl-ev is used with ext-pgsql push 01 Mar 2018 01:01AM UTC trowski travis-ci pending completion   set done
95 master Support identifiers with numbers and type casts Named identifiers in prepared statement queries may now contain (but not begin with) numbers, i.e., :column3. Type casts are now skipped (i.e., column_name::integer). push 05 Feb 2018 05:09AM UTC trowski travis-ci pending completion   set done
94 master Add PooledStatement Removed Operation from Statement. push 26 Jan 2018 05:08AM UTC trowski travis-ci pending completion   set done
93 master Disable unbuffered results Disabling unbuffered results for now as there appears to be a bug when unbuffered results contain arrays. push 25 Jan 2018 06:33AM UTC trowski travis-ci pending completion   set done
92 master Automatically cast/encode statement parameters Statement parameters are automatically cast to values expected by postgres, including encoding arrays. push 25 Jan 2018 06:12AM UTC trowski travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc