changed source files. MMK, * MMK (bomuvi(a)yahoo.com) wrote: How does one find out what source files were modified between two releases? For example, what .c and .h changed between 8.4.3 and 8.4.4? The Notes do not mention specific source files. You can pull down the CVS tags for each and then run a recursive diff.. Thanks,... 21 May 2010 16:07
Specification for Trusted PLs? * David Fetter (david(a)fetter.org) wrote: I have been looking for a document which specifies what trusted and untrusted PLs must do and forbid, so far without result. I think you might have been missing the tree for the forest in this case.. :) I'm sure you've seen this, but perhaps you weren't thinking abou... 30 May 2010 02:35
[HACKERS] Specification for Trusted PLs? Folks, I feel dumb. I have been looking for a document which specifies what trusted and untrusted PLs must do and forbid, so far without result. Where do we document this, and if we don't where *should* we document this? Cheers, David. -- David Fetter <david(a)fetter.org> http://fetter.org/ Phone: +1 4... 21 May 2010 09:30
Why SELECT keyword on parser is written as SELECTME ? On Thu, May 20, 2010 at 11:41 PM, Mohammad Heykal Abdillah <heykal.abdillah(a)gmail.com> wrote: I just wonder why "select" keyword token in PostgreSQL is identified as "selectme" (at src/backend/parser/keywords.c)? Whats it's the different between "select" and "selectme" ? The string "selectme" doesn't ap... 21 May 2010 00:51
[HACKERS] Why SELECT keyword on parser is written as SELECTME ? All, I was trying to implement some database language into PostgreSQL. Let's say an SQL command that using local language as it's command. I know it's not standard, but it's not the issue for me. I made a lot modification in "scan.l" and "gram.y" and related file in parser (src/backend/parser). So far my modif... 20 May 2010 23:46
[RFC][PATCH]: CRC32 is limiting at COPY/CTAS/INSERT ... SELECT + speeding it up On Thu, May 20, 2010 at 4:27 PM, Andres Freund <andres(a)anarazel.de> wrote: I looked a bit around for faster implementations of CRC32 and found one in zlib. After adapting it (pg uses slightly different computation (non- inverted)) I found that it increases the speed of the CRC32 calculation itself 3 fold. ... 30 May 2010 06:49
ERROR: GIN indexes do not support whole-index scans "Kevin Flanagan" <kevin-f(a)linkprior.com> writes: Why would adding "target_lang_code='en'" cause this error? Hard to tell without seeing the index definitions for this table. Also could we see the EXPLAIN plans for both queries? (If possible .... I'm not sure whether you'd get this error just from EXPLAINing t... 21 May 2010 05:09
[HACKERS] ERROR: GIN indexes do not support whole-index scans Could anyone advise as to how to avoid this error? I'll describe the table and query below. The database contains a table 'tinytm_segments', which has two text columns, 'source_text' and 'target_text'. These are used to store sentences and their translations. The language of the text is specified with typica... 20 May 2010 17:13
Fwd: PGBuildfarm member colugos Branch HEAD Status changed from OK to StartDb-C:3 failure On Thu, May 20, 2010 2:12 pm, Tom Lane wrote: It's annoying though that the buildfarm script didn't capture the relevant log file in this particular failure case. Andrew, can we get that fixed? It was captured, but apparently had no new content - not surprising if it ran out of space. cheers ... 20 May 2010 16:07
Fwd: PGBuildfarm member colugos Branch HEAD Status changed from OK to StartDb-C:3 failure Robert Creager <rsc(a)logicalchaos.org> writes: If anyone is interested, I think this failure was accompanied by the following: [ apparent PANIC in UpdateControlFile ] Hmm, do you have the panic message in the postmaster log? So far as I can tell, the postmaster log isn't captured anywhere in the buildfarm re... 20 May 2010 16:07 |