threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "JDBC works\npostgres works\n\nI is happy :)\n[wasn't posted so I figure I'd post]\n\nRuns very nicely under egcs-2.91.06 FWIW...\n[about 3-5 times faster than before ... though that could be postgres\nimprovements - and probably is]\n\nplatform : linux (I'm not posting kernel version! it doe... |
[
{
"msg_contents": "\nAfter over 3 months of intense development, the PostgreSQL Development\nGroup is proud to announce that the source code is no longer considered\nALPHA software. With a development freeze effective today (February 1st),\nwe now enter BETA test mode, with a release date set for March 1st.\n\... |
[
{
"msg_contents": "\nI have the variable block size working, but haven't changed\nthe varchar/char limits to vary with the chosen size. (Also\nnot positive that I've found everywhere that should be check\nthe block size).\n\nWithout the increased char sizes, there really isn't too much\nbenefit to changing the ... |
[
{
"msg_contents": "\n*** expected/float8.out Wed Jan 28 22:05:29 1998\n--- results/float8.out Sun Feb 1 21:30:39 1998\n***************\n*** 9,17 ****\n QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');\n ERROR: Bad float8 input format '-10e400'\n QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('10e-400');\n... |
[
{
"msg_contents": "\ngeometry regression test:\n\n\nQUERY: SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest\n FROM LSEG_TBL l, POINT_TBL p;\nthirty|f1 |s |closest\n\n------+----------+-----------------------------+--------------------------------\n----\n |(0,0) ... |
[
{
"msg_contents": "\nHere is what I've been able to get so far. I don't see anything obvious.\nBut then, I don't really know what I'm looking for. One thing I do see\nis that \"pg_statistic\" shows up in both situations (\"\\d city\" and\n\"\\dS\"). \n\nIf anyone can make sense of this and point me in the righ... |
[
{
"msg_contents": "Hi!\n\nvac=> create table x (y int, z int);\nCREATE\nvac=> insert into x values (1,1);\nINSERT 18168 1\nvac=> insert into x values (1,2);\nINSERT 18169 1\nvac=> insert into x values (2,1);\nINSERT 18170 1\nvac=> insert into x values (2,2);\nINSERT 18171 1\nvac=> select * from x where y = (sel... |
[
{
"msg_contents": "I noticed a bug in parse_expr.c line 104:\n\ntemplate1=> select 'Andreas'::char(16);\nPQexec() -- Request was sent to backend, but backend closed the channel\nbefore responding.\n This probably means the backend terminated abnormally before or\nwhile processing the request.\ntemplate1=... |
[
{
"msg_contents": "Has anyone confirmed these problems under Irix?\n\n> Hi,\n> \n> i have just grabbed the 6.3 snapshot and tried to compile it on irix 6.2 -\n> without success.\n> \n> The following errors occurred:\n> \n> 1) configure fails\n> \n> % ./configure \n> [...]\n> linking ./backend/port/tas/i386_sola... |
[
{
"msg_contents": "\nThe link from the main English FAQ:\nhttp://www.PostgreSQL.ORG/docs/faq-english.shtml\nto the Linux and Irix specific FAQs seem to be broken. I get \"Document contains\nno data\" error messages. The links are:\n http://postgreSQL.org/docs/FAQ-linux.shtml\n http://postgreSQL.org/docs/FAQ-iri... |
[
{
"msg_contents": "> > > Looks like this variable size stuff will be the first new feature\n> > > for 6.4 then, eh? :)\n> >\n> > What is the chance of having this ready by Friday? Still would\n> > give us 3weeks of debugging...\n> \n> Well, it's OK to leave _one_ feature for v6.4. Bruce is probably tir... |
[
{
"msg_contents": "Hello everybody,\n\nGreat job for 6.3! On my Linux box a nightmare interogation got down from\n15 seconds to 3 seconds.\n\nBad surprize: The parser does not accept anymore field names like \"valid\"\nand \"no\". Will this be the normal behaviour from now on or just a\nmisunderstanding?\n\nCos... |
[
{
"msg_contents": "I'm getting the following this evening from CVS?\n\nAnything wrong?\n\nKeith.\n\nmtcc:[/postgres95/CVS](44)% cvsup CVSupfile\nConnected to postgresql.org\nUpdating collection pgsql/cvs\n Edit pgsql/src/test/regress/regression.FreeBSD\nUpdater failed: pgsql/src/test/regress/regression.FreeBSD:... |
[
{
"msg_contents": "vac=> \\h vacuum\nCommand: vacuum\nDescription: vacuum the database, i.e. cleans out deleted records, updates statistics\nSyntax:\nvacuum [verbose] [analyze]\n or\nvacuum [verbose] [analyze] table [analyze [(attr1, ... attrN)] ];\n ^^^^^^^\nImho, new AN... |
[
{
"msg_contents": "Hullo,\n\nI seen the new lock table help in psql:\nI think we should stick to the (pseudo)standard syntax right from the\nbeginning.\nOr maybe allow both, but i think at least the table keyword should be\nmandatory \nto simplify implementation of other locks (like database).\n\nlock table <ta... |
[
{
"msg_contents": "\n\nNobody likes to take the time to move discussions, do they? And ya, I'm\nabout as guilty *sigh*\n\nMove to pgsql-hackers@postgresql.org...\n\n\nOn Tue, 3 Feb 1998, Herouth Maoz wrote:\n\n> At 15:01 +0200 on 2/2/98, The Hermit Hacker wrote:\n> \n> I think the garbage collection should be ... |
[
{
"msg_contents": "\n> On Tue, 3 Feb 1998, Andrew Martin wrote:\n> \n> > > > > > I'll say it again and again - glibc-2.0 is the _STANDARD_ (actually\n> > > > > > reference) platform for Unix. All Unix. Not just Linux.\n> > > > > > Adopted last year.\n> > > > > \n> > > > > \tAnd...how many Unix (other then Lin... |
[
{
"msg_contents": "> >From include/storage/s_lock.h:\n> \n> #if defined(irix5)\n> \n> \tUsing tools/ccsym, what shoudl this be set to. There is no longer\n> any concept of a \"port\" at the Makefile level, and hasn't been for over a\n> month now...From henceforth, its either determined based on what configure\... |
[
{
"msg_contents": "\n> > > > I'll say it again and again - glibc-2.0 is the _STANDARD_ (actually\n> > > > reference) platform for Unix. All Unix. Not just Linux.\n> > > > Adopted last year.\n> > > \n> > > And...how many Unix (other then Linux) are *actually* using it?\n> > > Any idea on how we can test whet... |
[
{
"msg_contents": "> > > > > > I'll say it again and again - glibc-2.0 is the _STANDARD_ (actually\n> > > > > > reference) platform for Unix. All Unix. Not just Linux.\n> > > > > > Adopted last year.\n> > > > > \n> > > > > \tAnd...how many Unix (other then Linux) are *actually* using it?\n> > > > > Any idea o... |
[
{
"msg_contents": "In doing some work with the PostgreSQL ODBC driver today I noticed that I\nwas unable to connect to any of my database (how long has this been a\nproblem, I'm not sure). I then tried to use psql to connect from outside\nthe local machine. and I get the following errors on the server...\n\tC... |
[
{
"msg_contents": "Another problem I found with the PL code was that it took the fmgr()\nmacro, and made it call a function call to fmgr_addr, which just killed\nperformance.\n\nI made fmgr_addr() a macro too.\n\n-- \nBruce Momjian\nmaillist@candle.pha.pa.us\n",
"msg_date": "Tue, 3 Feb 1998 14:57:46 -0500 (... |
[
{
"msg_contents": "Hi All,\n\nJust attempted to configure the latest CVS on S/Linux and got the\nfollowing error:-\n\ncreating include/config.h\nlinking ./backend/port/tas/linux.s to backend/port/tas.s\nconfigure: error: ./backend/port/tas/linux.s: File not found\n\nJust touching the file backend/port/tas/linux... |
[
{
"msg_contents": "Thomas G. Lockhart <lockhart@alumni.caltech.edu>\n> Keith Parks <emkxp01@mtcc.demon.co.uk>\n> \n> > I'm getting the following failure in the \"strings\" regression test:-\n> \n> What is the date/time on your snapshot? I ran a fresh build yesterday\n> from the development tree as of about 9802... |
[
{
"msg_contents": "> \n> > There are several things I have attempted to do, that my reference\n> > book says are possible, that do not seem to function. To wit:\n> >\n> > wwwlogs=> select * from dates where '1998-01-06 15:59:59' between dt1\n> > and dt2;\n> > WARN:parser: parse error at or near \"dt1\"\n> \n> ... |
[
{
"msg_contents": "Hi,\n\ndespite bein chronically short of time I'd like to be involved with some\ndatabase development in free software. It seems to me that postgresql is\nthe most complete package out there and it also has some nice features\nlike object identity. I consider myself fairly knowledgable when i... |
[
{
"msg_contents": "Okay. Sounds good. :-)\n\nHow do I get the latest source tree and how is it synchronised?\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146... |
[
{
"msg_contents": "\nAnyone out there know more about autoconf then I've been able to learn so\nfar? I've found *where* the problem is with the tas.s stuff, just haven't\nbeen able to find a clean way of fixing it :(\n\nif test \"X$need_tas\" = \"Xyes\"\nthen\n echo then do this?\n AC_LINK_FILES(... |
[
{
"msg_contents": "Okay, I'm just checking out sources.\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146 Wuerselen\nGo SF49ers! Go Rhein Fire! | ... |
[
{
"msg_contents": "I think I will start to get into the code slowly. But I agree that a\npreprocessor would be fine. I found some old 0.1 code on the internet.\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr.... |
[
{
"msg_contents": "Are changes incorporated via patches? That means there's one person\nmerging all the patches?\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 5... |
[
{
"msg_contents": "> Is Postgres an SQL-based database or SQL is only an option?\n\nYes.\n\n> I'd uploaded 6.3 and I'm palying with it. Congratulations to Developers\n> PostgreSQL is now more SQL92-compliant.\n> But I can't understand one thing; seems that Postgres is SQL-based. (PostgreSQL)\n> ... |
[
{
"msg_contents": "\nIn article <6ba4bb$dt2$1@highway.leidenuniv.nl>,\nFrans van Dorsselaer <dorssel@MolPhys.LeidenUniv.nl> wrote:\n>Hello,\n>\n\n>I've always hesitated to send in bug reports, but after examining this\n> group for a while I think I'm now ready. \n\n> I'm running a developer release Linux 2.1.99... |
[
{
"msg_contents": "Here is what I get from the current cvsup:\n\n---------------------------------------------------------------------------\n\n/usr/bin/yacc -d gram.y\n/usr/bin/yacc: f - maximum table size exceeded\ngmake[2]: *** [parse.h] Error 2\ngmake[2]: Leaving directory `/usr/local/src/pgsql/pgsql/src/ba... |
[
{
"msg_contents": "Compiling the latests snapshot on Sparc/Linux (RedHat 4.2/Kernel 2.0.30)\n\n\tI recall geting this with the 6.2.1 release too\n\tin backend/storaage/file/fd.c\n\t_SC_OPEN_MAX undefined\n\tI had just defaulted no_files to 255 and moved on last time...\nThought I might mention this now.\n\nJuli... |
[
{
"msg_contents": "Hi,\n\nI have some questions about implementing additional features to the fmgr\ncode:\n\n1. How do I return a NULL value from a function. In fmgr.c I found out\nthat only the C-function with 1 parameter has an additional parameter\n&isNull which might be used to set the return value to a SQL... |
[
{
"msg_contents": "Dear PostgreSQL gurus, \n\nwith the current CVSup sources, I came across an error\nmessage during the configure step. Using my personal\nconfigure template, linux-elf-libc6, I stumbled into an\nerror message saying that .../tas.s could not be linked.\n\nTo get rid of the message, I had to cha... |
[
{
"msg_contents": "Okay, here's my idea of how I will get into it:\n\n1) Try to get my apps going. That is I'll try to port my ORACLE\napplications to postgresql to have some programs to do testing.\nTherefore I need:\n2) Add Linus' ecpg precompiler for embedded SQL to the dist.\n3) Try to implement some speed-... |
[
{
"msg_contents": "Could we please add the ODBC driver to the source tree? I think it would\nlook much better if we distribute a 'complete' system.\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@... |
[
{
"msg_contents": "I also use linux-ELF-libc6 but I don't have a templeate for it. It\nappears the standard linux-ELF template worked and created libc6\nversions of the binaries. Why do you need a special template? If it's\nreally needed we should include IMHO.\n\nMichael\n\n--\nDr. Michael Meskes, Project-Mana... |
[
{
"msg_contents": "I'm currently back to work with version 6.2.1 since I cannot connect with\n6.3 via ODBC.\n\nAnyway, I got my application running after finding a problem (inside the\napp) with data conversion (it read double from a long data field). But it\nseems I also encountered what I believe to be a bug.... |
[
{
"msg_contents": "Oops. .-)\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146 Wuerselen\nGo SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44\nUs... |
[
{
"msg_contents": "subscribe\n",
"msg_date": "Thu, 5 Feb 1998 09:15:08 -0500 (EST)",
"msg_from": "pghackers@sunsystem5.informatik.tu-muenchen.de",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "Hi,\n\n after spending 3 hours in gdb I found it :-)\n\n Symptom:\n select from a table with attrs (a int, b char(20))\n crashed in bpcharout() (palloc of -1 bytes). But a table\n with attrs (a int, b varchar(20)) worked.\n\n Bug location:\n Functi... |
[
{
"msg_contents": "I've just send the tar file to the patches list (hope that was correct). I'd\nlike to have it included in the archive before starting more work on it.\n\nWe have to decide which extension to use for embedded SQL code. Oracle\nalready uses *.pc so that doesn't look good. Or shall we make it as... |
[
{
"msg_contents": "> There's an error while inserting data into a column defined as VARCHAR without\n> length in PostgreSQL 6.3.\n> Take a look:\n>\n> postgres=> CREATE TABLE prova ( uno VARCHAR(10) );\n> CREATE\n> postgres=> INSERT INTO prova VALUES ( 'OK' );\n> INSERT 153042 1\n>\n> postgres=> CREATE TABLE ... |
[
{
"msg_contents": "Oops, that's what I meant to say. :-)\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146 Wuerselen\nGo SF49ers! Go Rhein Fire! |... |
[
{
"msg_contents": "Is there a way to explicitely tell the parser which kind of variable we\nwant? That is something like float(1) to get 1.0.\n\nIt's obviously easier in Oracle (where my source came from) since they\nonly have one number type. But expclicitely converting would be okay\nIMO.\n\nMichael\n\n--\nDr... |
[
{
"msg_contents": "[Moved to hackers.]\n\nCan someone take this on?\n\n> \n> > \n> > Great, thanks for testing. I have a speedup patch I am working on now\n> > that will help with any table that has char(), and I think you probably\n> > have many of them. You will see my posting on the questions list.\n> > \n... |
[
{
"msg_contents": "Using a snapshot from two days ago on a i586-pc-linux-gnu using\nlinux-elf template:\n\ntest=> create table test (t1 integer);\nCREATE\ntest=> create function myfunc (integer) returns integer\ntest-> as 'select $1' language 'sql';\nERROR: ProcedureCreate: arg type 'integer' is not defined\nt... |
[
{
"msg_contents": " This time it's during the parser (gdb told me). varcharin()\n is called with a atttypmod of 0 causing a palloc() of 0\n bytes. How should a VARCHAR type whithout a specified length\n behave? Is this type 1 character or a variable size up to\n 4096?\n\nI thought we ... |
[
{
"msg_contents": "As part of yesterday's patch, I fixed a problem with indexing of nulls. \nThe old code did:\n\n\n mask = (finalbit << 1) - 1;\n if ((~n) & mask)\n slow=1;\n\nwhen it meant to do:\n\n mask = (1 << finalbit) - 1;\n ... |
[
{
"msg_contents": "Can someone figure out why atttypmod for system relations is not always\nzero? Sometimes it is -1 and other times it is 1, and I can't figure\nout why.\n\n-- \nBruce Momjian\nmaillist@candle.pha.pa.us\n",
"msg_date": "Thu, 5 Feb 1998 12:50:03 -0500 (EST)",
"msg_from": "Bruce Momjian ... |
[
{
"msg_contents": "Here is a query that will show the problem:\n\nselect relname, attname, atttypmod from pg_attribute, pg_class where \nattrelid = pg_class.oid;\n\n\n-- \nBruce Momjian\nmaillist@candle.pha.pa.us\n",
"msg_date": "Thu, 5 Feb 1998 12:51:06 -0500 (EST)",
"msg_from": "Bruce Momjian <maillis... |
[
{
"msg_contents": "Now for something completely different\n\n Somewhere in the Oracle doc's I read that a trigger when\n fired is executed under the permissions of the trigger owner.\n That makes really sense for me. This way a normal user can be\n revoked from modifying a table directly, but i... |
[
{
"msg_contents": "Still have some problem:\n\t\n\ttest=> select attname,atttypmod from pg_attribute where atttypmod != 0;\n\tattname |atttypmod\n\t-------------+---------\n\tgrolist | -1\n\tattdisbursion| -1\n\trelacl | -1\n\t(3 rows)\n\nIt may have to do with columns that hav... |
[
{
"msg_contents": "Here are my ideas.\n\nCan you look at fmgr_isbuiltin? It is doing a binary search looking to\nsee if it is builtin. Is it wrong? Is there a better way to do this? \nSeems like a lot of cpu for this.\n\nAlso, locking seems to be taking quite a bit of cpu, especially if you\nadd up all the l... |
[
{
"msg_contents": "Snapshot of 2 feb:\n\npostgres=> create table one (str char(52));\nCREATE\npostgres=> insert into one values ('Salut!');\nINSERT 546025 1\npostgres=> create table two (str char(52));\nCREATE\npostgres=> insert into two select * from one;\nERROR: Length of str is longer than length of target ... |
[
{
"msg_contents": "\tIs there a way to have the server show me the queries and the\nresponses to those queries? -d 3 is way more info than I can shift\nthrough and while -d 2 shows me the query I don't see the response to\nit...\n\n\tI've got the odbc drive connecting to 6.3 but I'm not getting the\nresponses ... |
[
{
"msg_contents": "I thought I might provide a little more info...\n\nI'm sending \nQselect relname, usename from pg_class, pg_user where relkind = 'r' and\nrelname !~ '^Inv[0-9]+' and int4out(usesysid) = int4out(relowner) order by\nrelname\n\nand it looks like what I get back is \nPblank\n\nJulie\n\n\n-- \n[ ... |
[
{
"msg_contents": "vac=> \\d test\n\nTable = test\n+----------------------------------+----------------------------------+-------+\n| Field | Type | Length|\n+----------------------------------+----------------------------------+-------+\n| x ... |
[
{
"msg_contents": "Hi Marc,\n\nI was looking at the new 'isinf.c' function in the src/backend/port directory.\nI have a question about the inclusion of cases for FP_SNAN and FP_QNAN.\n\n\tDoes the 'isinf' function mean \"not finite\" or \"is infinity\"?\n\nIf it is to mean \"not finite\", then (IMHO) then check... |
[
{
"msg_contents": "Bruce, Tom - could you fix this ?\n\nVadim\n",
"msg_date": "Fri, 06 Feb 1998 12:02:33 +0700",
"msg_from": "\"Vadim B. Mikheev\" <vadim@sable.krasnoyarsk.su>",
"msg_from_op": true,
"msg_subject": "Query->hasSubLinks is always FALSE..."
}
] |
[
{
"msg_contents": "\tI spent some more time with this...\n\n\tIt appears as if after I get the Pblank I get the T for a tuple\nand then the next 2 bytes should indicate the number of fields, but they\nare both 0... If I set the number of fields to 2 and then continue, the\nrest seems to happen fine.\n\nJulie\n... |
[
{
"msg_contents": "Yes, I think to change atttypmod to default to -1 would be the right\nthing,\nsince the empty string '' really has a length of 0,\nWe could think of -1 as: We don't know how long this field will be.\n0 would mean the field has 0 bytes.\n\nAndreas\n\n> > \n> > This time it's during the pa... |
[
{
"msg_contents": "Hi there,\n\nI am starting with the conclusions to spare time:\n - persistent connections invention stands somewhere between the fire and the\n wheel \n - unix sockets is not much compared to tcpip (at least on my Linux 2.0.30\n box).\n - parsing and executing a trivial \"select 17;\" acc... |
[
{
"msg_contents": "> You misunderstand me. I didn't suggest removing the S_LOCK() et al\n> macros. What I meant was that the actual assembly implementation of\n> tas() itself might be better off in a separate source file. As an\n> example, here is my current version of the locking code for the VAX,\n> in s_l... |
[
{
"msg_contents": "just installed 06.02.98 snapshot on linux 2.0.32, regression runs\n(almost) ok.\n\n\\d pg_description_index\n\ncoredumps immediately\n\n------------------------------------\nHannu Krosing\n\n\n",
"msg_date": "Fri, 06 Feb 1998 17:09:15 +0200",
"msg_from": "Hannu Krosing <hannu@trust.ee... |
[
{
"msg_contents": "> \n> vac=> select count(*) from test where exists (select t1.y from test t1\nwhere t1.y = x);\n>\n^\n> Is this correlated subquery or not ?\n\nNo! Informix behaves in the same manner, I think it is ok.\n\nAndreas\n",
"msg_date": "Fri, 6 Feb 1998 17:29:10 +0100",
"msg_from": "Zeugswet... |
[
{
"msg_contents": "> Is this Ok and I have to re-write query as\n> vac=> select count(*) from test t2 where exists \n> ^^\n> (select t1.y from test t1 where t1.y = t2.x);\n> ^^^\n> to get correlated one ?\n\nYes\n",
"msg_date": "Fri, 6 F... |
[
{
"msg_contents": "I guess I don't have a strong opinion on that. Since atttypmod is also\nintended for\ndecimal and others, I think the default has to be type specific anyway, \nlike 0 digits after the comma for decimal.\nI would prefer an atttypmod that does not include the VARHDRSZ for\nvarchar though.\nThen... |
[
{
"msg_contents": "In the old system, many tables did not have an initial attcacheoff value\nof -1, especially system tables. It would have a value of zero, and\nthis is a valid offset for the first field.\n\nI have fixed it so they are all -1. With the new code that uses\nattcacheoff more, you may need to do... |
[
{
"msg_contents": "> > > > > > Looks like this variable size stuff will be the first new feature\n> > > > > > for 6.4 then, eh? :)\n> > > > >\n> > > > > What is the chance of having this ready by Friday? Still would\n> > > > > give us 3weeks of debugging...\n> > > > \n> > > > Well, it's OK to leave _on... |
[
{
"msg_contents": "\nOn 6 Feb 1998, Fedor Bezrukov wrote:\n> Probably that's a silly question, but...\n> \n> There are functions 'lo_export'/'lo_import' embedded in the backend.\n> They can be called from an SQL request like it is described in the\n> User Manual. But as they are executed from the server, not f... |
[
{
"msg_contents": "Marc, I am getting messages like this in my mail.\n\n---------------------------------------------------------------------------\n\nForwarded message:\n> From Majordomo-Owner@hub.org Sat Feb 7 00:43:36 1998\n> Date: Sat, 7 Feb 1998 00:43:15 -0500 (EST)\n> Message-Id: <199802070543.AAA03902@h... |
[
{
"msg_contents": "> I have just rejiggered the int8 support so that it only depends on\n> snprintf instead of sprintf and sscanf. The interesting thing about\n> this is that we have our own version of snprintf that we use if the\n> platform's C library hasn't got snprintf/vsnprintf --- and our version\n> know... |
[
{
"msg_contents": "On Sat, 7 Feb 1998, Magnus Hagander wrote:\n\n> Possible idea: SOmebody subscribed majordomo to the lists. That has\n> happened on one of the lists I run..\n\n\tFound it, thanks..\n\n\n> \n> //Magnus\n> \n> > -----Original Message-----\n> > From: Tom I Helbekkmo [mailto:tih@Hamartun.Priv.NO] ... |
[
{
"msg_contents": "On Sat, 7 Feb 1998, Stan Brown wrote:\n\n> >\n> >\n> >\tNo probs...I've had worse hit me. My filters filtering something\n> >to a rarely viewed folder, then going back weeks later when it was a\n> >timely response needed :)\n> >\n> \n> \tWouldn't it e nice if we could go back to the days whe... |
[
{
"msg_contents": "We need the pg_user/password question in initdb. This is a know bug. \nOnly the postgres user can read pg_user currently.\n\nForwarded message:\n> From owner-pgsql-questions@hub.org Sat Feb 7 16:47:03 1998\n> Message-Id: <199802072132.QAA28359@hub.org>\n> Subject: [QUESTIONS] 6.3 question\n... |
[
{
"msg_contents": "50 sounds okay and sufficient.\n\nBut I do not get that much. I get about 50 of my transactions (2updates\n+ 1insert + some selects) per minute!\n\nI do not select the big table before inserting And yes, I do use\nindices. But for one key there are only two different values in the big\ntable.... |
[
{
"msg_contents": "No, and that explains it all. Silly me. Argh!\n\nI used the standard start script that comes with Debian (in fact the\n6.2.1 version I use is the Debian package) and it doesn't use -F. And\nwith more disk access we have no chance.\n\nI'll check that as soon as I find the time.\n\nMichael\n--\... |
[
{
"msg_contents": "BEGIN/END of what? Transactions? Since I used ODBC auto commit is\nusually on. But all writing is done in one tranaction, i.e. we switch\nauto-commit off and handle it ourselves.\n\nMichael\n--\nDr. Michael Meskes, Projekt-Manager | topystem Systemhaus GmbH\nmeskes@topsystem.de ... |
[
{
"msg_contents": "That's exactly what I meant with my first mail. IMO this is the correct\nway to handle it.\n\nMichael\n--\nDr. Michael Meskes, Projekt-Manager | topystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146 W... |
[
{
"msg_contents": "We're talking about quite selects/updates/inserts etc. If we say we have\n50TPS that makes one transaction every 20 milliseconds. So one more for\nparsing makes up for 5% more computation power. I doubt inlining offers\nmuch more speedup.\n\nMichael\n--\nDr. Michael Meskes, Projekt-Manager ... |
[
{
"msg_contents": "I like this code. I really do. I don't think accuracy is a problem. It\nwill work as it does right now if the number is a long. Only if it is\nout of range it will go to float instead of giving back an error\nmessage. Where could that be a problem?\n\nMichael\n--\nDr. Michael Meskes, Projekt-... |
[
{
"msg_contents": "subscribe\n",
"msg_date": "Sun, 8 Feb 1998 21:58:46 EST",
"msg_from": "Kapsaris@aol.com",
"msg_from_op": true,
"msg_subject": "subscribe pgsql-hackers kapsaris@aol.com"
}
] |
[
{
"msg_contents": "The compiler I'm using breaks while compiling aclchk.c, in particular, when \nprocessing the heap_getattr macro. Yes, I know that it may compile with gcc \n(may, because I have not tried it yet), but I would rather not have to rely on \ngcc. Would it be possible to include the non-macro ver... |
[
{
"msg_contents": "In my previous post, I meant to say:\n\nWould it be possible to include the non-macro version as a static function in \nthe appropiate header file, selectable by an appropiate defined tag?\n\n\n-- \n____ | Billy G. Allie | Domain....: Bill.Allie@mug.org\n| /| | 7436 Hartwell ... |
[
{
"msg_contents": "I think the real problem right now is the lack of a decimal type.\nAn integer out of range could be converted to a decimal without \nloosing precision. I think this would be the right thing to do.\nThis is how Informix and DB/2 do it (and Oracle I guess).\nI personally think postgresql should... |
[
{
"msg_contents": "I have noticed with delight, that the defined(aix) directives have gone\naway (since it is not allways defined),\nnow there is another one in s_lock.h __AIX with two underscores,\nwich also is not defined by gcc.\nPlease use the singel underscore _AIX since it seems to be defined by\nall ... |
[
{
"msg_contents": "subscribe\n\n",
"msg_date": "Mon, 09 Feb 1998 15:09:40 +0100",
"msg_from": "Brano Vislocky <vislocky@ancon.sk>",
"msg_from_op": true,
"msg_subject": "(no subject)"
}
] |
[
{
"msg_contents": "Bruce Momjian wrote:\n> \n> You know, after all our lengthy discussions, this SubLink thing looks\n> pretty clean to me.\n> \n> How are subselects going? Are you having to write a lot of code to get\n> it working? I would say after all our discussions and thinking, it took\n\nMmm ... =~ 100... |
[
{
"msg_contents": "Here is a bug report that outlines out cnf-ify problem. Looks like we\nneed a general solution, not just for subselects.\n\n---------------------------------------------------------------------------\n\nForwarded message:\n> From daveh@insightdist.com Wed Jan 14 10:20:16 1998\n> X-Authentica... |
[
{
"msg_contents": "I'm seeing what looks like an ugly bug in the February 8th snapshot,\nrunning under NetBSD/sparc 1.3. Here's the sequence of events (note\nthat it's doesn't have to be this particular table; I've reproduced\nthis with different ones):\n\n* I run initdb as 'postgres', and create a user 'tih'.... |
[
{
"msg_contents": "I have applied a patch to pass atttypmod all the way through to the\nexecutor. This removes some of the hacks for select into table for\nchar(), and cleans up the code quite a bit.\n\nI have added typmod to Resdom and Var, and this allows its use in\nTupleDescInitEntry.\n\n-- \nBruce Momjian... |
[
{
"msg_contents": "Another thing the change does is to pass atttypmod to output functions\nas the third parameter.\n\n-- \nBruce Momjian\nmaillist@candle.pha.pa.us\n",
"msg_date": "Mon, 9 Feb 1998 23:21:56 -0500 (EST)",
"msg_from": "Bruce Momjian <maillist@candle.pha.pa.us>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Ok. I'll be setting up postgresql on 4 platforms (Linux, Solaris, AIX, IRIX)\nand I'm wondering where to get the latest and greatest versions.\n\nThanks,\nMaurice\n\n\n",
"msg_date": "Tue, 10 Feb 1998 10:07:31 +0100",
"msg_from": "\"Maurice Gittens\" <mgittens@gits.nl>",
"msg_from... |
[
{
"msg_contents": "tempx and tempx2 are tables with single int4 field. Having single record\nwith value of 1 in both tables:\n\nvac=> explain select * from tempx, tempx2 where tx = tx2;\nNOTICE: QUERY PLAN:\n\nHash Join (cost=17.20 size=100 width=8)\n -> Seq Scan on tempx2 (cost=4.30 size=100 width=4)\n -... |
[
{
"msg_contents": "Great. Thanks.\n\nMichael\n\n--\nDr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH\nmeskes@topsystem.de | Europark A2, Adenauerstr. 20\nmeskes@debian.org | 52146 Wuerselen\nGo SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-4... |
[
{
"msg_contents": "Hi,\n\nEvery now and then the postmaster dies without reason.\nI'm using vanilla 6.2.1 under Linux 2.0.33 (libc 5).\nI also make use of large objects.\ngdb and the core file says that the crash is happening in free().\n\nDoes anyone have a clue? \n\n#0 0x810ae53 in free ()\n#1 0x80e609e in ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.