<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>forkb0mb.org - Database</title>
    <link>http://forkb0mb.org/content/</link>
    <description>Still Watching Bits in a Terabyte World</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>The nerd-net</title>
    <link>http://forkb0mb.org/content/index.php?/archives/385-The-nerd-net.html</link>
            <category>Cryptography/Privacy</category>
            <category>Database</category>
            <category>Networking</category>
            <category>Network Security</category>
            <category>News</category>
            <category>PostgreSQL</category>
            <category>Routing</category>
            <category>Site News</category>
            <category>SSL</category>
            <category>VPN</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/385-The-nerd-net.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=385</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=385</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;h2&gt;The nerd-net&lt;/h2&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;&lt;i&gt;Notice:&lt;/i&gt;&lt;/h3&gt;&lt;br /&gt;
I do not yet have all of the hardware and networking gear set up on my network; so this is merely a description of what I&#039;m looking to do, to gather some ideas and feedback, and then figure out how to proceed.   If, after reading the details below, you want to join, or have suggestions, please let me know!&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;History / Ideas&lt;/h3&gt;&lt;br /&gt;
I&#039;ve been thinking about starting a &quot;nerd net&quot; for quite some time.  I have many friends that use a Linux/*BSD machine at their border, and typically have some kind of services running inside the network.   I&#039;d like to link these networks together and share access to services.  This opens up all kinds of possibilities...&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Network&lt;/h3&gt;&lt;br /&gt;
To avoid a single point of failure, and saturation of any one network&#039;s bandwidth, we would avoid linking in a hub-and-spoke fashion.   Instead, I propose that we maintain a list of active nodes (essentially, each person&#039;s gateway box) and try to maintain at least 3 active VPN connections at a time.  In other words, each node on the network would have a VPN tunnel to at least 3 other nodes.  It would be very useful to have control of a DNS zone for maintaining this list.  Each node would have it&#039;s own A record; say, &lt;tt&gt;mynode.domain.com&lt;/tt&gt;.  Each time a node wants to connect to the network, it would request the A record for something like &lt;tt&gt;connect.domain.com&lt;/tt&gt;, which would hand out A records of each of the registered nodes in a round-robin fashion.&lt;br /&gt;
&lt;br /&gt;
Authentication will be central in this; so some knowledge of SSL will be beneficial.  I, and possibly a few key others, would maintain access to a CA signing key and the nodes would be authenticated to the network via certificates signed by that CA key.   Any node that you attempt to connect to should trust you based on that certificate; and, based on the certificate presented, you should trust any connection attempt with a valid, signed certificate.   I, and possibly others, can assist with any certificate-based configuration issues that you might have.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Routing&lt;/h3&gt;&lt;br /&gt;
To allow for a private network that&#039;s going to be potentially changing topology on a regular basis, we&#039;ll need a routing protocol, such as RIPv2.  For simplicity, each network would receive it&#039;s own /24 of RFC1918 space, with the gateway box running the VPN software being the &quot;node&quot; on the network.  Most likely, you&#039;d want to set up split-tunneling on the gateway box so that any requests going to the private network route over the VPN and the rest of your traffic (web surfing, email, etc) goes out your normal internet connection.&lt;br /&gt;
&lt;br /&gt;
With each node on the network being connected to at least 3 other nodes at any given time, that requires us to keep track of the various routes from one network to another.  Instead of trying to keep track of this by hand, we could easily set up RIPv2 and announce the routes we &quot;know&quot;.   I imagine using netblocks in the 172.16.0.0/12 range, with each network having a /24 and being multi-homed (connected to 3+ other nodes), there could potentially be several routes from one network to the other.  A light-weight, distance-vector routing protocol like RIPv2 seems to be a good fit; open-source implementations, simple, and proven.  The route to any network from yours would be the one with the least intermittent hops.&lt;br /&gt;
&lt;br /&gt;
Another, more complex, possibility would be using OSPF and OpenBSD&#039;s open-source implementation.   Given that each node will have different bandwidth, this may be a good idea to try.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Services and other ideas&lt;/h3&gt;&lt;br /&gt;
This would be the whole reason for the network!&lt;br /&gt;
&lt;br /&gt;
I would be interested in providing several services to the network, but not publicly.  For one, a Linux- or FreeBSD-based shell server with access to the internet, compilers/development tools, documentation, email (anyone remember pine+procmail?), etc.  A (small-ish) &lt;i&gt;public&lt;/i&gt; web space to let people know that you&#039;re part of the network; something like Apache&#039;s mod_userdir.  A blog application accessible only from within the nerd-net.  &lt;br /&gt;
&lt;br /&gt;
I would also maintain the internal network&#039;s intranet site.  This could be a site used to post updates of system maintenance, new services being offered/tested, and a way to maintain an up-to-date list of all of the nodes.&lt;br /&gt;
&lt;br /&gt;
A private IRC server is definitely on the TODO list.   Any and all bots would be allowed; if anyone would be interested in linking the IRC daemons, I&#039;ll likely be using the Blackened or UltimateIRCd.&lt;br /&gt;
&lt;br /&gt;
I could provide SMTP services for the network.   If we find a zone to use, I can provide email services for that zone.   Technically, unlimited user@zone email addresses.   I would also be willing to host DNS services for the internal network; providing dynamic DNS and a &quot;view&quot; for those coming in via the network.&lt;br /&gt;
&lt;br /&gt;
Another service I&#039;d consider offering would be your own PostgreSQL database for development and testing.  A big part of what I envision for this network is that it&#039;ll be a big collection of computer-savvy geeks; what better place to deploy and test code than on a network inhabited solely by those with the clue to help you in debugging, vuln testing, etc.&lt;br /&gt;
&lt;br /&gt;
Other possibilities include shared-CPU time using tools like distcc(1).   Maybe remote storage (NFS/iSCSI)?  &lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Requirements&lt;/h3&gt;&lt;br /&gt;
&lt;li&gt; a public IP address to allow for incoming VPN connection requests&lt;br /&gt;
&lt;li&gt; a Unix-like machine (Linux, Solaris, *BSD, MacOS/X)&lt;br /&gt;
&lt;li&gt; OpenSWAN, FreeSWAN, OpenVPN, etc for creating the VPN&lt;br /&gt;
&lt;li&gt; Zebra for RIPv2, OpenBSD OpenOSPFd for routing&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Benefits&lt;/h3&gt;&lt;br /&gt;
The benefits of a private network are many, and extend beyond just the sharing of services.  This is a chance to build a real-world, potentially large-scale network with changing topology.  Any member wishing to add/configure new services or features is welcomed to; and the services could be advertised/listed on the internal network&#039;s intranet site.&lt;br /&gt;
&lt;br /&gt;
Other benefits include the ability to policy-route certain traffic.  For instance, I would be interested in routing my DNS traffic over the VPN to be routed out someone else&#039;s connection; it&#039;s low traffic, but my ISP mangles my DNS traffic to route to their servers regardless of what server I point to.  Such configuration could even be set up where my DNS traffic goes out through a different VPN&#039;s node each time (i.e., a type of load-balancing).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Responsibilities&lt;/h3&gt;&lt;br /&gt;
As the network uses a VPN to set up, exactly what it is, a Virtual Private Network, we should seek to keep the network private.  Configuring an Apache reverse-proxy, or some type of port-forward from your external IP address into the network would be frowned upon.  Any need to create such accesses for the outside should be discussed with the entire group, and hopefully some sort of consensus reached.&lt;br /&gt;
&lt;br /&gt;
It would also be the responsibility of each node&#039;s owner to keep the machine secure and up-to-date.  Any breach of one of the nodes would lead to an open route to the network.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Users/Networks&lt;/h3&gt;&lt;br /&gt;
I will create the CA key used to sign all certificates used to access the VPN; but, as I do not wish to be the sole decider in who is allowed on the network and who is not, I plan to create a handful of sub-CA certificates to be distributed to trusted associates who may also sign certificates for potential users.   If you&#039;ve been given a sub-CA certificate, you&#039;re being trusted to know who you&#039;re letting into our private little clubhouse.  :)   Using multiple sub-CA certificates will also allow for anyone to validate who provided access for this particular user/network; and the ability to revoke access as necessary (hoping that it wouldn&#039;t ever become necessary).&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;&lt;br /&gt;
A &quot;nerd net&quot; would be a fun project to gather a bunch of us geeks together and share services.   This is the first time I&#039;m really throwing the idea out there (beyond mentioning it to a few people here and there), so if anyone else thinks it would be fun, get ahold of me! 
    </content:encoded>

    <pubDate>Fri, 03 Feb 2012 18:58:19 -0500</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/385-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 9.1 Released</title>
    <link>http://forkb0mb.org/content/index.php?/archives/384-PostgreSQL-9.1-Released.html</link>
            <category>Database</category>
            <category>Linux</category>
            <category>Operating Systems</category>
            <category>PostgreSQL</category>
            <category>Programming</category>
            <category>RBAC/MAC</category>
            <category>SQL</category>
            <category>Systems Security</category>
            <category>Tools</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/384-PostgreSQL-9.1-Released.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=384</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=384</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.postgresql.org/about/news.1349&quot; title=&quot;http://www.postgresql.org/about/news.1349&quot;&gt;PostgreSQL 9.1 Released&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Among the many new features, here&#039;s a snippet from the News page:&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Advancing the State of the Art&lt;/strong&gt;&lt;br /&gt;
Our community of contributors innovates with cutting-edge features. Version 9.1 includes several which are new to the database industry, such as:&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;&lt;strong&gt;K-Nearest-Neighbor Indexing&lt;/strong&gt;: index on &quot;distance&quot; for faster location and text-search queries&lt;br /&gt;
&lt;li&gt;&lt;strong&gt;Serializable Snapshot Isolation&lt;/strong&gt;: keeps concurrent transactions consistent without blocking, using &quot;true serializability&quot;&lt;br /&gt;
&lt;li&gt;&lt;strong&gt;Writeable Common Table Expressions&lt;/strong&gt;: execute complex multi-stage data updates in a single query&lt;br /&gt;
&lt;li&gt;&lt;strong&gt;Security-Enhanced Postgres&lt;/strong&gt;: deploy military-grade security and Mandatory Access Control&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
The SE-Postgres looks to be particularly interesting.  It allows you to use &lt;a href=&quot;http://www.nsa.gov/research/selinux/index.shtml&quot; title=&quot;http://www.nsa.gov/research/selinux/index.shtml&quot;&gt;SELinux&lt;/a&gt; Mandatory Access Controls on the PostgreSQL users and data.  Neat.  Particularly the &lt;a href=&quot;http://www.postgresql.org/docs/9.1/static/sql-security-label.html&quot; title=&quot;http://www.postgresql.org/docs/9.1/static/sql-security-label.html&quot;&gt;&lt;tt&gt;SECURITY LABEL&lt;/tt&gt;&lt;/a&gt;.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Beware, however, that there are some incompatibilities with previous releases!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.postgresql.org/docs/9.1/static/release-9-1.html#AEN106508&quot; title=&quot;http://www.postgresql.org/docs/9.1/static/release-9-1.html#AEN106508&quot;&gt;From the 9.1 Release Notes&lt;/a&gt;:&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Change the default value of standard_conforming_strings to on (Robert Haas)&lt;br /&gt;
&lt;br /&gt;
By default, backslashes are now ordinary characters in string literals, not escape characters. This change removes a long-standing incompatibility with the SQL standard. &lt;a href=&quot;http://www.postgresql.org/docs/9.1/static/runtime-config-compatible.html#GUC-ESCAPE-STRING-WARNING&quot; title=&quot;http://www.postgresql.org/docs/9.1/static/runtime-config-compatible.html#GUC-ESCAPE-STRING-WARNING&quot;&gt;escape_string_warning&lt;/a&gt; has produced warnings about this usage for years. E&#039;&#039; strings are the proper way to embed backslash escapes in strings and are unaffected by this change.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Also from the Release Notes, it mentions the addition of &lt;a href=&quot;http://www.postgresql.org/docs/9.1/static/warm-standby.html#SYNCHRONOUS-REPLICATION&quot; title=&quot;http://www.postgresql.org/docs/9.1/static/warm-standby.html#SYNCHRONOUS-REPLICATION&quot;&gt;synchronous replication&lt;/a&gt;.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
PostgreSQL streaming replication is asynchronous by default. If the primary server crashes then some transactions that were committed may not have been replicated to the standby server, causing data loss. The amount of data loss is proportional to the replication delay at the time of failover.&lt;br /&gt;
&lt;br /&gt;
Synchronous replication offers the ability to confirm that all changes made by a transaction have been transferred to one synchronous standby server. This extends the standard level of durability offered by a transaction commit. This level of protection is referred to as 2-safe replication in computer science theory.&lt;br /&gt;
&lt;br /&gt;
When requesting synchronous replication, each commit of a write transaction will wait until confirmation is received that the commit has been written to the transaction log on disk of both the primary and standby server. The only possibility that data can be lost is if both the primary and the standby suffer crashes at the same time. [...] ...it also necessarily increases the response time for the requesting transaction. The minimum wait time is the roundtrip time between primary to standby.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
There&#039;s also a &lt;a href=&quot;http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1&quot; title=&quot;http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.1&quot;&gt;What&#039;s New in PostgreSQL 9.1&lt;/a&gt; wiki page that explains much of these new features in detail.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Fri, 16 Sep 2011 22:40:27 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/384-guid.html</guid>
    
</item>
<item>
    <title>DOJ Approves $7.4B Oracle-Sun Deal</title>
    <link>http://forkb0mb.org/content/index.php?/archives/346-DOJ-Approves-7.4B-Oracle-Sun-Deal.html</link>
            <category>Database</category>
            <category>MySQL</category>
            <category>News</category>
            <category>Operating Systems</category>
            <category>Oracle</category>
            <category>PostgreSQL</category>
            <category>Solaris</category>
            <category>Technology</category>
            <category>Unix</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/346-DOJ-Approves-7.4B-Oracle-Sun-Deal.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=346</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=346</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.computerworld.com/s/article/9136927/DOJ_approves_7.4B_Oracle_Sun_deal&quot; title=&quot;http://www.computerworld.com/s/article/9136927/DOJ_approves_7.4B_Oracle_Sun_deal&quot;&gt;DOJ Approves $7.4B Oracle-Sun Deal&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Oracle on Thursday said the U.S. Department of Justice (DOJ) has approved its $7.4 billion acquisition of Sun Microsystems, although the deal is subject to certain conditions and still needs the blessing of European regulators.&lt;br /&gt;
&lt;br /&gt;
Oracle first announced its bid in April and Sun shareholders approved the acquisition on July 16.&lt;br /&gt;
&lt;br /&gt;
The combined company will give Oracle an array of new assets, including a stake in the computer hardware market, the open-source MySQL database and stewardship of the Java programming language.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Oracle will undoubtedly cut a large portion of lesser-performing sectors of the company.  I&#039;m afraid that this might be the death-knell for SPARC-based processors; including the &lt;a href=&quot;http://www.sun.com/processors/niagara/&quot; title=&quot;http://www.sun.com/processors/niagara/&quot;&gt;Niagara&lt;/a&gt; and &lt;a href=&quot;http://www.sun.com/processors/UltraSPARC-T2/features.xml&quot; title=&quot;http://www.sun.com/processors/UltraSPARC-T2/features.xml&quot;&gt;UltraSPARC T-2&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sun certainly has it right with these processors; they boast very low power consumption and up to 64-way SMT on 8 cores per chip.  Compare that to your 4-way SMT AMD64 Phenoms and the like.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t forsee [&lt;a href=&quot;http://www.opensolaris.org/&quot; title=&quot;http://www.opensolaris.org/&quot;&gt;Open&lt;/a&gt;]Solaris going anywhere anytime soon.  Solaris has long been the platform of choice for large Oracle installations, and I see the Solaris+Java combination as being the crown jewels to Oracle.  Oracle has embraced open-source to a pretty fair degree thus far, so I see no reason that they would try to close OpenSolaris or anything similar.&lt;br /&gt;
&lt;br /&gt;
I could honestly not care less what becomes of MySQL.  It&#039;s been a sub-standard RDBMS from the very get-go.  &lt;a href=&quot;http://www.postgresql.org/&quot; title=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt; serves just fine for single-database solutions; and I&#039;d recommend &lt;a href=&quot;http://www.oracle.com/database/rac_home.html&quot; title=&quot;http://www.oracle.com/database/rac_home.html&quot;&gt;Oracle RAC&lt;/a&gt; for clustered/multi-master replication scenarios.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Fri, 21 Aug 2009 08:48:51 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/346-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL 8.3 Cheat Sheet</title>
    <link>http://forkb0mb.org/content/index.php?/archives/340-PostgreSQL-8.3-Cheat-Sheet.html</link>
            <category>Database</category>
            <category>PostgreSQL</category>
            <category>Programming</category>
            <category>SQL</category>
            <category>Tools</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/340-PostgreSQL-8.3-Cheat-Sheet.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=340</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=340</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/87-PostgreSQL-8.3-PLPGSQL-Cheatsheet-Overview.html&quot;  title=&quot;http://www.postgresonline.com/journal/index.php?/archives/87-PostgreSQL-8.3-PLPGSQL-Cheatsheet-Overview.html&quot;&gt;PostgreSQL 8.3 Cheat Sheet&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
A very handy cheat-sheet of common PostgreSQL programming features.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Sun, 14 Jun 2009 07:43:39 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/340-guid.html</guid>
    
</item>
<item>
    <title>pl/pgSQL Programming Guide</title>
    <link>http://forkb0mb.org/content/index.php?/archives/326-plpgSQL-Programming-Guide.html</link>
            <category>Database</category>
            <category>PostgreSQL</category>
            <category>Programming</category>
            <category>SQL</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/326-plpgSQL-Programming-Guide.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=326</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=326</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.postgresql.org/docs/8.3/static/plpgsql.html&quot;  title=&quot;http://www.postgresql.org/docs/8.3/static/plpgsql.html&quot;&gt;pl/pgSQL Programming Guide&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
With PL/pgSQL you can group a block of computation and a series of queries inside the database server, thus having the power of a procedural language and the ease of use of SQL, but with considerable savings of client/server communication overhead.&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt; Extra round trips between client and server are eliminated&lt;br /&gt;
&lt;li&gt; Intermediate results that the client does not need do not have to be marshaled or transferred between server and client&lt;br /&gt;
&lt;li&gt; Multiple rounds of query parsing can be avoided&lt;br /&gt;
&lt;br /&gt;
This can result in a considerable performance increase as compared to an application that does not use stored functions.&lt;br /&gt;
&lt;br /&gt;
Also, with PL/pgSQL you can use all the data types, operators and functions of SQL. &lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This is a link to the PostgreSQL 8.3 documentation for the pl/pgSQL procedural programming language.  You can greatly speed up application performance by moving much of the decision-making to the database.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Mon, 23 Jun 2008 03:55:38 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/326-guid.html</guid>
    
</item>
<item>
    <title>IBM May Open Source DB2</title>
    <link>http://forkb0mb.org/content/index.php?/archives/320-IBM-May-Open-Source-DB2.html</link>
            <category>Database</category>
            <category>DB2</category>
            <category>News</category>
            <category>Software</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/320-IBM-May-Open-Source-DB2.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=320</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=320</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.zdnetasia.com/news/software/0,39044164,62042741,00.htm&quot;  title=&quot;http://www.zdnetasia.com/news/software/0,39044164,62042741,00.htm&quot;&gt;IBM May Open Source DB2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
IBM is positive about the possibility of bringing out its DB2 database management software under an open source license.&lt;br /&gt;
&lt;br /&gt;
While the computing giant has no immediate plans to open source DB2, market conditions may make it unavoidable, according to Chris Livesey, IBM&#039;s U.K. director of information management software.&lt;br /&gt;
&lt;br /&gt;
&quot;We have a light version of the product offered for free, which is a step towards exposing our core (DB2) technology,&quot; said Livesey. &quot;Looking at IBM&#039;s heritage in contributing to the open source market, we&#039;ve been particularly keen to lead that market. Open source is an interesting space, as a whole. As the future unfolds, and the economics become clearer, there&#039;s going to be more commitment to open source by everybody. We&#039;ve made good steps towards that.&quot;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
While this is speculation at this point, it would be nice to see an open-source DB2.  I expect some pushback from the financial industry (banks are almost exclusively IBM hardware/OS/database setups), but everyone else should benefit from this; including IBM.  I&#039;d like to see the replication code from DB2 make it&#039;s way into PostgreSQL, or eventually just switch to an open-source DB2.&lt;br /&gt;
&lt;br /&gt;
Does anyone remember when &quot;open source&quot; became a verb?&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Wed, 18 Jun 2008 01:05:06 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/320-guid.html</guid>
    
</item>
<item>
    <title>GreenSQL</title>
    <link>http://forkb0mb.org/content/index.php?/archives/294-GreenSQL.html</link>
            <category>Database</category>
            <category>MySQL</category>
            <category>News</category>
            <category>Software</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/294-GreenSQL.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=294</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=294</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.greensql.net/&quot;  title=&quot;http://www.greensql.net/&quot;&gt;GreenSQL: Open-Source Database Firewall Solution&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works in a proxy mode and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc).&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This looks like a pretty neat tool.   Unfortunately, it&#039;s MySQL only.   As it is GPL, I&#039;m going to see how difficult it might be to recode this for PostgreSQL; or at least add PgSQL support in addition to the existing MySQL support.&lt;br /&gt;
&lt;br /&gt;
They even put their money where their mouth is.   There&#039;s a &lt;a href=&quot;http://www.greensql.net/sql-injection-test&quot;  title=&quot;http://www.greensql.net/sql-injection-test&quot;&gt;SQL Injection Test Page&lt;/a&gt; where you can attempt to circumvent authentication via SQL injection.   I only tried a few different values, but it caught everything I threw at it.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Tue, 15 Apr 2008 14:51:39 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/294-guid.html</guid>
    
</item>
<item>
    <title>IBM Takes Stake in Open Source Database Vendor</title>
    <link>http://forkb0mb.org/content/index.php?/archives/279-IBM-Takes-Stake-in-Open-Source-Database-Vendor.html</link>
            <category>Database</category>
            <category>News</category>
            <category>Oracle</category>
            <category>PostgreSQL</category>
            <category>Software</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/279-IBM-Takes-Stake-in-Open-Source-Database-Vendor.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.internetnews.com/software/article.php/3736336&quot;  title=&quot;http://www.internetnews.com/software/article.php/3736336&quot;&gt;IBM Takes Stake in Open Source Database Vendor&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For more than a decade, &lt;a href=&quot;http://www.postgresql.org/&quot;  title=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt; has been a cornerstone of the open source database market. In recent years, &lt;a href=&quot;http://www.enterprisedb.com/&quot;  title=&quot;http://www.enterprisedb.com/&quot;&gt;EnterpriseDB&lt;/a&gt; has emerged as a leading vendor supporting and driving PostgreSQL forward.&lt;br /&gt;
&lt;br /&gt;
It will now continue its efforts thanks in part from a little help from IBM. EnterpriseDB is also re-branding and expanding its PostgreSQL efforts to take even more direct aim at its rival MySQL on the open source side and Oracle on the proprietary side.&lt;br /&gt;
&lt;br /&gt;
IBM is joining EnterpriseDB&#039;s C round of venture financing which in total raises $10 million for the open source database vendor. Andy Astor, CEO of EnterpriseDB, noted that IBM&#039;s was one of four groups participating (including Charles River Ventures, Fidelity Ventures, Valhalla Partners) in this current financing round. To date, EnterpriseDB has raised $37.5 million in venture financing. &lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
I&#039;m certainly happy to see corporate interest in PostgreSQL.  PostgreSQL has been my RDBMS of choice since the 6.x days, but I&#039;m no stranger to MySQL.  MySQL, far inferior to PostgreSQL (in my opinion), &lt;a href=&quot;http://blogs.sun.com/jonathan/entry/in_a_vortex&quot;  title=&quot;http://blogs.sun.com/jonathan/entry/in_a_vortex&quot;&gt;gets all of the money&lt;/a&gt; and corporate attention, and PostgreSQL gets jack.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Astor told InternetNews.com that IBM called EnterpriseDB and the discussions went from there. Astor added that the discussions with IBM pre-dated the $1 billion acquisition of MySQL by Sun earlier this year.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It sure sounds fishy, but I believe them.   It&#039;s entirely likely that both Sun and IBM were looking to take stake in the open source RDBMS world at around the same time.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Astor argued that EnterpriseDB has emerged as a leading direct competitor to Oracle&#039;s proprietary database and IBM wants a piece. IBM of course has its own proprietary database in DB2, which also competes against both Oracle and PostgreSQL. &lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This confuses me.   I can see how Sun might be willing to &quot;take sides&quot; with MySQL (in the sense of aligning with an open source database) as they do not develop/sell database software.  They do have a cozy ISV relationship with Oracle, but after all, they&#039;re merely using it to sell Sun systems and software.  Here we have IBM giving money for development of PostgreSQL when they have their own established, enterprise-grade RDBMS.&lt;br /&gt;
&lt;br /&gt;
Not that I&#039;m complaining, of course.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
Postgres Plus takes the core PostgreSQL database and bundles in additional components to make it easier to install and deploy. Postgres Plus Advanced Server adds in additional closed source Oracle compatibility extensions to PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It appears that a lot of these add-ons are just pre-packaged third-party solutions; most are open-source.  Here&#039;s a quick list of features:&lt;br /&gt;
Postgres Studio (&quot;built on&quot; the pgAdmin utility)&lt;br /&gt;
Debugging support&lt;br /&gt;
Geospatial functionality (looks to be the add-ons right out of $PG_SRC/contrib)&lt;br /&gt;
GridSQL Parallel Query&lt;br /&gt;
MySQL migration&lt;br /&gt;
Performance enhancements&lt;br /&gt;
Slony-I replication (single-writer/many-readers)&lt;br /&gt;
Oracle compatibility&lt;br /&gt;
&lt;br /&gt;
The one thing to complain about:  &lt;strong&gt;it doesn&#039;t appear that any of these enhancements&lt;/strong&gt; by EnterpriseDB &lt;strong&gt;will make their way back upstream&lt;/strong&gt; into the &lt;em&gt;open source, community version&lt;/em&gt; of PostgreSQL.   If it does, there is little to no information stating as such.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Wed, 26 Mar 2008 00:35:03 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/279-guid.html</guid>
    
</item>
<item>
    <title>Greenplum Database</title>
    <link>http://forkb0mb.org/content/index.php?/archives/228-Greenplum-Database.html</link>
            <category>Database</category>
            <category>Linux</category>
            <category>News</category>
            <category>Operating Systems</category>
            <category>PostgreSQL</category>
            <category>Programming</category>
            <category>Software</category>
            <category>Solaris</category>
            <category>SQL</category>
            <category>Unix</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/228-Greenplum-Database.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=228</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=228</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.greenplum.com/index.php?page=greenplum-database&quot;  title=&quot;http://www.greenplum.com/index.php?page=greenplum-database&quot;&gt;Greenplum Database&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Greenplum Database is the first open source powered database software that can scale to support multi-terabyte data warehousing demands. Greenplum Database allows organizations to analyze vast amounts of business data 10 to 100 times faster than traditional data warehouse solutions at a fraction of the cost.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;strong&gt;Key Features of Greenplum Database&lt;/strong&gt;&lt;br /&gt;
&lt;li&gt; Faster Reporting and Analytics&lt;br /&gt;
&lt;li&gt; Dramatic Cost Reduction&lt;br /&gt;
&lt;li&gt; Centralized Cluster Management and Administration&lt;br /&gt;
&lt;li&gt; Linear Scalability and Flexibility&lt;br /&gt;
&lt;li&gt; Modular Performance and Capacity Scale-Out Capability&lt;/ul&gt;&lt;br /&gt;
Greenplum Database&#039;s fundamental breakthrough is its ability to store and process terabytes of data using clusters of low-cost servers. Greenplum Database moves processing power as close as possible to the data, so processing always occurs in parallel, delivering a dramatic boost in query and load performance. In addition, Greenplum Database&#039;s Dynamic Provisioning technology makes it easy to add incremental data warehouse capacity when needed, avoiding costly appliance upgrades.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It looks like there might finally be a decent option for &lt;a href=&quot;http://www.postgresql.org/&quot;  title=&quot;http://www.postgresql.org/&quot;&gt;PostgreSQL&lt;/a&gt; scalability.  I have not personally used this software, yet, but I will be installing it shortly.    I intend to do some benchmarks versus a stand-alone PostgreSQL database and see how the numbers match up.&lt;br /&gt;
&lt;br /&gt;
If this solution is half as good as the website touts it to be, then Oracle may end up losing some serious ground in the SMB (Small-to-Medium Business) market.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;High-Level Architecture&lt;/strong&gt;: A database in Greenplum is actually an array of individual databases, usually running on different servers or hosts, all working together to present a single database image. The Greenplum master is the primary entry point to the Greenplum Database System. It is the database instance where users connect to the database and execute SQL statements. The master coordinates the work amongst the other database instances in the system-the Greenplum segments, which is where the user data resides. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mirroring and Fault Tolerance&lt;/strong&gt;: When you deploy your Greenplum Database system, you have the option to configure mirror segments. Mirror segments allow database queries to fail over to a backup segment if the primary segment is unavailable.&lt;br /&gt;
&lt;br /&gt;
Greenplum Database is able to detect when a host is unavailable or when a segment database server process is down. When this occurs the master will mark the primary segments on that host as out-of-service and immediately switch over to the mirror segments so that the operation can continue.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Why is Greenplum Database better-suited to business intelligence and data warehousing than databases like Oracle?&lt;/strong&gt;&lt;br /&gt;
Greenplum Database’s “shared-nothing” architecture is optimal for fast queries and loads because it places processors as close as possible to the data itself, and performs queries and other operations with the maximum degree of parallelism possible. “&lt;a href=&quot;http://www.webopedia.com/TERM/O/OLTP.html&quot;  title=&quot;http://www.webopedia.com/TERM/O/OLTP.html&quot;&gt;OLTP&lt;/a&gt;” architectures like Oracle’s were designed and built with an entirely different purpose and are not capable of the kinds of parallelism, or performance, that Greenplum Database delivers.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;How is that Greenplum can deliver a product like Greenplum Database, but no other company or organization has to date?&lt;/strong&gt;&lt;br /&gt;
When the founders of Greenplum converged in 2003, they set out to change the game. They saw that enterprise software, and particularly database software, was far too expensive and performed badly. Our uniquely capable team includes some of the best minds in the industry, with experts from Oracle, Teradata, Sybase, Informix, Netezza, PostgreSQL, HPTi, CalTech, MIT, Stanford University, and other leading companies, organizations and institutions. Greenplum Database is the result of the confluence of Greenplum’s unique vision and vast experience in the midst of undeniable industry trends.&lt;br /&gt;
	  
    </content:encoded>

    <pubDate>Mon, 10 Sep 2007 13:20:16 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/228-guid.html</guid>
    
</item>
<item>
    <title>Adaptive Modeling in Brute-force Cracking Dictionaries</title>
    <link>http://forkb0mb.org/content/index.php?/archives/194-Adaptive-Modeling-in-Brute-force-Cracking-Dictionaries.html</link>
            <category>Database</category>
            <category>Exploits</category>
            <category>SQL Injection</category>
            <category>Vulnerabilities</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/194-Adaptive-Modeling-in-Brute-force-Cracking-Dictionaries.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=194</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=194</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.reversing.org/node/view/12&quot;  title=&quot;http://www.reversing.org/node/view/12&quot;&gt;Adaptive Modeling in Brute-force Cracking Dictionaries&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The size of the dictionary could be reduced, also the number of attemps, if an adaptive model is used against the guess. An adaptive model is really useful when a part of the guess (most of the times the password) is known.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It&#039;s obvious that the author of this article does not speak English as a first language, but it&#039;s informative nonetheless.  An interesting peek into frequency analysis, typically used for breaking crypto, applied to SQL injections.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Mon, 28 May 2007 12:28:41 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/194-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL Performance Tuning Howtos</title>
    <link>http://forkb0mb.org/content/index.php?/archives/179-PostgreSQL-Performance-Tuning-Howtos.html</link>
            <category>Database</category>
            <category>PostgreSQL</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/179-PostgreSQL-Performance-Tuning-Howtos.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=179</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=179</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;strong&gt;PostgreSQL Performance Tuning Howtos&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.revsys.com/writings/postgresql-performance.html&quot;  title=&quot;http://www.revsys.com/writings/postgresql-performance.html&quot;&gt;Performance Tuning PostgreSQL&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
There are several postmaster options that can be set that drastically affect performance, below is a list of the most commonly used and how they effect performance:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;max_connections&lt;/strong&gt; = &lt;num&gt; — This option sets the maximum number of database backend to have at any one time. Use this feature to ensure that you do not launch so many backends that you begin swapping to disk and kill the performance of all the children. Depending on your application it may be better to deny the connection entirely rather than degrade the performance of all of the other children.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;shared_buffers&lt;/strong&gt; = &lt;num&gt; — Editing this option is the simplest way to improve the performance of your database server. The default of 1000 is very low for most modern hardware. Each buffer is typically 8192 bytes unless changed at compile time. General wisdom says that this should be set to roughly 10-15% of available RAM on the system. Like most of the options I will outline here you will simply need to try them and see how well it works on your system. I would recommend playing in the 10,000 to 20,000 shared_buffers range. Much more than that and you can actually degrade performance.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
It&#039;s always good to have plenty of shared buffers.  Most/all database systems use them to share data between processes (IPC).&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;work_mem&lt;/strong&gt; = &lt;num&gt; — This option is used to control the amount of memory using in sort operations and hash tables. While you may need to increase the amount of memory if you do a ton of sorting in your application, care needs to be taken. This isn&#039;t a system wide parameter, but a per operation one. So if a complex query has several sort operations in it it will use multiple work_mem units of memory. Not to mention that multiple backends could be doing this at once. This query can often lead your database server to swap if the value is too large. This option was previously called sort_mem in older versions of PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;fsync&lt;/strong&gt; = &lt;boolean&gt; — This option determines if all your WAL pages are fsync()&#039;ed to disk before a transactions is committed. Having this on is safer, but can reduce write performance. If fsync is not enabled there is the chance of unrecoverable data corruption. Turn this off at your own risk.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
With using/not using the fsync(2) command in anything I/O sensitive, you always risk data corruption.  You&#039;ve really got to want to turn up the performance to turn this off.  fsync(2) is a pretty decent performance hit, but a slow[er] database server is worth ensuring that it&#039;s data is consistent.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Note that many of these options consume shared memory and it will probably be necessary to increase the amount of shared memory allowed on your system to get the most out of these options.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Turning up the amount of shared memory at the OS level is always good for database workloads.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.varlena.com/GeneralBits/Tidbits/perf.html&quot;  title=&quot;http://www.varlena.com/GeneralBits/Tidbits/perf.html&quot;&gt;Tuning PostgreSQL for Performance&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
PostgreSQL counts a lot on the OS to cache data files and hence does not bother with duplicating its file caching effort. The shared buffers parameter assumes that OS is going to cache a lot of files and hence it is generally very low compared with system RAM. Even for a dataset in excess of 20GB, a setting of 128MB may be too much, if you have only 1GB RAM and an aggressive-at-caching OS like Linux.&lt;br /&gt;
&lt;br /&gt;
There is one way to decide what is best for you. Set a high value of this parameter and run the database for typical usage. Watch usage of shared memory using ipcs(8) or similar tools. A recommended figure would be between 1.2 to 2 times peak shared memory usage.&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This howto also contains a link to the &lt;a href=&quot;http://www.varlena.com/GeneralBits/Tidbits/annotated_conf_e.html&quot;  title=&quot;http://www.varlena.com/GeneralBits/Tidbits/annotated_conf_e.html&quot;&gt;Annotated postgresql.conf and Global User Configuration Guide&lt;/a&gt;.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.powerpostgresql.com/PerfList/&quot;  title=&quot;http://www.powerpostgresql.com/PerfList/&quot;&gt; PostgreSQL 8.0 Performance Checklist&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Literally, a performance checklist for PostgreSQL.  Shorter read than the others, but it&#039;s to the point.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Sun, 20 May 2007 14:12:00 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/179-guid.html</guid>
    
</item>
<item>
    <title>Up and Running with DB2 for Linux</title>
    <link>http://forkb0mb.org/content/index.php?/archives/49-Up-and-Running-with-DB2-for-Linux.html</link>
            <category>Database</category>
            <category>DB2</category>
            <category>Linux</category>
            <category>Operating Systems</category>
            <category>Unix</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/49-Up-and-Running-with-DB2-for-Linux.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.redbooks.ibm.com/redbooks/SG246899/wwhelp/wwhimpl/java/html/wwhelp.htm&quot;  title=&quot;http://www.redbooks.ibm.com/redbooks/SG246899/wwhelp/wwhimpl/java/html/wwhelp.htm&quot;&gt;Up and Running with DB2 for Linux&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
An &lt;a href=&quot;http://www.ibm.com/&quot;  title=&quot;http://www.ibm.com/&quot;&gt;IBM&lt;/a&gt; &lt;a href=&quot;http://www.ibm.com/redbooks/&quot;  title=&quot;http://www.ibm.com/redbooks/&quot;&gt;Redbook&lt;/a&gt; detailing all steps necessary to get IBM&#039;s DB2 installed and configured on Linux.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Mon, 10 Jul 2006 21:21:19 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/49-guid.html</guid>
    
</item>
<item>
    <title>Oracle Error Code Search</title>
    <link>http://forkb0mb.org/content/index.php?/archives/15-Oracle-Error-Code-Search.html</link>
            <category>Database</category>
            <category>Oracle</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/15-Oracle-Error-Code-Search.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.ora-error.com/&quot;  title=&quot;http://www.ora-error.com/&quot;&gt;Oracle Error Code Search&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
This looks to be a fairly useful site.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Fri, 30 Jun 2006 04:12:13 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/15-guid.html</guid>
    
</item>
<item>
    <title>MySQL Denial of Service</title>
    <link>http://forkb0mb.org/content/index.php?/archives/7-MySQL-Denial-of-Service.html</link>
            <category>Database</category>
            <category>Exploits</category>
            <category>MySQL</category>
            <category>Unspecified</category>
            <category>Vulnerabilities</category>
    
    <comments>http://forkb0mb.org/content/index.php?/archives/7-MySQL-Denial-of-Service.html#comments</comments>
    <wfw:comment>http://forkb0mb.org/content/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://forkb0mb.org/content/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (TJE)</author>
    <content:encoded>
    &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=15828&quot;  title=&quot;MySQL Denial of Service&quot;&gt;MySQL Denial of Service&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
Thanks to &lt;a href=&quot;mailto:anvil@jumperz.net&quot;  title=&quot;anvil@jumperz.net&quot;&gt;Kanatoko&lt;/a&gt; for discovering this.&lt;br /&gt;
&lt;br /&gt;
A query such as &quot;select str_to_date( 1, NULL );&quot; will result in a crash of the MySQL daemon.&lt;br /&gt;
It appears that several versions from the 4.1, 5.0, and 5.1 branch are vulnerable.&lt;br /&gt;
*/ 
    </content:encoded>

    <pubDate>Thu, 29 Jun 2006 21:39:13 -0400</pubDate>
    <guid isPermaLink="false">http://forkb0mb.org/content/index.php?/archives/7-guid.html</guid>
    
</item>

</channel>
</rss>