From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id C740D2E002F for ; Wed, 19 Mar 2008 23:28:55 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 60055-08 for ; Wed, 19 Mar 2008 23:28:52 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from davinci.ethosmedia.com (unknown [209.128.84.227]) by postgresql.org (Postfix) with ESMTP id 45C882E0030 for ; Wed, 19 Mar 2008 23:28:52 -0300 (ADT) X-EthosMedia-Virus-Scanned: no infections found Received: from [64.81.245.111] (account josh@agliodbs.com HELO temoku.sf.agliodbs.com) by davinci.ethosmedia.com (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 16006624 for pgsql-www@postgresql.org; Wed, 19 Mar 2008 11:33:51 -0800 From: Josh Berkus Reply-To: josh@agliodbs.com Organization: Aglio Database Solutions To: pgsql-www@postgresql.org Subject: Updated SummerofCode.html Date: Wed, 19 Mar 2008 12:32:17 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_BpW4HAK6HlEm3xn" Message-Id: <200803191232.17912.josh@agliodbs.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/399 X-Sequence-Number: 14518 --Boundary-00=_BpW4HAK6HlEm3xn Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Folks, Please apply. Thanks. -- --Josh Josh Berkus PostgreSQL @ Sun San Francisco --Boundary-00=_BpW4HAK6HlEm3xn Content-Type: text/html; charset="us-ascii"; name="summerofcode.html" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="summerofcode.html"

PostgreSQL Summer Projects

The PostgreSQL Project is excited to take part in the Google Summer of Code 2008 program. This program endeavors to fund students to contribute to an open source project over the summer break.

Example Proposal Ideas

The PostgreSQL Project has a wide range of opinions on what it feels are acceptable SoC projects. The examples listed here are meant only as a suggestion of things we would likely find useful, but you should not feel obligated to pick from this list by any means. If you have just discovered a new algorithm as part of your thesis work, we would love to see a proposal implementing that in PostgreSQL. The point is that all proposals will be evaluated on their own merits, so be creative.

Core Source Code

  • TODO Items: A number of the items on our TODO list have been marked as good projects for beginners who are new to the PostgreSQL code. Items on this list have the advantage of already having general community agreement that the feature is desireable. These items should also have some general discussion available in the mailing list archives to help get you started. You can find these items on the TODO list, they will be marked with a percent sign (%).
  • PITR Improvements: Allow point-in-time recovery to archive partially filled write-ahead logs and automatically archiving them when pg_stop_backup() is called or the server is shutdown. Allow stand-by server to allow read-only queries to be run concurrently while replaying wal logs
  • DDL Functions: Create a SQL-callable function capable of generating DDL scripts for objects within the database.
  • EXPLAIN Enhancements: Add information to EXPLAIN documenting I/O activity, discarded plans, costing detail, memory usage and more.
  • XML Indexing: Add special indexing types for XML data, capable of supporting indexed XPath queries.

Infrastructure

  • Enhance Buildfarm to test external packages, patches, or performance: The PostgreSQL project maintains a public buildfarm that continuously communicates with several machines that checkout and build the PostgreSQL source on a regular basis. The idea behind this project is to extend the current buildfarm code to allow it download external modules and report back on their build status, to download unapplied patches and test them, or to run performance tests.

External Applications

  • pgAdmin III / phpPgAdmin Enhancements: PostgreSQL supports a number of popular GUI Tools that are not distributed with the core project. Projects like these often have their own TODO lists and compatibility issues with the core PotgreSQL that need development. Some ideas for pgAdmin III projects include:
    • A graphical query builder
    • A data loader, to allow import of data (and tables where appropriate) from CSV, ODBC, libpq etc. Field mapping and data transform functionality, perhaps using Python functions.
    • An ER diagramming tool with the ability to reverse engineer a schema as a starting point.
    • Allow registration of non-PostgreSQL servers for browsing in the treeview via ODBC. No DDL need to be supported in the main GUI, but the Query Tool and Edit Grid should be usable. Also consider the ability to copy tables and data to a PostgreSQL server.
    • A 'diff' utility to show the schema differences between two databases and output an upgrade script.
  • Procedural Language Improvements: PostgreSQL provides support for more than a dozen different procedural languages, however the level of support varies depending on the language implementation. Enhancing support of these procedural languages might include fixing build issues, adding SPI support, adding trigger support, adding support for IN/OUT parameters and more.
  • Replication: PostgreSQL provides a wide range of replication solutions for varying types of replication needs. Many of these projects need assistance with building against different versions of PostgreSQL, installation and setup, administrative tools, and general bugfixing.
  • Teaching & Learning Tools: External tools to help in teaching the internals of PostgreSQL such as enhanced visual EXPLAIN, graphical models of the query engine, educational guides to the code, and interactive tools to demonstrate various query types.

Additional projects may be found by browsing the PostgreSQL Development Projects website.

Mentors

PostgreSQL follows an open community development model, so student projects are likely to be reviewed and commented on by any and all members of the PostgreSQL community. This also means that we may be able to find mentors for additional projects by reaching out to this community. If you are interested in working on a project not explicitly mentioned above, you may want to contact one of the Summer of Code liaisons below about writing a proposal.

  • Josh Berkus <josh @t agliodbs.com>, Sun Microsystems, USA
  • Selena Deckelmann <selenamarie @t gmail.com>, Chris King Precision Components., user groups and applications
  • Jonah H. Harris <jonah.harris @t gmail.com>, EnterpriseDB, query engine
  • Alvarro Herrera <alvherre @t alvh.no-ip.org>, CommandPrompt Inc., core code
  • Heikki Linnakangas <heikki @t enterprisedb.com>, EnterpriseDB, core code
  • Dave Page <dpage @t pgadmin.org>, EnterpriseDB, pgAdmin, GUI tools, and Windows
  • Greg Sabino Mullane <greg @t turnstep.com>, Endpoint Corporation, Perl driver, Perl-based projects
  • Julius Stroffek <julius.stroffek @t gmail.com>, Sun Microsystems, query engine and applications
  • Robert Treat <xzilla @t users.sourceforge.net>, OmniTI Inc., PHP-based projects and infrastructure
  • Zdenek Kotala <zdenek.kotala @t sun.com>, Sun Microsystems, file format and upgrade utilities

If your project is not selected for funding by Google, but you still think you have a feasible project proposal, then please email our developers mailing list at pgsql-hackers@postgresql.org.

Proposal Guidelines

Students are responsible for writing a proposal and submitting it to Google before the application deadline. The following outline was adapted from the Perl Foundation open source proposal HOWTO. A strong proposal will include:

  • Benefits to the PostgreSQL Community - a good project will not just be fun to work on, but also generally useful to others.
  • Deliverables - It is very important to list quantifiable results here
  • Project Schedule - How long will the project take? When can you begin work?
  • Bio - Who are you? What makes you the best person to work on this project?
Please also see our additional Advice to Students before submitting a proposal.

We would prefer that development discussion occur on our project mailing lists when possible, with special recognition being given to those students who vet their proposal with community developers before submitting their proposal to Google SoC. This is not required, but can have a large impact on the chances of your proposal being accepted, so please don't be shy. In any case, you will be required to keep open lines of communication with your mentor should you be accepted, so if you have circumstances that may affect this, please explain them up front in your proposal.

Previously Accepted Projects

  • Enhanced Aggregate Support
  • Full Disjunctions
  • Hashing DISTINCT Clause Implementation
  • ECPG Cleanup
  • Initial support of XMLType for PostgreSQL
  • phpPgAdmin improvements
  • xlog viewer

More information on these projects can be found on Google's PostgreSQL SoC page.

Frequently Asked Questions

  • Am I eligible?

    Please see the Google Eligibility FAQ for all questions about eligibility.

  • When is the proposal deadline?

    According to the Summer of Code FAQ, the deadline for submitting student proposals is March 31st, 2008 (00:00 UTC). Please remember that proposals must submitted to Google themselves, although we are happy to discuss any proposals with you ahead of time.

--Boundary-00=_BpW4HAK6HlEm3xn-- From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 3358E2E0030 for ; Wed, 19 Mar 2008 23:31:49 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 61096-03 for ; Wed, 19 Mar 2008 23:31:46 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id BACAF2E002F for ; Wed, 19 Mar 2008 23:31:46 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2K2WD7k017038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2008 19:32:14 -0700 Date: Wed, 19 Mar 2008 19:32:26 -0700 From: "Joshua D. Drake" To: josh@agliodbs.com Cc: pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080319193226.689098b3@commandprompt.com> In-Reply-To: <200803191232.17912.josh@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Wed, 19 Mar 2008 19:32:14 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.71 tagged_above=0 required=5 tests=AWL=-2.086, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/400 X-Sequence-Number: 14519 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDE5IE1hciAyMDA4IDEyOjMyOjE3IC0wNzAwDQpKb3NoIEJlcmt1cyA8am9zaEBhZ2xpb2Ricy5j b20+IHdyb3RlOg0KDQo+IEZvbGtzLA0KPiANCj4gUGxlYXNlIGFwcGx5LiAgVGhhbmtzLg0KPiAN Cg0KdWdoaGguLi4uDQoNCi0gLS0gDQpUaGUgUG9zdGdyZVNRTCBDb21wYW55IHNpbmNlIDE5OTc6 IGh0dHA6Ly93d3cuY29tbWFuZHByb21wdC5jb20vIA0KUG9zdGdyZVNRTCBDb21tdW5pdHkgQ29u ZmVyZW5jZTogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsY29uZmVyZW5jZS5vcmcvDQpVbml0ZWQgU3Rh dGVzIFBvc3RncmVTUUwgQXNzb2NpYXRpb246IGh0dHA6Ly93d3cucG9zdGdyZXNxbC51cy8NCkRv bmF0ZSB0byB0aGUgUG9zdGdyZVNRTCBQcm9qZWN0OiBodHRwOi8vd3d3LnBvc3RncmVzcWwub3Jn L2Fib3V0L2RvbmF0ZQ0KDQoNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9u OiBHbnVQRyB2MS40LjYgKEdOVS9MaW51eCkNCg0KaUQ4REJRRkg0Y3k2QVRiL3pxZlpVVVFSQXE4 d0FKOVZzdEpvSHhqZnIvYmMyTVAvWTd0dHBSL1VUZ0NnbWNEbw0KRm51eHNwSGJBZlo3L1JoZVQ2 dWxVamM9DQo9UFN3cQ0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 32C5E2E004A for ; Wed, 19 Mar 2008 23:39:51 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 62040-09 for ; Wed, 19 Mar 2008 23:39:48 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 27F782E0030 for ; Wed, 19 Mar 2008 23:39:47 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2K2eEIS017741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2008 19:40:15 -0700 Date: Wed, 19 Mar 2008 19:40:27 -0700 From: "Joshua D. Drake" To: josh@agliodbs.com Cc: pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080319194027.47d6800a@commandprompt.com> In-Reply-To: <200803191232.17912.josh@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Wed, 19 Mar 2008 19:40:15 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.71 tagged_above=0 required=5 tests=AWL=-2.086, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/401 X-Sequence-Number: 14520 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDE5IE1hciAyMDA4IDEyOjMyOjE3IC0wNzAwDQpKb3NoIEJlcmt1cyA8am9zaEBhZ2xpb2Ricy5j b20+IHdyb3RlOg0KDQo+IEZvbGtzLA0KPiANCj4gUGxlYXNlIGFwcGx5LiAgVGhhbmtzLg0KPiAN Cg0KQXBwbGllZC4uLiBidXQgd2hhdCBpcyB1cCB3aXRoIHRoZSBAdCBzdHVmZj8NCg0KSm9zaHVh IEQuIERyYWtlDQoNCg0KLSAtLSANClRoZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2UgMTk5Nzog aHR0cDovL3d3dy5jb21tYW5kcHJvbXB0LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0eSBDb25m ZXJlbmNlOiBodHRwOi8vd3d3LnBvc3RncmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRlZCBTdGF0 ZXMgUG9zdGdyZVNRTCBBc3NvY2lhdGlvbjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVzLw0KRG9u YXRlIHRvIHRoZSBQb3N0Z3JlU1FMIFByb2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNxbC5vcmcv YWJvdXQvZG9uYXRlDQoNCg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246 IEdudVBHIHYxLjQuNiAoR05VL0xpbnV4KQ0KDQppRDhEQlFGSDRjNmJBVGIvenFmWlVVUVJBdEdh QUo5MWluQ0dQY3NhYWRDclNFTXRJN3p2MXF2L0RnQ2ZSSEJ2DQpkZ1BRL05vZkdLSDc3ZDlCbkw5 ZGcwST0NCj1jL243DQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From devrim@CommandPrompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 314982E00B1 for ; Thu, 20 Mar 2008 00:02:58 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 69387-04 for ; Thu, 20 Mar 2008 00:02:31 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id E1FD82E0079 for ; Thu, 20 Mar 2008 00:02:02 -0300 (ADT) Received: from [192.168.1.44] (d205-250-11-93.bchsia.telus.net [205.250.11.93]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2K32TH8019343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2008 20:02:30 -0700 Subject: Re: Updated SummerofCode.html From: Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= To: josh@agliodbs.com Cc: pgsql-www@postgresql.org In-Reply-To: <200803191232.17912.josh@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-32f1UtPZEWthw8qmtU7Z" Organization: Command Prompt, Inc. Date: Wed, 19 Mar 2008 20:01:53 -0700 Message-Id: <1205982113.16612.159.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Wed, 19 Mar 2008 20:02:30 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/402 X-Sequence-Number: 14521 --=-32f1UtPZEWthw8qmtU7Z Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, On Wed, 2008-03-19 at 12:32 -0700, Josh Berkus wrote: > Please apply I'm confused. This is the version that reverts the changes that I made today, per the page you sent me. Regards, --=20 Devrim G=C3=9CND=C3=9CZ , RHCE PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/ --=-32f1UtPZEWthw8qmtU7Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH4dOgpme12CBXnxERAhjCAKCNwuWajfZx+YWmxiSvB6KXSKOkTQCfZqFs rULkxcFLIH/Wt5nE3YKa6ds= =3eiq -----END PGP SIGNATURE----- --=-32f1UtPZEWthw8qmtU7Z-- From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id BAE572E0051 for ; Thu, 20 Mar 2008 00:27:19 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 80492-08 for ; Thu, 20 Mar 2008 00:27:17 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 3A8B02E00B0 for ; Thu, 20 Mar 2008 00:27:17 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2K3RitZ021251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2008 20:27:45 -0700 Date: Wed, 19 Mar 2008 20:27:55 -0700 From: "Joshua D. Drake" To: Devrim =?UTF-8?B?R8OcTkTDnFo=?= Cc: josh@agliodbs.com, pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080319202755.27e94d7f@commandprompt.com> In-Reply-To: <1205982113.16612.159.camel@localhost.localdomain> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Wed, 19 Mar 2008 20:27:45 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/403 X-Sequence-Number: 14522 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBXZWQs IDE5IE1hciAyMDA4IDIwOjAxOjUzIC0wNzAwDQpEZXZyaW0gR8OcTkTDnFogPGRldnJpbUBjb21t YW5kcHJvbXB0LmNvbT4gd3JvdGU6DQoNCj4gSGksDQo+IA0KPiBPbiBXZWQsIDIwMDgtMDMtMTkg YXQgMTI6MzIgLTA3MDAsIEpvc2ggQmVya3VzIHdyb3RlOg0KPiA+IFBsZWFzZSBhcHBseQ0KPiAN Cj4gSSdtIGNvbmZ1c2VkLiBUaGlzIGlzIHRoZSB2ZXJzaW9uIHRoYXQgcmV2ZXJ0cyB0aGUgY2hh bmdlcyB0aGF0IEkgbWFkZQ0KPiB0b2RheSwgcGVyIHRoZSBwYWdlIHlvdSBzZW50IG1lLg0KDQpX b25kZXJmdWwuDQoNCkkgd29uZGVyIGlmIHRoZSByZXF1ZXN0IGdvdCBncmV5bGlzdGVkIG9yIHNv bWV0aGluZyBhbmQgSSBhcHBsaWVkIGFuDQpvbGRlciB2ZXJzaW9uLg0KDQpKb3NodWEgRC4gRHJh a2UNCg0KPiANCj4gUmVnYXJkcywNCg0KDQotIC0tIA0KVGhlIFBvc3RncmVTUUwgQ29tcGFueSBz aW5jZSAxOTk3OiBodHRwOi8vd3d3LmNvbW1hbmRwcm9tcHQuY29tLyANClBvc3RncmVTUUwgQ29t bXVuaXR5IENvbmZlcmVuY2U6IGh0dHA6Ly93d3cucG9zdGdyZXNxbGNvbmZlcmVuY2Uub3JnLw0K VW5pdGVkIFN0YXRlcyBQb3N0Z3JlU1FMIEFzc29jaWF0aW9uOiBodHRwOi8vd3d3LnBvc3RncmVz cWwudXMvDQpEb25hdGUgdG8gdGhlIFBvc3RncmVTUUwgUHJvamVjdDogaHR0cDovL3d3dy5wb3N0 Z3Jlc3FsLm9yZy9hYm91dC9kb25hdGUNCg0KDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0t LQ0KVmVyc2lvbjogR251UEcgdjEuNC42IChHTlUvTGludXgpDQoNCmlEOERCUUZINGRtOUFUYi96 cWZaVVVRUkFyOTBBSjRuL0NDR1lWdWJiNXpCWDROOUFaNkhuUVk4dWdDZlVSdGUNCkRXSU9zbWtK b2VwMVowRHJGUDdrVXBRPQ0KPTFUUEMNCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From dpage@pgadmin.org Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id A6DD62E003E for ; Thu, 20 Mar 2008 05:47:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 57071-04 for ; Thu, 20 Mar 2008 05:47:30 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by postgresql.org (Postfix) with ESMTP id AD8E72E003D for ; Thu, 20 Mar 2008 05:47:30 -0300 (ADT) Received: by wx-out-0506.google.com with SMTP id r21so819535wxc.28 for ; Thu, 20 Mar 2008 01:47:29 -0700 (PDT) Received: by 10.150.177.20 with SMTP id z20mr667983ybe.118.1206002849394; Thu, 20 Mar 2008 01:47:29 -0700 (PDT) Received: by 10.150.96.5 with HTTP; Thu, 20 Mar 2008 01:47:29 -0700 (PDT) Message-ID: <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> Date: Thu, 20 Mar 2008 08:47:29 +0000 From: "Dave Page" To: "Joshua D. Drake" Subject: Re: Updated SummerofCode.html Cc: "=?ISO-8859-1?Q?Devrim_G=DCND=DCZ?=" , josh@agliodbs.com, pgsql-www@postgresql.org In-Reply-To: <20080319202755.27e94d7f@commandprompt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/406 X-Sequence-Number: 14525 On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake wro= te: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Wed, 19 Mar 2008 20:01:53 -0700 > Devrim G=DCND=DCZ wrote: > > > Hi, > > > > On Wed, 2008-03-19 at 12:32 -0700, Josh Berkus wrote: > > > Please apply > > > > I'm confused. This is the version that reverts the changes that I made > > today, per the page you sent me. > > Wonderful. > > I wonder if the request got greylisted or something and I applied an > older version. Next time we only apply patches. There's no sensible way to compare old and new versions before committing otherwise. --=20 Dave Page EnterpriseDB UK Ltd: http://www.enterprisedb.com PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 804912E0117 for ; Thu, 20 Mar 2008 13:00:47 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 47837-10 for ; Thu, 20 Mar 2008 13:00:18 -0300 (ADT) Received: from mx3.hub.org (mx3.hub.org [206.223.169.73]) by postgresql.org (Postfix) with ESMTP id 47F002E00C4 for ; Thu, 20 Mar 2008 12:59:49 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by mx3.hub.org (Postfix) with ESMTP id 0FFB537B906 for ; Thu, 20 Mar 2008 12:59:30 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KFjQhZ021835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 08:45:27 -0700 Date: Thu, 20 Mar 2008 08:45:42 -0700 From: "Joshua D. Drake" To: "Dave Page" Cc: "Devrim =?UTF-8?B?R8OcTkTDnFo=?=" , josh@agliodbs.com, pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320084542.42f1785e@commandprompt.com> In-Reply-To: <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 08:45:27 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.712 tagged_above=0 required=5 tests=AWL=-2.084, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/411 X-Sequence-Number: 14530 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDA4OjQ3OjI5ICswMDAwDQoiRGF2ZSBQYWdlIiA8ZHBhZ2VAcGdhZG1pbi5v cmc+IHdyb3RlOg0KDQo+ID4gIEkgd29uZGVyIGlmIHRoZSByZXF1ZXN0IGdvdCBncmV5bGlzdGVk IG9yIHNvbWV0aGluZyBhbmQgSSBhcHBsaWVkDQo+ID4gYW4gb2xkZXIgdmVyc2lvbi4NCj4gDQo+ IA0KPiBOZXh0IHRpbWUgd2Ugb25seSBhcHBseSBwYXRjaGVzLiBUaGVyZSdzIG5vIHNlbnNpYmxl IHdheSB0byBjb21wYXJlDQo+IG9sZCBhbmQgbmV3IHZlcnNpb25zIGJlZm9yZSBjb21taXR0aW5n IG90aGVyd2lzZS4NCg0KKzEgZm9yIHRoYXQuIEkgd291bGQgYWxzbyBhc2sgdGhhdCBmb3IgcGVv cGxlIHdobyBhcmUgbm90IGNvbW1pdHRlcnMsDQp0aGV5IG11c3Qgc3VibWl0IHRoZSBwYXRjaCB0 byAtd3d3IG5vdCB0byBhbnkgb25lIHBlcnNvbiBkaXJlY3RseS4gDQoNClNpbmNlcmVseSwNCg0K Sm9zaHVhIEQuIERyYWtlDQoNCg0KLSAtLSANClRoZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2Ug MTk5NzogaHR0cDovL3d3dy5jb21tYW5kcHJvbXB0LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0 eSBDb25mZXJlbmNlOiBodHRwOi8vd3d3LnBvc3RncmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRl ZCBTdGF0ZXMgUG9zdGdyZVNRTCBBc3NvY2lhdGlvbjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVz Lw0KRG9uYXRlIHRvIHRoZSBQb3N0Z3JlU1FMIFByb2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNx bC5vcmcvYWJvdXQvZG9uYXRlDQoNCg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZl cnNpb246IEdudVBHIHYxLjQuNiAoR05VL0xpbnV4KQ0KDQppRDhEQlFGSDRvYW1BVGIvenFmWlVV UVJBbHVKQUowVUNTUFBvS0ExN21EWWVBaW5QS3NyUTVLSU1RQ2ZjYU95DQp2MkE3RXBEa2NpcFJQ KytTYjhNdk1MTT0NCj1ENTBtDQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From devrim@CommandPrompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 0BEAD2E015E for ; Thu, 20 Mar 2008 12:57:51 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 97621-04 for ; Thu, 20 Mar 2008 12:57:21 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id D75E22E015B for ; Thu, 20 Mar 2008 12:56:44 -0300 (ADT) Received: from [192.168.1.44] (S010600a08330057a.ok.shawcable.net [24.67.72.171]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KFuahI022862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 08:56:36 -0700 Subject: Re: Updated SummerofCode.html From: Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= To: "Joshua D. Drake" Cc: Dave Page , josh@agliodbs.com, pgsql-www@postgresql.org In-Reply-To: <20080320084542.42f1785e@commandprompt.com> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TvAAlc+nOli3w/I2yisC" Organization: Command Prompt, Inc. Date: Thu, 20 Mar 2008 08:56:00 -0700 Message-Id: <1206028560.16612.229.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 08:56:37 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/410 X-Sequence-Number: 14529 --=-TvAAlc+nOli3w/I2yisC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, On Thu, 2008-03-20 at 08:45 -0700, Joshua D. Drake wrote: > I would also ask that for people who are not committers, > they must submit the patch to -www not to any one person directly.=20 Josh sent me the patch directly, since it did not arrive -www on time for some reason. --=20 Devrim G=C3=9CND=C3=9CZ , RHCE PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/ --=-TvAAlc+nOli3w/I2yisC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH4okOpme12CBXnxERAkL/AJ4rUZ6ypP8PFryrpMWUPtyOLYHNMQCgreik 3YPTHu0jFUQXO4EdwxGxQ8o= =JcnE -----END PGP SIGNATURE----- --=-TvAAlc+nOli3w/I2yisC-- From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id C6FD82E011F for ; Thu, 20 Mar 2008 13:03:57 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 54756-05-4 for ; Thu, 20 Mar 2008 13:03:36 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from davinci.ethosmedia.com (unknown [209.128.84.227]) by postgresql.org (Postfix) with ESMTP id 5F5F02E0157 for ; Thu, 20 Mar 2008 13:03:08 -0300 (ADT) X-EthosMedia-Virus-Scanned: no infections found Received: from [63.195.55.98] (account josh@agliodbs.com HELO [192.168.2.3]) by davinci.ethosmedia.com (CommuniGate Pro SMTP 4.1.8) with ESMTP id 16025636; Thu, 20 Mar 2008 08:05:52 -0800 From: Josh Berkus Organization: PostgreSQL @ Sun To: Devrim =?utf-8?q?G=C3=9CND=C3=9CZ?= Subject: Re: Updated SummerofCode.html Date: Thu, 20 Mar 2008 09:00:41 -0700 User-Agent: KMail/1.8.2 Cc: pgsql-www@postgresql.org References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> In-Reply-To: <1205982113.16612.159.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803200900.41706.josh@agliodbs.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/414 X-Sequence-Number: 14533 Devrim, > I'm confused. This is the version that reverts the changes that I made > today, per the page you sent me. Right. Check the headers; for some reason, that e-mail got held for 12 hours at PostgreSQL.org. Ignore it, please! -- Josh Berkus PostgreSQL @ Sun San Francisco From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 28F922E0156 for ; Thu, 20 Mar 2008 13:02:24 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 01777-01 for ; Thu, 20 Mar 2008 13:01:23 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id AA8932E0153 for ; Thu, 20 Mar 2008 13:01:00 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KG13Ml023295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 09:01:04 -0700 Date: Thu, 20 Mar 2008 09:01:19 -0700 From: "Joshua D. Drake" To: Devrim =?UTF-8?B?R8OcTkTDnFo=?= Cc: Dave Page , josh@agliodbs.com, pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320090119.3bf3cd71@commandprompt.com> In-Reply-To: <1206028560.16612.229.camel@localhost.localdomain> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 09:01:04 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/412 X-Sequence-Number: 14531 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDA4OjU2OjAwIC0wNzAwDQpEZXZyaW0gR8OcTkTDnFogPGRldnJpbUBDb21t YW5kUHJvbXB0LmNvbT4gd3JvdGU6DQoNCj4gSGksDQo+IA0KPiBPbiBUaHUsIDIwMDgtMDMtMjAg YXQgMDg6NDUgLTA3MDAsIEpvc2h1YSBELiBEcmFrZSB3cm90ZToNCj4gPiBJIHdvdWxkIGFsc28g YXNrIHRoYXQgZm9yIHBlb3BsZSB3aG8gYXJlIG5vdCBjb21taXR0ZXJzLA0KPiA+IHRoZXkgbXVz dCBzdWJtaXQgdGhlIHBhdGNoIHRvIC13d3cgbm90IHRvIGFueSBvbmUgcGVyc29uIGRpcmVjdGx5 LiANCj4gDQo+IEpvc2ggc2VudCBtZSB0aGUgcGF0Y2ggZGlyZWN0bHksIHNpbmNlIGl0IGRpZCBu b3QgYXJyaXZlIC13d3cgb24gdGltZQ0KPiBmb3Igc29tZSByZWFzb24uDQoNClJpZ2h0IDopIHRo YXQgaXMgd2hhdCBJIGFtIHRyeWluZyB0byBhdm9pZC4gVGhlIGdyZXlsaXN0IHF1ZXVlIHByb2Jh Ymx5DQpmbHVzaGVkIG9yIHNvbWV0aGluZy4gVGhlIHN1bW1lcm9mY29kZS5odG1sIGlzIGNlcnRh aW5seSBub3QgYW4NCmVtZXJnZW5jeSBwYXRjaC4gV2Ugc2hvdWxkIGhhdmUgd2FpdGVkIChub3Qg YmxhbWluZyB5b3UpIGp1c3Qgc2F5aW5nLg0KDQpTbyBpZiB3ZSBlbmZvcmNlIHRoZSwgaXQgbXVz dCBnbyB0byAtd3d3LCB0aGUgcHJvYmxlbSBnb2VzIGF3YXkuIFllcywNCndlIG1heSBoYXZlIHRv IHdhaXQgYSB3aGlsZSB0byBnZXQgYSBwYXRjaCBhcHBsaWVkIGJ1dCBzbyB3aGF0PyBCZWluZw0K cGF0aWVudCBpc24ndCBhIGJhZCB0aGluZy4NCg0KU2luY2VyZWx5LA0KDQpKb3NodWEgRC4gRHJh a2UNCg0KLSAtLSANClRoZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2UgMTk5NzogaHR0cDovL3d3 dy5jb21tYW5kcHJvbXB0LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0eSBDb25mZXJlbmNlOiBo dHRwOi8vd3d3LnBvc3RncmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRlZCBTdGF0ZXMgUG9zdGdy ZVNRTCBBc3NvY2lhdGlvbjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVzLw0KRG9uYXRlIHRvIHRo ZSBQb3N0Z3JlU1FMIFByb2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNxbC5vcmcvYWJvdXQvZG9u YXRlDQoNCg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYx LjQuNiAoR05VL0xpbnV4KQ0KDQppRDhEQlFGSDRvcFBBVGIvenFmWlVVUVJBa3J6QUo5WW02SjMx WnY3MFQrVGRTWHlVd05ieTJVd3dBQ2VJMVY0DQpjV1M3QTU1dndiTFJvM3ZIc2VTSlBhQT0NCj1W YmtuDQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 962A62E015E for ; Thu, 20 Mar 2008 13:04:32 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 55860-04-3 for ; Thu, 20 Mar 2008 13:03:59 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from davinci.ethosmedia.com (unknown [209.128.84.227]) by postgresql.org (Postfix) with ESMTP id E78022E015D for ; Thu, 20 Mar 2008 13:03:37 -0300 (ADT) X-EthosMedia-Virus-Scanned: no infections found Received: from [63.195.55.98] (account josh@agliodbs.com HELO [192.168.2.3]) by davinci.ethosmedia.com (CommuniGate Pro SMTP 4.1.8) with ESMTP id 16025661; Thu, 20 Mar 2008 08:07:29 -0800 From: Josh Berkus Organization: PostgreSQL @ Sun To: Devrim =?utf-8?q?G=C3=9CND=C3=9CZ?= Subject: Re: Updated SummerofCode.html Date: Thu, 20 Mar 2008 09:02:17 -0700 User-Agent: KMail/1.8.2 Cc: "Joshua D. Drake" , Dave Page , pgsql-www@postgresql.org References: <200803191232.17912.josh@agliodbs.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> In-Reply-To: <1206028560.16612.229.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803200902.17206.josh@agliodbs.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/413 X-Sequence-Number: 14532 All, > Josh sent me the patch directly, since it did not arrive -www on time > for some reason. Correct ... the original update e-mail was held for ~~12 hours instead of being distributed to -www. I had no particular belief it was ever going to be delivered. -- Josh Berkus PostgreSQL @ Sun San Francisco From magnus@hagander.net Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 641B82E00A4 for ; Thu, 20 Mar 2008 13:21:00 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 61619-02 for ; Thu, 20 Mar 2008 13:20:53 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 69DEE2E00A3 for ; Thu, 20 Mar 2008 13:20:54 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id D7DE1DCC975; Thu, 20 Mar 2008 17:20:52 +0100 (CET) Message-ID: <47E28F86.40307@hagander.net> Date: Thu, 20 Mar 2008 17:23:34 +0100 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Josh Berkus CC: =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <200803200900.41706.josh@agliodbs.com> In-Reply-To: <200803200900.41706.josh@agliodbs.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/416 X-Sequence-Number: 14535 Josh Berkus wrote: > Devrim, > >> I'm confused. This is the version that reverts the changes that I made >> today, per the page you sent me. > > Right. Check the headers; for some reason, that e-mail got held for 12 hours > at PostgreSQL.org. Ignore it, please! That's the "classic". It was either held for moderator approval, or it was held in the maia blackhole. //Magnus From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 7C4842E00A6 for ; Thu, 20 Mar 2008 16:57:31 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 53983-02-4 for ; Thu, 20 Mar 2008 16:57:02 -0300 (ADT) Received: from mx3.hub.org (mx3.hub.org [206.223.169.73]) by postgresql.org (Postfix) with ESMTP id BF7E82E003A for ; Thu, 20 Mar 2008 16:54:44 -0300 (ADT) X-Greylist: delayed 00:14:54.021829 by SQLgrey-1.7.5 Received: from sca-es-mail-1.sun.com (sca-es-mail-1.Sun.COM [192.18.43.132]) by mx3.hub.org (Postfix) with ESMTP id 7EEBA380A82 for ; Thu, 20 Mar 2008 15:55:29 -0300 (ADT) Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m2KIdu4V016567 for ; Thu, 20 Mar 2008 11:39:57 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JY100M01KODN900@fe-sfbay-09.sun.com> (original mail from josh@agliodbs.com) for pgsql-www@postgresql.org; Thu, 20 Mar 2008 11:39:56 -0700 (PDT) Received: from josh-berkus-computer-2.local ([192.18.41.196]) by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JY1003HQL6KB650@fe-sfbay-09.sun.com>; Thu, 20 Mar 2008 11:39:56 -0700 (PDT) Date: Thu, 20 Mar 2008 11:39:34 -0700 From: Josh Berkus Subject: Re: Updated SummerofCode.html In-reply-to: <20080320090119.3bf3cd71@commandprompt.com> To: "Joshua D. Drake" Cc: =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= , Dave Page , pgsql-www@postgresql.org Message-id: <47E2AF66.2040500@agliodbs.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7BIT References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/419 X-Sequence-Number: 14538 Josh, > So if we enforce the, it must go to -www, the problem goes away. Yes, > we may have to wait a while to get a patch applied but so what? Being > patient isn't a bad thing. So what's the timeout for e-mails which never go through at all? 12 hours? 24? 36? --Josh From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id A74562E0069 for ; Thu, 20 Mar 2008 16:13:48 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 38738-06-2 for ; Thu, 20 Mar 2008 16:13:10 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id B482D2E0074 for ; Thu, 20 Mar 2008 16:12:54 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KJC8NR007575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 12:12:09 -0700 Date: Thu, 20 Mar 2008 12:12:25 -0700 From: "Joshua D. Drake" To: Josh Berkus Cc: Devrim =?UTF-8?B?R8OcTkTDnFo=?= , Dave Page , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320121225.24ed0a3e@commandprompt.com> In-Reply-To: <47E2AF66.2040500@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 12:12:11 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.719 tagged_above=0 required=5 tests=AWL=-2.077, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/417 X-Sequence-Number: 14536 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDExOjM5OjM0IC0wNzAwDQpKb3NoIEJlcmt1cyA8am9zaEBhZ2xpb2Ricy5j b20+IHdyb3RlOg0KDQo+IEpvc2gsDQo+IA0KPiA+IFNvIGlmIHdlIGVuZm9yY2UgdGhlLCBpdCBt dXN0IGdvIHRvIC13d3csIHRoZSBwcm9ibGVtIGdvZXMgYXdheS4NCj4gPiBZZXMsIHdlIG1heSBo YXZlIHRvIHdhaXQgYSB3aGlsZSB0byBnZXQgYSBwYXRjaCBhcHBsaWVkIGJ1dCBzbw0KPiA+IHdo YXQ/IEJlaW5nIHBhdGllbnQgaXNuJ3QgYSBiYWQgdGhpbmcuDQo+IA0KPiBTbyB3aGF0J3MgdGhl IHRpbWVvdXQgZm9yIGUtbWFpbHMgd2hpY2ggbmV2ZXIgZ28gdGhyb3VnaCBhdCBhbGw/ICAxMiAN Cj4gaG91cnM/ICAyND8gIDM2Pw0KDQpUaW1lb3V0IGZvciB3aGljaCBiZWZvcmUgcmVzZW5kPyBP ciBiZWZvcmUgd2Ugc3RhcnQgeWVsbGluZyBhYm91dA0KZW1haWxzIG5vdCBnZXR0aW5nIHRocm91 Z2g/DQoNCkpvc2h1YSBELiBEcmFrZQ0KDQo+IA0KPiAtLUpvc2gNCj4gDQoNCg0KLSAtLSANClRo ZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2UgMTk5NzogaHR0cDovL3d3dy5jb21tYW5kcHJvbXB0 LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0eSBDb25mZXJlbmNlOiBodHRwOi8vd3d3LnBvc3Rn cmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRlZCBTdGF0ZXMgUG9zdGdyZVNRTCBBc3NvY2lhdGlv bjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVzLw0KRG9uYXRlIHRvIHRoZSBQb3N0Z3JlU1FMIFBy b2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNxbC5vcmcvYWJvdXQvZG9uYXRlDQoNCg0KLS0tLS1C RUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuNiAoR05VL0xpbnV4 KQ0KDQppRDhEQlFGSDRyY1pBVGIvenFmWlVVUVJBanFhQUowVW5pWDB2QWxTclovTkozQkdST1Ju bnZ3cDRnQ2dnT0lkDQpDbTNDVy9DVWZHSG5oZnhONUVjQ0RoTT0NCj1Na2JpDQotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0NCg== From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 8FDE82E002C for ; Thu, 20 Mar 2008 16:42:04 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 09568-01-2 for ; Thu, 20 Mar 2008 16:41:34 -0300 (ADT) Received: from mx3.hub.org (mx3.hub.org [206.223.169.73]) by postgresql.org (Postfix) with ESMTP id C0A362E00C4 for ; Thu, 20 Mar 2008 16:38:35 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sca-es-mail-1.sun.com (sca-es-mail-1.Sun.COM [192.18.43.132]) by mx3.hub.org (Postfix) with ESMTP id 35AE737D231 for ; Thu, 20 Mar 2008 16:14:10 -0300 (ADT) Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m2KJDxWt020721 for ; Thu, 20 Mar 2008 12:13:59 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JY100501MCN3000@fe-sfbay-09.sun.com> (original mail from josh@agliodbs.com) for pgsql-www@postgresql.org; Thu, 20 Mar 2008 12:13:59 -0700 (PDT) Received: from josh-berkus-computer-2.local ([192.18.41.196]) by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JY100018MR77760@fe-sfbay-09.sun.com>; Thu, 20 Mar 2008 12:13:55 -0700 (PDT) Date: Thu, 20 Mar 2008 12:13:33 -0700 From: Josh Berkus Subject: Re: Updated SummerofCode.html In-reply-to: <20080320121225.24ed0a3e@commandprompt.com> To: "Joshua D. Drake" Cc: =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= , Dave Page , pgsql-www@postgresql.org Message-id: <47E2B75D.9060806@agliodbs.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7BIT References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> <20080320121225.24ed0a3e@commandprompt.com> User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/421 X-Sequence-Number: 14540 Josh, > Timeout for which before resend? Or before we start yelling about > emails not getting through? Timeout before we give up on -www and send stuff directly to web committers. I'm willing to wait some hours, but delaying an update for 3 days while I harass Marc about checking the mail queues isn't reasonable. Or maybe we can use a more reliable transport than -www. Doesn't Trac have an issue tracker? Someplace we can upload stuff? --Josh Berkus From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 708E82E0074 for ; Thu, 20 Mar 2008 16:43:22 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 51543-01-4 for ; Thu, 20 Mar 2008 16:42:42 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 7C6502E00B0 for ; Thu, 20 Mar 2008 16:39:42 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KJe10F009849 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 12:40:02 -0700 Date: Thu, 20 Mar 2008 12:40:16 -0700 From: "Joshua D. Drake" To: Josh Berkus Cc: Devrim =?UTF-8?B?R8OcTkTDnFo=?= , Dave Page , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320124016.015cbf91@commandprompt.com> In-Reply-To: <47E2B75D.9060806@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> <20080320121225.24ed0a3e@commandprompt.com> <47E2B75D.9060806@agliodbs.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 12:40:03 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.719 tagged_above=0 required=5 tests=AWL=-2.077, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/420 X-Sequence-Number: 14539 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDEyOjEzOjMzIC0wNzAwDQpKb3NoIEJlcmt1cyA8am9zaEBhZ2xpb2Ricy5j b20+IHdyb3RlOg0KDQo+IEpvc2gsDQo+IA0KPiA+IFRpbWVvdXQgZm9yIHdoaWNoIGJlZm9yZSBy ZXNlbmQ/IE9yIGJlZm9yZSB3ZSBzdGFydCB5ZWxsaW5nIGFib3V0DQo+ID4gZW1haWxzIG5vdCBn ZXR0aW5nIHRocm91Z2g/DQo+IA0KPiBUaW1lb3V0IGJlZm9yZSB3ZSBnaXZlIHVwIG9uIC13d3cg YW5kIHNlbmQgc3R1ZmYgZGlyZWN0bHkgdG8gd2ViIA0KPiBjb21taXR0ZXJzLiAgSSdtIHdpbGxp bmcgdG8gd2FpdCBzb21lIGhvdXJzLCBidXQgZGVsYXlpbmcgYW4gdXBkYXRlDQo+IGZvciAzIGRh eXMgd2hpbGUgSSBoYXJhc3MgTWFyYyBhYm91dCBjaGVja2luZyB0aGUgbWFpbCBxdWV1ZXMgaXNu J3QNCj4gcmVhc29uYWJsZS4NCg0KSSB0aGluayB3aGF0IGlzIGV2ZW4gbW9yZSByZWFzb25hYmxl IHRoYXQgdGhhdCwgaXMgZW5zdXJpbmcgdGhhdCBhDQp3aGl0ZWxpc3QgaXMgY3JlYXRlZCBmb3Ig Y2VydGFpbiBwZW9wbGUuIFlvdSwgSSwgRGF2ZSBQYWdlIGV0Yy4uIHNob3VsZA0KbmV2ZXIgaGF2 ZSB0byBnbyB0aHJvdWdoIGFueSBmaWx0ZXJpbmcgbWVjaGFuaXNtcy4NCg0KPiANCj4gT3IgbWF5 YmUgd2UgY2FuIHVzZSBhIG1vcmUgcmVsaWFibGUgdHJhbnNwb3J0IHRoYW4gLXd3dy4gIERvZXNu J3QNCj4gVHJhYyBoYXZlIGFuIGlzc3VlIHRyYWNrZXI/ICBTb21lcGxhY2Ugd2UgY2FuIHVwbG9h ZCBzdHVmZj8NCj4gDQoNClllcyBpbiBmYWN0IGl0IGRvZXMuIA0KDQpTaW5jZXJlbHksDQoNCkpv c2h1YSBELiBEcmFrZQ0KDQoNCg0KLSAtLSANClRoZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2Ug MTk5NzogaHR0cDovL3d3dy5jb21tYW5kcHJvbXB0LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0 eSBDb25mZXJlbmNlOiBodHRwOi8vd3d3LnBvc3RncmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRl ZCBTdGF0ZXMgUG9zdGdyZVNRTCBBc3NvY2lhdGlvbjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVz Lw0KRG9uYXRlIHRvIHRoZSBQb3N0Z3JlU1FMIFByb2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNx bC5vcmcvYWJvdXQvZG9uYXRlDQoNCg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZl cnNpb246IEdudVBHIHYxLjQuNiAoR05VL0xpbnV4KQ0KDQppRDhEQlFGSDRyMmpBVGIvenFmWlVV UVJBc0JnQUo5Rzk3K0NmbEVlM0Nyd29tVUFZQlhWdzM5dSt3Q2ZZdlVXDQpWZ0lXOHdHdnZMa29y VHZMOWVlWGlEaz0NCj1LUjVEDQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From magnus@hagander.net Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 2BEC12E0053 for ; Thu, 20 Mar 2008 18:32:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 81471-05 for ; Thu, 20 Mar 2008 18:32:25 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id B11F22E0089 for ; Thu, 20 Mar 2008 18:32:25 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 37794DCC987; Thu, 20 Mar 2008 22:32:24 +0100 (CET) Message-ID: <47E2D88B.1070208@hagander.net> Date: Thu, 20 Mar 2008 22:35:07 +0100 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: "Joshua D. Drake" CC: Josh Berkus , =?ISO-8859-1?Q?Devrim_G=DCND=DCZ?= , Dave Page , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> <20080320121225.24ed0a3e@commandprompt.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> In-Reply-To: <20080320124016.015cbf91@commandprompt.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/425 X-Sequence-Number: 14544 Joshua D. Drake wrote: > On Thu, 20 Mar 2008 12:13:33 -0700 > Josh Berkus wrote: > >> Josh, > >>> Timeout for which before resend? Or before we start yelling about >>> emails not getting through? >> Timeout before we give up on -www and send stuff directly to web >> committers. I'm willing to wait some hours, but delaying an update >> for 3 days while I harass Marc about checking the mail queues isn't >> reasonable. > > I think what is even more reasonable that that, is ensuring that a > whitelist is created for certain people. You, I, Dave Page etc.. should > never have to go through any filtering mechanisms. The problem in the past week (or whatever it is) isn't due to graylisting. It's due to the mailserver not accepting email. >> Or maybe we can use a more reliable transport than -www. Doesn't >> Trac have an issue tracker? Someplace we can upload stuff? > > > Yes in fact it does. But the emails notifying people of new tickets is still on the same listserver, no? //Magnus From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 9A2772E0047 for ; Thu, 20 Mar 2008 18:47:57 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 87288-04 for ; Thu, 20 Mar 2008 18:47:50 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id EC3EC2E0035 for ; Thu, 20 Mar 2008 18:47:49 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KLmCUU021278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 14:48:13 -0700 Date: Thu, 20 Mar 2008 14:48:28 -0700 From: "Joshua D. Drake" To: Magnus Hagander Cc: Josh Berkus , Devrim =?UTF-8?B?R8OcTkTDnFo=?= , Dave Page , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320144828.104ba91a@commandprompt.com> In-Reply-To: <47E2D88B.1070208@hagander.net> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> <20080320121225.24ed0a3e@commandprompt.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> <47E2D88B.1070208@hagander.net> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 14:48:14 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.72 tagged_above=0 required=5 tests=AWL=-2.076, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/428 X-Sequence-Number: 14547 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDIyOjM1OjA3ICswMTAwDQpNYWdudXMgSGFnYW5kZXIgPG1hZ251c0BoYWdh bmRlci5uZXQ+IHdyb3RlOg0KDQoNCj4gPiBZZXMgaW4gZmFjdCBpdCBkb2VzLiANCj4gDQo+IEJ1 dCB0aGUgZW1haWxzIG5vdGlmeWluZyBwZW9wbGUgb2YgbmV3IHRpY2tldHMgaXMgc3RpbGwgb24g dGhlIHNhbWUgDQo+IGxpc3RzZXJ2ZXIsIG5vPw0KDQpJIGhhdmUgdG8gY2hlY2sgYnV0Li4uIEkg dGhpbmsgYWxsIG9mIHRoaXMgaXMgbW9vdCBub3cgdGhhdCBJIHRoaW5rDQphYm91dCBpdC4gRmly c3QgdG8gYmUgZmFpciB0byBNYXJjLCBJIGNhbiByZW1lbWJlciB0aGUgbGFzdCB0aW1lDQphbnl0 aGluZyB0b29rIDMgZGF5cyB0byBmaXguIFNlY29uZGx5LCBpZiBpdCBpcyB0YWtpbmcgMyBkYXlz IHRoZSB3aG9sZQ0Kd29ybGQgaXMgc2NyZWFtaW5nIGFuZCB3ZSBoYXZlIG1vcmUgaW1wb3J0YW50 IGFuZCBwb3RlbnRpYWxseSBkYW5nZXJvdXMNCnRoaW5ncyBnb2luZyBvbiB0aGF0IGFyZSBub3Qg YSB3ZWIgc2l0ZSB1cGRhdGUuDQoNCklNTyB0aGlzIGlzIHZlcnkgc2ltcGxlOg0KDQogKiBVbmxl c3MgeW91IGFyZSBhIGNvbW1pdHRlciB5b3UgbXVzdCBzdWJtaXQgdmlhIC13d3csIGFsbCBjb21t aXR0ZXJzDQptdXN0IGhvbm9yIHRoaXMuIChkb24ndCBhY2NlcHQgYSBwYXRjaCBwcml2YXRlbHkp IFNvIHdlIGRvbid0IGhhdmUgdGhlc2UNCmNvbW11bmljYXRpb24gaXNzdWVzIGluIHRoZSBmdXR1 cmUuDQoNCiAqIElmIHRoZXJlIGlzIGEgcHJvYmxlbSB3aGVyZSBlbWFpbCBpcyBub3QgY29taW5n IHRocm91Z2gsIHN0YXJ0DQp0YWxraW5nIHRvIHBlb3BsZS4gVGhlIHByaW1hcnkgc3lzYWRtaW5z IGFyZSBvbiBqYWJiZXIucG9zdGdyZXNxbC5vcmcsDQpzZXZlcmFsIGNhbiBiZSBmb3VuZCBvbiAj cG9zdGdyZXNxbCBhdCBhbnkgZ2l2ZW4gdGltZSBpbiB0aGUgZGF5LCB3ZQ0KaGF2ZSBwaG9uZSBu dW1iZXJzIG9uIHBtdC5wb3N0Z3Jlc3FsLm9yZywgdGhlcmUgaXMNCnN5c2FkbWluc0Bwb3N0Z3Jl c3FsLm9yZyBhbmQgaWYgaXQgY29tZXMgZG93biB0byBpdCwganVzdCBzdGFydA0KZW1haWxpbmcg ZGlyZWN0bHkgdGhhdCB0aGVyZSBhcHBlYXJzIHRvIGJlIGEgY2xvZyB1cCBzb21ld2hlcmUuDQoN ClRoaXMgaWRlYSB0aGF0IHNvbWVob3cgd2Ugd291bGQganVzdCB3YWl0IDM2IGhvdXJzIGZvciBz b21lb25lIHRvDQpub3RpY2UgaXMga2luZCBvZiBzaWxseS4gVGhlcmUgYXJlIHRob3NlIG9mIHVz IHdobyBsaXZlIG9uIHRoZXNlIGxpc3RzLg0KV2Ugbm90aWNlIHRoZSBtb21lbnQgc29tZXRoaW5n IGJvZ3MgZG93bi4NCg0KU2luY2VyZWx5LA0KDQpKb3NodWEgRC4gRHJha2UNCi0gLS0gDQpUaGUg UG9zdGdyZVNRTCBDb21wYW55IHNpbmNlIDE5OTc6IGh0dHA6Ly93d3cuY29tbWFuZHByb21wdC5j b20vIA0KUG9zdGdyZVNRTCBDb21tdW5pdHkgQ29uZmVyZW5jZTogaHR0cDovL3d3dy5wb3N0Z3Jl c3FsY29uZmVyZW5jZS5vcmcvDQpVbml0ZWQgU3RhdGVzIFBvc3RncmVTUUwgQXNzb2NpYXRpb246 IGh0dHA6Ly93d3cucG9zdGdyZXNxbC51cy8NCkRvbmF0ZSB0byB0aGUgUG9zdGdyZVNRTCBQcm9q ZWN0OiBodHRwOi8vd3d3LnBvc3RncmVzcWwub3JnL2Fib3V0L2RvbmF0ZQ0KDQoNCi0tLS0tQkVH SU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjYgKEdOVS9MaW51eCkN Cg0KaUQ4REJRRkg0dHV1QVRiL3pxZlpVVVFSQXN4Y0FKOXFES3VaRm5aRXF5cU9FUTMvalFKSHFv cFdzd0NnbW0wUg0KSkhNRitjZ05Eek5DM3JoR08rTm5FYUk9DQo9NEdUNQ0KLS0tLS1FTkQgUEdQ IFNJR05BVFVSRS0tLS0tDQo= From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 6E7DE2E005C for ; Thu, 20 Mar 2008 18:51:55 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 45845-04 for ; Thu, 20 Mar 2008 18:51:47 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id E4B212E0047 for ; Thu, 20 Mar 2008 18:51:52 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2KLqFg2021645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Mar 2008 14:52:16 -0700 Date: Thu, 20 Mar 2008 14:52:33 -0700 From: "Joshua D. Drake" To: "Joshua D. Drake" Cc: Magnus Hagander , Josh Berkus , Devrim =?UTF-8?B?R8OcTkTDnFo=?= , Dave Page , pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Message-ID: <20080320145233.3f25b197@commandprompt.com> In-Reply-To: <20080320144828.104ba91a@commandprompt.com> References: <200803191232.17912.josh@agliodbs.com> <1205982113.16612.159.camel@localhost.localdomain> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <20080320084542.42f1785e@commandprompt.com> <1206028560.16612.229.camel@localhost.localdomain> <20080320090119.3bf3cd71@commandprompt.com> <47E2AF66.2040500@agliodbs.com> <20080320121225.24ed0a3e@commandprompt.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> <47E2D88B.1070208@hagander.net> <20080320144828.104ba91a@commandprompt.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Thu, 20 Mar 2008 14:52:17 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.72 tagged_above=0 required=5 tests=AWL=-2.076, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/429 X-Sequence-Number: 14548 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDE0OjQ4OjI4IC0wNzAwDQoiSm9zaHVhIEQuIERyYWtlIiA8amRAY29tbWFu ZHByb21wdC5jb20+IHdyb3RlOg0KPiBJIGhhdmUgdG8gY2hlY2sgYnV0Li4uIEkgdGhpbmsgYWxs IG9mIHRoaXMgaXMgbW9vdCBub3cgdGhhdCBJIHRoaW5rDQo+IGFib3V0IGl0LiBGaXJzdCB0byBi ZSBmYWlyIHRvIE1hcmMsIEkgY2FuIHJlbWVtYmVyIHRoZSBsYXN0IHRpbWUNCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYW4ndA0KDQpKb3NodWEgRC4gRHJha2UNCg0K LSAtLSANClRoZSBQb3N0Z3JlU1FMIENvbXBhbnkgc2luY2UgMTk5NzogaHR0cDovL3d3dy5jb21t YW5kcHJvbXB0LmNvbS8gDQpQb3N0Z3JlU1FMIENvbW11bml0eSBDb25mZXJlbmNlOiBodHRwOi8v d3d3LnBvc3RncmVzcWxjb25mZXJlbmNlLm9yZy8NClVuaXRlZCBTdGF0ZXMgUG9zdGdyZVNRTCBB c3NvY2lhdGlvbjogaHR0cDovL3d3dy5wb3N0Z3Jlc3FsLnVzLw0KRG9uYXRlIHRvIHRoZSBQb3N0 Z3JlU1FMIFByb2plY3Q6IGh0dHA6Ly93d3cucG9zdGdyZXNxbC5vcmcvYWJvdXQvZG9uYXRlDQoN Cg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuNiAo R05VL0xpbnV4KQ0KDQppRDhEQlFGSDR0eWhBVGIvenFmWlVVUVJBbFduQUo5V1FmcUV1SVhiaVB5 UGtoM0lESWJTTzFDZVZBQ2VMMk85DQpsajZqejd5ekp1SjZUSVBzTUJxNmVXYz0NCj1udTZQDQot LS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From josh@agliodbs.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 8825F2E004D for ; Fri, 21 Mar 2008 00:31:22 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 85222-03 for ; Fri, 21 Mar 2008 00:31:18 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from davinci.ethosmedia.com (unknown [209.128.84.227]) by postgresql.org (Postfix) with ESMTP id 18C012E005E for ; Fri, 21 Mar 2008 00:31:17 -0300 (ADT) X-EthosMedia-Virus-Scanned: no infections found Received: from [64.81.245.111] (account josh@agliodbs.com HELO temoku.sf.agliodbs.com) by davinci.ethosmedia.com (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 16037393; Thu, 20 Mar 2008 19:36:17 -0800 From: Josh Berkus Reply-To: josh@agliodbs.com Organization: Aglio Database Solutions To: pgsql-www@postgresql.org Subject: Re: Updated SummerofCode.html Date: Thu, 20 Mar 2008 20:34:44 -0700 User-Agent: KMail/1.8 Cc: "Joshua D. Drake" , Devrim =?iso-8859-1?q?G=DCND=DCZ?= , Dave Page References: <200803191232.17912.josh@agliodbs.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> In-Reply-To: <20080320124016.015cbf91@commandprompt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803202034.45790.josh@agliodbs.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/444 X-Sequence-Number: 14563 Josh, > > Or maybe we can use a more reliable transport than -www. Doesn't > > Trac have an issue tracker? Someplace we can upload stuff? > > Yes in fact it does. Can we set the issue tracker to ping this list? Or Slaves? I'd think that would do it ... -- --Josh Josh Berkus PostgreSQL @ Sun San Francisco From jd@commandprompt.com Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id EE15B2E004A for ; Fri, 21 Mar 2008 04:33:37 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 42122-08 for ; Fri, 21 Mar 2008 04:33:31 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 527EB2E004F for ; Fri, 21 Mar 2008 04:33:35 -0300 (ADT) Received: from localhost (or-69-34-217-90.sta.embarqhsd.net [69.34.217.90]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2L7Y2hd021663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Mar 2008 00:34:02 -0700 Date: Fri, 21 Mar 2008 00:34:22 -0700 From: "Joshua D. Drake" To: josh@agliodbs.com Cc: pgsql-www@postgresql.org, Devrim =?UTF-8?B?R8OcTkTDnFo=?= , Dave Page Subject: Re: Updated SummerofCode.html Message-ID: <20080321003422.522093ff@commandprompt.com> In-Reply-To: <200803202034.45790.josh@agliodbs.com> References: <200803191232.17912.josh@agliodbs.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> <200803202034.45790.josh@agliodbs.com> Organization: Command Prompt, Inc. X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Fri, 21 Mar 2008 00:34:03 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.725 tagged_above=0 required=5 tests=AWL=-2.071, MIME_BASE64_TEXT=2.796 X-Spam-Level: X-Archive-Number: 200803/448 X-Sequence-Number: 14567 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUaHUs IDIwIE1hciAyMDA4IDIwOjM0OjQ0IC0wNzAwDQpKb3NoIEJlcmt1cyA8am9zaEBhZ2xpb2Ricy5j b20+IHdyb3RlOg0KDQo+IEpvc2gsDQo+IA0KPiA+ID4gT3IgbWF5YmUgd2UgY2FuIHVzZSBhIG1v cmUgcmVsaWFibGUgdHJhbnNwb3J0IHRoYW4gLXd3dy4gIERvZXNuJ3QNCj4gPiA+IFRyYWMgaGF2 ZSBhbiBpc3N1ZSB0cmFja2VyPyAgU29tZXBsYWNlIHdlIGNhbiB1cGxvYWQgc3R1ZmY/DQo+ID4N Cj4gPiBZZXMgaW4gZmFjdCBpdCBkb2VzLg0KPiANCj4gQ2FuIHdlIHNldCB0aGUgaXNzdWUgdHJh Y2tlciB0byBwaW5nIHRoaXMgbGlzdD8gIE9yIFNsYXZlcz8gIEknZA0KPiB0aGluayB0aGF0IHdv dWxkIGRvIGl0IC4uLg0KPiANCg0KSWYgY3VycmVudGx5IHBpbmdzIHRvLi4uIGhtbW0gd2VsbCB0 aGVyZSBhcmUgdHdvLCB0aGVyZSBpcyBwbXQgYW5kDQpwZ3dlYi4gUE1UIHBpbmdzIHRvIHN5c2Fk bWlucywgSSBkb24ndCBrbm93IHdoZXJlIHBnd2ViIGdvZXMuDQoNCkRhdmUsIE1hZ251cy4uLiBz aG91bGQgd2UgaGF2ZSBwZ3dlYiBwaW5nIHRvIHRoaXMgbGlzdD8NCg0KSm9zaHVhIEQuIERyYWtl DQoNCi0gLS0gDQpUaGUgUG9zdGdyZVNRTCBDb21wYW55IHNpbmNlIDE5OTc6IGh0dHA6Ly93d3cu Y29tbWFuZHByb21wdC5jb20vIA0KUG9zdGdyZVNRTCBDb21tdW5pdHkgQ29uZmVyZW5jZTogaHR0 cDovL3d3dy5wb3N0Z3Jlc3FsY29uZmVyZW5jZS5vcmcvDQpVbml0ZWQgU3RhdGVzIFBvc3RncmVT UUwgQXNzb2NpYXRpb246IGh0dHA6Ly93d3cucG9zdGdyZXNxbC51cy8NCkRvbmF0ZSB0byB0aGUg UG9zdGdyZVNRTCBQcm9qZWN0OiBodHRwOi8vd3d3LnBvc3RncmVzcWwub3JnL2Fib3V0L2RvbmF0 ZQ0KDQoNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40 LjYgKEdOVS9MaW51eCkNCg0KaUQ4REJRRkg0MlQrQVRiL3pxZlpVVVFSQXRPckFLQ2toQ0lBK1Bk SmgzcEp1MFZFL3BTY2NBeXdUQUNmVFdsWQ0KYzVOcXZmTVp5YmRlWnFrSE5VQzFXNnM9DQo9cXBw Rg0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From dpage@pgadmin.org Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 7836A2E005D for ; Fri, 21 Mar 2008 12:03:52 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 96980-10 for ; Fri, 21 Mar 2008 12:03:48 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by postgresql.org (Postfix) with ESMTP id C0C7C2E0053 for ; Fri, 21 Mar 2008 12:03:48 -0300 (ADT) Received: by rn-out-0910.google.com with SMTP id e11so957017rng.17 for ; Fri, 21 Mar 2008 08:03:48 -0700 (PDT) Received: by 10.151.62.11 with SMTP id p11mr1625775ybk.6.1206111827852; Fri, 21 Mar 2008 08:03:47 -0700 (PDT) Received: by 10.150.96.5 with HTTP; Fri, 21 Mar 2008 08:03:47 -0700 (PDT) Message-ID: <937d27e10803210803k527cbf95l6f3634c8adf441bd@mail.gmail.com> Date: Fri, 21 Mar 2008 15:03:47 +0000 From: "Dave Page" To: "Joshua D. Drake" Subject: Re: Updated SummerofCode.html Cc: josh@agliodbs.com, pgsql-www@postgresql.org, "=?ISO-8859-1?Q?Devrim_G=DCND=DCZ?=" In-Reply-To: <20080321003422.522093ff@commandprompt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803191232.17912.josh@agliodbs.com> <47E2B75D.9060806@agliodbs.com> <20080320124016.015cbf91@commandprompt.com> <200803202034.45790.josh@agliodbs.com> <20080321003422.522093ff@commandprompt.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/452 X-Sequence-Number: 14571 On Fri, Mar 21, 2008 at 7:34 AM, Joshua D. Drake wrote: > > If currently pings to... hmmm well there are two, there is pmt and > pgweb. PMT pings to sysadmins, I don't know where pgweb goes. > > Dave, Magnus... should we have pgweb ping to this list? I'm currently thinking that we should just move sysadmins and slaves (maybe change to webteam?) to a server that is completely independent of any of the infrastructure that we're managing through them. Probably we should move Nagios there as well, as it's currently on the same box as a few other things. As for what goes where, pmt -> sysadmins, pgweb -> slaves, and lets move the alerts to a seperate list. -- Dave Page EnterpriseDB UK Ltd: http://www.enterprisedb.com PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk From xzilla@users.sourceforge.net Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id AAD652E003A for ; Sat, 22 Mar 2008 12:49:15 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 79328-01 for ; Sat, 22 Mar 2008 12:49:12 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by postgresql.org (Postfix) with ESMTP id 122D62E0035 for ; Sat, 22 Mar 2008 12:49:13 -0300 (ADT) Received: from [192.168.2.10] ([74.74.108.251]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JY5001PN2LFEU4A@vms046.mailsrvcs.net> for pgsql-www@postgresql.org; Sat, 22 Mar 2008 10:48:52 -0500 (CDT) Date: Sat, 22 Mar 2008 11:48:50 -0400 From: Robert Treat Subject: Re: Updated SummerofCode.html In-reply-to: <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> To: pgsql-www@postgresql.org Cc: "Dave Page" , "Joshua D. Drake" , "Devrim =?iso-8859-1?q?G=DCND=DCZ?=" , josh@agliodbs.com Message-id: <200803221148.50965.xzilla@users.sourceforge.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-disposition: inline References: <200803191232.17912.josh@agliodbs.com> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> User-Agent: KMail/1.9.1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/476 X-Sequence-Number: 14595 On Thursday 20 March 2008 04:47, Dave Page wrote: > On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake =20 wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > > > On Wed, 19 Mar 2008 20:01:53 -0700 > > > > Devrim G=DCND=DCZ wrote: > > > Hi, > > > > > > On Wed, 2008-03-19 at 12:32 -0700, Josh Berkus wrote: > > > > Please apply > > > > > > I'm confused. This is the version that reverts the changes that I ma= de > > > today, per the page you sent me. > > > > Wonderful. > > > > I wonder if the request got greylisted or something and I applied an > > older version. > > Next time we only apply patches. There's no sensible way to compare > old and new versions before committing otherwise. > > co newfile file svn diff file ? =2D-=20 Robert Treat Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL From dpage@pgadmin.org Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 4D7032E003A for ; Sat, 22 Mar 2008 12:52:02 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 76102-06 for ; Sat, 22 Mar 2008 12:51:52 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.249]) by postgresql.org (Postfix) with ESMTP id 233C62E0035 for ; Sat, 22 Mar 2008 12:51:53 -0300 (ADT) Received: by ag-out-0708.google.com with SMTP id 23so3861823agd.5 for ; Sat, 22 Mar 2008 08:51:52 -0700 (PDT) Received: by 10.151.79.6 with SMTP id g6mr2231085ybl.160.1206201111529; Sat, 22 Mar 2008 08:51:51 -0700 (PDT) Received: by 10.150.96.5 with HTTP; Sat, 22 Mar 2008 08:51:51 -0700 (PDT) Message-ID: <937d27e10803220851md6af0ddu5b274e4b51101860@mail.gmail.com> Date: Sat, 22 Mar 2008 15:51:51 +0000 From: "Dave Page" To: "Robert Treat" Subject: Re: Updated SummerofCode.html Cc: pgsql-www@postgresql.org, "Joshua D. Drake" , "=?ISO-8859-1?Q?Devrim_G=DCND=DCZ?=" , josh@agliodbs.com In-Reply-To: <200803221148.50965.xzilla@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803191232.17912.josh@agliodbs.com> <20080319202755.27e94d7f@commandprompt.com> <937d27e10803200147t3961817cy82db9c37d0bdf2fe@mail.gmail.com> <200803221148.50965.xzilla@users.sourceforge.net> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/477 X-Sequence-Number: 14596 On Sat, Mar 22, 2008 at 3:48 PM, Robert Treat wrote: > On Thursday 20 March 2008 04:47, Dave Page wrote: > > On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake > > Next time we only apply patches. There's no sensible way to compare > > old and new versions before committing otherwise. > > > > > > co newfile file > svn diff file I'll suggest that next time someone complains on -patches that a patch isn't in context diff format :-p -- Dave Page EnterpriseDB UK Ltd: http://www.enterprisedb.com PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk From xzilla@users.sourceforge.net Mon May 25 09:08:04 2026 Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 8D3EB2E0044 for ; Sat, 22 Mar 2008 15:38:14 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 33242-01 for ; Sat, 22 Mar 2008 15:38:09 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by postgresql.org (Postfix) with ESMTP id D584E2E0040 for ; Sat, 22 Mar 2008 15:38:11 -0300 (ADT) Received: from [192.168.2.10] ([74.74.108.251]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JY5000FLAEV8KV1@vms048.mailsrvcs.net> for pgsql-www@postgresql.org; Sat, 22 Mar 2008 13:37:44 -0500 (CDT) Date: Sat, 22 Mar 2008 14:37:42 -0400 From: Robert Treat Subject: Re: Updated SummerofCode.html In-reply-to: <937d27e10803220851md6af0ddu5b274e4b51101860@mail.gmail.com> To: "Dave Page" Cc: pgsql-www@postgresql.org, "Joshua D. Drake" , "Devrim =?iso-8859-1?q?G=DCND=DCZ?=" , josh@agliodbs.com Message-id: <200803221437.43062.xzilla@users.sourceforge.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200803191232.17912.josh@agliodbs.com> <200803221148.50965.xzilla@users.sourceforge.net> <937d27e10803220851md6af0ddu5b274e4b51101860@mail.gmail.com> User-Agent: KMail/1.9.1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/493 X-Sequence-Number: 14612 On Saturday 22 March 2008 11:51, Dave Page wrote: > On Sat, Mar 22, 2008 at 3:48 PM, Robert Treat > > wrote: > > On Thursday 20 March 2008 04:47, Dave Page wrote: > > > On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake > > > > > > > > > Next time we only apply patches. There's no sensible way to compare > > > old and new versions before committing otherwise. > > > > co newfile file > > svn diff file > > I'll suggest that next time someone complains on -patches that a patch > isn't in context diff format :-p -patches is based on cvs :-P -- Robert Treat Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL