threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hello.\n\nI'm busy writing an IP accounting DB using nacctd and postgres.\nThe data gets inserted correctly into the database and I can run the\nselect queries that I desire. \n\ne.g. (select sum(size) from iptraff where srcip = \"209.100.30.2\") gives\nme the total bytes that that particula... |
[
{
"msg_contents": "> Modified Files:\n> lock.sgml set.sgml\n> Log Message:\n> Add input parameters for LOCK TABLE. Still needs explanation from Vadim.\n> Fix markup.\n\nI've fixed the markup on these files so they will build cleanly. Also,\nI've augmented the \"Inputs\" area for the new locking paramete... |
[
{
"msg_contents": "Well, after a delay of a lot of months (sorry, huge personal crises!) I am\nhappy to report that this works now, at least on a cursory test. I'll hit\non it a bit harder soon and report back, but hopefully this patch'll be in\ntime for 6.5? Certainly it works better now than before so maybe i... |
[
{
"msg_contents": "Hi Hackers,\n\nI found some bugs in the latest snapshot (dated 19990606). I had some\ncompilation errors which I have fixed with the following patches:\n\necpg.patch (wrong makefile expansion in some cases)\n\n\tthe ecpg Makefiles use a variable DESTDIR which is never defined\n\texcept by deb... |
[
{
"msg_contents": "Hi,\n\nI have updated my contrib code for version 6.5. In the attachment you will\nfind the directories array, datetime, miscutil, string, tools and userlocks\nwhich replace the corresponding directories under contrib.\n\nIn contrib/tools you will find some developement scripts which I use wh... |
[
{
"msg_contents": "Tried to get changes:\n\npg@nature:~/cvs$ uppgsql \nFatal error, aborting.\n: no such user\n\n\tRegards,\n\n\t\tOleg\n\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomical Institute, Moscow University (R... |
[
{
"msg_contents": "I obtained Oracle for Linux and did some comparisons with PostgreSQL\n6.5 current using the test suite I mentioned before that is good to\ncreate heavy loads.\n\nWith default postmaster settings (postmaster -S -i), PostgreSQL was\nseveral times slower than Oracle. However with -F (postmaster ... |
[
{
"msg_contents": "Hello.\n\nI'm busy writing an IP accounting DB using nacctd and postgres.\nThe data gets inserted correctly into the database and I can run the\nselect queries that I desire. \n\nE.g. (select sum(size) from iptraff where srcip = \"209.100.30.2\") gives\nme the total bytes that that particular... |
[
{
"msg_contents": "> How can we create the entire parse tree first,\n> then traverse it?\n> > > We've downloaded postgresql (latest version). We would like\n> > > to print the parse tree. Any help or guidance will be appreciated.\n> > Use EXPLAIN VERBOSE on a query, or run the postmaster from a terminal\n> > wi... |
[
{
"msg_contents": "Here is a parody of the post-6.5 PostgreSQL history. I am interested in\nadditional ideas and comments. Not sure if I am going to publish this\nor put it on the web page yet.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us ... |
[
{
"msg_contents": "hi all,\n\nI want to build subsubtotals of a column (rechnr, for example). this\nfield should be incremented, whenever the field \"baust\" changes.\nI'm able to increment a field by a function:\n\ncreate function add_intsum(varchar,int8) returns int8\n as' update sum_table set intsum=((intsu... |
[
{
"msg_contents": "Hiroshi Inoue wrote:\n> \n> I have downloaded snapshot(99/06/04) and retried.\n> But the result didn't change.\n\nI run Hiroshi' test locally and got the same ERROR.\nNow I see that my changes in xact.c can't fix\nXmaxRecent vacuum problem, though they avoid ability\nto get the same tuple twi... |
[
{
"msg_contents": "I have been puzzling out the coding in _bt_binsrch() in\nbackend/access/nbtree/nbtsearch.c, with an eye to speeding it up for\nthe many-equal-keys case. I have finally worked out exactly what it's\ndoing, to wit:\n\n * On a leaf page, we always return the first key >= scan key\n * (w... |
[
{
"msg_contents": "Hello\n\nhave somebody a De-Compiler for C++ or PASCAL\nPLEASE give it to me \n\n\n\n\nMr. Boom from Germany\n",
"msg_date": "Sun, 06 Jun 1999 09:59:08 +0200",
"msg_from": "Axel Thomas <axel_thomas@t-online.de>",
"msg_from_op": true,
"msg_subject": "!!!!I NEED A DE-COMPILER!!!... |
[
{
"msg_contents": "Hello!\n\nPostgreSQL 6.4.2.\n\nran=> create table t (some_number int4, some_string text);\nCREATE\nran=> insert into t values(-1,'a');\nINSERT 20362 1\nran=> insert into t values(1,'d');\nINSERT 20363 1\nran=> create view v as select * from t where some_number>=0;\nCREATE\nran=> insert into v... |
[
{
"msg_contents": "I've been following this thread via Usenet and wanted to weigh in as a\nlarge application developer using Postgresql on Linux. I want to thank\neveryone for their wonderful work on getting the database to where it is\ntoday. I haven't seen the following discussed at length anywhere and\nhop... |
[
{
"msg_contents": "I've been following this thread via Usenet and wanted to weigh in as a\nlarge application developer using Postgresql on Linux. I want to thank\neveryone for their wonderful work on getting the database to where it is\ntoday. I haven't seen the following discussed at length anywhere and\nhop... |
[
{
"msg_contents": "I've been following this thread via Usenet and wanted to weigh in as a\nlarge application developer using Postgresql on Linux. I want to thank\neveryone for their wonderful work on getting the database to where it is\ntoday. I haven't seen the following discussed at length anywhere and\nhop... |
[
{
"msg_contents": "Greetings once again. I've been following recent threads on problems with\nlarge objects and the possibility of plans for unlimited-size tuples in\nversion 6.6 (as a replacement). I was wondering if there was a list of\nall the Large Object known problems/limitations/drawbacks as of 6.5. \... |
[
{
"msg_contents": "I have updated the TODO list, rearranging it. Here is the top of the\n\"Enhancements\" list:\n\n * Add referential integrity\n * Add OUTER joins, left and right(Thomas)\n * Allow long tuples by chaining or auto-storing outside db (chaining,large objs)\n * Fix memory leak for expressions?, ag... |
[
{
"msg_contents": "\nI am just creating this now...this is to be considered the first *releaes*\ncandidate for v6.5 ...\n\nI expect there to be *no more* commits to the source tree until after a\nformal release is done...\n\nBaring any bugs, this will become the formal release as of 15:30EST on\nWednesday, givi... |
[
{
"msg_contents": "\n========================================================\nFreeBSD thelab.hub.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Apr 5\n> grep fail regress.out\nfloat8 .. failed\ngeometry .. failed\n========================================================\n\nMarc G. Fournier ICQ#... |
[
{
"msg_contents": "\n> \"Victoria W.\" <wicki@terror.de> writes:\n> > CREATE FUNCTION add_rechnr(int4) RETURNS int4\n> > AS '/usr/local/pgsql/lib/modules/funcs.so' LANGUAGE 'c';\n> \n> I don't think there is an \"unload shared library\" function in Postgres\n> (it'd be hard or impossible to implem... |
[
{
"msg_contents": "\n> The main problem is just programistic: you will have to add\n> heap tid to the end of index tuples on internal index pages,\n> but on leaf pages heap tid is in the begin of index tuples\n> (inside of btitem struct).\n> \nWhile I absolutely like the idea of having the heap tid in the index... |
[
{
"msg_contents": "\n> >By the way, may I ask more question regarding Oracle? You mentioned\n> >the magic of no-fsync in Oracle is actually a bug. Ok, I understand. I\n> >also heard that Oracle does some kind of redo-log bufferings. Does\n> >this mean certain committed data might be lost if the system crashed\n... |
[
{
"msg_contents": "Hi Guys.\n\nHas anyone heard of Smalltalk interfaces to PostgreSQL? Through ODBC\npossibly?\n\nThanx,\nDuane\n",
"msg_date": "Mon, 7 Jun 1999 11:03:14 +0000 (AST)",
"msg_from": "Duane Currie <dcurrie@sandman.acadiau.ca>",
"msg_from_op": true,
"msg_subject": "PGSQL Interface f... |
[
{
"msg_contents": "Just experienced, located - this will take 10 mins\nto fix it. Old one...\n\nVadim\n",
"msg_date": "Mon, 07 Jun 1999 22:14:25 +0800",
"msg_from": "Vadim Mikheev <vadim@krs.ru>",
"msg_from_op": true,
"msg_subject": "deadlock in btree..."
}
] |
[
{
"msg_contents": "> Update of /usr/local/cvsroot/www/html/docs\n> Added Files:\n> Pg.pm.html faq-dev-english.html faq-english.html faq-hpux.html\n> faq-irix.html faq-linux.html\n> Removed Files:\n> Pg.pm.shtml faq-dev-english.shtml faq-english.shtml\n> faq-hpux.shtml faq-irix.sh... |
[
{
"msg_contents": "> Update of /usr/local/cvsroot/pgsql/src/backend/parser\n> In directory hub.org:/tmp/cvs-serv80148/parser\n> \n> Modified Files:\n> \tgram.y \n> Log Message:\n> Repair recently-introduced error in makeIndexable for LIKE:\n> a non-leading % would be put into the >=/<= patterns. Also, repair\n... |
[
{
"msg_contents": "Deadlock is fixed but seems that I found another one, in btree\nagain, that bit me today all day long.\n\nVadim\n",
"msg_date": "Mon, 07 Jun 1999 22:43:49 +0800",
"msg_from": "Vadim Mikheev <vadim@krs.ru>",
"msg_from_op": true,
"msg_subject": "new one"
},
{
"msg_conten... |
[
{
"msg_contents": "\n> One reason to do truncate is that if it is a symbolic link to another\n> driver, that link will stay, while unlink will not, and will recreate on\n> on the same drive.\n> \nThat is the first good argument in favor of truncate other than \ncoding issues. I like it. It is actually very good... |
[
{
"msg_contents": "\nOn AIX 4.3.2 the third line in template/aix_42:\nSHARED_LIB:\n\nneeds to be changed to:\nSHARED_LIB:-lc\n\nI think this was also needed on AIX 4.2. Comments Please !!\n\nIf nobody objects, I suggest to make this change, since it cannot\nbreak AIX 4.2 and is necessary on AIX 4.3\n\nAndreas\n... |
[
{
"msg_contents": "Can we get the %% to % back in there until we can do a complete fix for\nthis? I promise to add ESCAPE for 6.6.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830... |
[
{
"msg_contents": "try :\n select '209.100.30.2'::inet<<='209.100.30.0/24';\n\nHey, I know nothing about the inet type or IPv4 or v6 but I found this one\nby using \\do in psql.\n\t-DEJ\n\n> -----Original Message-----\n> From:\tbse@games.global.co.za [SMTP:bse@games.global.co.za]\n> Sent:\tFriday, June 04, 199... |
[
{
"msg_contents": "I am updating a database from 6.4 to 6.5. This statement was produced\nby 6.4.2's pg_dumpall but is not accepted by 6.5:\n\n CREATE RULE \"rtest_v1_upd\" AS ON UPDATE TO \"rtest_v1\" \n DO INSTEAD UPDATE rtest_t1 SET \"a\" = new.\"a\", \"b\" = new.\"b\"\n WHERE \"a\" = current.\"a\"... |
[
{
"msg_contents": "Hi Kaare,\n\ndo you mean /rdb. I have used it with Coherent. It was distributed 1992\ntogether with Coherent under the copyright of Revolutionary Software,\nInc.\n\nThere should exist one book (Schaffer?).\n\n-Egon\n",
"msg_date": "Tue, 08 Jun 1999 00:07:25 +0200",
"msg_from": "Egon S... |
[
{
"msg_contents": "Release 6.5beta2\n\nI've used pg_upgrade to import data from 6.4.2.\n\nThe tables are created correctly, as far as I can see, but the data gets\nlost, so that no tuples are visible in any table I have yet looked at.\nThe data is actually present, because I can see it if I use `od -c' on\na ta... |
[
{
"msg_contents": "Marc,\n\nI would like you remind that the tar ball file name and the top source\ndirectory name for the official release are better assigned in the\nsame convention as previoius release. I mean:\n\ntar ball:\tpostgresql-6.5.tar.gz\ndirectory:\tpostgresql-6.5\n\nwould be nice. If you alredy de... |
[
{
"msg_contents": "\n> - Up time. This means hot backup and no locking of the database during\n> vacuum.\n> \nIf Vadim made the change to make pg_dump dump in one transaction then \nPostgreSQL already has \"hot backup\" in 6.5. This will do a consistent\nsnapshot of your database as it was when pg_dump began as... |
[
{
"msg_contents": "There seems to be a problem with MakeIndexable(), though I haven't\nconfirmed that the problem lies there:\n\npostgres=> select * from t1 where i like '2';\nERROR: pg_atoi: error in \"2�\": can't parse \"�\"\n\nistm that this query should behave itself, or at least fail in some\nother wa... |
[
{
"msg_contents": "I'm talking with the Debian porters for Alpha architecture, who are having\ntrouble getting 6.5beta2 to work properly. \n\nIs there anyone using this setup? If so, do you get a good regression test\nresult? (They don't.)\n\n\nThis patch was necessary for them to get 6.5beta2 to build at all... |
[
{
"msg_contents": "What about potential deadlocking issues with vacuum? Haven't tried to\ndeadlock vacuum, but wondering if it's possible.\n\t-DEJ\n\n> -----Original Message-----\n> From:\tBruce Momjian [SMTP:maillist@candle.pha.pa.us]\n> Sent:\tTuesday, June 08, 1999 11:41 AM\n> To:\tThomas Lockhart\n> Cc:\tV... |
[
{
"msg_contents": "In the 6.5beta2 distribution, contrib/spi/preprocessor contains step1.e:\n\n$ file step1.e\nstep1.e: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked \n(uses shared libs), not stripped\n\nIt isn't built by the Makefile. \n\nIs there some special reason for including this... |
[
{
"msg_contents": "\nSELECT * FROM test WHERE test IN (SELECT * FROM test) fails with strange error\nRegression test for new Numeric type\nrefint problems\ninvalidate cache on elog failure, abort is OK\nlarge objects security problem\nspinlock stuck problem\nbenchmark performance problem, index lookups on entri... |
[
{
"msg_contents": "\"Vadim B. Mikheev - CVS\" wrote:\n> \n> Update of /usr/local/cvsroot/pgsql/doc/src/sgml/ref\n> In directory hub.org:/tmp/cvs-serv54505\n> \n> Modified Files:\n> lock.sgml set.sgml\n> Log Message:\n> MVCC updation.\n\nI'll update lock.l and set.l tomorrow.\n\nVadim\n",
"msg_date":... |
[
{
"msg_contents": "What is the release date now? Still tomorrow?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. | Drexel H... |
[
{
"msg_contents": "Oleg Broytmann <phd@emerald.netskate.ru> writes:\n> I know exactly 1 (one) program that incorporate (embed) Perl interpreter\n>- - it is editor VIM (well-known vi-clone from www.vim.org). I think anyone\n>who want to learn how to embed perl may start looking int vim sources.\n\nAlso now GIM... |
[
{
"msg_contents": "At 14:40 8/06/99 +0400, you wrote:\n>Hello!\n>\n>On Tue, 8 Jun 1999, Jan Wieck wrote:\n>> This time, the Perl interpreter has to become a silly little\n>> working slave. Beeing quiet until it's called and quiet\n>> again after having served one function call until the b... |
[
{
"msg_contents": "\nOnce more, this is a release candidate...I was considering holding off\nuntil Thursday, and if anyone feels that we should, please feel free to\npop up, but unless anyone objects, I'm going to continue working on a\nWed @ 15:30EST release...\n\nNote that if anyone commits any source code ch... |
[
{
"msg_contents": "I have just talked to Thomas Lockhart, and he will need a few days to\nfinish up the docs. He has said he needs some time once all the changes\nare made. There are over 800 pages of documenation, so it takes some\ntime to complete.\n\nI recommend a Monday, June 14th release date. I know it... |
[
{
"msg_contents": "Dear All,\n\nI have written a STDEV aggregate function which seems to work; the only problem is that I am not sure that the method I am using was intended by the designers of aggregates.\n\nI am using the first parameter of sfunc1 to store a pointer to a context record, and sfunc1 creates and... |
[
{
"msg_contents": "Dear All,\n\nI've been working (a little) on external functions and laguages recently, and was wondering how PG handles updates to libraries and/or stored procedures in the context of transactions. This is probably most relevant to Perl, but really applies to any external function.\n\nIf:\n\n... |
[
{
"msg_contents": "Hello,\n\nSorry that I picked this too late in the release cycle, but other work \nprevented my earlier involvement in the testing.\n\nThere are at least two serious problems that I discovered so far with Postgres \n6.5 beta2 and beta3 (running on BSD/OS 4.0.1):\n\n1. LIKE with indexes works ... |
[
{
"msg_contents": "Yes,\n\nI do build with --enable-locale, but I do not build with --enable-mb and do \nnot use client_encoding or server_encoding.\n\nThe content of the keys is in cyrillic. I have LC_CTYPE=CP1251 in the \nenvironment in both server and client, and this has worked for me in 6.4.2.\n\nRegards,\... |
[
{
"msg_contents": "I have the fix and it must be applied, but at the moment I'm\nnot able to do cvs update (network problems?).\n\nI'll apply (and explain) it tomorrow.\n\nVadim\n",
"msg_date": "Wed, 09 Jun 1999 19:56:50 +0800",
"msg_from": "Vadim Mikheev <vadim@krs.ru>",
"msg_from_op": true,
"m... |
[
{
"msg_contents": "> >> well, right? I compile alot on an alphapca56-* machine and the compile\n> >> will fail without it unless I add a --host= configure option otherwise.\n> >> Plus, there are alot of these Alphas out there now, so I wanted to make\n> >> sure all of them were covered. The alphapca57... |
[
{
"msg_contents": "Further to my cyrillic charset (--enable-locale) introduced woes, I would like \nto add, that when recompiling Postgres 6.5 without --enable-locale now the \nquery runs reasonably fast and explain gives:\n\nIndex Scan using w_k_words_i on words (cost=1112.13 rows=1 width=12)\n\ninstead of \n... |
[
{
"msg_contents": "\nThe following query produces the following error\n\nBUT...\n\nif I take out the \"*\" from category* it starts to work. Unfortunately I need the \"*\" for my purposes. Bug?\n\nThis is from CVS of about a week ago.\n\nSELECT question.title, count(comment.oid) FROM question, category*,comment... |
[
{
"msg_contents": "Hi!\nCan somebody answer my question:\nI wanna hack a WINNT System with Novel Netware installed.\nI think the only way to do this is copying the sam. file and to decrypt\nthe passwords in it. But the problem is: this file is in use while\nrunning WINNT and so you have no access. But the compu... |
[
{
"msg_contents": "\n> > Perhaps the locale data can be used to gather this information?\n> \n> It's certainly there ! locale data contains all information about\n> specific character set and encoding. Is it possible to use it to create\n> indices ? It should be slower but benefits of using indices will cover\n... |
[
{
"msg_contents": "Hi,\n\nI have a problem with large queries: I have a table with 300000 rows and\nwhen I try the following query the backends runs out of memory:\n\n select upper(name) from my_table;\n\nThe following queries without funcs or with funcs of int4 work fine:\n\n select name from my_table;\n se... |
[
{
"msg_contents": "I noticed a couple of days ago that the current sources coredump if you\ntry to use GROUP BY on the first sub-SELECT of a UNION, eg\n\ncreate table category (name text, image text, url text, parent oid);\n\nselect name from category group by name\nunion select image from category;\n\n=> kerbo... |
[
{
"msg_contents": "Hannu Krosing <hannu@trust.ee> writes:\n>in single-byte locales it should be easy:\n\nIf you do it right, in double-byte locales as well.\n\n>1. sort a char[256] array from 0-255 using the current locale settings,\n> do it once, either at startup or when first needed.\n\nOr, alternatively, ma... |
[
{
"msg_contents": "Well, I fixed one of two problems shown by Mark Wright\napplication (below) and found that subj doesn't work correctly:\n\n--session1:\ncreate table t (x int, y int);\ninsert into t values (1, 1);\ninsert into t values (2, 2);\nbegin;\nupdate t set x = 3 where x = 1;\n\n--session2:\nselect * ... |
[
{
"msg_contents": "\nThe following query produces the following error\n\nBUT...\n\nif I take out the \"*\" from category* it starts to work. Unfortunately I\nneed the \"*\" for my purposes. Bug?\n\nThis is from CVS of about a week ago.\n\nSELECT question.title, count(comment.oid) FROM question,\ncategory*,comme... |
[
{
"msg_contents": "We have an application which imports a significant\namount of data from a mainframe on a nightly basis.\nThe application which does this wraps its code in \na BEGIN/END transacation. During the process, \nindexes are dropped and recreated. If the process is \nnot successful, the indexes are... |
[
{
"msg_contents": "Hi all\n\nI hope no one finds this the wrong Mailing List, but I would like to\nrequest/propose a change in PostGres. (I may even hack this one in\nmyself if no one objects.)\n\nIt seems that ANY error in postgres voids the entire transaction. I.e.\nif an error occurs, one must immediately ... |
[
{
"msg_contents": "Hi, all.\n\nI have found what seems to be a 64/32-bit problem while testing the latest\ncvsup'ed source on an alpha running Digital Unix 4.0d. After fixing a bug\nin the 'money' type that prevented the rules regression test from working\n(I sent a patch to pgsql-patches but was told by Bruce ... |
[
{
"msg_contents": "What's the situation with foreign keys? Do we have them in 6.5?\n\nMichael\n-- \nMichael Meskes | Go SF 49ers!\nTh.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!\nTel.: (+49) 2431/72651 | Use Debian GNU/Linux!\nEmail: Michael.Meskes@gmx.net ... |
[
{
"msg_contents": "While playing with --enable-locale and the like expressions I came across this \nphenomenon ('somestring' is in cyrillic - last 64 codes from 0xa0 to 0xff)\n\nSELECT key FROM t WHERE key ~* 'somestring'\n\nreturns the correct answers, properly matching upper/lower case characters - \nthis wit... |
[
{
"msg_contents": "...as well as another bug described below.\nSo, Mark, you can use select order by for update now, \nbut be aware that such queries may return unordered\ndata if sort-keys will be changed by concurrent xactions.\n\nMy hands are mostly away from sources now, though I still\nget Assert in vacuum... |
[
{
"msg_contents": "From: Vadim Mikheev <vadim@krs.ru>\n\n|> There is another problem in subj - sometimes application gets\n|> ERROR: EvalPlanQual: t_xmin is uncommitted ?!\n|> I'll try to find why. Mark (Wright), could you avoid\n|> order by in PL function? If you really need in ordered\n|> updates then try to ... |
[
{
"msg_contents": "In message \"Re: Real Programmers (was: [HACKERS] Priorities for 6.6)\", \nyou write:\n\n>>\n>>\n>> Hey, why don't you just overwrite the jmp instruction with a nop....\n>>\n>\n> Hmmmm - this would require that the code segment is writable\n> what it isn't on most modern systems.\n>\n>... |
[
{
"msg_contents": "\nWith the recent changes, here's the new release candidate for Monday ...\n\nftp://ftp.postgresql.org/pub/Beta/postgresql-v6.5beta4.tar.gz\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org s... |
[
{
"msg_contents": "\nOne Beeg Table:\n\n---snip---\n/dev/hdc1 6033323 5414189 306672 95% /var/lib/pgsql\n---snip---\n\n---snip---\nlocal-mon:/var/lib/pgsql/data/base/corona # ls -l iptraffic*\n-rw------- 1 postgres daemon 2147475456 Jun 11 03:16 iptraffic\n-rw------- 1 postgres daemon ... |
[
{
"msg_contents": "Hi!\nI have following problem:\n\nI use php with postgres as backend. Every time, I run some queries,\npostgres creates a lot of processes - this causes extremely high processor\nusage. \nI execute some queries in quasi-parallel way, cause I need its results.\nBut other are executing and ever... |
[
{
"msg_contents": "\n Does anybody use postgres on this animal?\n\n UNIX_SV its-sp 4.2MP 2.1.2 i386 x86at SCO UNIX_SVR4\n UX:cc: INFO: Optimizing C Compilation System (CCS) 3.0 09/26/96 (u211mr1)\n Postgres 6.5 current CVS\n\nI have problem to configure:\n\n>> dms@its-sp:~/current/pgsql/src>./configure\n>>... |
[
{
"msg_contents": " All,\n\nAre there separate UNIX client package to build it \nwithout whole postgres ?\n\n---\nDmitry Samersoff, dms@wplus.net, ICQ:3161705\nhttp://devnull.wplus.net\n* There will come soft rains ...\n",
"msg_date": "Fri, 11 Jun 1999 17:15:57 +0400 (MSD)",
"msg_from": "Dmitry Samerso... |
[
{
"msg_contents": "Hi,\n\nplease apply the included patch. It corrects the headers in src/win32 -\nthere are some missing #endif.\n\n\t\t\tDan\n\n----------------------------------------------\nDaniel Horak\nnetwork and system administrator\ne-mail: horak@mmp.plzen-city.cz\nprivat e-mail: dan.horak@email.cz ICQ... |
[
{
"msg_contents": "> Applied. You man want to give us a fix for /template/.similar for that\n> platform, if needed to configure guesses the proper platform.\n> \n> > This patch should enable 6.5 to build on Motorola 68000 architecture. It comes\n> > from Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>.\n... |
[
{
"msg_contents": "There are a couple of places in the docs where the term \"DML\" is used,\nbut it is not defined anywhere. What exactly does it stand for and how\nwould you define it?\n\n - Thomas\n\n-- \nThomas Lockhart\t\t\t\tlockhart@alumni.caltech.edu\nSouth Pasadena, California\n",
... |
[
{
"msg_contents": "Hi Hackers,\n\nI don't like last minute patches before the final freeze, but I believe that\nthis one could be useful for people experiencing out-of-memory crashes while\nexecuting queries which retrieve or use a very large number of tuples.\n\nThe problem happens when storage is allocated fo... |
[
{
"msg_contents": "Hi,\n\nwhile playing with aggregates I found this bug in the planner:\n\ndz=> select count(1) from my_table;\npqReadData() -- backend closed the channel unexpectedly.\n This probably means the backend terminated abnormally\n before or while processing the request.\nWe have lost ... |
[
{
"msg_contents": "What does this error message means ?\n\nI did a query:\ndiscovery=> select a.msg_id,b.key_id into qq from publications a, keywords b where a.title ~* b.name and b.key_id in ( select key_id from keywords);\nERROR: regcomp failed with error empty (sub)expression\n\nI found what's the probl... |
[
{
"msg_contents": "Two small patches:\n\n1)\tmake default NBuffers = DEF_MAXBACKENDS*2 as required by check in\n\tPostmasterMain().\n\n2)\tcheck for QueryCancel in the copy command. Maybe we should do the\n\tsame in vacuum command (Vadim?). \n\n\n*** src/include/miscadmin.h.orig\tWed May 26 09:06:39 1999\n--- s... |
[
{
"msg_contents": "I have Web site where I use persistent connection between\nhttpd (Apache) and database (postgres,6.5). I noticed strange\nresults I got after reloading page with results from query\nwhen I destroydb , createdb, fill db ( with the same data ).\nIt seems backend doesn't close connection when db... |
[
{
"msg_contents": "It appears the Postgres Web site is down right now, so I can't\nlook this up in the archives.\n\nAnyone know how to fix this?\n\nThanks.\n\n_______\n\n\naasc24>createdb doda\naasc24>psql -c \"select datetime 'now'\" doda\n?column? \n----------------------------\nSun Jun 13 ... |
[
{
"msg_contents": "*** src/bin/psql/psql.c.orig\tSat Jun 5 09:00:38 1999\n--- src/bin/psql/psql.c\tSun Jun 13 10:34:05 1999\n***************\n*** 2875,2880 ****\n--- 2875,2887 ----\n \t\tpqsignal(SIGINT, handle_sigint);\t\t/* control-C => cancel */\n #ifdef USE_READLINE\n \t\tsettings.useReadline = 1;\n+ \t... |
[
{
"msg_contents": "\nI just packaged up a Beta5 that represents what is planned for release\ntomorrow. I'll bundle up one last bundle tomorrow night *is* anything\n*really* has to get added before we release, but, otherwise, consider that\none what is to be released at 15:30EST tomorrow...\n\nMarc G. Fournier ... |
[
{
"msg_contents": "The conversion tables are declared as \"char []\" not \"unsigned char[]\",\nwhile they are passed to \"unsigned char*\".\nIs there any reason to prevent declaring as \"unsigned char[]\"?\n\nA patch is following my signature.\n--------\nTomoaki Nishiyama\n e-mail:tomoaki@biol.s.u-tokyo.ac.jp\... |
[
{
"msg_contents": "\n> The change was:\n> #if defined(__mc68000__)\n> to:\n> #if defined(__mc68000__) && defined(__linux__)\n> in s_lock.h.\n\n> I think the change I made in s_lock.h should make both NetBSD/m68k\n> and Linux/m68k happy. Can some Linux/m68k folks confirm it?\n\nSure, this can't cause any trouble... |
[
{
"msg_contents": "It looks like the counts for records found are happening, but no\ncontent is returned.\n",
"msg_date": "Mon, 14 Jun 1999 05:40:44 -0500",
"msg_from": "\"David R. Favor\" <dfavor@austin.ibm.com>",
"msg_from_op": true,
"msg_subject": "Postgres mailing list search engine is down"... |
[
{
"msg_contents": "Hi,\nDose anyone know if www.flex.ro is still around? I've tried several time\nto gain access\nto the server with no luck. Sorry for the off topic traffic.\nWayne\n\n",
"msg_date": "Mon, 14 Jun 1999 07:33:23 -0400",
"msg_from": "Wayne <infotechsys@pivot.net>",
"msg_from_op": true,... |
[
{
"msg_contents": "None of the shared libraries appear to get generated properly.\n\nAs a result lib*.a end up in /usr/local/pgsql/lib, so the regression\ntests can't run.\n\nMailing list archive search is still down, so I can't check if this\nhas been fixed.\n\nI'm using egcs (gcc 2.95) because the native xlC ... |
[
{
"msg_contents": "\n> I'm using egcs (gcc 2.95) because the native xlC compiler has other\n> problems.\n> \nI have not been successful with shared lib support using any version of gcc.\nThe native IBM compiler works. See the FAQ_AIX.\nIf you have readline and others in /usr/local use: (change /usr/postgres to\... |
[
{
"msg_contents": "Is anyone willing to tell me what this means:\n\nNOTICE: SIAssignBackendId: discarding tag 2147449930\nConnection to database 'db_domain' failed.\nFATAL 1: Backend cache invalidation initialization failed\n\n\nAnd how do I fix this:\n\nNOTICE: Index tbl_mail_archive_pkey: NUMBER OF INDEX' ... |
[
{
"msg_contents": "Is anyone willing to tell me what this means:\n\nNOTICE: SIAssignBackendId: discarding tag 2147449930\nConnection to database 'db_domain' failed.\nFATAL 1: Backend cache invalidation initialization failed\n\n\nAnd how do I fix this:\n\nNOTICE: Index tbl_mail_archive_pkey: NUMBER OF INDEX' ... |
[
{
"msg_contents": "As far as I can tell, I'm done with the docs for this release. Please\nlet me know if you notice any errors or omissions, and I'll be\navailable to repair it about 8 hours hence (~1:00 UTC).\n\n - Thomas\n\n-- \nThomas Lockhart\t\t\t\tlockhart@alumni.caltech.edu\nSouth Pasad... |
[
{
"msg_contents": "Hi,\n\nI have added the pg_options variable to the SET command. It can be executed\nonly by the superuser and is intended mainly as a debugging aid.\nI have also moved the disableFsync variable to the pg_options array, so it\ncan now be set in the pg_options file or interactively with the com... |
[
{
"msg_contents": "I'm trying to write some trigger functions that fill in the values of\nsome fields with functions of other fields. Everything is fine,\nexcept that I am unsure how to create Datum representations of the new\nfields. Presumably I need to do something like the following:\n\n\tPoint f (int32 i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.