First
|
Prev |
Next
|
Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
[HACKERS] How to modify default Type (TSQuery) behaviour? Hi all I've asked related question on General list, but got no answer, although I have been able to work around that issue a little bit. There is one snag I encountered and I have no idea on how to work it out. I need to modify TSQuery object (add another operator and do some stuff with it) - this is done and... 9 Apr 2010 05:37
extended operator classes vs. type interfaces Hi, First, I like the way you got back to the needs before trying to organize an approach to find a solution. Having said it allows me to cut a lot of your text, it's the one I agree with :) Robert Haas <robertmhaas(a)gmail.com> writes: Given a type T, I think we'd like to be able to define a type U as "the... 23 Apr 2010 21:20
a faster compression algorithm for pg_dump On Fri, Apr 9, 2010 at 12:17 AM, Joachim Wieland <joe(a)mcknight.de> wrote: One question that I do not yet see answered is, do we risk violating a patent even if we just link against a compression library, for example liblzf, without shipping the actual code? Generally patents are infringed on when the pro... 14 Apr 2010 22:16
[HACKERS] C-Language Fun on VC2005 ERROR: could not load library Hi, I'm using VC2005 to create PG C-language Fun in my contrib xml_index, which import other library, and I have add the include and lib directory by changing Mkvcbuild.pm and config.pl. But after I executed the following commands: build DEBUG perl install.pl "C:\Program Files\PostgreSQL\8.3" ... 9 Apr 2010 00:10
[HACKERS] a faster compression algorithm for pg_dump I'd like to revive the discussion about offering another compression algorithm than zlib to at least pg_dump. There has been a previous discussion here: http://archives.postgresql.org/pgsql-performance/2009-08/msg00053.php and it ended without any real result. The results so far were: - There exist BSD-licen... 8 Apr 2010 19:42
LETTER Hon.Musa Suleman. Chairman,Contract award committee(N.N.P.C). Maputo Street Zone 3 Wuse- Abuja-Nigeria. Sir, Re: PAYMENT AUTHENTICATION. I am Hon.Musa Suleman, chairman,contract award committee,Nigeria National Petroleum Corporation (N.N.P.C); my office monitors and controls the affairs... 8 Apr 2010 18:34
[HACKERS] some more data corruption Hi, So I'm still investigating data corruption issues. They have some serious TOAST index corruption too; for example, For example, notice how an indexscan returns invalid chunk_ids here: select xmin,xmax,ctid,cmin, chunk_id, chunk_seq,length(chunk_data) from pg_toast.pg_toast_18141 where chunk_id between... 8 Apr 2010 17:27
I need your help in investment? Dear Sir, I am looking for interested individuals or companies that can receive my family inheritance money for investment, and want the person to assume responsibility of management on investment. My late father stored US$8,500,000.00 dollars cash in a safe place to avoid government knowledge for his supposed ... 8 Apr 2010 15:11
[HACKERS] Unsafe threading in syslogger on Windows On Windows, syslogger uses two threads. The main thread loops and polls if any SIGHUPs have been received or if the log file needs to be rotated. Another thread, "pipe thread", does ReadFile() on the pipe that other processes send their log messages to. ReadFile() blocks, and whenever new data arrives, it is proces... 8 Apr 2010 11:01
Hot Standby: Startup at shutdown checkpoint On Tue, 2010-04-06 at 10:22 +0100, Simon Riggs wrote: Initial patch. I will be testing over next day. No commit before at least midday on Wed 7 Apr. Various previous discussions sidelined a very important point: what exactly does it mean to "start recovery from a shutdown checkpoint"? If standby_mode is ... 14 Apr 2010 06:35 |