This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
<script type="text/javascript"> | |
HTMLTableElement.prototype.fp_toTable = function(nullvalue = null) { | |
var columnCount = Array.from(this.rows).map(row => Array.from(row.cells).reduce((sum, cell) => sum + cell.colSpan, 0)).reduce((max, row) => Math.max(max, row), 0); | |
var itemCount = Array.from(this.rows).reduce((rsum, row) => rsum + Array.from(row.cells).reduce((csum, cell) => csum + (cell.colSpan * cell.rowSpan), 0), 0); | |
var rowCount = itemCount / columnCount; | |
var items = Array.apply(null, Array(itemCount)); | |
tds = Array.from(this.getElementsByTagName('td')); | |
for(var i=0, ii=0; i<tds.length; i++, ii=items.indexOf(undefined, i)) { | |
items[ii] = tds[i].innerText; | |
for(var j=0;j<tds[i].colSpan;j++) { |
Service | SSL | status | Response Type | Allowed methods | Allowed headers |
---|