<?xml version="1.0" encoding="UTF-8"?>
<iCalendar xmlns:pentabarf="http://pentabarf.org" xmlns:xCal="urn:ietf:params:xml:ns:xcal">
 <vcalendar>
  <version>2.0</version>
  <prodid>-//Pentabarf//Schedule Confirmed//EN</prodid>
  <x-wr-caldesc>PGCon2007 Schedule Release Confirmed</x-wr-caldesc>
  <x-wr-calname>PGCon2007 Schedule</x-wr-calname>

<vevent>
  <method>PUBLISH</method>
  <uid>54@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>54</pentabarf:event-id>
  <pentabarf:event-tag></pentabarf:event-tag>
  <pentabarf:title>Advanced PostgreSQL on Windows</pentabarf:title>
  <pentabarf:subtitle>Looking at Windows specific issues for PostgreSQL deployment and development</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T163000</dtstart>
  <dtend>20070523T173000</dtend>
  <duration>1H</duration>
  <summary>Advanced PostgreSQL on Windows - Looking at Windows specific issues for PostgreSQL deployment and development</summary>

  <description>An overview of PostgreSQL on Windows, one our fastest growing platforms.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/54.en.html</url>

  <location>SITE A0150</location>


  <attendee>Magnus Hagander</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>56@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>56</pentabarf:event-id>
  <pentabarf:event-tag>closing</pentabarf:event-tag>
  <pentabarf:title>Closing Sessions</pentabarf:title>
  <pentabarf:subtitle>Famous Last Words + prizes to give away</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T160000</dtstart>
  <dtend>20070524T163000</dtend>
  <duration>0H</duration>
  <summary>Closing Sessions - Famous Last Words + prizes to give away</summary>

  <description>A few closing words and thanks.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/56.en.html</url>

  <location>SITE H0104</location>


  <attendee>Dan Langille</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>53@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>53</pentabarf:event-id>
  <pentabarf:event-tag></pentabarf:event-tag>
  <pentabarf:title>Developing New Zealand's Electoral Roll on PostgreSQL</pentabarf:title>
  <pentabarf:subtitle>Success Story: running New Zealand's Electoral Roll on PostgreSQL</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T163000</dtstart>
  <dtend>20070523T173000</dtend>
  <duration>1H</duration>
  <summary>Developing New Zealand's Electoral Roll on PostgreSQL - Success Story: running New Zealand's Electoral Roll on PostgreSQL</summary>

  <description>The New Zealand Electoral Roll was migrated from Oracle to PostgreSQL in 2002 by Catalyst IT.This deployment coincided with a total rewrite of the system. In this talk I will discuss how and why PostgreSQL was selected, how we have used PostgreSQL to support continuous development and where we would like to go in the near future.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/53.en.html</url>

  <location>SITE G0103</location>


  <attendee>Finlay Thompson</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>15@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>15</pentabarf:event-id>
  <pentabarf:event-tag>fairuse</pentabarf:event-tag>
  <pentabarf:title>Digesting an open-source fair-use TPC-E implementation.</pentabarf:title>
  <pentabarf:subtitle>TPC-E is the new On-Line Transaction Processing workload being developed by the Transaction Processing Performance Council (TPC). It is intended to replace the aging TPC-C.</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T133000</dtstart>
  <dtend>20070523T143000</dtend>
  <duration>1H</duration>
  <summary>Digesting an open-source fair-use TPC-E implementation. - TPC-E is the new On-Line Transaction Processing workload being developed by the Transaction Processing Performance Council (TPC). It is intended to replace the aging TPC-C.</summary>

  <description>This talk starts by describing the TPC-E specification in high-level terms and reasoning why TPC-E represents modern database server workload. It continues by explaining the benefits to the open source development community (particularly to the PostgreSQL community) of counting on an open-source workload based on the industry-standard TPC-E benchmark. The implementation and architecture of the workload are outlined and motivating experimental results are presented.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/15.en.html</url>

  <location>SITE G0103</location>


  <attendee>Mark Wong</attendee>

  <attendee>Rilson Nascimento</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>21@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>21</pentabarf:event-id>
  <pentabarf:event-tag>execution</pentabarf:event-tag>
  <pentabarf:title>Execution plan optimization techniques</pentabarf:title>
  <pentabarf:subtitle>Execution plan optimization techniques and possible improvements in PostgreSQL implementation</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T113000</dtstart>
  <dtend>20070523T123000</dtend>
  <duration>1H</duration>
  <summary>Execution plan optimization techniques - Execution plan optimization techniques and possible improvements in PostgreSQL implementation</summary>

  <description>We will shortly describe and explain the problem of cost based execution plan optimization. We will focus primarily on algorithms for searching the space of all possible alternatives for the large number of joins. We will briefly describe these algorithms and their possible variants, compare them together and we will try to pick up some of them as suitable for solving our problem. Some examples of execution of these algorithms on the traveling salesman problem will be shown. The traveling salesman problem was chosen for the presentation because it is a very similar problem and much easier to imagine and present than searching the space of execution plan alternatives.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/21.en.html</url>

  <location>SITE G0103</location>


  <attendee>Tomas Kovarik</attendee>

  <attendee>Julius Stroffek</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>13@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>13</pentabarf:event-id>
  <pentabarf:event-tag>fulltext</pentabarf:event-tag>
  <pentabarf:title>Full Text Search in PostgreSQL</pentabarf:title>
  <pentabarf:subtitle>New version of built-in FTS will be enlighted and demonstrated</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T113000</dtstart>
  <dtend>20070523T123000</dtend>
  <duration>1H</duration>
  <summary>Full Text Search in PostgreSQL - New version of built-in FTS will be enlighted and demonstrated</summary>

  <description>We present the new version of Full Text Search in PostgreSQL. It's a tsearch2 module now integrated into PostgreSQL core with many improvements and additions. It features many languages support  available on default, SQL interface to the FTS objects, improved documentation and schema-based support of multiple configurations.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/13.en.html</url>

  <location>SITE B0138</location>


  <attendee>Oleg Bartunov</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>22@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>22</pentabarf:event-id>
  <pentabarf:event-tag>gin</pentabarf:event-tag>
  <pentabarf:title>GIN in practice</pentabarf:title>
  <pentabarf:subtitle>Developing extensions for GIN index</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T150000</dtstart>
  <dtend>20070523T160000</dtend>
  <duration>1H</duration>
  <summary>GIN in practice - Developing extensions for GIN index</summary>

  <description>Usage of GIN index - an idea, usefulness, applicability. Description of GIN interface. As an example, developing GIN extension for hstore contrib module.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/22.en.html</url>

  <location>SITE A0150</location>


  <attendee>Teodor Sigaev</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>18@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>18</pentabarf:event-id>
  <pentabarf:event-tag>keynote</pentabarf:event-tag>
  <pentabarf:title>Great Steps in PostgreSQL History</pentabarf:title>
  <pentabarf:subtitle>A review of the developments which grew the PostgreSQL community</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T090000</dtstart>
  <dtend>20070523T100000</dtend>
  <duration>1H</duration>
  <summary>Great Steps in PostgreSQL History - A review of the developments which grew the PostgreSQL community</summary>

  <description>Despite some hit-and-miss development efforts, PostgreSQL has kept jumping ahead, both in community and features.  Bruce Momjian reviews a few of our &quot;great leaps forward&quot;, and what led up to them.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/18.en.html</url>

  <location>SITE B0138</location>


  <attendee>Bruce Momjian</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>4@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>4</pentabarf:event-id>
  <pentabarf:event-tag>view</pentabarf:event-tag>
  <pentabarf:title>Improving Your View</pentabarf:title>
  <pentabarf:subtitle>The Upcoming Role of PostgreSQL in Flat Panel Display Production</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T100000</dtstart>
  <dtend>20070524T110000</dtend>
  <duration>1H</duration>
  <summary>Improving Your View - The Upcoming Role of PostgreSQL in Flat Panel Display Production</summary>

  <description>TCZ, a joint venture between Cymer and Carl Zeiss SMT, is focused on developing innovative production equipment for the emerging flat panel display (FPD) market. This presentation is a case study that will show the many ways PostgreSQL is utilized as a critical component of the Master System Controller for the TCZ 900X system.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/4.en.html</url>

  <location>SITE A0150</location>


  <attendee>Joe Conway</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>8@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>8</pentabarf:event-id>
  <pentabarf:event-tag>pgintrohacking</pentabarf:event-tag>
  <pentabarf:title>Introduction to Hacking PostgreSQL</pentabarf:title>
  <pentabarf:subtitle></pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070521T090000</dtstart>
  <dtend>20070521T120000</dtend>
  <duration>3H</duration>
  <summary>Introduction to Hacking PostgreSQL</summary>

  <description>An introduction to how to modify the PostgreSQL source code. This tutorial is intended for programmers with some knowledge of C, who would like to understand how PostgreSQL works and how to modify it.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/8.en.html</url>

  <location>SITE F0126</location>


  <attendee>Neil Conway</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>23@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>23</pentabarf:event-id>
  <pentabarf:event-tag>academia</pentabarf:event-tag>
  <pentabarf:title>Migrating to PostgreSQL in Academia</pentabarf:title>
  <pentabarf:subtitle>Moving legacy data and applications to PostgreSQL for a large University</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T150000</dtstart>
  <dtend>20070523T160000</dtend>
  <duration>1H</duration>
  <summary>Migrating to PostgreSQL in Academia - Moving legacy data and applications to PostgreSQL for a large University</summary>

  <description>Large academic institutions often have data collected in many different database systems that has to be collected for administrative use.  This lecture will be a discussion of issues raised and techniques learned while migrating the academic advising system for the Franklin College Office of Academic Advising (responsible for advising undergraduates at the largest college of The University of Georgia) from a home-grown FileMaker Pro-based system to an award-winning web application built with PHP and PostgreSQL.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/23.en.html</url>

  <location>SITE B0138</location>


  <attendee>Michael Brewer</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>17@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>17</pentabarf:event-id>
  <pentabarf:event-tag>oracle</pentabarf:event-tag>
  <pentabarf:title>Oracle to PostgreSQL Conversion</pentabarf:title>
  <pentabarf:subtitle></pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T100000</dtstart>
  <dtend>20070523T110000</dtend>
  <duration>1H</duration>
  <summary>Oracle to PostgreSQL Conversion</summary>

  <description>Transition from Oracle to a PostgreSQL database can be confusing.  This presentation provides someone new to PostgreSQL with many of the differences they will need to overcome and some tricks to do so.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/17.en.html</url>

  <location>SITE A0150</location>


  <attendee>Brian Dunavant</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>45@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>45</pentabarf:event-id>
  <pentabarf:event-tag>whack</pentabarf:event-tag>
  <pentabarf:title>Performance Whack-a-Mole</pentabarf:title>
  <pentabarf:subtitle>Methodology for troubleshooting database application performance</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070521T130000</dtstart>
  <dtend>20070521T160000</dtend>
  <duration>3H</duration>
  <summary>Performance Whack-a-Mole - Methodology for troubleshooting database application performance</summary>

  <description>Core team member Josh Berkus will take you through his step-by-step method for analyzing and troubleshooting database application performance bottlenecks.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/45.en.html</url>

  <location>SITE F0126</location>


  <attendee>Josh Berkus</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>6@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>6</pentabarf:event-id>
  <pentabarf:event-tag>cluster</pentabarf:event-tag>
  <pentabarf:title>PGCluster-II</pentabarf:title>
  <pentabarf:subtitle>Clustering system of PostgreSQL that is using shared data</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T133000</dtstart>
  <dtend>20070524T143000</dtend>
  <duration>1H</duration>
  <summary>PGCluster-II - Clustering system of PostgreSQL that is using shared data</summary>

  <description>PGCluster-II is a shared-disk based clustering system for PostgreSQL, implemented with virtual IPC for session and lock management.  It supports both high availability and load balancing needs.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/6.en.html</url>

  <location>SITE H0104</location>


  <attendee>Atsushi Mitani</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>19@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>19</pentabarf:event-id>
  <pentabarf:event-tag>pgsnmpd</pentabarf:event-tag>
  <pentabarf:title>pgsnmpd</pentabarf:title>
  <pentabarf:subtitle>Keeping tabs on PostgreSQL</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T113000</dtstart>
  <dtend>20070524T123000</dtend>
  <duration>1H</duration>
  <summary>pgsnmpd - Keeping tabs on PostgreSQL</summary>

  <description>pgsnmpd is a net-snmp-based monitoring daemon being developed for PostgreSQL 8.x. Initial versions will support RFC 1697 (http://www.faqs.org/rfcs/rfc1697.html) and the associated RDMBS-MIB on Linux, but future versions will include an expanded MIB to keep track of all kinds of useful information. We will demonstrate pgsnmpd as well as its interaction with a few common software packages to provide realtime alerts and display historical trends.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/19.en.html</url>

  <location>SITE H0104</location>


  <attendee>Joshua Tolley</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>31@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>31</pentabarf:event-id>
  <pentabarf:event-tag>plperl</pentabarf:event-tag>
  <pentabarf:title>Pl/Perl - Best of Both Worlds</pentabarf:title>
  <pentabarf:subtitle>Learn how Pl/Perl can make you more productive</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070522T130000</dtstart>
  <dtend>20070522T160000</dtend>
  <duration>3H</duration>
  <summary>Pl/Perl - Best of Both Worlds - Learn how Pl/Perl can make you more productive</summary>

  <description>Learn all about Pl/Perl, which combines the best language with the best database.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/31.en.html</url>

  <location>SITE F0126</location>


  <attendee>Greg Sabino Mullane</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>24@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>24</pentabarf:event-id>
  <pentabarf:event-tag>education</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL in Education BOF</pentabarf:title>
  <pentabarf:subtitle>A meeting for conference attendees using PostgreSQL in academia</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T180000</dtstart>
  <dtend>20070523T200000</dtend>
  <duration>2H</duration>
  <summary>PostgreSQL in Education BOF - A meeting for conference attendees using PostgreSQL in academia</summary>

  <description>This meeting is intended to gather conference attendees who use (or are interested in using) PostgreSQL in education.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/24.en.html</url>

  <location>SITE B0138</location>


  <attendee>Michael Brewer</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>52@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>52</pentabarf:event-id>
  <pentabarf:event-tag>pginside</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL Inside</pentabarf:title>
  <pentabarf:subtitle>Choosing the World's Most Advanced Open Source Database for EnterpriseDB</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T150000</dtstart>
  <dtend>20070523T160000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL Inside - Choosing the World's Most Advanced Open Source Database for EnterpriseDB</summary>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/52.en.html</url>

  <location>SITE G0103</location>


  <attendee>Denis Lussier</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>50@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>50</pentabarf:event-id>
  <pentabarf:event-tag>lightning</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL Lightning Talks</pentabarf:title>
  <pentabarf:subtitle>Everyone gets 5 minutes of fame</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T150000</dtstart>
  <dtend>20070524T160000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL Lightning Talks - Everyone gets 5 minutes of fame</summary>

  <description>PostgreSQL Related Lightning Talks, contributed from the community.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/50.en.html</url>

  <location>SITE H0104</location>


  <attendee>Robert Treat</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>37@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>37</pentabarf:event-id>
  <pentabarf:event-tag>palaver</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL Palaver / Keysigning</pentabarf:title>
  <pentabarf:subtitle>Moderated and wide-ranging discussion of issues facing the community (followed by keysigning party)</pentabarf:subtitle>
  <pentabarf:language></pentabarf:language>
  <pentabarf:language-code></pentabarf:language-code>
  <dtstart>20070523T180000</dtstart>
  <dtend>20070523T200000</dtend>
  <duration>2H</duration>
  <summary>PostgreSQL Palaver / Keysigning - Moderated and wide-ranging discussion of issues facing the community (followed by keysigning party)</summary>

  <description>The PostgreSQL project has grown faster than anyone involved early on could have imagined. While we are doing a great job, there is always room for improvement. This will be a wide-ranging discussion and brainstorming session about any and all problems and issues regarding the project - not just technical, but all other aspects as well. Topics and questions are encouraged to be submitted in advance.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/37.en.html</url>

  <location>SITE A0150</location>


  <attendee>Greg Sabino Mullane</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>41@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>41</pentabarf:event-id>
  <pentabarf:event-tag>partitioning</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL Partitioning</pentabarf:title>
  <pentabarf:subtitle>Slicing and dicing your schema for quicker queries and dishing data</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T113000</dtstart>
  <dtend>20070523T123000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL Partitioning - Slicing and dicing your schema for quicker queries and dishing data</summary>

  <description>Begining in 8.1, PostgreSQL has offered table partitioning, allowing you to split data across different physical segments for significant performance improvements. While the feature is simple to get into, manageing large table partition setups can prove tricky to the beginer. In this tutorial we will discuss many of the insider tricks that are used in todays largest setups and talk about what the documentation leaves out.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/41.en.html</url>

  <location>SITE A0150</location>


  <attendee>Robert Treat</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>47@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>47</pentabarf:event-id>
  <pentabarf:event-tag>performance</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL performance research</pentabarf:title>
  <pentabarf:subtitle>Better. Faster. Stronger.</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T150000</dtstart>
  <dtend>20070524T160000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL performance research - Better. Faster. Stronger.</summary>

  <description>A review of advances in PostgreSQL performance for Release 8.3, pluslonger term opportunities and requirements.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/47.en.html</url>

  <location>SITE A0150</location>


  <attendee>Simon Riggs</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>20@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>20</pentabarf:event-id>
  <pentabarf:event-tag>replicationstrategy</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL replication strategies</pentabarf:title>
  <pentabarf:subtitle>Understanding High Availability and choosing the right solution</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T133000</dtstart>
  <dtend>20070523T143000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL replication strategies - Understanding High Availability and choosing the right solution</summary>

  <description>This talk introduces the key aspects you need to consider when building Highly Available solutions based on PostgreSQL. Current key replication and clustering technologies for PostgreSQL are presented to show how they address issues such as load balancing, performance scalability, failover/failback and upgradeability.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/20.en.html</url>

  <location>SITE A0150</location>


  <attendee>Emmanuel Cecchet</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>30@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>30</pentabarf:event-id>
  <pentabarf:event-tag>pg8</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL Version 8 in action</pentabarf:title>
  <pentabarf:subtitle>Real-world examples showing useful features added in 8.0, 8.1, and 8.2</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T133000</dtstart>
  <dtend>20070524T143000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL Version 8 in action - Real-world examples showing useful features added in 8.0, 8.1, and 8.2</summary>

  <description>Are you taking advantage of the latest advancements in PostgreSQL? If you aren't using 8.2, see whatyou are missing out on.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/30.en.html</url>

  <location>SITE A0150</location>


  <attendee>Greg Sabino Mullane</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>55@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>55</pentabarf:event-id>
  <pentabarf:event-tag>image</pentabarf:event-tag>
  <pentabarf:title>PostgreSQL-IE</pentabarf:title>
  <pentabarf:subtitle>An Image-Handling Extension to support Content-based Image Retrieval</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T100000</dtstart>
  <dtend>20070523T110000</dtend>
  <duration>1H</duration>
  <summary>PostgreSQL-IE - An Image-Handling Extension to support Content-based Image Retrieval</summary>

  <description>PostgreSQL-IE is an extension to PostgreSQL to support content-based image retrieval. The extension makes available a new image data type, and extends the Structured Query Language – SQL with new  functions that are able to create new feature descriptors, new feature vectors as combinations of previously defined features, new access methods, and to pose similarity queries.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/55.en.html</url>

  <location>SITE G0103</location>


  <attendee>Denise Guliato</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>9@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>9</pentabarf:event-id>
  <pentabarf:event-tag>porting</pentabarf:event-tag>
  <pentabarf:title>Practical experience with moving applications to PostgreSQL</pentabarf:title>
  <pentabarf:subtitle>Porting challanges: Database design, human factor</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T133000</dtstart>
  <dtend>20070523T143000</dtend>
  <duration>1H</duration>
  <summary>Practical experience with moving applications to PostgreSQL - Porting challanges: Database design, human factor</summary>

  <description>Practical experience with redesigning and moving applications from MSSQL, Paradox and Access to PostgreSQL. Pinpoint challenges in database design, data migration, propagation of PostgreSQL inside company (human factor), introduction to novice developer(s), database GUI tools (CASE, SQL editors, graphical query builder, administration tools).</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/9.en.html</url>

  <location>SITE B0138</location>


  <attendee>Radovan Jablonovsky</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>43@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>43</pentabarf:event-id>
  <pentabarf:event-tag>dba101</pentabarf:event-tag>
  <pentabarf:title>Pro PostgreSQL</pentabarf:title>
  <pentabarf:subtitle>DBA 101 For the PostgreSQL Crowd</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070522T090000</dtstart>
  <dtend>20070522T120000</dtend>
  <duration>3H</duration>
  <summary>Pro PostgreSQL - DBA 101 For the PostgreSQL Crowd</summary>

  <description>Tips and tricks for running PostgreSQL Databases in a production environment.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/43.en.html</url>

  <location>SITE F0126</location>


  <attendee>Robert Treat</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>16@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>16</pentabarf:event-id>
  <pentabarf:event-tag>smp</pentabarf:event-tag>
  <pentabarf:title>Scaling PostgreSQL on SMP Architectures -- An Update</pentabarf:title>
  <pentabarf:subtitle></pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T100000</dtstart>
  <dtend>20070523T110000</dtend>
  <duration>1H</duration>
  <summary>Scaling PostgreSQL on SMP Architectures -- An Update</summary>

  <description>Updates last year's 10th Anniversary Summit presentation on Unisys efforts to enhance scalability of PostgreSQL on 32-bit and 64-bit shared multiprocessor Linux platforms.  Measurements reflecting improvements in newer PostgreSQL releases are summarized and possible strategies for further improvement are discussed.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/16.en.html</url>

  <location>SITE B0138</location>


  <attendee>Doug Tolbert</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>12@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>12</pentabarf:event-id>
  <pentabarf:event-tag>streaming</pentabarf:event-tag>
  <pentabarf:title>Stream Processing with PostgreSQL</pentabarf:title>
  <pentabarf:subtitle>An Introduction to Data Streams and TelegraphCQ</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T113000</dtstart>
  <dtend>20070524T123000</dtend>
  <duration>1H</duration>
  <summary>Stream Processing with PostgreSQL - An Introduction to Data Streams and TelegraphCQ</summary>

  <description>An introduction to data stream query processing. Traditional database systems use a &quot;store and query&quot; model: the data is stored by the DBMS, and one-time queries are submitted, evaluated, and then the results returned to clients. This model is often inappropriate for a world in which data is constantly in motion. For applications like network monitoring, real-time financial analysis, and sensor networks, the overhead required to store data to disk and then compute a one-time query is excessive. A data stream management system (DSMS) allows long-running continuous queries over data streams to be defined, yielding a query processing model much more amenable to real-time analysis and response.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/12.en.html</url>

  <location>SITE A0150</location>


  <attendee>Neil Conway</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>14@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>14</pentabarf:event-id>
  <pentabarf:event-tag>xml</pentabarf:event-tag>
  <pentabarf:title>The Road to the XML Type</pentabarf:title>
  <pentabarf:subtitle></pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070524T100000</dtstart>
  <dtend>20070524T110000</dtend>
  <duration>1H</duration>
  <summary>The Road to the XML Type</summary>

  <description>In this talk we will present the roadmap for the development of native XML type support in PostgreSQL.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/14.en.html</url>

  <location>SITE H0104</location>


  <attendee>Nikolay Samokhvalov</attendee>

  <attendee>Peter Eisentraut</attendee>

</vevent>

<vevent>
  <method>PUBLISH</method>
  <uid>46@PGCon2007@pentabarf.org</uid>
  <pentabarf:event-id>46</pentabarf:event-id>
  <pentabarf:event-tag>solaris</pentabarf:event-tag>
  <pentabarf:title>Useful Solaris tools for PostgreSQL DBAs</pentabarf:title>
  <pentabarf:subtitle>Five Solaris components you can use to improve PostgreSQL reliability and availability</pentabarf:subtitle>
  <pentabarf:language>English</pentabarf:language>
  <pentabarf:language-code>en</pentabarf:language-code>
  <dtstart>20070523T163000</dtstart>
  <dtend>20070523T173000</dtend>
  <duration>1H</duration>
  <summary>Useful Solaris tools for PostgreSQL DBAs - Five Solaris components you can use to improve PostgreSQL reliability and availability</summary>

  <description>Sun engineers Robert Lor, Jim Gates, Zdenek Kotala, Julius Stroffek and Josh Berkus will present five features of Solaris Nevada which can be extremely useful to PostgreSQL DBAs.</description>

  <class>PUBLIC</class>
  <status>CONFIRMED</status>
  <category>Lecture</category>
  <url>http://www.pgcon.org/2007/schedule/events/46.en.html</url>

  <location>SITE B0138</location>


  <attendee>Robert Lor</attendee>

  <attendee>Josh Berkus</attendee>

</vevent>


 </vcalendar>
</iCalendar>
