First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
[HACKERS] string_to_array has to be stable?
Hello I am working on to_array, to_string functions and I am looking on string_to_array function. I am surprised so this function is marked as immutable postgres=# select array_to_string(array[current_date],','); array_to_string ----------------- 2010-07-20 (1 row) postgres=# set datestyle to German ; ... 20 Jul 2010 05:55
psql \conninfo command (was: Patch: psql \whoami option)
On Jul 19, 2010, at 11:10 PM, Robert Haas wrote: On Tue, Jul 20, 2010 at 12:07 AM, Robert Haas <robertmhaas(a)gmail.com> wrote: On Tue, Jul 20, 2010 at 12:02 AM, David Christensen <david(a)endpoint.com> wrote: I would propose to print instead: You are connected to database "rhaas" via local so... 21 Jul 2010 22:24
psql \conninfo command (was: Patch: psql \whoami option)
On Sun, Jul 18, 2010 at 2:00 PM, David Christensen <david(a)endpoint.com> wrote: Updated the commitfest entry with the patch, updated the title to reflect the actual name of the command, and marked as ready for committer. I took a look at this patch. One problem is that it doesn't handle the case where there is n... 21 Jul 2010 23:29
[COMMITTERS] pgsql: pgindent run for 9.0, second run
On Tue, Jul 6, 2010 at 3:19 PM, Bruce Momjian <momjian(a)postgresql.org> wrote: Log Message: ----------- pgindent run for 9.0, second run It appears that the <expletive> git mirror has deduced the wrong contents for this commit. Apparently as a result, when I build from git master, the dblink regression te... 20 Jul 2010 13:34
Parsing of aggregate ORDER BY clauses
2010/7/19 Tom Lane <tgl(a)sss.pgh.pa.us>: I looked into the problem reported here: http://archives.postgresql.org/pgsql-bugs/2010-07/msg00119.php 1. Postpone coercion of the function inputs till after processing of the ORDER BY/DISTINCT decoration. �This isn't too good because then we'll be using the "w... 27 Jul 2010 20:36
Earn more for a good life. adipoma absinth albizias
Special News for you! Do you want a good future, double in earning power, and brownie points? Special offer: We can assist with Diplomas from prestigious universities based on your present knowledge and professional experience. Get a Degree in 6 weeks with our program! ~Our program will help ALL with pro... 19 Jul 2010 19:04
[HACKERS] Patch review: make RAISE without arguments work like Oracle
I'd like to mark this as Ready for Committer :) Review below. Cheers, David. == Submission review == * Is the patch in context diff format? Yes. * Does it apply cleanly to the current CVS HEAD? Yes, with a few offsets. patch -p0 < ../reraise_issue_PG_v1.patch patching file src... 19 Jul 2010 16:52
Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle
Joe Conway wrote: "make dcheck" is running now (although seems rather slow). Yeah, most of those tests completely reset the environment for each permutation. I thought about changing it to update back to the same "visible" initial state each time, but it struck me that since this would accumulate more an... 18 Jul 2010 23:30
[HACKERS] psql \conninfo command (was: Patch: psql \whoami option)
On Jul 18, 2010, at 12:33 PM, David Christensen wrote: On Jul 18, 2010, at 12:30 PM, Tom Lane wrote: David Christensen <david(a)endpoint.com> writes: machack:machack:5432=# \c "foo""bar" You are now connected to database "foo"bar". What this is reflecting is that backslash commands h... 18 Jul 2010 18:07
Review: Row-level Locks & SERIALIZABLE transactions,postgres vs. Oracle
On 07/18/2010 11:41 AM, Kevin Grittner wrote: I'm attaching a fresh patch, but I think the only differences are: <snip> Thanks for the detailed info. I managed to make my way through much of the background info in the papers and wiki yesterday, so I will start reviewing shortly. If you spot anythin... 18 Jul 2010 22:25
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30