public inbox for [email protected]
help / color / mirror / Atom feedUpdated SummerofCode.html
25+ messages / 6 participants
[nested] [flat]
* Updated SummerofCode.html
@ 2008-03-19 19:32 Josh Berkus <[email protected]>
2008-03-20 02:32 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 02:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
0 siblings, 3 replies; 25+ messages in thread
From: Josh Berkus @ 2008-03-19 19:32 UTC (permalink / raw)
To: pgsql-www
Folks,
Please apply. Thanks.
--
--Josh
Josh Berkus
PostgreSQL @ Sun
San Francisco
Attachments:
[text/html] summerofcode.html (9.9K, 2-summerofcode.html)
download | inline:
<div id="CONTENTWRAP">
<h1>PostgreSQL Summer Projects</h1>
<p>The PostgreSQL Project is excited to take part in the Google <a
href="http://code.google.com/summerofcode.html">Summer of Code 2008</a> program. This program endeavors to fund students to contribute to an open source project over the summer break.</p>
<ul>
<li><a href="#ideas">Example Proposal Ideas</a>
<ul>
<li><a href="#todo">Core Code / TODO Items</a></li>
<li><a href="#infrastructure">Infrastructure</a></li>
<li><a href="#extapps">External Applications</a></li>
</ul>
</li>
<li><a href="#mentors">Possible Mentors</a></li>
<li><a href="#proposals">Proposal Guidelines</a></li>
<li><a href="#past">Previously Accepted Projects</a></li>
<li><a href="#faq">Frequently Answered Questions</a></li>
</ul>
<a id="ideas" name="ideas"></a>
<h2>Example Proposal Ideas</h2>
<p>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.
<a id="todo" name="todo"></a>
<h3>Core Source Code</h3>
<ul>
<li><strong>TODO Items</strong>: 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 <a href="/docs/faqs.TODO.html">TODO</a> list, they will be marked with a percent sign (%).
</li>
<li><strong>PITR Improvements</strong>: 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</li>
<li><strong>DDL Functions</strong>: Create a SQL-callable function capable of generating DDL scripts for objects within the database.</li>
<li><strong>EXPLAIN Enhancements</strong>: Add information to EXPLAIN documenting I/O activity, discarded plans, costing detail, memory usage and more.</li>
<li><strong>XML Indexing</strong>: Add special indexing types for XML data, capable of supporting indexed XPath queries.</li>
</ul>
<a id="infrastructure" name="infrastructure"></a>
<h3>Infrastructure</h3>
<ul>
<li><strong>Enhance Buildfarm to test external packages, patches, or performance</strong>: 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. </li>
</ul>
<a id="extapps" name="extapps"></a>
<h3>External Applications</h3>
<ul>
<li><strong>pgAdmin III / phpPgAdmin Enhancements</strong>: 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:</li>
<ul>
<li>A graphical query builder</li>
<li>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.</li>
<li>An ER diagramming tool with the ability to reverse engineer a schema as a starting point.</li>
<li>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.</li>
<li>A 'diff' utility to show the schema differences between two databases and output an upgrade script.</li>
</ul>
<li><strong>Procedural Language Improvements</strong>: 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.</li>
<li><strong>Replication</strong>: 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.</li>
<li><strong>Teaching & Learning Tools</strong>: 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.
</ul>
<p>Additional projects may be found by browsing the <a href="http://projects.postgresql.org">PostgreSQL Development Projects</a> website.</p>
<a id="mentors" name="mentors"></a>
<h2>Mentors</h2>
<p>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.</p>
<ul>
<li>Josh Berkus <josh @t agliodbs.com>, Sun Microsystems, USA</li>
<li>Selena Deckelmann <selenamarie @t gmail.com>, Chris King Precision
Components., user groups and applications</li>
<li>Jonah H. Harris <jonah.harris @t gmail.com>, EnterpriseDB, query engine</li>
<li>Alvarro Herrera <alvherre @t alvh.no-ip.org>, CommandPrompt Inc., core code</li>
<li>Heikki Linnakangas <heikki @t enterprisedb.com>, EnterpriseDB, core code</li>
<li>Dave Page <dpage @t pgadmin.org>, EnterpriseDB, pgAdmin, GUI tools, and Windows</li>
<li>Greg Sabino Mullane <greg @t turnstep.com>, Endpoint Corporation, Perl driver, Perl-based projects</li>
<li>Julius Stroffek <julius.stroffek @t gmail.com>, Sun Microsystems, query engine and applications</li>
<li>Robert Treat <xzilla @t users.sourceforge.net>, OmniTI Inc., PHP-based projects and infrastructure</li>
<li>Zdenek Kotala <zdenek.kotala @t sun.com>, Sun Microsystems, file format and upgrade utilities</li>
</ul>
<p>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 <a
href="mailto:[email protected]">[email protected]</a>.</p>
<a id="proposals" name="proposals"></a>
<h2>Proposal Guidelines</h2>
<p>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 <a
href="http://www.perlfoundation.org/gc/grants/proposals.html">open source proposal
HOWTO</a>. A strong proposal will include:</p>
<ul>
<li><strong>Benefits to the PostgreSQL Community</strong> - a good project will not just be
fun to work on, but also generally useful to others.</li>
<li><strong>Deliverables</strong> - It is very important to list quantifiable results
here</li>
<li><strong>Project Schedule</strong> - How long will the project take? When can you
begin work?</li>
<li><strong>Bio</strong> - Who are you? What makes you the best person to work on this
project?</li>
</ul>
Please also see our additional <a href="/developer/summerofcodeadvice">Advice to Students</a> <strong>before</strong> submitting a proposal.
<p>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.</p>
<a id="past" name="past"></a>
<h2>Previously Accepted Projects</h2>
<ul>
<li>Enhanced Aggregate Support</li>
<li>Full Disjunctions</li>
<li>Hashing DISTINCT Clause Implementation</li>
<li>ECPG Cleanup</li>
<li>Initial support of XMLType for PostgreSQL </li>
<li>phpPgAdmin improvements</li>
<li>xlog viewer</li>
</ul>
<p>More information on these projects can be found on Google's <a href="http://code.google.com/soc/2007/postgres/about.html">PostgreSQL SoC page</a>.</p>
<a id="faq" name="faq"></a>
<h2>Frequently Asked Questions</h2>
<ul>
<li>
<p><strong>Am I eligible?</strong></p>
<p>Please see the Google <a href="http://code.google.com/support/bin/topic.py?topic=10730">Eligibility FAQ</a>
for all questions about eligibility.</p>
</li>
<li>
<p><strong>When is the proposal deadline?</strong></p>
<p>According to the <a href="http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline">Summer of Code FAQ</a>, the deadline for submitting student proposals is March 31st, 2008 (00:00 UTC). Please remember that proposals must submitted to Google themselves<!-- (via the <a href="http://code.google.com/soc/student_step1.html">student application form</a>) -->, although we are happy to discuss any proposals with you ahead of time.</p>
</li>
</ul>
</div>
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 02:32 ` Joshua D. Drake <[email protected]>
2 siblings, 0 replies; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 02:32 UTC (permalink / raw)
To: [email protected]; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Mar 2008 12:32:17 -0700
Josh Berkus <[email protected]> wrote:
> Folks,
>
> Please apply. Thanks.
>
ughhh....
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4cy6ATb/zqfZUUQRAq8wAJ9VstJoHxjfr/bc2MP/Y7ttpR/UTgCgmcDo
FnuxspHbAfZ7/RheT6ulUjc=
=PSwq
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 02:40 ` Joshua D. Drake <[email protected]>
2 siblings, 0 replies; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 02:40 UTC (permalink / raw)
To: [email protected]; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Mar 2008 12:32:17 -0700
Josh Berkus <[email protected]> wrote:
> Folks,
>
> Please apply. Thanks.
>
Applied... but what is up with the @t stuff?
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4c6bATb/zqfZUUQRAtGaAJ91inCGPcsaadCrSEMtI7zv1qv/DgCfRHBv
dgPQ/NofGKH77d9BnL9dg0I=
=c/n7
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 03:01 ` Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 16:00 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2 siblings, 2 replies; 25+ messages in thread
From: Devrim GÜNDÜZ @ 2008-03-20 03:01 UTC (permalink / raw)
To: [email protected]; +Cc: pgsql-www
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,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
Attachments:
[application/pgp-signature] signature.asc (189B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
@ 2008-03-20 03:27 ` Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 03:27 UTC (permalink / raw)
To: Devrim GÜNDÜZ <[email protected]>; +Cc: [email protected]; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Mar 2008 20:01:53 -0700
Devrim GÜNDÜZ <[email protected]> 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.
Joshua D. Drake
>
> Regards,
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4dm9ATb/zqfZUUQRAr90AJ4n/CCGYVubb5zBX4N9AZ6HnQY8ugCfURte
DWIOsmkJoep1Z0DrFP7kUpQ=
=1TPC
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 08:47 ` Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-22 15:48 ` Re: Updated SummerofCode.html Robert Treat <[email protected]>
0 siblings, 2 replies; 25+ messages in thread
From: Dave Page @ 2008-03-20 08:47 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: =?ISO-8859-1?Q?Devrim_G=DCND=DCZ?= <[email protected]>; [email protected]; pgsql-www
On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> On Wed, 19 Mar 2008 20:01:53 -0700
> Devrim GÜNDÜZ <[email protected]> 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.
--
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
@ 2008-03-20 15:45 ` Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 15:45 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: Devrim =?UTF-8?B?R8OcTkTDnFo=?= <[email protected]>; [email protected]; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 08:47:29 +0000
"Dave Page" <[email protected]> wrote:
> > 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.
+1 for that. I would also ask that for people who are not committers,
they must submit the patch to -www not to any one person directly.
Sincerely,
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4oamATb/zqfZUUQRAluJAJ0UCSPPoKA17mDYeAinPKsrQ5KIMQCfcaOy
v2A7EpDkcipRP++Sb8MvMLM=
=D50m
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 15:56 ` Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 16:02 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
0 siblings, 2 replies; 25+ messages in thread
From: Devrim GÜNDÜZ @ 2008-03-20 15:56 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Dave Page <[email protected]>; [email protected]; pgsql-www
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.
Josh sent me the patch directly, since it did not arrive -www on time
for some reason.
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
Attachments:
[application/pgp-signature] signature.asc (189B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
@ 2008-03-20 16:01 ` Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 16:01 UTC (permalink / raw)
To: Devrim GÜNDÜZ <[email protected]>; +Cc: Dave Page <[email protected]>; [email protected]; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 08:56:00 -0700
Devrim GÜNDÜZ <[email protected]> wrote:
> 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.
>
> Josh sent me the patch directly, since it did not arrive -www on time
> for some reason.
Right :) that is what I am trying to avoid. The greylist queue probably
flushed or something. The summerofcode.html is certainly not an
emergency patch. We should have waited (not blaming you) just saying.
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.
Sincerely,
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4opPATb/zqfZUUQRAkrzAJ9Ym6J31Zv70T+TdSXyUwNby2UwwACeI1V4
cWS7A55vwbLRo3vHseSJPaA=
=Vbkn
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 18:39 ` Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Josh Berkus @ 2008-03-20 18:39 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 19:12 ` Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 19:12 UTC (permalink / raw)
To: Josh Berkus <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 11:39:34 -0700
Josh Berkus <[email protected]> wrote:
> 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?
Timeout for which before resend? Or before we start yelling about
emails not getting through?
Joshua D. Drake
>
> --Josh
>
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4rcZATb/zqfZUUQRAjqaAJ0UniX0vAlSrZ/NJ3BGRORnnvwp4gCggOId
Cm3CW/CUfGHnhfxN5EcCDhM=
=Mkbi
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 19:13 ` Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Josh Berkus @ 2008-03-20 19:13 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 19:40 ` Joshua D. Drake <[email protected]>
2008-03-20 21:35 ` Re: Updated SummerofCode.html Magnus Hagander <[email protected]>
2008-03-21 03:34 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
0 siblings, 2 replies; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 19:40 UTC (permalink / raw)
To: Josh Berkus <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 12:13:33 -0700
Josh Berkus <[email protected]> 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.
>
> 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.
Sincerely,
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4r2jATb/zqfZUUQRAsBgAJ9G97+CflEe3CrwomUAYBXVw39u+wCfYvUW
VgIW8wGvvLkorTvL9eeXiDk=
=KR5D
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 21:35 ` Magnus Hagander <[email protected]>
2008-03-20 21:48 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Magnus Hagander @ 2008-03-20 21:35 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Josh Berkus <[email protected]>; Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
Joshua D. Drake wrote:
> On Thu, 20 Mar 2008 12:13:33 -0700
> Josh Berkus <[email protected]> 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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 21:35 ` Re: Updated SummerofCode.html Magnus Hagander <[email protected]>
@ 2008-03-20 21:48 ` Joshua D. Drake <[email protected]>
2008-03-20 21:52 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 21:48 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: Josh Berkus <[email protected]>; Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 22:35:07 +0100
Magnus Hagander <[email protected]> wrote:
> > Yes in fact it does.
>
> But the emails notifying people of new tickets is still on the same
> listserver, no?
I have to check but... I think all of this is moot now that I think
about it. First to be fair to Marc, I can remember the last time
anything took 3 days to fix. Secondly, if it is taking 3 days the whole
world is screaming and we have more important and potentially dangerous
things going on that are not a web site update.
IMO this is very simple:
* Unless you are a committer you must submit via -www, all committers
must honor this. (don't accept a patch privately) So we don't have these
communication issues in the future.
* If there is a problem where email is not coming through, start
talking to people. The primary sysadmins are on jabber.postgresql.org,
several can be found on #postgresql at any given time in the day, we
have phone numbers on pmt.postgresql.org, there is
[email protected] and if it comes down to it, just start
emailing directly that there appears to be a clog up somewhere.
This idea that somehow we would just wait 36 hours for someone to
notice is kind of silly. There are those of us who live on these lists.
We notice the moment something bogs down.
Sincerely,
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4tuuATb/zqfZUUQRAsxcAJ9qDKuZFnZEqyqOEQ3/jQJHqopWswCgmm0R
JHMF+cgNDzNC3rhGO+NnEaI=
=4GT5
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 21:35 ` Re: Updated SummerofCode.html Magnus Hagander <[email protected]>
2008-03-20 21:48 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-20 21:52 ` Joshua D. Drake <[email protected]>
0 siblings, 0 replies; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-20 21:52 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: Magnus Hagander <[email protected]>; Josh Berkus <[email protected]>; Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>; pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 14:48:28 -0700
"Joshua D. Drake" <[email protected]> wrote:
> I have to check but... I think all of this is moot now that I think
> about it. First to be fair to Marc, I can remember the last time
can't
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4tyhATb/zqfZUUQRAlWnAJ9WQfqEuIXbiPyPkh3IDIbSO1CeVACeL2O9
lj6jz7yzJuJ6TIPsMBq6eWc=
=nu6P
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-21 03:34 ` Josh Berkus <[email protected]>
2008-03-21 07:34 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Josh Berkus @ 2008-03-21 03:34 UTC (permalink / raw)
To: pgsql-www; +Cc: Joshua D. Drake <[email protected]>; Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>
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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-21 03:34 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-21 07:34 ` Joshua D. Drake <[email protected]>
2008-03-21 15:03 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Joshua D. Drake @ 2008-03-21 07:34 UTC (permalink / raw)
To: [email protected]; +Cc: pgsql-www; Devrim GÜNDÜZ <[email protected]>; Dave Page <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Mar 2008 20:34:44 -0700
Josh Berkus <[email protected]> wrote:
> 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 ...
>
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?
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH42T+ATb/zqfZUUQRAtOrAKCkhCIA+PdJh3pJu0VE/pSccAywTACfTWlY
c5NqvfMZybdeZqkHNUC1W6s=
=qppF
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:12 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 19:40 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-21 03:34 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-21 07:34 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
@ 2008-03-21 15:03 ` Dave Page <[email protected]>
0 siblings, 0 replies; 25+ messages in thread
From: Dave Page @ 2008-03-21 15:03 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: [email protected]; pgsql-www; =?ISO-8859-1?Q?Devrim_G=DCND=DCZ?= <[email protected]>
On Fri, Mar 21, 2008 at 7:34 AM, Joshua D. Drake <[email protected]> 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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-20 15:45 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
@ 2008-03-20 16:02 ` Josh Berkus <[email protected]>
1 sibling, 0 replies; 25+ messages in thread
From: Josh Berkus @ 2008-03-20 16:02 UTC (permalink / raw)
To: Devrim GÜNDÜZ <[email protected]>; +Cc: Joshua D. Drake <[email protected]>; Dave Page <[email protected]>; pgsql-www
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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
@ 2008-03-22 15:48 ` Robert Treat <[email protected]>
2008-03-22 15:51 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Robert Treat @ 2008-03-22 15:48 UTC (permalink / raw)
To: pgsql-www; +Cc: Dave Page <[email protected]>; Joshua D. Drake <[email protected]>; Devrim =?iso-8859-1?q?G=DCND=DCZ?= <[email protected]>; [email protected]
On Thursday 20 March 2008 04:47, Dave Page wrote:
> On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake <[email protected]>
wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > On Wed, 19 Mar 2008 20:01:53 -0700
> >
> > Devrim GÜNDÜZ <[email protected]> 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.
>
>
co newfile file
svn diff file
?
--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-22 15:48 ` Re: Updated SummerofCode.html Robert Treat <[email protected]>
@ 2008-03-22 15:51 ` Dave Page <[email protected]>
2008-03-22 18:37 ` Re: Updated SummerofCode.html Robert Treat <[email protected]>
0 siblings, 1 reply; 25+ messages in thread
From: Dave Page @ 2008-03-22 15:51 UTC (permalink / raw)
To: Robert Treat <[email protected]>; +Cc: pgsql-www; Joshua D. Drake <[email protected]>; =?ISO-8859-1?Q?Devrim_G=DCND=DCZ?= <[email protected]>; [email protected]
On Sat, Mar 22, 2008 at 3:48 PM, Robert Treat
<[email protected]> wrote:
> On Thursday 20 March 2008 04:47, Dave Page wrote:
> > On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake <[email protected]>
> > 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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Re: Updated SummerofCode.html Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
2008-03-22 15:48 ` Re: Updated SummerofCode.html Robert Treat <[email protected]>
2008-03-22 15:51 ` Re: Updated SummerofCode.html Dave Page <[email protected]>
@ 2008-03-22 18:37 ` Robert Treat <[email protected]>
0 siblings, 0 replies; 25+ messages in thread
From: Robert Treat @ 2008-03-22 18:37 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgsql-www; Joshua D. Drake <[email protected]>; Devrim =?iso-8859-1?q?G=DCND=DCZ?= <[email protected]>; [email protected]
On Saturday 22 March 2008 11:51, Dave Page wrote:
> On Sat, Mar 22, 2008 at 3:48 PM, Robert Treat
>
> <[email protected]> wrote:
> > On Thursday 20 March 2008 04:47, Dave Page wrote:
> > > On Thu, Mar 20, 2008 at 3:27 AM, Joshua D. Drake
> > > <[email protected]>
> > >
> > > 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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
@ 2008-03-20 16:00 ` Josh Berkus <[email protected]>
2008-03-20 16:23 ` Re: Updated SummerofCode.html Magnus Hagander <[email protected]>
1 sibling, 1 reply; 25+ messages in thread
From: Josh Berkus @ 2008-03-20 16:00 UTC (permalink / raw)
To: Devrim GÜNDÜZ <[email protected]>; +Cc: pgsql-www
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
^ permalink raw reply [nested|flat] 25+ messages in thread
* Re: Updated SummerofCode.html
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 03:01 ` Re: Updated SummerofCode.html Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:00 ` Re: Updated SummerofCode.html Josh Berkus <[email protected]>
@ 2008-03-20 16:23 ` Magnus Hagander <[email protected]>
0 siblings, 0 replies; 25+ messages in thread
From: Magnus Hagander @ 2008-03-20 16:23 UTC (permalink / raw)
To: Josh Berkus <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; pgsql-www
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
^ permalink raw reply [nested|flat] 25+ messages in thread
end of thread, other threads:[~2008-03-22 18:37 UTC | newest]
Thread overview: 25+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-03-19 19:32 Updated SummerofCode.html Josh Berkus <[email protected]>
2008-03-20 02:32 ` Joshua D. Drake <[email protected]>
2008-03-20 02:40 ` Joshua D. Drake <[email protected]>
2008-03-20 03:01 ` Devrim GÜNDÜZ <[email protected]>
2008-03-20 03:27 ` Joshua D. Drake <[email protected]>
2008-03-20 08:47 ` Dave Page <[email protected]>
2008-03-20 15:45 ` Joshua D. Drake <[email protected]>
2008-03-20 15:56 ` Devrim GÜNDÜZ <[email protected]>
2008-03-20 16:01 ` Joshua D. Drake <[email protected]>
2008-03-20 18:39 ` Josh Berkus <[email protected]>
2008-03-20 19:12 ` Joshua D. Drake <[email protected]>
2008-03-20 19:13 ` Josh Berkus <[email protected]>
2008-03-20 19:40 ` Joshua D. Drake <[email protected]>
2008-03-20 21:35 ` Magnus Hagander <[email protected]>
2008-03-20 21:48 ` Joshua D. Drake <[email protected]>
2008-03-20 21:52 ` Joshua D. Drake <[email protected]>
2008-03-21 03:34 ` Josh Berkus <[email protected]>
2008-03-21 07:34 ` Joshua D. Drake <[email protected]>
2008-03-21 15:03 ` Dave Page <[email protected]>
2008-03-20 16:02 ` Josh Berkus <[email protected]>
2008-03-22 15:48 ` Robert Treat <[email protected]>
2008-03-22 15:51 ` Dave Page <[email protected]>
2008-03-22 18:37 ` Robert Treat <[email protected]>
2008-03-20 16:00 ` Josh Berkus <[email protected]>
2008-03-20 16:23 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox