Add release notes for v6.0.2

Also add relase notes section at index.
This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent b9c9aee645
commit 0d4b1d8f92
8 changed files with 169 additions and 19 deletions
+6 -1
View File
@@ -90,10 +90,13 @@ db-pool
Number of connections to keep open in PostgREST's database pool. Having enough here for the maximum expected simultaneous client connections can improve performance. Note it's pointless to set this higher than the :code:`max_connections` GUC in your database.
.. _db-pool-timeout:
db-pool-timeout
---------------
Time to live for an idle database pool connection.
Time to live for an idle database pool connection. If the timeout is reached the connection will be closed.
Once a new request arrives a new connection will be started.
.. _db-extra-search-path:
@@ -126,6 +129,8 @@ server-port
The TCP port to bind the web server.
.. _server-unix-socket:
server-unix-socket
------------------