Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-10 Thread Rick Gigger

Jim Nasby wrote:

On Feb 5, 2007, at 12:53 PM, Andrew Hammond wrote:

On Jan 26, 2:38 pm, [EMAIL PROTECTED] (Tom Lane) wrote:

Rick Gigger [EMAIL PROTECTED] writes:

I thought that the following todo item just barely missed 8.2:
Allow a warm standby system to also allow read-only statements [pitr]


No, it's a someday-wishlist item; the work involved is not small.


Slony1 has supported log-shipping replication for about a year now. It
provides similar functionality.


Not really

1) It's not possible for a PITR 'slave' to fall behind to a state where 
it will never catch up, unless it's just on inadequate hardware. Same 
isn't true with slony.

2) PITR handles DDL seamlessly
3) PITR is *much* simpler to configure and maintain


Which is why I was hoping for a PITR based solution.  Oh well, I will 
have to figure out what is my best option now that I know it will not be 
available any time in the near future.


---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-06 Thread Rick Gigger

Tom Lane wrote:

Rick Gigger [EMAIL PROTECTED] writes:

I thought that the following todo item just barely missed 8.2:
Allow a warm standby system to also allow read-only statements [pitr]


No, it's a someday-wishlist item; the work involved is not small.


Thanks,very much for the info.  I'm not sure why I thought that one was 
near completion.  I can now come up with an alternative plan.


---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-06 Thread Rick Gigger

Andrew Hammond wrote:

On Jan 26, 2:38 pm, [EMAIL PROTECTED] (Tom Lane) wrote:

Rick Gigger [EMAIL PROTECTED] writes:

I thought that the following todo item just barely missed 8.2:
Allow a warm standby system to also allow read-only statements [pitr]

No, it's a someday-wishlist item; the work involved is not small.


Slony1 has supported log-shipping replication for about a year now. It
provides similar functionality.


Yes but Slony is much more complicated, has significantly more 
administrative overhead, and as far as I can tell is much more likely to 
impact my production system than this method would.


Slony is a lot more flexible and powerful but I don't need that.  I just 
want a backup that is reasonably up to date that I can do queries on and 
 and failover to in case of hardware failure on my primary db.


I am going to be looking more closely at Slony now that it seems to be 
the best option for this.  I am not looking forward to how it will 
complicate my life though. (Not saying it is bad, just complicated.  At 
least more complicated than simple postgres log shipping.



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-06 Thread Rick Gigger

Gregory Stark wrote:

Rick Gigger [EMAIL PROTECTED] writes:


I thought that the following todo item just barely missed 8.2:

Allow a warm standby system to also allow read-only statements [pitr]
This is useful for checking PITR recovery.


No, nobody worked on it prior to 8.2. Afaik there's still nobody working on
it. It's not trivial. Consider for example that your read-only query would
still need to come up with a snapshot and there's nowhere currently to find
out what transactions were in-progress at that point in the log replay.

There's also the problem that currently WAL replay doesn't take have allow for
any locking so there's no way for read-only queries to protect themselves
against the WAL replay thrashing the buffer pages they're looking at.

It does seem to be doable and I agree it would be a great feature, but as far
as I know nobody's working on it for 8.3.


Thanks again for the update.


---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-06 Thread Jim Nasby

On Feb 5, 2007, at 12:53 PM, Andrew Hammond wrote:

On Jan 26, 2:38 pm, [EMAIL PROTECTED] (Tom Lane) wrote:

Rick Gigger [EMAIL PROTECTED] writes:

I thought that the following todo item just barely missed 8.2:
Allow a warm standby system to also allow read-only statements  
[pitr]


No, it's a someday-wishlist item; the work involved is not small.


Slony1 has supported log-shipping replication for about a year now. It
provides similar functionality.


Not really

1) It's not possible for a PITR 'slave' to fall behind to a state  
where it will never catch up, unless it's just on inadequate  
hardware. Same isn't true with slony.

2) PITR handles DDL seamlessly
3) PITR is *much* simpler to configure and maintain
--
Jim Nasby[EMAIL PROTECTED]
EnterpriseDB  http://enterprisedb.com  512.569.9461 (cell)



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-06 Thread Andrew Hammond

On 2/6/07, Jim Nasby [EMAIL PROTECTED] wrote:

On Feb 5, 2007, at 12:53 PM, Andrew Hammond wrote:
 On Jan 26, 2:38 pm, [EMAIL PROTECTED] (Tom Lane) wrote:
 Rick Gigger [EMAIL PROTECTED] writes:
 I thought that the following todo item just barely missed 8.2:
 Allow a warm standby system to also allow read-only statements
 [pitr]

 No, it's a someday-wishlist item; the work involved is not small.

 Slony1 has supported log-shipping replication for about a year now. It
 provides similar functionality.

Not really

1) It's not possible for a PITR 'slave' to fall behind to a state
where it will never catch up, unless it's just on inadequate
hardware. Same isn't true with slony.


I imagine that there are ways to screw up WAL shipping too, but there
are plenty more ways to mess up slony.


2) PITR handles DDL seamlessly
3) PITR is *much* simpler to configure and maintain


4) You need 3 databases to do log shipping using slony1. An origin, a
subscriber which generates the logs and obviously the log-replica.

All of which is why I qualified my statement with similar.

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-02-05 Thread Andrew Hammond
On Jan 26, 2:38 pm, [EMAIL PROTECTED] (Tom Lane) wrote:
 Rick Gigger [EMAIL PROTECTED] writes:
  I thought that the following todo item just barely missed 8.2:
  Allow a warm standby system to also allow read-only statements [pitr]

 No, it's a someday-wishlist item; the work involved is not small.

Slony1 has supported log-shipping replication for about a year now. It
provides similar functionality.

Andrew


---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-30 Thread Magnus Hagander
On Mon, Jan 29, 2007 at 12:44:51PM -0800, Henry B. Hotz wrote:
 
 On Jan 29, 2007, at 9:49 AM, Magnus Hagander wrote:
 
 Henry B. Hotz wrote:
 Henry B. Hotz:  GSSAPI authentication method for C (FE/BE) and  
 Java (FE).
 Magnus Haglander:  SSPI (GSSAPI compatible) authentication method  
 for C
 (FE) on Windows.
 
 (That fair Magnus? Or you want to volunteer for BE support as well?)
 
 Seems fair and about what we discussed. And no, I won't volunteer as
 long as you're on it - not sure I'll have the time to do it all in  
 time.
 
 I'm only volunteering BE for Unix, not Windows.  Not sure we need BE  
 for Windows for 8.3 though.  This is enough.

Oh certainly, I'm thinking BE on windows as well, but not sure if we'll
have it for 8.3. We need to have frontend, so we have the same support
as we have for krb5. Backend is a bonus, but it'd be nice to have it.

//Magnus

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-29 Thread Magnus Hagander
Henry B. Hotz wrote:
 Henry B. Hotz:  GSSAPI authentication method for C (FE/BE) and Java (FE).
 Magnus Haglander:  SSPI (GSSAPI compatible) authentication method for C
 (FE) on Windows.
 
 (That fair Magnus? Or you want to volunteer for BE support as well?)

Seems fair and about what we discussed. And no, I won't volunteer as
long as you're on it - not sure I'll have the time to do it all in time.


 GSSAPI isn't much more than a functional replacement for Kerberos 5, but
 it's supported on lots more platforms.  In particular Java and Windows
 have native support (as well as Solaris 9).

Yeah, getting rid of the dependency on MIT KRB5 on windows would be very
nice indeeed.


//Magnus


---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-29 Thread Henry B. Hotz


On Jan 29, 2007, at 9:49 AM, Magnus Hagander wrote:


Henry B. Hotz wrote:
Henry B. Hotz:  GSSAPI authentication method for C (FE/BE) and  
Java (FE).
Magnus Haglander:  SSPI (GSSAPI compatible) authentication method  
for C

(FE) on Windows.

(That fair Magnus? Or you want to volunteer for BE support as well?)


Seems fair and about what we discussed. And no, I won't volunteer as
long as you're on it - not sure I'll have the time to do it all in  
time.


I'm only volunteering BE for Unix, not Windows.  Not sure we need BE  
for Windows for 8.3 though.  This is enough.


The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
[EMAIL PROTECTED], or [EMAIL PROTECTED]



---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-27 Thread Henry B. Hotz
Sent directly.  Anyone else who's interested can have a copy.  Just  
email me.


I *think* it's structurally sound.  Please tell me if you find a  
problem.  It lacks a lot:  proper specification of required security  
properties, a way to specify different mechanism lists for local,  
vice TCP, vice SSL connections, authN name to authZ name mapping,  
most seriously I didn't implement security layers.  Lots of debug  
checking still needed.


OTOH it works on MacOS 10.4 G4 client and Intel server.

As to the Postgres password database:  If you use the DIGEST-MD5  
mechanism, then you could get a secure, encrypted connection with no  
setup except the PG password.  Also it would have made it easier for  
people to migrate from the current stuff to SASL.


SASL *could* do everything that *any* of the current auth methods can  
do (OK, except ident) and then some.  I thought that exporting all  
that code and functionality to a standard library would be a good  
thing in the long run.  The down side is that completely replacing  
the existing framework would require SASL libraries readily available  
on *all* platforms that PG supports, and Windows doesn't.  The  
Windows SASL API's turn out to be only available on 2K3 server, and  
have never been publicly tested for interoperability with the  
standard Unix library.


I still believe in SASL.  I know the Cyrus SASL library has become  
pretty ubiquitous on Unix platforms.  I wish there were a simpler C  
API than Cyrus.  Java 1.4.2 and up supports it.  There are ways it  
could be provided on Windows, but not within the level of effort that  
Magnus or I can devote to the problem.


-

For GSSAPI, there is published interop code for the Windows SSPI at  
http://web.mit.edu/jaltman/Public/kfw/gss/.  It's more places than  
SASL is.  Down side is it doesn't do much that the current Krb5 code  
doesn't do.


Structurally the GSSAPI mods will be very similar to the SASL ones I  
already did.


On Jan 26, 2007, at 7:16 PM, Stephen Frost wrote:


* Henry B. Hotz ([EMAIL PROTECTED]) wrote:

If anyone is interested I currently have working-but-incomplete
patches to support SASL in C.  I've decided not to finish and submit
them because the glue code to make configuration reasonable, and to
allow use of existing Postgres password databases with the password-
based mechanisms is still significant.


I'd certainly like to take a look at it.  I'm not entirely sure I  
follow

what you mean by 'allow use of existing Postgres password databases'-
I'm not sure SASL support requires that ability (after all, if they  
want

to use the 'md5' or similar mechanism they can with the current
protocol).  Or am I missing something about how the SASL  
implementation

is done or intended to be used?  I'd tend to think it'd mainly be used
as a mechanism to support other authentication mechanisms which don't
use the internal Postgres passwords...

Thanks,

Stephen


The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
[EMAIL PROTECTED], or [EMAIL PROTECTED]



---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Rick Gigger

I thought that the following todo item just barely missed 8.2:

Allow a warm standby system to also allow read-only statements [pitr]
This is useful for checking PITR recovery.

I assume it's not on this list either because it is already complete and 
slated for 8.3, or it is going to take too long to make it into 8.3 or 
it has been rejected as a good idea entirely or it's just not big enough 
of a priority for anyone to push for it to get into 8.3.


It is the one feature that would make the most difference to me as it 
would allow me to very easily set up a server for reporting purposes 
that could always be within minutes of the live data.  I know there are 
other solutions for this but if this feature is just around the corner 
it would be my first choice.


Does anyone know the status of this feature?

Thanks,

Rick Gigger




Joshua D. Drake wrote:

Or so... :)

Thought I would do a poll of what is happening in the world for 8.3. I have:

Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
Jonah Harris: WITH/Recursive Queries?
Andrei Kovalesvki: Some Win32 work with Magnus
Magnus Hagander: VC++ support (thank goodness)
Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
Oleg Bartunov: Tsearch2 in core
Neil Conway: Patch Review (including enums), pg_fcache

Vertical projects:

Pavel Stehule: PLpsm
Alexey Klyukin: PLphp
Andrei Kovalesvki: ODBCng

I am sure there are more, the ones with question marks are unknowns but
heard of in the ether somewhere. Any additions or confirmations?

Sincerely,

Joshua D. Drake






---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Tom Lane
Rick Gigger [EMAIL PROTECTED] writes:
 I thought that the following todo item just barely missed 8.2:
 Allow a warm standby system to also allow read-only statements [pitr]

No, it's a someday-wishlist item; the work involved is not small.

regards, tom lane

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Henry B. Hotz
Henry B. Hotz:  GSSAPI authentication method for C (FE/BE) and Java  
(FE).
Magnus Haglander:  SSPI (GSSAPI compatible) authentication method for  
C (FE) on Windows.


(That fair Magnus? Or you want to volunteer for BE support as well?)

GSSAPI isn't much more than a functional replacement for Kerberos 5,  
but it's supported on lots more platforms.  In particular Java and  
Windows have native support (as well as Solaris 9).


If anyone is interested I currently have working-but-incomplete  
patches to support SASL in C.  I've decided not to finish and submit  
them because the glue code to make configuration reasonable, and to  
allow use of existing Postgres password databases with the password- 
based mechanisms is still significant.


On Jan 22, 2007, at 2:16 PM, Joshua D. Drake wrote:


Or so... :)

Thought I would do a poll of what is happening in the world for  
8.3. I have:


Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window  
functions

Jonah Harris: WITH/Recursive Queries?
Andrei Kovalesvki: Some Win32 work with Magnus
Magnus Hagander: VC++ support (thank goodness)
Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
Oleg Bartunov: Tsearch2 in core
Neil Conway: Patch Review (including enums), pg_fcache

Vertical projects:

Pavel Stehule: PLpsm
Alexey Klyukin: PLphp
Andrei Kovalesvki: ODBCng

I am sure there are more, the ones with question marks are unknowns  
but

heard of in the ether somewhere. Any additions or confirmations?

Sincerely,

Joshua D. Drake



--

  === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
 http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/ 
donate

PostgreSQL Replication: http://www.commandprompt.com/products/


---(end of  
broadcast)---

TIP 5: don't forget to increase your free space map settings



---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Gregory Stark
Rick Gigger [EMAIL PROTECTED] writes:

 I thought that the following todo item just barely missed 8.2:

 Allow a warm standby system to also allow read-only statements [pitr]
 This is useful for checking PITR recovery.

No, nobody worked on it prior to 8.2. Afaik there's still nobody working on
it. It's not trivial. Consider for example that your read-only query would
still need to come up with a snapshot and there's nowhere currently to find
out what transactions were in-progress at that point in the log replay.

There's also the problem that currently WAL replay doesn't take have allow for
any locking so there's no way for read-only queries to protect themselves
against the WAL replay thrashing the buffer pages they're looking at.

It does seem to be doable and I agree it would be a great feature, but as far
as I know nobody's working on it for 8.3.

-- 
  Gregory Stark
  EnterpriseDB  http://www.enterprisedb.com

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Gregory Stark
Rick Gigger [EMAIL PROTECTED] writes:

 I thought that the following todo item just barely missed 8.2:

 Allow a warm standby system to also allow read-only statements [pitr]
 This is useful for checking PITR recovery.

No, nobody worked on it prior to 8.2. Afaik there's still nobody working on
it. It's not trivial. Consider for example that your read-only query would
still need to come up with a snapshot and there's nowhere currently to find
out what transactions were in-progress at that point in the log replay.

There's also the problem that currently WAL replay doesn't take have allow for
any locking so there's no way for read-only queries to protect themselves
against the WAL replay thrashing the buffer pages they're looking at.

It does seem to be doable and I agree it would be a great feature, but as far
as I know nobody's working on it for 8.3.

-- 
  Gregory Stark
  EnterpriseDB  http://www.enterprisedb.com

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-26 Thread Stephen Frost
* Henry B. Hotz ([EMAIL PROTECTED]) wrote:
 If anyone is interested I currently have working-but-incomplete  
 patches to support SASL in C.  I've decided not to finish and submit  
 them because the glue code to make configuration reasonable, and to  
 allow use of existing Postgres password databases with the password- 
 based mechanisms is still significant.

I'd certainly like to take a look at it.  I'm not entirely sure I follow
what you mean by 'allow use of existing Postgres password databases'-
I'm not sure SASL support requires that ability (after all, if they want
to use the 'md5' or similar mechanism they can with the current
protocol).  Or am I missing something about how the SASL implementation
is done or intended to be used?  I'd tend to think it'd mainly be used
as a mechanism to support other authentication mechanisms which don't
use the internal Postgres passwords...

Thanks,

Stephen


signature.asc
Description: Digital signature


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Heikki Linnakangas

Joshua D. Drake wrote:

Or so... :)

Thought I would do a poll of what is happening in the world for 8.3. I have:

Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions


Gavin: how's it going with the bitmap indexes? I could work on it as 
well, but I don't want to step on your toes.



Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?


Yeah, that's the plan.

Also:
* Grouped Index Tuples (http://community.enterprisedb.com/git/). I don't 
know how to proceed with this, but it's a feature I'd like to get in 
8.3. Suggestions, anyone? I haven't received much comments on the design 
or code...


* vacuum enhancements, not sure what exactly..

* Plan invalidation, possibly. Tom had plans on this as well.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Pavan Deolasee

On 1/23/07, Joshua D. Drake [EMAIL PROTECTED] wrote:


Or so... :)

I am sure there are more, the ones with question marks are unknowns but
heard of in the ether somewhere. Any additions or confirmations?



I have the first phase of Frequent Update Optimizations (HOT) patch ready.
But I held it back because of the concerns that its too complex. It has
shown decent performance gains on pgbench and DBT2 tests though.

I am splitting the patch into smaller pieces for ease of review and would
submit those soon for comments.

Thanks,
Pavan

EnterpriseDB http://www.enterprisedb.com


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Magnus Hagander
On Mon, Jan 22, 2007 at 09:14:01PM -0500, Stephen Frost wrote:
 * Joshua D. Drake ([EMAIL PROTECTED]) wrote:
  Thought I would do a poll of what is happening in the world for 8.3. I have:
 
 Another thing which was mentioned previously which I'd really like to
 see happen (and was discussed on the list...) is replacing the Kerberos
 support with GSSAPI support and adding support for SSPI.  Don't recall
 who had said they were looking into working on it though..

That's Henry B. Hotz. He's done some work on it, and I have some stuff
to comment on sitting in my mailbox that I haven't had time to look at
yet. But I'm going to try to do that soon so he can continue.

//Magnus

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Pavel Stehule

Hello


Pavel Stehule: PLpsm


I expect so plpgpsm will be some time (+/- one year) external project. For 
8.3 I would to put 2 patches: scrollable cursors and trappable warnings 
(maybe not). I have patch for plpgsql for scrollable cursors too. No body 
here has experience with SQL/PSM and plpgpsm can be good joy for cognition 
of SQL/PSM. I am sure so when 8.3 will be downloadable, plpgpsm will be 
downloadable too.


My ToDo:
* statement RESIGNAL and enhanced diagnostic statement
* more documentation in english
* lot of work on clean and refactoring code

Currently I working on plpgpsm alone and cannot test it well.

Regards
Pavel Stehule

_
Invite your Hotmail contacts to join your friends list with Windows Live 
Spaces 
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Teodor Sigaev
I would like to suggest patches for OR-clause optimization and using index for 
searching NULLs.



--
Teodor Sigaev   E-mail: [EMAIL PROTECTED]
   WWW: http://www.sigaev.ru/

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Joshua D. Drake
Pavan Deolasee wrote:
 On 1/23/07, Joshua D. Drake [EMAIL PROTECTED] wrote:

 Or so... :)

 I am sure there are more, the ones with question marks are unknowns but
 heard of in the ether somewhere. Any additions or confirmations?


 I have the first phase of Frequent Update Optimizations (HOT) patch ready.
 But I held it back because of the concerns that its too complex. It has
 shown decent performance gains on pgbench and DBT2 tests though.
 
 I am splitting the patch into smaller pieces for ease of review and would
 submit those soon for comments.

*soon* is the operative word :).

Sincerely,

Joshua D. Drake

 
 Thanks,
 Pavan
 
 EnterpriseDB http://www.enterprisedb.com
 


-- 

  === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
 http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-23 Thread Merlin Moncure

On 1/22/07, Joshua D. Drake [EMAIL PROTECTED] wrote:

Or so... :)

Thought I would do a poll of what is happening in the world for 8.3. I have:

Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
Jonah Harris: WITH/Recursive Queries?
Andrei Kovalesvki: Some Win32 work with Magnus
Magnus Hagander: VC++ support (thank goodness)
Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
Oleg Bartunov: Tsearch2 in core
Neil Conway: Patch Review (including enums), pg_fcache


has there been any progress on the 'hot' tuple update mechanism?

merlin

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Joshua D. Drake
Or so... :)

Thought I would do a poll of what is happening in the world for 8.3. I have:

Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
Jonah Harris: WITH/Recursive Queries?
Andrei Kovalesvki: Some Win32 work with Magnus
Magnus Hagander: VC++ support (thank goodness)
Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
Oleg Bartunov: Tsearch2 in core
Neil Conway: Patch Review (including enums), pg_fcache

Vertical projects:

Pavel Stehule: PLpsm
Alexey Klyukin: PLphp
Andrei Kovalesvki: ODBCng

I am sure there are more, the ones with question marks are unknowns but
heard of in the ether somewhere. Any additions or confirmations?

Sincerely,

Joshua D. Drake



-- 

  === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
 http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Jonah H. Harris

On 1/22/07, Joshua D. Drake [EMAIL PROTECTED] wrote:

Jonah Harris: WITH/Recursive Queries?


Yup, just talked with Bruce about this last week.  Working on the design now.

--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation| fax: 732.331.1301
33 Wood Ave S, 3rd Floor| [EMAIL PROTECTED]
Iselin, New Jersey 08830| http://www.enterprisedb.com/

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Oleg Bartunov

On Mon, 22 Jan 2007, Joshua D. Drake wrote:


Or so... :)

Thought I would do a poll of what is happening in the world for 8.3. I have:

Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
Jonah Harris: WITH/Recursive Queries?
Andrei Kovalesvki: Some Win32 work with Magnus
Magnus Hagander: VC++ support (thank goodness)
Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
Oleg Bartunov: Tsearch2 in core


Teodor Sigaev should be here !


Neil Conway: Patch Review (including enums), pg_fcache

Vertical projects:

Pavel Stehule: PLpsm
Alexey Klyukin: PLphp
Andrei Kovalesvki: ODBCng

I am sure there are more, the ones with question marks are unknowns but
heard of in the ether somewhere. Any additions or confirmations?

Sincerely,

Joshua D. Drake






Regards,
Oleg
_
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread korryd


 Thought I would do a poll of what is happening in the world for 8.3. I have:
 
 Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
 Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
 Jonah Harris: WITH/Recursive Queries?
 Andrei Kovalesvki: Some Win32 work with Magnus
 Magnus Hagander: VC++ support (thank goodness)
 Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
 Oleg Bartunov: Tsearch2 in core
 Neil Conway: Patch Review (including enums), pg_fcache



Korry Douglas: PL/pgSQL debugger (and probably a PL/pgSQL execution profiler as 
well)




--
  Korry Douglas[EMAIL PROTECTED]
  EnterpriseDB  http://www.enterprisedb.com


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Jeff Davis
On Mon, 2007-01-22 at 14:16 -0800, Joshua D. Drake wrote:
 I am sure there are more, the ones with question marks are unknowns but
 heard of in the ether somewhere. Any additions or confirmations?
 

I'd still like to make an attempt at my Synchronized Scanning patch.

If freeze is 10 weeks away, I better get some more test results posted
soon, however. 

Regards,
Jeff Davis


---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread ITAGAKI Takahiro

Joshua D. Drake [EMAIL PROTECTED] wrote:

 Thought I would do a poll of what is happening in the world for 8.3. I have:
 
 Alvaro Herrera: Autovacuum improvements (maintenance window etc..)
 Gavin Sherry: Bitmap Indexes (on disk), possible basic Window functions
 Jonah Harris: WITH/Recursive Queries?
 Andrei Kovalesvki: Some Win32 work with Magnus
 Magnus Hagander: VC++ support (thank goodness)
 Heikki Linnakangas: Working on Vacuum for Bitmap Indexes?
 Oleg Bartunov: Tsearch2 in core
 Neil Conway: Patch Review (including enums), pg_fcache

I'm working on Dead Space Map and Load-distribution of checkpoints.
I will make it do by 8.3.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Stephen Frost
* Joshua D. Drake ([EMAIL PROTECTED]) wrote:
 Thought I would do a poll of what is happening in the world for 8.3. I have:

It seems unlikely that I'm going to have time at the rate things are
going but I was hoping to take a whack at default permissions/ownership
by schema.  Kind of a umask-type thing but for schemas instead of roles
(though I've thought about it per role and that might also solve the
particular problem we're having atm).

Thanks,

Stephen


signature.asc
Description: Digital signature


Re: [HACKERS] 10 weeks to feature freeze (Pending Work)

2007-01-22 Thread Stephen Frost
* Joshua D. Drake ([EMAIL PROTECTED]) wrote:
 Thought I would do a poll of what is happening in the world for 8.3. I have:

Another thing which was mentioned previously which I'd really like to
see happen (and was discussed on the list...) is replacing the Kerberos
support with GSSAPI support and adding support for SSPI.  Don't recall
who had said they were looking into working on it though..

Thanks,

Stephen


signature.asc
Description: Digital signature