I don't think we should be governed by the silly behaviour of one epub
reader. My ereader doesn't collapse the contents into one giant list. If
ibooks is doing stuff badly, complain to Apple.
Indeed that makes sense as the issue is specific to this reader. I was
afraid that the problem was
On 04/05/13 18:11, Fabien COELHO wrote:
I don't think we should be governed by the silly behaviour of one
epub reader. My ereader doesn't collapse the contents into one giant
list. If ibooks is doing stuff badly, complain to Apple.
Indeed that makes sense as the issue is specific to this
On 3 May 2013 21:53, Jeff Davis pg...@j-davis.com wrote:
At this point, I don't think more changes are required.
After detailed further analysis, I agree, no further changes are required.
I think the code in that area needs considerable refactoring to
improve things. I've looked for an easy
2013/4/24 Bruce Momjian br...@momjian.us:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
One small suggestion:
listitem
para
Have quotesession id/ (literal%c/)
Hi!
On Wed, Apr 24, 2013 at 6:41 AM, Bruce Momjian br...@momjian.us wrote:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
Some observations:
1. Allow CREATE TABLE IF NOT EXISTS to
On Sat, May 4, 2013 at 08:34:18PM +0900, Ian Lawrence Barwick wrote:
2013/4/24 Bruce Momjian br...@momjian.us:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
One small
On Sat, May 4, 2013 at 03:50:34PM +0300, Marti Raudsepp wrote:
Hi!
On Wed, Apr 24, 2013 at 6:41 AM, Bruce Momjian br...@momjian.us wrote:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions
On Sat, May 4, 2013 at 03:50:34PM +0300, Marti Raudsepp wrote:
2. Dramatically reduce System V shared memory usage
I find this description misleading. When reading for the first time,
it sounds as if Postgres memory usage is reduced, but it's actually
just using different kind of shared
2013/5/4 Bruce Momjian br...@momjian.us:
On Sat, May 4, 2013 at 08:34:18PM +0900, Ian Lawrence Barwick wrote:
2013/4/24 Bruce Momjian br...@momjian.us:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
On Sat, May 4, 2013 at 11:55:09PM +0900, Ian Lawrence Barwick wrote:
more pedantically
accurate:
listitem
para
Have quotesession id/ (literal%c/) in link
linkend=guc-log-line-prefixvarnamelog_line_prefix//link
always pad the PID value with
Plural to singular:
s/Allow a streaming replication standbys to/Allow a streaming replication
standby to/
Perhaps this one too? (not sure, 'tooling' just seems strange to my non-native
reading))
s/Allow tooling like pg_receivexlog to run/Allow tools like pg_receivexlog to
run/
thanks,
Consider the following scenario:
create table t1 as select 1 as x;
create materialized view mv1 as select * from t1;
create materialized view mv2 as select * from mv1;
create materialized view mv3 as select * from mv2;
refresh materialized view mv1 with no data;
This state is not dumpable by
On Sat, May 4, 2013 at 05:12:31PM +0200, Erik Rijkers wrote:
Plural to singular:
s/Allow a streaming replication standbys to/Allow a streaming replication
standby to/
Perhaps this one too? (not sure, 'tooling' just seems strange to my
non-native reading))
s/Allow tooling like
On Fri, May 3, 2013 at 10:19:42PM -0400, Bruce Momjian wrote:
On Sat, May 4, 2013 at 03:04:33AM +0100, Greg Stark wrote:
On Fri, May 3, 2013 at 5:49 PM, Bruce Momjian br...@momjian.us wrote:
Yes, I think the big question is how much information do we want per
relation that we don't need
2013/5/5 Bruce Momjian br...@momjian.us:
(...)
This is such a minor change I am trying to keep it short.
Just out of curiosity, what was the reason for the change in the first place?
(Not that it's something I'm particularly passionate about, I just noticed it
when listing changes with
On Sun, May 5, 2013 at 01:21:12AM +0900, Ian Lawrence Barwick wrote:
Well, basically, if you used %c in log_line_prefix, the session id was
not a fixed length, so your output shifted around based on the pid, see:
On Sat, May 4, 2013 at 01:17:44PM -0400, Bruce Momjian wrote:
Yes, I see it is wrong now. I came up with this new query:
SELECT to_hex(EXTRACT(EPOCH FROM backend_start)::integer) || '.' ||
regexp_replace('' || to_hex(pid), '^0*(.*)$', '\1')
FROM
Bruce Momjian br...@momjian.us writes:
OK, how are we for bata packaging on Monday? I don't see how we can do
that until we decide on how to handle unlogged materialized views.
In the interests of moving the discussion along, attached are draft
patches to show what I think we should do in 9.3.
On 24.4.2013 05:41, Bruce Momjian wrote:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
Lovely, good job Bruce!
I've checked descriptions of changes I've been working on, and I think
On Thu, May 2, 2013 at 4:19 PM, Heikki Linnakangas
hlinnakan...@vmware.comwrote:
* Learning cube extension to store dimensions with different data
types. Such index would be good alternative to compound key B-Tree
multi-index (suitable for diapason queries and data ordering).
You mean, a
On 24.4.2013 05:41, Bruce Momjian wrote:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
Lovely, good job Bruce!
I've checked descriptions of changes I've been working on, and I think
On Sat, May 4, 2013 at 07:59:40PM +0200, Tomas Vondra wrote:
On 24.4.2013 05:41, Bruce Momjian wrote:
Thanks for the many suggestions on improving the 9.3 release notes.
There were many ideas I would have never thought of. Please keep the
suggestions coming.
Lovely, good job Bruce!
Hackers,
we have SP-GiST opclass called suffix tree. Apparently is NOT suffix tree.
In suffix tree we insert every suffix of source string into the tree.
http://en.wikipedia.org/wiki/Suffix_tree
Actually opclass implemented radix tree or patricia tree.
http://en.wikipedia.org/wiki/Radix_tree
Hello.
* Learning cube extension to store dimensions with different data types.
Such index would be good alternative to compound key B-Tree multi-index
(suitable for diapason queries and data ordering).
You mean, a cube containing something else than floats? I don't think we want
to
... btw, I noticed a minor misfeature in the current implementation:
regression=# select pg_relation_size('int8_tbl');
pg_relation_size
--
8192
(1 row)
regression=# create materialized view mv1 as select * from int8_tbl;
SELECT 5
regression=# select
Robert Haas robertmh...@gmail.com writes:
On Wed, Apr 17, 2013 at 2:06 PM, Tom Lane t...@sss.pgh.pa.us wrote:
I think this breaks contrib/adminpack, and perhaps other extensions.
They'd not be hard to fix with script changes, but they'd be broken.
In general, we would now have a situation
Michael Paquier michael.paqu...@gmail.com writes:
On Thu, May 2, 2013 at 11:01 PM, Tom Lane t...@sss.pgh.pa.us wrote:
Perhaps it'd be a good idea to emit the command tag on receiving a
non-tuple-bearing result, just to make this more obvious.
Yes, the command tag would be a good idea,
Tom Lane t...@sss.pgh.pa.us writes:
In general, we would now have a situation where relocatable extensions
could never be installed into pg_catalog. That might be OK, but at
least it would need to be documented.
I've been idly trying to think of examples where that would be a
problem, without
Tom Lane t...@sss.pgh.pa.us wrote:
Kevin Grittner kgri...@ymail.com writes:
What do you see that I'm missing?
TBH, if I had 20-20 foresight, we'd not be having this
discussion: either I could see that you're right and this patch
isn't going to cause us enormous pain, or I could put my
On Fri, May 3, 2013 at 7:54 PM, Andrew Dunstan and...@dunslane.net wrote:
I'd be happy to use 75 or whatever if we could convince the email tools not
to truncate the subject lines at 50.
Usually even truncated lines are still useful. Just try to avoid lines like
This commit adds new code to
On 05/05/13 10:41, Kevin Grittner wrote:
[...]
removing unlogged matviews for 9.3
[...]
So you are going to unlog the unlogged matviews from 9.3? :-)
More seriously, I think this will result in a better solution for 9.4 -
as it seems to me to be too rushed to fix it now
Cheers,
Gavin.
On Sat, May 04, 2013 at 01:17:44PM -0400, Bruce Momjian wrote:
On Sun, May 5, 2013 at 01:21:12AM +0900, Ian Lawrence Barwick wrote:
Well, basically, if you used %c in log_line_prefix, the session id was
not a fixed length, so your output shifted around based on the pid, see:
On Sat, May 4, 2013 at 10:01:18PM -0400, Noah Misch wrote:
On Sat, May 04, 2013 at 01:17:44PM -0400, Bruce Momjian wrote:
On Sun, May 5, 2013 at 01:21:12AM +0900, Ian Lawrence Barwick wrote:
Well, basically, if you used %c in log_line_prefix, the session id was
not a fixed length, so
Bruce Momjian br...@momjian.us writes:
OK, so we can either use 4 hex digits minimum and have a fixed with on
most platforms, extend it to 8 hex digits, or revert the entire
fixed-width idea.
I think we should lose the idea that it's fixed-width. 16-bit PIDs are
a limitation whose days are
34 matches
Mail list logo