threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hello, \n\nI have encountered a bug in 6.4 which reveals itself\nin the following query:\n\nQuery:\n\nSELECT supply, description, quantity, supplyunit, company||costcntr,\ntarget, saledate, \nprice, 'pad' FROM sales WHERE target IN\n('13132','13042','13070','12989','13120','12972') \nAND supp... |
[
{
"msg_contents": "[Charset iso-8859-1 unsupported, filtering to ASCII...]\n> Hello,\n> \n> You have told me about notifying postgres developers with PL/pgSQL troubles\n> in BSDI-3.1.\n> How can I know, if any patches availibe, will it appear in GENERAL mailing\n> list ?\n\nI am CC'ing this to the hackers list.... |
[
{
"msg_contents": "I've posted a new statically-linked CVSup client for linux-libc5 boxes\nin:\n\n ftp://postgresql.org/pub/CVSup/cvsup-15.4.2-client-linux-libc5.tar.gz\n\nI've noticed many checksum errors when using my older cvsup-15.2\ninstallation, but have not yet had a real update to test this newer\npack... |
[
{
"msg_contents": "> Just a quick question. What is the current state of \n> PostgreSQL on Windows\n> NT (yeuch).\n> \n> I'm asking, because I'm pushing PostgreSQL here, and their \n> eye's lit up as\n> soon as they heared that someone has got it running (even partially\n> helps).\n\nPlease look at , there are ... |
[
{
"msg_contents": ">> You can specify a nonzero value for a serial column \n>> (as long as it does not duplicate any existing value in that column), ...\n>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n>> \n>> ?!!!\n\n>You can assign a value to a serial column, as long as it is unique.\n... |
[
{
"msg_contents": "> Please look at , there are some details what to do. My last \n> patch for final\nI forgot the URL, it is http://www.askesis.nl/AskesisPostgresIndex.html\n\n\t\t\t\tDan Horak\n",
"msg_date": "Wed, 2 Dec 1998 11:38:24 +0100 ",
"msg_from": "Horak Daniel <horak@mmp.plzen-city.cz>",
... |
[
{
"msg_contents": "My database is in weird state after some operation. Here is an example:\n\n[david@kerberos david]$ psql\n.....\ndavid=> begin; \nBEGIN\ndavid=> create table tbl ( i int );\nCREATE\ndavid=> insert into tbl values(1);\nINSERT 104137 1\nEOFid=> [<ctrl-d> here]\n[david@kerberos... |
[
{
"msg_contents": "Hi,\n\nI had little time the last few months but I will keep up the web page with\ninfo about the Windows NT port.\n\nThere are several people working (mostly Dan) on the port. If anyone has\nadditional patches (in whatever form) I am happy to provide them at my\nwebpage. Any info that will g... |
[
{
"msg_contents": "============================================================================\n POSTGRESQL BUG REPORT TEMPLATE\n============================================================================\n\n\nYour name\t\t: Billy G. Allie\t\nYour email address\t: Bill.Allie@mug.org\n\n... |
[
{
"msg_contents": "Hi, \n\tThis is a minor problem. I thought it would be better to post \nit and let someone else decide if it mattered or not. The problem is \nthat psql crashes when it encounters a relation name greater than 32 \ncharacters. However, a 32 character name is handled correctly with a \nlovely e... |
[
{
"msg_contents": "Hi all\n\nI have a simple patch about the treatment of functions.\nBut it may be self-satisfied. \nPlease check my patch at the end of this posting.\n\nCase 1. executor evaluates functions twice\n\n create table a (elem int4);\n create function ax2(int4) returns a as\n 'select $1*2;' lang... |
[
{
"msg_contents": "Hi all,\n\nI'm trying to make parser recognize SELECTs between parenthesis.\nI need to do this work to have m$access working with PostgreSQL.\nThe micro$oft access jet (great wisdom) translates the UNIONs as:\n(SELECT ...) UNION (SELECT ...)\nTo have PostgreSQL understand this syntax I edited... |
[
{
"msg_contents": "I am installing postgres 6.4 on my Solaris 2.5.1 machine. I ran the configure script with\nthe --prefix option set. It found my machine type ok and used the Solaris_sparc_gcc template. I\nmade the binaries with gmake and that completed fine and the install went fine also. I run\nthe initd... |
[
{
"msg_contents": "Hi all,\n\nSeems that I found a bug on HAVING clause, see attached file.\n\n-Jose'-",
"msg_date": "Thu, 3 Dec 1998 15:01:51 +0100",
"msg_from": "Sferacarta Software <sferac@bo.nettuno.it>",
"msg_from_op": true,
"msg_subject": "BUG ON HAVING CLAUSE"
},
{
"msg_contents":... |
[
{
"msg_contents": "Hi all,\nSeems there is a bug on IN (subselect)\n\nI'm looking for duplicate rows and I found 2:\n\nselect ename from emp group by ename having 1 < count(ename);\nename\n-----\nALLEN\nBLAKE\n(2 rows)\n\nUsing IN to display all columns of duplicate rows I have the\nfollowing:\n\n\nselect * fro... |
[
{
"msg_contents": "Hi all,\n\nBecause IN is semantically identical to =ANY\nhere the same error using ANY:\n\nselect * from emp where ename =ANY (\n select ename from emp group by ename having 1 < count(ename)\n );\nename |empno|job | hiredate|sal |comm|deptno|level| mgr\n------+-----+------... |
[
{
"msg_contents": "Had some problems with the mail so I send this message again, sorry if\nit comes twice !\n\n--------------------------------------\n\nFound today two ugly bugs in pg_dump :\n\nEnvironment : Linux i386 RedHat 5.2, 2.0.36 kernel, Pentium 233 MMX\nPg version : PostgreSQL 6.4\n\n1. It's easy rep... |
[
{
"msg_contents": "Hello!\n\n The following gave me wrong result:\nxxx=> select datetime(current_date, '11:00');\ndatetime \n----------------------------\nThu 03 Dec 17:00:00 1998 MSK\n(1 row)\n\n and I started investigation. Soon I found I only have the problem on\nglibc2-based linuxes (... |
[
{
"msg_contents": "> Vadim Mikheev <vadim@krs.ru> writes:\n> > Tom Lane wrote:\n> >> No, I think it should *only* substitute for NULL. Why assume\n> >> zero is special?\n> \n> > As I remember this is how SERIAL works in Informix. \n> \n> Ah. OK, if that's what they do then I agree we ought to act the same.\nI... |
[
{
"msg_contents": "\t>> >> No, I think it should *only* substitute for NULL. Why assume\n\t>> >> zero is special?\n\t>> \n\t>> > As I remember this is how SERIAL works in Informix. \n\t>> \n\t>> Ah. OK, if that's what they do then I agree we ought to act the\nsame.\n\t>I hope that this wasn't to say that the ... |
[
{
"msg_contents": "Hi..\n\nI write trigger function with PL/pgSQL Language.\n\nwhen Trigger was fired, i face with error... \"fmgr_info: function 90240:\ncache lookup failed\"\n\nwhat's mean..??\n\nDo you know??\n\n\n",
"msg_date": "Fri, 4 Dec 1998 10:48:40 +0900",
"msg_from": "\"Ki won, Song\" <schiva@... |
[
{
"msg_contents": "I seem to have a CASE statement implemented (examples at end). Is anyone\nin the middle of preparing a big patch, or can I go ahead and commit my\nchanges? They touch roughly a dozen files.\n\nAlso, I added arbitrary code to keep the rewriter from complaining, and\nhave not made changes to ca... |
[
{
"msg_contents": "Such a module can be gotten from:\n\nftp.duke.edu/pub/perl/modules/by-module/Pg\n\ntom\n\nOn Fri, 04 Dec 1998, you wrote:\n>I've recently compiled and put into service Posgresql v6.4. All is working\n>well.\n>\n>I am looking for information on locating, compiling, and implementing a\n>Perl D... |
[
{
"msg_contents": "Thumbs up on the math changes; my Linux box behaves better than it used\nto (so our \"reference machine\" will match the expected results).\n\nSo, should we look at catching integer overflows while we are at it?\nRight now those overflow silently...\n\n - Tom\n",
"... |
[
{
"msg_contents": "Is anyone interested in this problem? (At least add it to the TODO list!)\n\nThis was reported as a bug with the Debian package of 6.3.2; the same\nbehaviour is still present in 6.4. \n\nbray=> create table foo ( t text[]);\nCREATE\nbray=> insert into foo values ( '{\"a\"}');\nINSERT 201354 ... |
[
{
"msg_contents": "Can anyone give me an answer on this Debian bug report, please?:\n\nSize is still defined as unsigned int in 6.4. Paul is suggesting that this\nbe changed to size_t for compatibility with alpha.\n\nIs that correct?\n\n------- Forwarded Message\n\nDate: Wed, 16 Sep 1998 21:03:44 +0200\nFro... |
[
{
"msg_contents": "subscribe\n\n",
"msg_date": "Sat, 5 Dec 1998 18:34:56 +0800",
"msg_from": "\"Cd Chen\" <cdchen@nticba.ntcic.edu.tw>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "Hello!\n\n Few weeks ago I've sent a little patch to pgsql-patches concerning small\nfix for locale test. The patch was not approved nor rejected. Something\ngoes wrong?\n I want to flush the patch before I'll start patching postgres on\ndate/time issue.\n\nOleg.\n---- \n Oleg Broytmann ... |
[
{
"msg_contents": "Tom Lane wrote:\n> \n> I have found one cause of sometimes-but-not-always coredumps in\n> pg_dump -z. Please apply the following patch and let me know whether\n> things get better for you.\n\nI have applied the patch and test it against the same database.\nNow it's ok, no more core dumps, th... |
[
{
"msg_contents": "Hi Tom,\n\nThis looks like a parser bug in 6.4. I found it while trying to run\npg_upgrade:\n\nbray=> create table junk (\"singleton\" \"char\");\nCREATE\nbray=> drop table junk;\nDROP\nbray=> create table junk (\"singleton\" \"char\" default 'M');\nERROR: DEFAULT: const type mismatched\nbr... |
[
{
"msg_contents": ">> (I am currently packaging 6.4 into an RPM for Red Hat 5.2).\n>\n>Is this an alternative to the RedHat packaging, or are you using the\n>same layout and RPM setup that the RedHat 6.3 package had? Just curious;\n>I've been thinking about trying to help with RPM support but would be\n>happy t... |
[
{
"msg_contents": "Dear All\nwe have a simple problem: a straight select on one table blows the top \nof our 512MB computer. The table has arounf 800000 entries which we\nneed to dump to a file. We redirect the output to a file in psql\nwith \\o file.extract\nwhich is then follwoed by the select (no joins, or\n... |
[
{
"msg_contents": "After a couple of weeks of checking and testing, final 0.92 release of\nPgAccess is ready to be included in PostgreSQL 6.4.1 ! Please, will you\nbe so kind to add this last version to the current PostgreSQL snapshot.\n\nThere are a lot of minor improvements regarding window handling,\ndatabas... |
[
{
"msg_contents": "Attached are several files with info in how to compile postgres 6.4 on\nWindows NT.\nFor questions, feel free to ask.\n\nJoost Kraaijeveld\n\nAskesis B.V.\nGroenewoudeseweg 46\n6524VB Nijmegen\ntel: 024-3888063\nfax: 024-3608416\nweb: www.askesis.nl",
"msg_date": "Mon, 7 Dec 1998 16:30:54... |
[
{
"msg_contents": "I just got a note from Chris Williams to the effect that when he built\n6.4 on his HPUX setup, the install step failed. Seems that HP has\na largely incompatible program called \"install\" living in /etc, and\nconfigure tried to use it. (I hadn't ever noticed this because I don't\nrun with ... |
[
{
"msg_contents": "Recently, while testing the application compatibility of the ODBC driver\nin , we have come across a problem. Some applications, specifically\nMS Project, want to create tables using a bounded binary data type.\n(i.e. SQL_BINARY) Up to now, we have mapped ODBC's SQL_BINARY to\nPostgreSQ... |
[
{
"msg_contents": "We are in the process of implementing several additional Extended Fetch\ncapabilities into the ODBC driver. In order to complete the full set of\nfunctions, we need to be able to FETCH to the end of the cursor, detect\nthe end, and then be able to move to prior positions in the the cursor.\n... |
[
{
"msg_contents": "While investigating a user's complaint, I have found some memory\ndestructions in 6.4 source using purify.\n\n(1) parser/gram.y:fmtId()\n\nIt writes n+3 bytes into n+1 byte-long memory area if mixed case or\nnon-ascii identifiers given.\n\n(2) catalog/index.c:\n\nATTRIBUTE_TUPLE_SIZE bytes ar... |
[
{
"msg_contents": "\nDue to continued power problems at home (ie: I have no electricity at all\nnow), any email sent to retep.org.uk has not been read since last Friday.\n\nI'm hoping to have the system back on line sometime in the next 2 days.\n\nPeter\n\n-- \nPeter Mount, IT Section\npetermount@it.maidstone.g... |
[
{
"msg_contents": "Hi,\n\nI tried to compile 6.4 with latest egcs and have experienced\nproblem to compile several files on my Linux x86 box.\nSorry, I don't remember right now actually what files but\nwill reinstall egcs and recompile.\n\nThis problem is mentioned in egcs FAQ:\nhttp://egcs.cygnus.com/faq.html/... |
[
{
"msg_contents": "This is a Global broadcast to postgreSQL folks. (don't flame me. I\nthought everyone\nMUST know this as it has effects in the future of postgreSQL). How about\nrunning\npostgreSQL on a Linux Super-computer??\n\nInternet is developing a very high performance, high speed 64-bit CPU\nchip to com... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: Dan Gowin \nSent: Tuesday, December 08, 1998 11:46 AM\nTo: 'Tom Lane'; Pgsql Core (E-mail)\nSubject: RE: [HACKERS] Re: [INTERFACES] Re: libpgtcl.dll for Windows \n\n\nTom,\n\tWe ran into the same problem your describing with the Tcl code\nand developed th... |
[
{
"msg_contents": "Since I have upgraded to postgres 6.4, when I do a \"ps -ef | grep post\", I get a list of postmaster\nprocesses. With 6.3.2 of postgres, I would have one postmaster process and many different posgres\nprocesses. Is this normal 6.4? All I do is start the postmaster process with the -i opti... |
[
{
"msg_contents": "\nA while back there was some discussion about NULL. Right now I'm trying\nto do something that 'Practical SQL' seems to think is normal yet brings up\nthe questions from earlier conversations. I'm querying two tables where\nif the second table (specialprice) has nothing that matches sku, I... |
[
{
"msg_contents": "I noticed that there was an item in the TODO about min/max for OIDs.\nThought that maybe the new type coersion stuff would take care of it by\nconverting OID to int4. It probably did, but something else is unhappy:\n\npostgres=> select min(oid) from t;\npqReadData() -- backend closed the chan... |
[
{
"msg_contents": "Got the latest Tcl/Tk 8.0.4 from scriptics, compiled it and installed it\nwith great success.\nRedHat 5.2 i386, Pentium machine, kernel 2.0.36\n\nAll my tcl/tk applications are working fine but :\n\nAfter compiling and installing pltcl packacge, trying to run the tests\ngot the error :\n\nQUE... |
[
{
"msg_contents": "\n\t> isnull() is on our TODO list.\n\n\tIt should be called NVL() from \"Null VaLue\" like in Oracle and\nInformix.\n\tisnull() would suggest a boolean return value to me.\n\n\tAndreas\n",
"msg_date": "Wed, 9 Dec 1998 11:29:32 +0100 ",
"msg_from": "Zeugswetter Andreas IZ5 <Andreas.Ze... |
[
{
"msg_contents": "I have a table I created and it shows up when I do the \\dt from the psql prompt. But when I try to\ndo a select from it I get the following.\n\nselect * from jddattdata;\nERROR: cannot find attribute 1 of relation jddattdata\n\nI haven't inserted any data yet. I tried to drop the table an... |
[
{
"msg_contents": "\n\t>Zeugswetter Andreas IZ5 wrote:\n\t>> \n\t>> > isnull() is on our TODO list.\n\t>> \n\t>> It should be called NVL() from \"Null VaLue\" like in\nOracle and\n\t>> Informix.\n\t>> isnull() would suggest a boolean return value to me.\n\t>> \n\t>\n\t>\n\t>With SyBase, ... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: Dan Gowin \nSent: Wednesday, December 09, 1998 10:05 AM\nTo: 'hacker@postgreSQL.org'\nSubject: RE: [HACKERS] plTcl test failed\n\n\nConstantin,\n\tDo a \"find\" for your Tcl libraries to find out if your Tcl\nwas installed correctly. Rerun the make for Tc... |
[
{
"msg_contents": "Sorry, if I am posting to the wrong group.\n\nI am using Unixware 7 and tring to compile postgresql 6.4\n\nI am getting this error:\ngmake[2]: Entering directory `/usr/src/pgsql/src/interfaces/libpq++'\nc++ -I../../backend -I../../include -I../../interfaces/libpq -I../../include -I\n../../ba... |
[
{
"msg_contents": "> I applied every patch but it doesn't work yet, I belive I have to\n> create min and max aggregates at this point. Am I right ?\n> If so, may you help me with this? Thanks\n\nAssuming that all the patches were packaged, sent, received, and applied\ncorrectly, then I would guess that you have... |
[
{
"msg_contents": "Hello all,\n\nWith the precious help of \"Hiroshi Inoue\" <Inoue@tpf.co.jp> (that I\nwould like to thank for his help) who has worked on libpgtcl in order to\nrun under Microsoft Windows, I have the pleasure to announce the\navailability of PgAccess version 0.93 for both worlds, Unix and Wind... |
[
{
"msg_contents": "When are we doing it? With two development trees, we don't seem to have\nany motivation to release it.\n\nI think we should release 6.4.1 soon.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If your ... |
[
{
"msg_contents": "subscribe\n",
"msg_date": "Thu, 10 Dec 1998 21:10:21 +0100 (MET)",
"msg_from": "Frank Ridderbusch <frank.ridderbusch@pdb.siemens.de>",
"msg_from_op": true,
"msg_subject": "subscribe"
}
] |
[
{
"msg_contents": "Constantin,\n\tPgAccess work great on Windows NT 4.0 patch 3. Great thanks, it\nworks\nfine. It works fine on Windows 95 and Windows 98 on our test bed also.\nThis will really make the boyz in Redmond sweat.\n\nCongratulations a great piece of code.\nD. Gowin\n\n-----Original Message-----\nFr... |
[
{
"msg_contents": "Hi all\n\nI made dll's(libpq.dll,libpgtcl.dll) only for pgaccess.\nIt is a temporary solution for quick fix and the solution for general use \nis necessary.\n\nI made libpgtcl.dll ignoring NOTIFY functionality(not used in pgaccess).\nSorry,I'm not a Tcl expert and can't provide proper code fo... |
[
{
"msg_contents": "Well, I've started looking through my books for info on joins. The cross\njoin was pretty easy:\n\npostgres=> select * from (a cross join b);\ni| j|i| k\n-+----+-+--\n1|10.1|1|-1\n2|20.2|1|-1\n4| |1|-1\n<snip>\n\nwhich I've put into my copy of the parser.\n\nDoes anyone have a commercial... |
[
{
"msg_contents": "\t>> Does anyone have a commercial installation which has good support\nfor\n\t>> SQL92 joins? I'd like to send some small test cases to verify\nthat I\n\t>> understand what the behavior should be.\n\t>I have access to several different versions of Oracle at work...if\nyou\n>want to send me y... |
[
{
"msg_contents": "Announce: Release of PyGreSQL version 2.2\n===============================================\n\nPyGreSQL v2.2 has been released.\nIt is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL-2.2.tgz.\n\nPostgreSQL is a database system derived from Postgres4.2. It conforms\nto (most of) ANSI SQL... |
[
{
"msg_contents": "Hiroshi,\n\tI've got a bug report for you. On a Win95 machine running\nTcl/Tk 8.1, the dll does not load correctly. A \"load libpgtcl.dll\"\nat the \"wish81\" console gives a :\n<Couldn't load file \"libpgtcl.dll\": invalid argument>. \nBut it works file on Tcl/Tk 8.0 for Windows. Apparently ... |
[
{
"msg_contents": "Hi all\n\n6.4 release version on RedHat 4.2 w/ many upgrades including flex.\n\nCheck this out, the 'password' field was an after thought, and was added\nusing the alter table command:\nAlso, I found a spelling error in a field name, so ran these two commands\nin this order:\n\nalter table li... |
[
{
"msg_contents": "Hi all\n\nAs 6.4.1 is near release it seemed a good time to ask if the modification\ndatetime stamp function has been or will be contributed to the\n/contrib/spi/ stuff? \n\nIt seemed to me a handy thing to have if any one wants to keep track of\nwhen a record was last updated. In fact I've ... |
[
{
"msg_contents": "I have posted following patches on Nov 12 and do not see them in the\nREL6_4 tree. Please let me know the patches are acceptable or not.\nIf ok, please apply them to 6.5 tree also.\n\n> Included patches should fix following problems in the muti-byte\n> enabled PostgreSQL 6.4.\n> \n> o binary ... |
[
{
"msg_contents": "All,\n\tBug report:\n\tServer:\tRed Hat 5.1 (Pentium II, 300 Mhz)\n\t\tPostgreSQL v6.4 (latest)\n\t\tServer name: zeplin (199.211.199.2)\n\t\tUser: dbx1 (non dba privileges)\n\t\tPort:5432\n\t\tpg_hba.conf: host\t199.211.199.6\t255.255.255.0\ntrust\n\t\tDatabases: template1, system, test\n\t\... |
[
{
"msg_contents": "I run three HP minicomputers and two Sun Ultra 3000 all with \nOracle 7.3 and one with Oracle 8.0 .\n\nSend it to me.\n\nD.\n\n\n-----Original Message-----\nFrom: Thomas G. Lockhart [mailto:lockhart@alumni.caltech.edu]\nSent: Friday, December 11, 1998 1:36 AM\nTo: Postgres Hackers List\nSubje... |
[
{
"msg_contents": "I did\n\nlse=> vacuum analyze;\nVACUUM\n\nand now it works fine.\n\nNote that before that I did just a plain 'vacuum;' and it had no effect.\n\nHave a great day, and thanks\nTerry Mackintosh <terry@terrym.com> http://www.terrym.com\nsysadmin/owner Please! No MIME encoded or HTML mai... |
[
{
"msg_contents": "Maybe you could include on the TODO list the following bug \n\n\n\nAlter table add column doesn't save defaults options :\n\ntest=> create table students (id int4, name text);\nCREATE\ntest=> insert into students values (1,'bill');\nINSERT 39338 1\ntest=> alter table students add column age i... |
[
{
"msg_contents": "Hi all\n\nIn looking up the substr() function I just noticed this:\n(man pgbuiltin)\n\n text ltrim(text,text) left trim characters from\ntext\n text position(text,text) extract specified substring\n--->>>--------------------------cut and past error? ... |
[
{
"msg_contents": "\nI have added stdio.h to getrusage.c to fix this problem, in both trees.\n\n> Bruce,\n> Regarding your inquiry, I looked into stdio.h and (lo and behold) this is the\n> definition.\n> \n> #ifndef NULL\n> #define NULL\t0\n> #endif\n> \n> I'm not sure why I had to add it to the Postgres source... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> \n> I believe these are all fixed in 6.4.1, due out on Friday.\n\nYes. They are fixed. Tried them on 9 Dec snapshot.\n \n> Constantin Teodorescu wrote: \n> > Found today two ugly bugs in pg_dump :\n> >\n> > Environment : Linux i386 RedHat 5.2, 2.0.36 kernel, Pentium 23... |
[
{
"msg_contents": "\nWhat is currently *not* working in it, for what operating systems?\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Sun, 13 Dec 1998 21:33:54 -0400 (A... |
[
{
"msg_contents": "Hi all\n\nAm I going insane, I've been going around with this for a few hours now,\nit could be lack of sleep:)\n\nclaimsnet=> select * from roster where state = 'TX' or state = 'SD';\nBackend message type 0x44 arrived while idle\nBackend message type 0x44 arrived while idle\nWe have lost the... |
[
{
"msg_contents": "\nCan someone check the following '#if 0'd code and remove, if its useless?\n\nFile: catalog/heap.c\nLine: 1474\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg... |
[
{
"msg_contents": "\nin commands/cluster.c, in function cluster, we define NewIndexName as:\n\nchar NewIndexName[NAMEDATALEN]; /* line 93 */\n\nin function copy_index, we define it as:\n\nchar *NewIndexName; /* line 246 */\n\nAnd then palloc(NAMEDATALEN) before it gets used...\n\nNow, which we use d... |
[
{
"msg_contents": "\nMore unused code that can be removed?\n\nLine: 88\n\n\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Sun, 13 Dec 1998 23:49:31 -0400 (AST)",
"ms... |
[
{
"msg_contents": "\nEverything is in CVS, if I oops, its recoverable...am removing all code\nthat has either:\n\n#if 0\n\nor \n\n#ifdef FALSE\n\nsurrounding it, since it isn't used...we have the logs and diffs in the\nCVS repository if I make a mistake, but since it isn't used, can't see how\nI can make a mist... |
[
{
"msg_contents": "\nIts empty...*raised eyebrow*\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Mon, 14 Dec 1998 00:03:36 -0400 (AST)",
"msg_from": "The Hermit Hack... |
[
{
"msg_contents": "\nOkay, I'm brave, but not *that* brave...commands/version.c, the whole file\nconsists of functions, each individually '#ifdef NOT_USED'...tempted to\njust remove it, since it isn't used, but figured I'd say something on the\nlist before I got that brave...\n\nMarc G. Fournier ... |
[
{
"msg_contents": "\nexecutor/nodeTee.c, line 174? I can't find anywhere where space was\nallocated...?\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Mon, 14 Dec 1998 ... |
[
{
"msg_contents": "\nchar * \ncrypt_getpwdfilename()\n{ \n \n static char *pfnam = NULL;\n \n if (!pfnam)\n { \n int bufsize;\n bufsize = strlen(DataDir) + strlen(CRYPT_PWD_FILE) + 2;\n pfnam = (char *) palloc(bufsize); \n spprintf(pfnam, bufsize, \"%s/%s\", DataDir, CRYPT_PWD_FILE);\n }\n ... |
[
{
"msg_contents": "\nThomas...\n\n\tNot sure what you were attempting with this, but it looks like at\nline 74, under FreeBSD, you are assigning something that hasn't been\ndefined? tzn? \n\n\t\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org ... |
[
{
"msg_contents": "Hi Hackers,\n\nWith the following query from the opr_sanity regression test I'm\ngetting a backend crash.\n\nSELECT p1.oid, p1.oprcode, p2.oid, p2.oprcode\nFROM pg_operator AS p1, pg_operator AS p2\nWHERE p1.oprlsortop = p2.oid AND\n (p1.oprname != '=' OR\n p1.oprkind != 'b' OR p2.oprk... |
[
{
"msg_contents": "> -----Original Message-----\n> Thomas G. Lockhart wrote:\n> > \n> > > The book \"The Practical SQL Handbook\", which is often \n> recommended on\n> > > these lists, uses the syntax `*=' and `=*' for left and \n> right outer\n> > > joins (page 211). I think we ought to support this \n> synta... |
[
{
"msg_contents": "Hi all,\n\nI tried to divide 123.45 by 123.00 but PostgreSQL gives me a wrong\nresult:\n\nhygea=> select 123.45 - 123.00;\n ?column?\n-----------------\n0.450000000000003\n(1 row)\n\n-Jose'-\n\n\n",
"msg_date": "Tue, 15 Dec 1998 13:41:26 +0100",
"msg_from": "Sferacarta Softwar... |
[
{
"msg_contents": "> Yes, someone pointed this out to me in private e-mail, and I wrote a C\n> program to confirm it. I just had never seen such rounding on such\n> small non-irrational numbers.\nBut, the problem is that it is irrational in base 2 (or at least so many\ndigits that it won't fit).\n\t-DEJ\n",
... |
[
{
"msg_contents": "> > > Oops, sorry...meant to commit the patch from Thomas for \n> > > tzn->CTZName\n> > So it worked?\n> Like a charm...I'm trying to finish the outfuncs.c cleanups before\n> I do my next regression test/build, butthe compile went through \n> clean...\n\nOK, just keep in the back of your mind... |
[
{
"msg_contents": "FYI, here is an announcement and url for the IBM DB2 beta. There is a CD\n(4-6 weeks delivery :( ) or a 'net download (~65MB!).\n\nThis is glibc2 only, which I have running at work, but haven't had a\nchance to try it.\n\n - Tom\nhi all.\nlast friday I got e-mail news from... |
[
{
"msg_contents": "(taken on-list so this is indexed in mhonarc)\n\n> Looking thru the freebsd sgml primer, they specify that \n> SGML_CATALOG_FILES needs to be set.\n> I find this to be true if I want to use PSGML mode in\n> emacs, and if I want to run nsgmls when validating within emacs, \n> otherwise it can'... |
[
{
"msg_contents": "Your (postgresql.org) DNS entry seems to be suspended. \n\nAlso, It mentions that the -i option for the postmaster\nwill allow TCP/IP connections, however, it seems to\nput it in interactive mode. How can I get Java to work\nwith postgresql? \n\nThanks. \nClark. Evans\n\n",
"msg_date":... |
[
{
"msg_contents": "Hey, check it out:\n\npostgres=> select case_tbl.*;\n i| f\n---+-----\n -3| 10.1\n -6| 20.2\n -9|-30.3\n-12|\n(4 rows)\n\nNotes in the parser say this was allowed with POSTQUEL, so was retained\nwhen implementing SQL...\n",
"msg_date": "Wed, 16 Dec 1998 01:39:33 +0000",
"msg_from"... |
[
{
"msg_contents": "... in SELECT * FROM street;\n\nVadim\n",
"msg_date": "Wed, 16 Dec 1998 18:00:56 +0700",
"msg_from": "Vadim Mikheev <vadim@krs.ru>",
"msg_from_op": true,
"msg_subject": "CURRENT: crash in select_view regression test..."
}
] |
[
{
"msg_contents": "CVS is just updated...\n\nPlease try concurrent writes/reads...\n\nIt'll take some time to implement READ COMMITTED mode...\n\nNote:\n\n1. Vacuum is not updated yet and so will remove deleted tuples\n though some xactions would like to see them in selects...\n\n2. LOCK TABLE modes are not y... |
[
{
"msg_contents": "> Update of /usr/local/cvsroot/pgsql/src/backend/storage/ipc\n> In directory hub.org:/tmp/cvs-serv14856/storage/ipc\n> \n> Modified Files:\n> \tshmem.c \n> Log Message:\n> Serialized mode works!\n\nCongradulations on another giant leap for PostgreSQL.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": " Is PostgreSQL having any ideas to support GNU gettext package for\nlet's to suitable i18n ??\n\n--\n.....=======............................. Cd Chen, (嚙踝蕭嚙碼嚙踝蕭)\n..// 嚙編 嚙編 |............................ ===========================\n..|| 嚙踝蕭 嚙踝蕭 <............................ I am a PowerL... |
[
{
"msg_contents": "\nVadim Mikheev <vadim@krs.ru>\n> \n> ... in SELECT * FROM street;\n> \n\nNo crash just:-\n\nregression=> select * from street;\nERROR: nodeRead: Bad type 0\nregression=> \n\nKeith.\n\n",
"msg_date": "Wed, 16 Dec 1998 22:51:21 +0000 (GMT)",
"msg_from": "Keith Parks <emkxp01@mtc... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\n\nIs anyone working on this? The two \"big\" features for me are this and\nthe outer join code. I'm willing to work on the alter table code, but\nexpect it will take a while for me to get up to speed....\n\nroland\n\n-----BEGIN PGP SIGNATURE-----\nVersion... |
[
{
"msg_contents": "Vadim Mikheev <vadim@krs.ru>\n> \n> Keith Parks wrote:\n> > \n> > Vadim Mikheev <vadim@krs.ru>\n> > >\n> > > ... in SELECT * FROM street;\n> > >\n> > \n> > No crash just:-\n> > \n> > regression=> select * from street;\n> > ERROR: nodeRead: Bad type 0\n> > regression=>\n> \n> It seems platfor... |
[
{
"msg_contents": "Our server went down unexpectedly. I restarted postgres using\n\"postmaster -i &\" but now I can't access any existing databases\nor create new ones. When I run \"psql blc\" I get the following\nerror messages:\n\n$ psql blc\nIpcSemaphoreCreate: semget failed (Invalid argument) key=5432114,... |
[
{
"msg_contents": "> I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with\n> MIPS cpu (I think it's R4000). I have tested the patches on LinuxPPC\n> and FreeBSD. I believe they do not harm other platforms.\n\nShall we include this in the v6.4.1 release? It looks pretty harmless\nwrt other syste... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.