First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
MERGE Specification
Hello Simon, would you support RETURNING clause? Regards Pavel Stehule On 21/04/2008, Simon Riggs <simon(a)2ndquadrant.com> wrote: The following two files specify the behaviour of the MERGE statement and how it will work in the world of PostgreSQL. In places, this supercedes my recent commentary on M... 24 Apr 2008 23:48
WIP: psql default banner patch
Hello, Attached is a patch for the default message from psql. Couple of things of note: 1. I removed the force wrapping, instead allowing the terminal to do it. This seems to work in X and well as on the console. I am not sure if I like this or not and am not opposed to changing to a forced wrap. 2. I signi... 24 Apr 2008 11:51
Commitfest namespacing (was: TODO, FAQs to Wiki?)
On Sun, Apr 20, 2008 at 1:45 AM, Alvaro Herrera <alvherre(a)commandprompt.com> wrote: Bruce Momjian wrote: I am impressed at the state of the May wiki patch queue: http://wiki.postgresql.org/wiki/CommitFest:May It is even tracking the psql wrap patch I am working on now. Tha... 21 Apr 2008 14:56
pgstat SRF?
While looking over the statistics-for-functions patch (http://archives.postgresql.org/pgsql-patches/2008-03/msg00300.php), I came back to a thought I've had before - why do we keep one function per column for pgstat functions, instead of using a set returning function? Is there some actual reason for this, or is it... 6 May 2008 23:28
Regression test fails when BLCKSZ is 1kB
I compiled postgreSQL with 1kB block size and regresion test fails. Main problem is that output is correct but in different order. See attachment. I think affected test should contain order by keyword. Any comments? Zdenek ... 22 Apr 2008 14:01
port/thread.c and pthreads
port/thread.c includes the pthreads header files, and contains a bunch of comments about pthreads - but there seems to be no code related to pthreads at all in the file. Am I missing something completely here? ;-) //Magnus -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes ... 22 Apr 2008 14:49
hacinking network
i want to hack my college network that use di-link router for wireless network and also provoid a net lab there be can use net probeloms are there is a softwere that ristrict to use net over than one hour . plz help i am student of computer science and my requirement of net you can undersand . deepak_kavi2010(a)ya... 21 Apr 2008 01:56
INSERT ... SELECT ... FOR SHARED?
Mark Mielke <mark(a)mark.mielke.cc> writes: # insert into product_image_archived select * from product_image where itemno = 'XXXXXX' for update; ERROR: cannot extract system attribute from virtual tuple Hm, on an assert-enabled build this actually crashes :-(. It looks like I broke the specific case here:... 21 Apr 2008 10:06
typedefs for indent
OK, I have spent some time generating and filtering typdefs via objdump on various platforms. I filtered them and Bruce's list to eliminate items not actually found in the sources thus: while read line ; do grep -q -w -r --exclude="*.data" --exclude="*.out" --exclude="*.sql" --exclude="*.po" --exclude='*akef... 21 Apr 2008 14:08
log_filename()
We got the comment on the docs: log_filename(string) is misleading, since it really doesn't use a strftime pattern, but instead a reimplementation of strftime, in order to be cross-platform. There is no documentation on this except to look in src/timezone/strftime.c (the function is called pg_strftime) Is it t... 20 Apr 2008 21:58
First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103