<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lem-postgres, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/'/>
<entry>
<title>queued: add missing methods</title>
<updated>2020-06-03T21:10:34+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@2e8.dk</email>
</author>
<published>2020-06-03T21:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=7f6472d0eaea30d38ce2002c0dcc96ca9e12a8b7'/>
<id>7f6472d0eaea30d38ce2002c0dcc96ca9e12a8b7</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@2e8.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@2e8.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for asynchronous notifications</title>
<updated>2020-06-03T20:27:20+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>ast@2e8.dk</email>
</author>
<published>2020-06-03T20:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=fdfecee2044cd1ea80012cdf9f0b4cf96089deb0'/>
<id>fdfecee2044cd1ea80012cdf9f0b4cf96089deb0</id>
<content type='text'>
If a notification handler is set using

  db:set_notifier(cb)

then the event loop will be kept alive until
db:close() is called or the event loop.

Prior to this a database connection would
never keep the event loop running.

https://www.postgresql.org/docs/current/libpq-notify.html

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@2e8.dk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a notification handler is set using

  db:set_notifier(cb)

then the event loop will be kept alive until
db:close() is called or the event loop.

Prior to this a database connection would
never keep the event loop running.

https://www.postgresql.org/docs/current/libpq-notify.html

Signed-off-by: Asbjørn Sloth Tønnesen &lt;ast@2e8.dk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Dedup out of band query parameter handling</title>
<updated>2013-08-23T11:14:11+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>asbjorn@asbjorn.biz</email>
</author>
<published>2013-08-23T10:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=b2a3f5508a52b87b9e556b30c26ab19fc0e4d591'/>
<id>b2a3f5508a52b87b9e556b30c26ab19fc0e4d591</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for nil/NULL in out of band query parameters</title>
<updated>2013-08-23T11:14:06+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>asbjorn@asbjorn.biz</email>
</author>
<published>2013-08-23T09:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=c9ad4f578310a5242548a691739adf53f59445df'/>
<id>c9ad4f578310a5242548a691739adf53f59445df</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add tests of nil/NULL support</title>
<updated>2013-08-23T11:11:00+00:00</updated>
<author>
<name>Asbjørn Sloth Tønnesen</name>
<email>asbjorn@asbjorn.biz</email>
</author>
<published>2013-08-23T09:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=fc821cda70e3bd2677ad68a62b0b2b0698c189d4'/>
<id>fc821cda70e3bd2677ad68a62b0b2b0698c189d4</id>
<content type='text'>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Asbjørn Sloth Tønnesen &lt;asbjorn@asbjorn.biz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse w.data for storing Lua thread</title>
<updated>2013-01-31T20:56:05+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>esmil@mailme.dk</email>
</author>
<published>2013-01-31T20:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=99c7f2f78c786cfc71010d3fb60c1b44d5f1371c'/>
<id>99c7f2f78c786cfc71010d3fb60c1b44d5f1371c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set notice receiver to avoid messages on stdout</title>
<updated>2013-01-31T20:45:56+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>esmil@mailme.dk</email>
</author>
<published>2013-01-31T20:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=d0405824ad63361643f228885902323c47f24f14'/>
<id>d0405824ad63361643f228885902323c47f24f14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check parameters in db:exec() and db:run()</title>
<updated>2013-01-31T14:57:55+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>esmil@mailme.dk</email>
</author>
<published>2013-01-31T14:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=c35f8a57f06d9934e41941219b593196163d9bdd'/>
<id>c35f8a57f06d9934e41941219b593196163d9bdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PQresetStart() needs to be paired with PQresetPoll()</title>
<updated>2013-01-31T14:57:55+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>esmil@mailme.dk</email>
</author>
<published>2013-01-29T19:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=107ae640e40fa10671089c92cec88d2c7a0dba80'/>
<id>107ae640e40fa10671089c92cec88d2c7a0dba80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't set w.events directly, always use ev_io_set()</title>
<updated>2013-01-31T14:57:55+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>esmil@mailme.dk</email>
</author>
<published>2013-01-31T14:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.2e8.dk/lem/lem-postgres/commit/?id=57493c3b79b0ee0ae6020b06dd981e2362a7a426'/>
<id>57493c3b79b0ee0ae6020b06dd981e2362a7a426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
