<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/sqlgrey/patches/" rel="alternate"/><link href="https://sourceforge.net/p/sqlgrey/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlgrey/patches/</id><updated>2012-02-13T08:44:47Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Allow to specify custom DSN</title><link href="https://sourceforge.net/p/sqlgrey/patches/12/" rel="alternate"/><published>2012-02-13T08:44:47Z</published><updated>2012-02-13T08:44:47Z</updated><author><name>Martin Matuska</name><uri>https://sourceforge.net/u/rebum/</uri></author><id>https://sourceforge.netb4435750b2a6f8539d47659adc900944db6cc961</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If a user wants to use SSL or customize his database connection, he should be allowed to supply a custom DSN.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Pidfile from command-line arguments</title><link href="https://sourceforge.net/p/sqlgrey/patches/11/" rel="alternate"/><published>2012-02-12T16:28:18Z</published><updated>2012-02-12T16:28:18Z</updated><author><name>Martin Matuska</name><uri>https://sourceforge.net/u/rebum/</uri></author><id>https://sourceforge.netddb09c2f375d58c4bd37a670f79d2cae9d1eb178</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Support -p / --pidfile=file from command line arguments.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>UNIX sockets support patch</title><link href="https://sourceforge.net/p/sqlgrey/patches/10/" rel="alternate"/><published>2012-02-12T16:07:28Z</published><updated>2012-02-12T16:07:28Z</updated><author><name>Martin Matuska</name><uri>https://sourceforge.net/u/rebum/</uri></author><id>https://sourceforge.net44f165e38ed94a686e0d9b453307e87bb16aee38</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The attached patch adds UNIX socket support without breaking compatibility with existing configuration files.&lt;br /&gt;
Users can use unix = /path/to/socket as their socket specification.&lt;br /&gt;
Patch ist against git 9e91aae394e0a47a961866b52189345fbcdbb2bd.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add configurable table names</title><link href="https://sourceforge.net/p/sqlgrey/patches/9/" rel="alternate"/><published>2011-12-28T09:16:03Z</published><updated>2011-12-28T09:16:03Z</updated><author><name>Bradley Giesbrecht</name><uri>https://sourceforge.net/u/bgiesbre/</uri></author><id>https://sourceforge.netbd46d9a9d0c2a384b076e23bcf39162f5e3ecb4c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;sqlgrey 1.8.0-rc2&lt;br /&gt;
Allow configuring table names in sqlgrey.conf.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Patch for 1.7.6 to support DNS Whitelists</title><link href="https://sourceforge.net/p/sqlgrey/patches/8/" rel="alternate"/><published>2011-02-08T21:10:26Z</published><updated>2011-02-08T21:10:26Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2ba3b0f10dbca93c080850781ec98d062b351c54</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Patch for sqlgrey 1.7.6 to support DNS Whitelists&lt;/p&gt;
&lt;p&gt;Net::DNS is required&lt;br /&gt;
list.dnswl.org is the default if nothing is defined in dns_wl options in sqlgrey.conf.&lt;/p&gt;
&lt;p&gt;For origin, see:&lt;br /&gt;
&lt;a href="http://www.global-domination.org/forum/viewtopic.php?f=20&amp;amp;t=2266" rel="nofollow"&gt;http://www.global-domination.org/forum/viewtopic.php?f=20&amp;amp;t=2266&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Enable support for SSL connections to PostgreSQL</title><link href="https://sourceforge.net/p/sqlgrey/patches/7/" rel="alternate"/><published>2009-08-26T19:04:37Z</published><updated>2009-08-26T19:04:37Z</updated><author><name>Matthew X. Economou</name><uri>https://sourceforge.net/u/xenophonf/</uri></author><id>https://sourceforge.net683a19e4fe06077f2143b262bc54f237f99ee6fb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;By default, DBD::Pg doesn't use SSL connections to the database server.  I'd like to have the option to encrypt database communications but don't necessarily need to configure that on the client side.  The attached patch sets the SSL mode to "allow", which causes Sqlgrey to attempt an unencrypted database connection first, and then try an encrypted connection.  I can control which is used on the database server by switching between "host" and "hostssl" in pg_hba.conf.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>1.7.6: Add UNIX socket and Exim support</title><link href="https://sourceforge.net/p/sqlgrey/patches/6/" rel="alternate"/><published>2007-08-27T09:24:32Z</published><updated>2007-08-27T09:24:32Z</updated><author><name>Cato Feness</name><uri>https://sourceforge.net/u/catof/</uri></author><id>https://sourceforge.neta387137274f77c399f890759cfd02f63010bc927</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch is for sqlgrey 1.7.6, and includes patch 1664054 "Port of postgrey exim patch". It constitutes the following:&lt;/p&gt;
&lt;p&gt;- Make sqlgrey close the connection for each request. This behaviour is specified with the --exim option. Please see the above patch for details.&lt;/p&gt;
&lt;p&gt;- Support for UNIX sockets. The configuration file parameter "inet" has been replaced by the parameter "socket".&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>1.7.6: Fix setting variables from the config file</title><link href="https://sourceforge.net/p/sqlgrey/patches/5/" rel="alternate"/><published>2007-08-27T08:32:56Z</published><updated>2007-08-27T08:32:56Z</updated><author><name>Cato Feness</name><uri>https://sourceforge.net/u/catof/</uri></author><id>https://sourceforge.nete911ca47152401559cf157ba4f989a13f580e225</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Values that are legitimately set to 0 - or any other value that evaluates to FALSE in perl - in the config file are set to 1 in sqlgrey. This is due to the way variables are set when read from the config file. This was discovered when attempting to turn off "prepend".&lt;/p&gt;
&lt;p&gt;Please see attachment for details.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Exim compatibility: close connection + unix sockets</title><link href="https://sourceforge.net/p/sqlgrey/patches/4/" rel="alternate"/><published>2007-08-24T13:03:02Z</published><updated>2007-08-24T13:03:02Z</updated><author><name>Cato Feness</name><uri>https://sourceforge.net/u/catof/</uri></author><id>https://sourceforge.neta1c123bf336f8482cccb265241b3ea24001e2e3a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Exim compatibility: close connection + unix sockets&lt;/p&gt;
&lt;p&gt;This patch is for sqlgrey 1.6.8, and includes patch 1664054 "Port of postgrey exim patch". It constitutes the following:&lt;/p&gt;
&lt;p&gt;- Make sqlgrey close the connection for each request. This behaviour is specified with the --exim option. Please see the above patch for details.&lt;/p&gt;
&lt;p&gt;- Support for UNIX sockets. The configuration file parameter "inet" has been replaced by the parameter "socket". Examples:&lt;/p&gt;
&lt;p&gt;# Set up TCP socket on localhost, port 2051&lt;br /&gt;
socket = tcp:localhost:2051&lt;/p&gt;
&lt;p&gt;# Set up UNIX socket at /var/sqlgrey/sqlgrey.sock&lt;br /&gt;
socket = unix:/var/sqlgrey/sqlgrey.sock&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Port of postgrey exim patch</title><link href="https://sourceforge.net/p/sqlgrey/patches/3/" rel="alternate"/><published>2007-02-20T06:03:13Z</published><updated>2007-02-20T06:03:13Z</updated><author><name>dml</name><uri>https://sourceforge.net/u/dmajorel/</uri></author><id>https://sourceforge.netf17fbdc0e487b94b644d7da7c00b8043568159fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add --exim option to allow Exim compatibility.&lt;/p&gt;
&lt;p&gt;To be compatible with Exim, the unix/tcp socket should be closed after each result.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>