On Tue, Jun 25, 2013 at 10:17 AM, Josh Berkus wrote:
> How should reviewers get credited in the release notes?
Without getting into how we do this, I thought it might be helpful to
share the reasons why I believe recognizing and expressing gratitude
to reviewers is a helpful, useful and gratifyi
On Wed, Feb 20, 2013 at 6:23 AM, Magnus Hagander wrote:
>
> On Feb 20, 2013 11:29 AM, "Heikki Linnakangas"
> wrote:
> >
> > On 20.02.2013 02:11, Selena Deckelmann wrote:
> >>
> >> So, I just ran into a similar issue backing up a 9.
On Mon, Jan 9, 2012 at 9:11 AM, Magnus Hagander wrote:
> On Mon, Jan 9, 2012 at 12:00, Magnus Hagander wrote:
> > On Mon, Jan 9, 2012 at 11:09, Magnus Hagander
> wrote:
> >> On Mon, Jan 9, 2012 at 07:34, Jaime Casanova
> wrote:
> >>> Hi,
> >>>
> >>> I was trying pg_basebackup on head, i used t
On Mon, Oct 1, 2012 at 2:28 PM, Selena Deckelmann wrote:
> On Mon, Oct 1, 2012 at 1:37 PM, Selena Deckelmann wrote:
>> On Mon, Oct 1, 2012 at 1:00 PM, Tom Lane wrote:
>>> Selena Deckelmann writes:
>>>> The check_temp_buffers() problem seems like a regression and
On Mon, Oct 1, 2012 at 1:37 PM, Selena Deckelmann wrote:
> On Mon, Oct 1, 2012 at 1:00 PM, Tom Lane wrote:
>> Selena Deckelmann writes:
>>> The check_temp_buffers() problem seems like a regression and blocks us
>>> from upgrading to 9.2. The use case are functions th
On Mon, Oct 1, 2012 at 1:00 PM, Tom Lane wrote:
> Selena Deckelmann writes:
>> The check_temp_buffers() problem seems like a regression and blocks us
>> from upgrading to 9.2. The use case are functions that set
>> temp_buffers and occasionally are called in a series fro
On Fri, Sep 28, 2012 at 7:10 AM, Tom Lane wrote:
> Peter Eisentraut writes:
>> Example:
>> create temporary table foo (a int);
>> insert into foo values (1);
>> alter role peter set temp_buffers = 120;
>> ERROR: 22023: invalid value for parameter "temp_buffers": 120
>> DETAIL: "temp_buffers" ca
Hello!
I've spent a little time with this patch and have attached revision 6.
Thanks, Noah, for a fantastically detailed review.
The only thing I didn't do that Noah suggested was run pgindent on
guc-file.l. A cursory search did not reveal source compatible with my
operating system for 'indent'.
On Wed, May 18, 2011 at 8:20 PM, Alvaro Herrera
wrote:
> Excerpts from Greg Smith's message of mié may 18 23:07:13 -0400 2011:
>> Two things that could be changed from this example to make it more useful:
>
>> -The default database is based on your user name, which is postgres in
>> most packaged
On Wed, May 18, 2011 at 9:35 AM, Christopher Browne wrote:
> On Wed, May 18, 2011 at 12:17 PM, Selena Deckelmann
> wrote:
>> At the risk of starting an epic bikeshedding thread, I've attached a
>> small patch that includes an example for both ipv4 and ipv6 localhost
&
And this patch is aligned in a more pleasing way.
-selena
--
http://chesnok.com
pg_hba_bikeshed2.patch
Description: Binary data
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
I reviewed the process for configuring replication, and found that we
don't have an example for allowing replication access in pg_hba.conf.
Before we release 9.1, I think we should add this example to make it
more obvious this is a necessary part of replication configuration.
At the risk of starti
Hi!
We're having Lightning Talks again at PgCon - scheduled for 5:30pm on
May 19th in Ottawa!
Do you have a talk or idea you'd like to share? Didn't get your
original talk in? Want to compress that into 5 minutes?
Lightning Talks are one of the most highly attended sessions because
they are fast
On Apr 27, 2011 1:49 PM, "Dave Page" wrote:
>
> I'm pleased to announce that effective immediately, Magnus Hagander
> will be joining the PostgreSQL Core Team.
>
> Magnus has been a contributor to PostgreSQL for over 12 years, and
> played a major part in the development and ongoing maintenance of
Hello again!
On Thu, Apr 7, 2011 at 10:22 AM, Selena Deckelmann wrote:
> We need to get a headcount for the PL Summit at PgCon on Saturday, May
> 21, 2011.
>
> Please sign up using this form: http://chesnok.com/u/1r
>
> A wiki page has been started here:
>
> http://
Hi!
We need to get a headcount for the PL Summit at PgCon on Saturday, May
21, 2011.
Please sign up using this form: http://chesnok.com/u/1r
A wiki page has been started here:
http://wiki.postgresql.org/wiki/PgCon_2011_PL_Summit
We're also working on updating this page:
http://wiki.postgresql.
2011/4/5 Masanori Yamazaki :
> Hello
>
> I am sending my proposal about Google Summer Of Code2011.
> It would be nice if you could give me your opinion.
Fantastic! Please submit your proposal through the GSoC website:
http://www.google-melange.com/gsoc/profile/student/google/gsoc2011
-selena
Hi!
On Wed, Mar 30, 2011 at 8:40 AM, Alexey Klyukin wrote:
> I'd like to add an ability to validate the corectness of PostgreSQL
> configuration files, i.e. postgresql.conf, pg_hba.conf, pg_ident.conf without
> actually applying them. The idea is that it would be a command-line option to
> postg
. Wheeler - Perl-related, extensions, PGXN
Mark Wong - benchmarking, monitoring, performance
Tatsuo Ishii - Postgres Committer, pgpool-II
Stephen Frost - Postgres contributor
Devrim Gündüz - Administration related software (dashboard)
Josh Berkus - auto-configuration, performance testing
Selena
On Tue, Mar 8, 2011 at 3:52 PM, Tatsuo Ishii wrote:
>> Hi!
>>
>> PostgreSQL is applying for GSoC again this year. We're looking for:
>>
>> * Mentors
>
> Can I be a metor for pgpool-II?
Yes! I can't guarantee that we will get student proposals for it. But,
we will have a greater chance of student
Hi Alexander,
On Tue, Mar 8, 2011 at 12:13 PM, Alexander Korotkov
wrote:
> I've following project proposal.
Thanks for getting a head start! One warning - we haven't been
accepted into GSoC yet. :) I'll be sure to contact you if we are
accepted!
> Currently GiST index don't have any bulk load
Hi!
PostgreSQL is applying for GSoC again this year. We're looking for:
* Mentors
* Project ideas
Would you like to mentor? Please let me know! Our application closes
on Friday, so please contact me *before* Friday.
I've started a wiki page: http://wiki.postgresql.org/wiki/GSoC_2011
It's seede
Hi!
I've been contacting PL developers directly over the last couple of
weeks about having a PL summit at PgCon this year.
The overwhelming response was: yes, let's do it! So, we will have the
summit starting at 9:30am, Saturday May 21 at PgCon in Ottawa. We'll
meet in one of the session rooms on
The Oregon State University's Open Source Lab (OSL) has contacted me about
coordinating some student work for the Google Code-In, a program targetting
13-18 year olds.
See more here: http://code.google.com/opensource/gci/2010-11/index.html
This program specifically allows documentation, testing a
Hi!
I'm on the committee for MySQL Conf this year, and the committee is
specifically seeking talks about PostgreSQL. The idea is to broaden
the scope of the conference to include a lot of different open source
database technology, including a bunch more about Postgres. The
organizing committee is
On Sat, Jul 17, 2010 at 10:51 AM, Tom Lane wrote:
> Selena Deckelmann writes:
>> I pulled the latest from the git repo, I got this error on initdb:
>
>> creating template1 database in testdb/base/1 ... initdb: input file
>> "/usr/local/pg90/share/postgresql/pos
Hi!
I pulled the latest from the git repo, I got this error on initdb:
creating template1 database in testdb/base/1 ... initdb: input file
"/usr/local/pg90/share/postgresql/postgres.bki" does not belong to
PostgreSQL 9.0devel
The problem was having '9.1' instead of '9.0' in the first line of the
On Wed, Jun 16, 2010 at 5:31 AM, Bernd Helmle wrote:
>
>
> --On 15. Juni 2010 20:51:21 -0700 Selena Deckelmann
> wrote:
>
>> Confirmed that this tests fine against commit id
>> 0dca7d2f70872a242d4430c4c3aa01ba8dbd4a8c
>>
>> I also wrote a little test scri
On Wed, May 26, 2010 at 2:37 PM, Bernd Helmle wrote:
> Lost it a little from my radar, but here's is a first shot on this issue
> now. The patch creates a new CONSTRAINT_NOTNULL contype and assigns all
> required information for the NOT NULL constraint to it. Currently the
> constraint records th
Hi!
On Mon, Jun 14, 2010 at 9:25 AM, Kevin Grittner
wrote:
> http://wiki.postgresql.org/wiki/PostgreSQL_9.1_Development_Plan
>
> calls for a ReviewFest to run from the 15th of June (tomorrow) until
> the start of the first CommitFest for the 9.1 release. The idea is
> that those with time avail
On Wed, May 26, 2010 at 6:25 PM, Stephen Frost wrote:
> * Tom Lane (t...@sss.pgh.pa.us) wrote:
>> There might be some value in psql backslash command tests that
>> are designed to depend on just one or a few tables (or other appropriate
>> objects).
>
> Updated, much much smaller, patch attached.
Hi!
I've spent some time going through all the email threads since Alpha4
was released, and have updated the 9.0 Open Items list.
We have two sections of open items which need initial review by -hackers:
http://wiki.postgresql.org/wiki/PostgreSQL_9.0_Open_Items#Code
http://wiki.postgresql.org/wi
On Wed, May 19, 2010 at 5:37 PM, Kevin Grittner
wrote:
> I heard that others were considering work on predicate locks for
> 9.1. Since Dan Ports of MIT and I have been working on that for the
> serializable implementation for the last few weeks, I felt it would
> be good to post a WIP patch to avo
On Mon, Apr 5, 2010 at 9:29 AM, Greg Sabino Mullane wrote:
> Patch attached to show the schema *and* table name when doing
> a REINDEX DATABASE.
Is this something that can be added to 9.1 commitfest?
-selena
--
http://chesnok.com/daily - me
--
Sent via pgsql-hackers mailing list (pgsql-hacke
On Thu, May 20, 2010 at 12:03 PM, Tom Lane wrote:
> Selena Deckelmann writes:
>> On Thu, May 20, 2010 at 9:24 AM, Tom Lane wrote:
>>> Yeah, I thought the agreement was to keep the same target dates as
>>> for last year's commitfests.
>
>> Yes! H
On Thu, May 20, 2010 at 9:24 AM, Tom Lane wrote:
> Robert Haas writes:
>> On Thu, May 20, 2010 at 12:51 AM, Selena Deckelmann
>> wrote:
>>> Can we get that commitfest renamed? And if I should know how to do
>>> that, can you inform me how?
>
>> I
Hi Robert,
Can we get that commitfest renamed? And if I should know how to do
that, can you inform me how?
Thanks!
-selene
--
http://chesnok.com/daily - me
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mai
Just a reminder -- We've got a few spaces left for lightning talks.
Submit your idea today!
See below for details.
-selena
On Sat, May 8, 2010 at 6:46 AM, Selena Deckelmann wrote:
> Hi!
>
> We're having Lightning Talks again at PgCon - scheduled for 5:30pm on
> May 20th
On Fri, May 14, 2010 at 9:51 AM, Josh Berkus wrote:
> Second, regarding advocacy: no, absolutely not. -advocacy is a working list
> and not a virtual water cooler.
+1. I would find it very difficult to manage having -advocacy thrown
into -general.
If folks think that information isn't getting
Hi!
We're having Lightning Talks again at PgCon - scheduled for 5:30pm on
May 20th in Ottawa!
Do you have a talk or idea you'd like to share? Lightning Talks are
one of the most highly attended sessions because they are fast, fun,
and useful (but not always). Slides are not required. If you use
On Tue, Jan 26, 2010 at 11:03 PM, Greg Smith wrote:
> Tom Lane wrote:
>>
>> Right, but the question is: is there enough use-case left in it to
>> justify spending community effort on polishing rough edges? It's not
>> like we haven't got plenty else to do to get 9.0 out the door.
>>
>
> The point
Hi!
I'm happy to facilitate this and get the details in for our
application. Seems like we have lots of things that we could get
students involved with, and of course, we tend to get interesting
projects pitched to us that we haven't thought of before.
I've attended the Mentor Summit after GSoC f
Hi!
On Mon, Jan 25, 2010 at 1:34 PM, Greg Smith wrote:
> Josh Berkus wrote:
>>
>> We discussed this issue at LCA where I encountered these bogus error
>> messages when I was doing the demo of HS. I consider Selena's patch to
>> be a bug-fix for beta of 9.0, not a feature. Currently the database
Hi!
I poked around a little at pg_standby because of some 'cp: file does
not exist' errors that were cropping up as pg_standby searched around
for .history files.
I added a stat that still outputs debugging information but now we
don't get cp failures, and then added a 'progress' mode. It was a b
On Fri, Nov 20, 2009 at 11:14 AM, Josh Berkus wrote:
> On 11/15/09 11:07 PM, Heikki Linnakangas wrote:
>> - When replaying b-tree deletions, we currently wait out/cancel all
>> running (read-only) transactions. We take the ultra-conservative stance
>> because we don't know how recent the tuples be
I'm not addressing the complaints Emmanuel has about patch submission,
but was inspired by what he said. I hesitated to post this to
-hackers, but my hope is that my comments are taken in the spirit of
reflection.
I've been thinking about the Postgres community and things that
differentiate it fro
On Thu, Nov 12, 2009 at 8:31 AM, Simon Riggs wrote:
> Not a new idea, but I think we should require all patch submitters to do
> one review per submission. There needs to be a balance between time
> spent on review and time spent on dev. The only real way this happens in
> any community is by pee
On Wed, Nov 11, 2009 at 2:03 PM, Josh Berkus wrote:
>> I'd be happy to get together at some pre-appointed hour this weekend
>> (Saturday / Sunday) to talk it over by phone / IRC. PDXPUG was already
>> planning to get together to review some patches this Sunday from 3-5pm
>> PST, so that is a conv
Hi!
On Tue, Nov 10, 2009 at 10:40 PM, Greg Smith wrote:
> On Sun, 8 Nov 2009, Robert Haas wrote:
>
>> I would personally prefer not to be involved in the management of the
>> next CommitFest. Having done all of the July CommitFest and a good
>> chunk of the September CommitFest, I am feeling a b
Hi!
On Fri, Sep 25, 2009 at 7:01 AM, Emmanuel Cecchet wrote:
> Here is the new version of the patch that applies to CVS HEAD as of this
> morning.
Cool features!
This is my first pass at the error logging portion of this patch. I'm
going to take a break and try to go through the partitioning l
Hi!
On Wed, Sep 23, 2009 at 2:16 AM, Roger Leigh wrote:
> On Fri, Sep 18, 2009 at 11:30:05AM -0700, Selena Deckelmann wrote:
>> Brad says:
>>
>> The patched code compiles without any additional warnings.
>> Lint gripes about a trailing ',' in '
Hi!
Below is from Brad Slinger. I'm just forwarding his message so that
the review will be in the thread for the archives. (Sorry, Brad that I
missed this earlier.. I thought you'd already replied to the list for
some reason.)
Brad says:
Please forgive my top posting. Below is my patch review.
On Fri, Sep 18, 2009 at 4:04 AM, Hans-Juergen Schoenig -- PostgreSQL
wrote:
> Tom,
>
> On behalf of the entire PostgreSQL team here in Austria I want to wish you a
> happy birthday.
> We hope that you fill be a vital part of PostgreSQL for many years to come.
In short, +1 from me.
:)
-selena
-
Hi!
John Naylor and I reviewed this patch. John created two test cases to
demonstrated issues described later in this email. I've attached
those for reference.
On Thu, Aug 27, 2009 at 8:04 PM, Pavel Stehule wrote:
> Hello,
>
> this small patch complete MOVE support in plpgsql and equalize plpgs
>From the patch review group this evening, courtesy of Webb Sprague and
Brent Dombrowski. I'm replying on their behalf so that this response
is in the correct thread.
Looks like Peter also reviewed, but I'm forwarding this on anyway.
(Note: Problem running regressions because make check doesn't
On Thu, Sep 3, 2009 at 11:27 AM, Tom Lane wrote:
> Josh Berkus writes:
>> Selena, Robert, Brendan, Kevin,
>> One of the ideas behind the Alpha releases was to give someone other
>> than the core team some practice doing releases.
>
> Uh, what's the point of that? The existing core team has that p
On Thu, Sep 3, 2009 at 11:02 AM, Webb Sprague wrote:
>> The CommitFest is scheduled to start 9/15, so doing this on 9/8 might
>> be a bit too soon. I wouldn't object to doing it a few days before
>> the start of the CommitFest to flush out any patches with obvious
>> problems, but I think a week a
On Thu, Sep 3, 2009 at 10:21 AM, Josh Berkus wrote:
> Selena, Robert, Brendan, Kevin,
>
> One of the ideas behind the Alpha releases was to give someone other
> than the core team some practice doing releases.
>
> So I think it would make sense for you guys to do Alpha2. Agreed, Peter?
I'm up for
On Thu, Sep 3, 2009 at 9:00 AM, Robert Haas wrote:
> Yeah, I'm game, though I'm hoping not to become the guy who spends all
> his time doing release planning, because I like writing code, too.
> Hopefully Selena won't mind my mentioning that she sent me a private
> email expressing some interest i
On Wed, Sep 2, 2009 at 4:57 AM, Heikki
Linnakangas wrote:
> That implies that we need a release manager. Electing one would be the
> first step. That's a lot of work and responsibility, with lots of
> potential for making people cross, so in practice I think as soon as
> someone steps up to the pl
se genetic query optimization may be triggered, increasing
from_collapse_limit should be considered relative to linkend="guc-geqo-threshold">.
-selena
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
503-282-2512
--
Sent via pgsql-hackers mailing list (pgsql-hackers
Simon Riggs wrote:
On Tue, 2009-03-10 at 07:30 -0700, Selena Deckelmann wrote:
A thing that could be added, however, is reporting of all invalid (as
opposed to valid, but requires a restart to apply) parameters before
exiting. This change requires refactoring ProcessConfigFile() more
Hi!
Simon Riggs wrote:
On Sun, 2009-03-08 at 16:27 -0700, Selena Deckelmann wrote:
ParseConfigFile currently exits on the first parsing error. Changed
guc_file.l to report all parsing errors before exiting:
* Moved parse_error: block inside while() loop
* Removed cleanup_exit: and associated
ture
users of Postgres will have a much less painful experience if they
accidentally try to use that option.
-selena
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
d OK to ok ;)
* Added comment - TODO: Report bogus variables in addition to parsing
errors before bailing out
-selena
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
503-282-2512
*** a/src/backend/utils/misc/guc-file.l
--- b/src/backend/utils/misc/guc-file.l
***
*
Magnus Hagander wrote:
Applied.
//Magnus
Thanks.
And thanks, Tom, for pointing out my multiple attempts to free.
-selena
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
503-282-2512
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to
little more
complicated and will be a separate patch.
-selena
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
503-282-2512
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c
index 6923d06..c6a7ba7 100644
--- a/src/backend/libpq/hba.c
+++ b/src/backend/libpq/hba.c
Tom Lane wrote:
> Selena Deckelmann writes:
>> From the comment in hba.c, it appears that the desired behavior is to
>> have the system ignore the failure,
>
> I'm not sure how you could possibly read that comment that way.
Right. Sorry, poor choice of words. I
ING if the file is not found, and returns.
Startup behavior (FATAL if pg_hba.conf can't be found) is not changed.
Tested against 8.4devel HEAD today.
Patch attached.
--
Selena Deckelmann
End Point Corporation
sel...@endpoint.com
diff --git a/src/backend/libpq/hba.c b/src/backend/li
it.
We're working on East right now, but I'll see if PDXPUG can step up
with some organization support.
--
Selena Deckelmann
PDXPUG - Portland PostgreSQL Users Group
http://pugs.postgresql.org/pdx
http://www.chesnok.com/daily
---(end of broadcast)
nt, the credits are removed). But the record of that
evolution is easily accessed, without any special knowledge of a
revision control system, or mailing list culture.
And I realize that the logical extension of what I am saying is a
research and documentation project about the people who all have
g nostalgic, but I like
that the content of credit sections is not uniform.
Rather than remove credits, we could apply a regex to obfuscate the
email addresses, and offer a mention to authors in the more general
contributors area when packages are added.
-selena
--
Selena Deckelmann
PDXPUG - Por
72 matches
Mail list logo