threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Just discovered, by mistyping the www address...\n\nInteresting, whom does this one belong to?\nhttp://www.postgresql.ca.org\n\n--\nSerguei A. Mokhov\n \n\n",
"msg_date": "Wed, 19 Sep 2001 08:57:02 -0400",
"msg_from": "\"Serguei Mokhov\" <sa_mokho@alcor.concordia.ca>",
"msg_from_... |
[
{
"msg_contents": "Hi,\n\nI am trying to store some large object in database. \n\nI print the number of bytes returned by lo_write. It's\ngreater than zero. However sometime later, I start\ngetting errors for lo_closelike invalid object\ndescriptor fd=0 where df is variable I used for large\nobject fd.\n\nActua... |
[
{
"msg_contents": "Please note that as of 07:24PST, 09-19\nthe cvsup server is old and needs to be\nupgraded, the following is what I now\nget when trying to sync:\n\nParsing supfile \"cvsup_config\"\nConnecting to postgresql.org\nConnected to postgresql.org\nServer software version: REL_16_1\nServer postgresql... |
[
{
"msg_contents": "I am advised by the (few remaining) Great Bridge folk that they will be\nshutting down their webservers very shortly, like tomorrow. This will\ntake the project pages at greatbridge.org offline.\n\nAll the data at greatbridge.org has been transferred to a hub.org server\nat http://gborg.post... |
[
{
"msg_contents": "I am working on date/time stuff, and in the spirit of cleaning up\ninteresting but marginally useful features I've dropped support for\n\"invalid\" for the timestamp and timestamptz types. \n\nTo help with upgrading, I thought that I'd map it to a NULL value, and\nsee the following in the reg... |
[
{
"msg_contents": "I have split the timestamp data type into two types to better match\nSQL9x specs. I've implemented them as \"timestamp\" and \"timestamptz\" (the\nlatter corresponding to the implementation in recent releases), and have\nimplemented conversion routines between the two types. However, I expect... |
[
{
"msg_contents": "\nI sent a message a while back on this list on why an insert onto a table A\nwhich has a foreign key constraint to table B obtains a write (exclusive)\nlock on that row on table B (basically does a select for update). The answer\nwas there is no SQL construct to obtain read (shared) locks on... |
[
{
"msg_contents": "Now that GreatBridge is gone. (I'm pretty sad about that, they looked like they\nwere working on some cool stuff.)\n\nHas this changed, in any way, the development path of PostgreSQL?\n",
"msg_date": "Thu, 20 Sep 2001 08:58:37 -0400",
"msg_from": "mlw <markw@mohawksoft.com>",
"msg... |
[
{
"msg_contents": "Hi,\n\nThis isn't working for me either (no existing checkout) :\n\n[justin@justinspc cvs]$ cvs -d\n:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login\n(Logging in to anoncvs@anoncvs.postgresql.org)\nCVS password: <<just pressed enter>>\n[justin@justinspc cvs]$ cvs -d\n:pserver:a... |
[
{
"msg_contents": "\nI just tried to get PostgreSQL from CVS , but it rejected the password\n'postgresql' for user 'anoncvs':\n\n $ export CVSROOT=:pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot\n $ cvs login\n (Logging in to anoncvs@postgresql.org)\n CVS password:\n cvs login: autho... |
[
{
"msg_contents": "When the server starts I see something like\n\nDEBUG: redo record is at 0/146ED4; undo record is at 0/0; shutdown TRUE\n\nbut what does \"shutdown TRUE\" mean? It doesn't mean \"I'm shutting down\"\nnor \"the last shutdown was successful\", so it's not very obvious.\n\n-- \nPeter Eisentraut... |
[
{
"msg_contents": "I'm trying to update my cvs tree and am currently seeing the following:\n\nParsing supfile \"postgres.cvsup\"\nConnecting to cvsup.postgresql.org\nCannot connect to cvsup.postgresql.org: Connection refused\nWill retry at 20:15:50\n\nIs this expected? Should cvsup.postgresql.org be answering c... |
[
{
"msg_contents": "Not sure how to do this, but it shouldn't be too ugly. I want to drop\ncolumns from a table as well as be able to change the data type of a column.\nWhere should I be looking in the source for altering tables? For removing I\ndon't imagine it could be too ugly as all it should be is a rever... |
[
{
"msg_contents": "Do the multibyte regression tests in src/test/mb currently pass for\nother people? I'm getting failures on most of them, and what it looks\nlike to me is that the latest commits of the \"expected\" files contain\nwrong results.\n\n\t\t\tregards, tom lane\n",
"msg_date": "Thu, 20 Sep 2001... |
[
{
"msg_contents": "Hi, \nplease run below recursion function in 7.1.3\n-----------------------------------------------------------\ndrop function listTest(int4);\ncreate function listTest(int4)\nreturns text\nas 'declare\n mtype alias for $1;\n begin\n if mtype=0 then\n return ''0'';\n else\n return mtype||... |
[
{
"msg_contents": "Hi,\n\nThis is not a real security issue but it seems not very appropreate\nbehavior for me.\n\n$ psql -U foo test\nPassword: XXX\n\nWelcome to psql, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL commands\n \\? for help o... |
[
{
"msg_contents": "\nI still have problem when doing cvs update on a fresh source tree. I did\ncvs checkout after the changes in cvs servers.\n\n$ cvs update\ncannot create_adm_p /tmp/cvs-serv24877/ChangeLogs\nPermission denied\n\nI think it is a problem on the CVS server. My client side is Cygwin\n1.3.3 and cv... |
[
{
"msg_contents": "\n> > As you can see, psql reconnect as any user if the password is same\nas\n> > foo. Of course this is due to the careless password setting, but I\n> > think it's better to prompt ANY TIME the user tries to switch to\n> > another user.\n> \n> I'm not sure. A few users have voiced concerns ... |
[
{
"msg_contents": "Hello friends,\n\nint4eq (xid, int4) seems to be needed for proper support of MS Access2K:\nCREATE FUNCTION \"int4eq\" (xid, int4)\nRETURNS bool\nAS 'int4eq'\nLANGUAGE 'internal'\n\nIs int4eq function included in PostgreSQL 7.2?\n\nRegards,\nJean-Michel POURE\n\n",
"msg_date": "Fri, 21 Se... |
[
{
"msg_contents": "While looking through the code I found an already existing alter table drop\ncolumn in src/backend/parser/gram.y. However, when I try to run it in psql\nit comes back with a not implemented. Was the left hand not talking to the\nright hand when this was coded or is there more to this?\n\nGe... |
[
{
"msg_contents": "When modifying postgresql.conf (or, now, pg_hba.conf) one must send a\nSIGHUP to the postmaster to get it to pay attention. Seems like it'd\nbe nice if pg_ctl had an option to do that, rather than having to muck\nabout with looking in ps output. Any objections? What should the\noption be c... |
[
{
"msg_contents": "I am running the command as you have written:\n\n> cd pgsql\n> cvs -q update -APd .\n\nbut still I am getting\n\n> cannot create_adm_p /tmp/cvs-serv24877/ChangeLogs\n> Permission denied\n\non both Cygwin and Linux\n\nmy CVS/Repository for the top-level directory\n/projects/cvsroot/pgsql\n\nan... |
[
{
"msg_contents": "I tried to subscribe to a few more lists (docs, patches, and committers) and\ngot this for them all:\n\n>>>> subscribe\n**** Illegal command!\n\nNo valid commands processed.\n\n\n\n\nGeoff\n",
"msg_date": "Fri, 21 Sep 2001 14:01:52 -0400",
"msg_from": "\"Gowey, Geoffrey\" <ggowey@rxho... |
[
{
"msg_contents": "I am back from one week vacation. I will work through the mailing lists\ntomorrow and leave for OSDN conference on Sunday afternoon, EST.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is ... |
[
{
"msg_contents": "Hi,\n\nI have written a small function that show how many tuples are dead\netc. in a specified table. Example output is:\n\ntest=# select pgstattuple('tellers');\nNOTICE: physical length: 0.02MB live tuples: 200 (0.01MB, 58.59%) dead tuples: 100 (0.00MB, 29.30%) overhead: 12.11%\n pgstattupl... |
[
{
"msg_contents": "Tom,\n\nplease apply attached patch to current CVS.\n\nChanges:\n\n 1. Added support for boolean queries (indexable operator @@, looks like\n a @@ '1|(2&3)'\n 2. Some code cleanup and optimization\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOl... |
[
{
"msg_contents": "Hi!\n\nFYI: a nasty mistake... :)\n\nI am writing a java application, which uses postgreSQL thru JDBC2.\n\nI have two connections to database;\na batch connection, which is initialized as\n realConnection.setAutoCommit( false );\n realConnection.setTransa... |
[
{
"msg_contents": "Hi all,\n\nDid anyone ever figure out why Solaris boxes had those random failures\nduring the regression tests?\n\nIf no, then should we ensure the regression test on Solaris run's over\nTCP instead (like BeOS and QNX do)? To do this is a one-line fix in the\nshell script.\n\nRegards and bes... |
[
{
"msg_contents": "I've hit some really evil nastiness that is either a Postgres 7.1.3 bug,\nor signs of early-onset senility for me. I was having trouble with my\ndatabase dying while inserting some values, and running some PL/pgSQL.\n\nThe schema is as listed below, and I'm getting \npsql:fuck.sql:175: ERROR... |
[
{
"msg_contents": "I have made lpad/rpad/btrim/ltrim/rtirm/translate functions multibyte\naware. I think we could mark following item as \"done\".\n\n* Make functions more multi-byte aware, e.g. trim()\n\nAnything I forgot to make multibyte aware?\n--\nTatsuo Ishii\n",
"msg_date": "Sun, 23 Sep 2001 20:11:08... |
[
{
"msg_contents": "Hi guys,\n\nI've been looking at CLUSTER today. I've put together a patch which\nrecreates all the indices which current CLUSTER drops and copies relacl\nfrom the old pg_class tuple and puts it in the new one. \n\nI was working on updating pg_inherits to handle the new OID when it\noccured to... |
[
{
"msg_contents": "Since there have been drastic CVS changes, the web page doc should REALLY\nbe updated...\n\nhttp://www.ca.postgresql.org/devel-corner/docs/postgres/cvs.html\n\n- Brandon\n\n----------------------------------------------------------------------------\n c: 646-456-5455 ... |
[
{
"msg_contents": "I know we had expected beta last Friday, but I think the needed CVS\nchanges have delayed that. I know a few people are working on final\nadditions. Perhaps this Friday would be a good beta target.\n\nTom and I will be at the OSDN conference until Wednesday.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "\nI take that back. I just updated this last night with the proper path. \nShould be OK tomorrow.\n\n> > Since there have been drastic CVS changes, the web page doc should REALLY\n> > be updated...\n> \n> I updated the SGML but they are not building nightly, I think. \n> \n> -- \n> Bruce ... |
[
{
"msg_contents": "Hello (mainly developer) folks!\n\nProbably Kevin really found a bug.\n\nWhen I saw his words in $50, I immediately started to look around his\nproblem... You probably don't think that as a student here, in Hungary I\nlive half a month for $50 :-))))\n\nSo I simplified his given schema as muc... |
[
{
"msg_contents": "It may be just me, or I am grossly misunderstanding syntax of outer joins,\nbut I see that plans for my queries are different depending on how I place\njoin conditions and sometimes even on order of the tables.\n\nBasically, if I mix ANSI-syntax outer joins (a left outer join b on\na.id=b.id)... |
[
{
"msg_contents": "For OpenBSD to work, we need a change from LOCAL_CREDS to SCM_CREDS.\nBruce, I think you are familure with this one. Care to make the change?\n(I have no idea where to make it!).\n\nThanks all,\n- Brandon\n\n\n----------------------------------------------------------------------------\n c... |
[
{
"msg_contents": "Hello--\n\nI'm looking for anecdotes describing debugging experiences with\ndatabase systems. In particular, I want to hear about how you've\nsolved particularly difficult bugs that were a real headache in a real\nsystem. The bugs could have occurred in any aspect of a database:\nproblems wit... |
[
{
"msg_contents": "Hello,\n\nwell at first I could not believe what I was seeing ...\n\nLook at the following code (ecpg/lib/execute.c):\n\n const char *locale=setlocale(LC_NUMERIC, NULL);\n setlocale(LC_NUMERIC, \"C\");\n[....]\n setlocale(LC_NUMERIC, locale);\n\n\nWell at least on glibc-2.2 it seems tha... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp] \n> Sent: 24 September 2001 06:26\n> To: Jean-Michel POURE\n> Cc: pgsql-odbc@postgresql.org; pgsql-hackers@postgresql.org; \n> Tatsuo Ishii\n> Subject: Re: [ODBC] UTF-8 support\n> \n> \n> Jean-Michel POURE wrote:... |
[
{
"msg_contents": "-- Hi Kevin, and everyone!\n-- \n-- I don't think that I only found a minor bug compared to\n-- the other you wrote in your last letter: the backend crash\n-- is caused by the same CHECK constraint in the child table.\n-- \n-- However, for you without time to analyzing Kevin's huge\n-- scheme... |
[
{
"msg_contents": "I posted this in my last message, but have not heard anything yet so I'm\nwondering if it was overlooked. I need to know how to change a column from\nbeing say a varchar(9) to an integer. Does anyone know how to change the\ndata type?\n\nGeoff\n",
"msg_date": "Mon, 24 Sep 2001 10:18:34 ... |
[
{
"msg_contents": "\n>This is not for -hackers. \n\nHow so?\n\n>And the answer is \"no, you can't\". Recreate the table with correct types\n>and insert the old values into it.\n\nYou're kidding me, right? *prepares to gargle* MS Sql server can. Surely\nwe can implement this feature or aren't we aiming to go h... |
[
{
"msg_contents": "One thought did just occur to me. It is at least theoretically possible to\nsimplisticly migrate on column type to another by reading in the data and\noid of the row into a struct, drop the column, create a new column with the\ncorrect data type, and populate. This is ugly, but it is better... |
[
{
"msg_contents": "Does this mean that the code is or isn't usable?\n\nGeoff\n\n-----Original Message-----\nFrom: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]\nSent: Sunday, September 23, 2001 11:02 PM\nTo: Stephan Szabo\nCc: Gowey, Geoffrey; pgsql-hackers@postgresql.org\nSubject: Re: [HACKERS] an already existing al... |
[
{
"msg_contents": "damn. Is there a usable version being worked around? If so, how long before\nit is available?\n\nGeoff\n\n-----Original Message-----\nFrom: Marc G. Fournier [mailto:scrappy@hub.org]\nSent: Monday, September 24, 2001 1:14 PM\nTo: Gowey, Geoffrey\nCc: 'Hiroshi Inoue'; Stephan Szabo; pgsql-hack... |
[
{
"msg_contents": "I do like the flag idea as a temporary patch until a fully workable solution\nis available. Just run a delete on the column and then flag it so it takes\nup no space and is hidden. By doing this now a more perfect solution can be\nfound later. \n\nGeoff\n\n-----Original Message-----\nFrom:... |
[
{
"msg_contents": "Also, rename the column to something else so a new one can be created in\nit's place with the same name. Do columns have their own oid's? If so this\nplus some random chars could be the new name.\n\nGeoff\n\n-----Original Message-----\nFrom: Gowey, Geoffrey \nSent: Monday, September 24, 200... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] \n> Sent: 24 September 2001 20:11\n> To: pgadmin-hackers@postgresql.org\n> Subject: [pgadmin-hackers] Alter project: client or server side?\n\n< snipped long discussion about object dependencies and gotc... |
[
{
"msg_contents": "Hi all,\n\nwhile working on a new project involving PostgreSQL and making some\ntests, I have come up with the following output from psql :\n\n lang | length | length | text | text\n------+--------+--------+-----------+-----------\n isl | 7 | 6 | ᅵlᅵta | ᅵleit\n isl |... |
[
{
"msg_contents": "Two problems (I've been holding back reporting until I ran into this\nsecond):\n\nBackground: I'm trying to migrate an existing db from MS Sql 2K to pgsql by\ncreating a DTS job.\n\nDB system info: NT 4 sp6a, MS SQL2K Regular, Pgsql ODBC driver 7.01.00.06.\n\nFirst problem: The ODBC driver re... |
[
{
"msg_contents": "I see following in src/backend/optimizer/plan/planner.c\n\n\tif (child && IsA(child, FromExpr))\n\t{\n\n\t\t/*\n\t\t * Yes, so do we want to merge it into parent?\tAlways do\n\t\t * so if child has just one element (since that doesn't\n\t\t * make the parent's list any longer). Otherwise we ... |
[
{
"msg_contents": "Has anyone successfully built docs recently? I got:\n\ncd sgml && /bin/tar -c -f ../admin.tar -T HTML.manifest *.gif *.css\n/bin/tar: *.gif: Cannot stat: No such file or directory\n--\nTatsuo Ishii\n",
"msg_date": "Tue, 25 Sep 2001 12:56:49 +0900",
"msg_from": "Tatsuo Ishii <t-ishii@s... |
[
{
"msg_contents": "Hello all,\n\n> >And the answer is \"no, you can't\". Recreate the table with correct types\n> >and insert the old values into it.\n>\n>You're kidding me, right? *prepares to gargle* MS Sql server can. Surely\n>we can implement this feature or aren't we aiming to go head to head with\n>comm... |
[
{
"msg_contents": "Unfortunately, some of the head aches I have been encountering require me to\nbe able to do such oddities (example: my money column type not working with\nthe pgsql odbc driver). It's not just limited to a varchar to int\nconversion that was just an example. There's a bunch of things that I... |
[
{
"msg_contents": "Hello, \n\nI have a problem at the time of requete containing accents with\nPostgreSQL version 6.5.3 : \n\nVia psql, the following requete does not function : \n\nSELECT id_dico, name \n FROM dico_fr \n WHERE name ~* '^b�' \n ORDER BY name; \n\n\nThe tables are coded in UNICODE.\n\nA idee ... |
[
{
"msg_contents": "I see that\n\n SELECT (time '00:00', interval '1 hour')\n OVERLAPS (time '01:30', interval '1 day') AS \"False\";\n\n(a case in the regression tests) returns false (currently labeled as\nreturning true, but that is another issue ;).\n\nistm that this *should* return true, since times do w... |
[
{
"msg_contents": "In a C application I want to run several \ninsert commands within a chained transaction \n(for faster execution). \n>From time to time there will be an insert command \ncausing an \nERROR: Cannot insert a duplicate key into a unique index\n\nAs a result, the whole transaction is aborted and ... |
[
{
"msg_contents": "Well, O_DIRECT has finally made it into the Linux kernel. It lets you \nopen a file in such a way that reads and writes don't go to the buffer \ncache but straight to the disk. Accesses must be aligned on\nfilesystem block boundaries.\n\nIs there any case where PG would benefit from this? ... |
[
{
"msg_contents": "Hello all,\n\n> >And the answer is \"no, you can't\". Recreate the table with correct types\n> >and insert the old values into it.\n>\n>You're kidding me, right? *prepares to gargle* MS Sql server can. Surely\n>we can implement this feature or aren't we aiming to go head to head with\n>comm... |
[
{
"msg_contents": "The O_DIRECT flag has been added in FreeBSD 4.4 (386 & Alpha) also. From\nthe release notes:\n\nKernel Changes\n\nThe O_DIRECT flag has been added to open(2) and fcntl(2). Specifying this\nflag for open files will attempt to minimize the cache effects of reading\nand writing.\n\n\nSee: http:... |
[
{
"msg_contents": "Here is a revised version of pg_stattuple, which shows how many tuples\nare \"dead\" etc. Per Tom's suggestion, a statistic of free/resuable\nspace is now printed.\n\ntest=# select pgstattuple('accounts');\nNOTICE: physical length: 39.06MB live tuples: 100000 (12.59MB, 32.23%) dead tuples: 2... |
[
{
"msg_contents": "In 7.1.3, you can create a column as \"time without time zone\", but it\ndoesn't seem to show as such in psql...\n\neg:\n\ntest=# alter table chat_meetings add column timeofday time without time\nzone;\n\nALTER\ntest=# \\d chat_meetings\n Table \"chat_me... |
[
{
"msg_contents": "Gah. Ignore my previous email - I read the docs further and it turns out\nthat \"time\" and \"time without time zone\" are synonymns.\n\nChris\n\n",
"msg_date": "Wed, 26 Sep 2001 16:58:52 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_o... |
[
{
"msg_contents": "Greetings.\nI don�t know if this is the right place to ask this, sorry if this don't\nbelong here.\nI begun this week working in a new firm. They use linux and PostgreSQL as\nthe database for the Intranet site and for the management of CV's and\nKnowledge Management (they have an on-line sy... |
[
{
"msg_contents": "Hi all,\n By mapping the WAL files by each backend in to its address\nspace using \"mmap\" system call , there will be big\n improvements in performance from the following point of view:\n 1. Each backend directly writes in to the address\nspace which is o... |
[
{
"msg_contents": "Hi, \n\nI have a table that contains almost 8 milion rows. The primary key is a \nsequence, so the index should have a good distribution. Why does the \noptimizer refuse to use the index for getting the maximum value?\n(even after a vacuum analyze of the table)\n\nradius=# explain select max(... |
[
{
"msg_contents": "I'm looking at pg_proc.h to adjust the cacheable attribute for date/time\nfunctions. Can anyone recall why the interval data type would have been\nconsidered non-cacheable? I didn't make internal changes to that type,\nbut istm that it should be cacheable already.\n\nFor timestamp and timesta... |
[
{
"msg_contents": "I have just upgraded to the new PostgreSQL 7.1.3 (from 7.0.3) and have been\nexperiencing a pretty serious problem:\n On one particular page, in what seems to be completely random instances,\nI get buffer overruns and either 0-rows or a crashed apache child. Turning\non PHP's --enable-deb... |
[
{
"msg_contents": "Hi,\n\nI have been working a bit at a patch for that problem in psql. The\npatch is far from being ready for inclusion or whatever, it's just for\ncomments...\n\nBy the way, someone can tell me how to generate nice patches showing\nthe difference between one's version and the cvs code that ha... |
[
{
"msg_contents": "\nI'm trying to use an integer from a table to add/subtract time in months.\nIOW:\n\ncreate table foo(nummonths int);\n\nselect now() - nummonths months;\n\nSo far nothing I've tried will work - short of a function. Is there a\nway to do this?\n\nVince.\n-- \n================================... |
[
{
"msg_contents": "Haven't tried yet, but perhaps casting nummonths to an interval datatype \nwould do the trick.\n\n-r\n\nAt 04:30 PM 9/26/01 -0400, Vince Vielhaber wrote:\n\n\n>I'm trying to use an integer from a table to add/subtract time in months.\n>IOW:\n>\n>create table foo(nummonths int);\n>\n>select no... |
[
{
"msg_contents": "Short! :-)\n\nPostgreSQL version: 7.1.3\n\nI do I dump of a database which has some views, rules, and different \npermissions on each view.\n\nThe dump puts first the permissions and after that the view creation, so when \nI import the dump back to the server (or another server) I get lts of ... |
[
{
"msg_contents": "Hi,\nAnyone tried fragmenting tables into multiple sub tables \ntransparently through Postgres rewrite rules ? I'm having \na table with 200,000 rows with varchar columns and noticed \nthat updates,inserts take a lot longer time compared to a \nfew rows in the same table. I have a lot of memo... |
[
{
"msg_contents": "Itried everywhere.... can't get JDBC to update. I can't build 7.13 J2EE \nJDBC, I get build errors.\n\nThe driver I have bellow, I can't get to update using bellow code....\n\nSuggestions please?\nVic\n\n-------- Original Message --------\nSubject: Re: JDBC update wont, plz help.\nDate: Wed, ... |
[
{
"msg_contents": "I did some benchmarking with/without multibyte support using current.\n\n(1) regression test\n\nWith multibyte support:\n9.52user 3.38system 0:59.27elapsed 21%CPU (0avgtext+0avgdata 0maxresident)k\n\nWithout multibyte support:\n8.97user 4.84system 1:00.85elapsed 22%CPU (0avgtext+0avgdata 0m... |
[
{
"msg_contents": "Haller Christoph wrote:\n\n> My first message:\n> In a C application I want to run several\n> insert commands within a chained transaction\n> (for faster execution).\n> >From time to time there will be an insert command\n> causing an\n> ERROR: Cannot insert a duplicate key into a unique inde... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 24 September 2001 00:58\n> To: jm.poure@freesurf.fr\n> Cc: pgsql-odbc@postgresql.org; pgsql-hackers@postgresql.org\n> Subject: Re: [ODBC] [HACKERS] UTF-8 support\n> \n> Currently no. But it would be ea... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 24 September 2001 08:13\n> To: sa_mokho@alcor.concordia.ca\n> Cc: jm.poure@freesurf.fr; pgsql-odbc@postgresql.org; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [ODBC] [HACKERS] UTF-8 support\n> \n>... |
[
{
"msg_contents": "I'm considering moving s_lock.c from backend/storage/buffer, where it\nseems to make no sense, into backend/storage/lmgr which seems like a\nmore logical place for it. However, the only way to do it that I know\nof is to \"cvs remove\" in the one directory and then \"cvs add\" a new copy\nin... |
[
{
"msg_contents": "I've committed (most of?) the changes to implement a timestamp without\ntime zone type. To help with backward compatibility and upgrading, I've\nmade the *default* timestamp the one with time zone. That is, if you\nwant a timestamp without time zone you will have to fully specify it\nverbatim... |
[
{
"msg_contents": "Please apply attached patch to current CVS tree.\n\nChanges:\n\n 1. gist__int_ops is now without lossy\n 2. added sort entry in picksplit\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg A... |
[
{
"msg_contents": "Can someone else run this and confirm the results against the tip\nof the CVS repository?\n\nI'm trying to trace this bug (help welcome too).\n\n(it was hidden in a trigger and a pain to narrow to this point)\n-Brad\n\n-----\n\ndrop function mul1(int4,int4);\ndrop function mul2(int4,int4);\nd... |
[
{
"msg_contents": "OK, I think we are on track for Monday beta. Marc, will you be\npackaging a beta1 tarball on Monday or waiting a few days? I need to\nrun pgindent and pgjindent either right before or after beta starts.\n\nAlso, what are we doing with the toplevel /ChangeLogs. I never\nunderstood the purpo... |
[
{
"msg_contents": "> > Hi all,\n> > By mapping the WAL files by each backend in to its address\n> > space using \"mmap\" system call , there will be big\n> > improvements in performance from the following point of view:\n> > 1. Each backend directly writes in to the address... |
[
{
"msg_contents": "I have just noticed a flaw in the handling of \"-o backend-options\"\npostmaster parameters. To wit: although these options will be passed\nto all backends launched by the postmaster, they aren't passed to\ncheckpoint, xlog startup, and xlog shutdown subprocesses (everything\nthat goes throu... |
[
{
"msg_contents": "Just a HUMOR, no offense and take it easy!!\n=================================\n\nIf someone ask's you how do you compare the features and capability of\nthese three popular SQL servers:\nOracle, PostgreSQL and MySQL ??\n\nThen comes the answer in layman's terms:\n\n\"A Elephant, Powerful Wh... |
[
{
"msg_contents": "How hard would it be to pre-fork an extra backend for the database a\nuser just requested so if they next user asks for the same database, the\nbackend would already be started?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us |... |
[
{
"msg_contents": "I've been looking at the iscachable changes you committed recently,\nand I think a lot of them need to be adjusted still.\n\nOne consideration I hadn't thought of recently (though I think we did\ntake it into account for the 7.0 release) is that any function whose\noutput varies depending on ... |
[
{
"msg_contents": "In the attached script, second call to test1() causes error:\n\nselect test1();\n test1 \n-------\n 0\n(1 row)\n\nselect test1();\npsql:/home/t-ishii/tmp/aaa.sql:13: NOTICE: Error occurred while executing PL/pgSQL function test1\npsql:/home/t-ishii/tmp/aaa.sql:13: NOTICE: line 5 at sele... |
[
{
"msg_contents": "On Mon, 1 Oct 2001, Bruce Momjian wrote:\n\n> > Marc,\n> >\n> > it worked, but now I'm again getting:\n> >\n> > cvs server: failed to create lock directory for /projects/cvsroot/pgsql/contrib/pgcrypto/expected' (/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock): Permission denied\n... |
[
{
"msg_contents": "\nnow that the 18gig is in place and I have space once more to work,\nftp.postgresql.org now points at the new server (~ftp for those that\nlogin) ... let me know if there are any problems ...\n\n\n\n",
"msg_date": "Sun, 30 Sep 2001 16:49:15 -0400 (EDT)",
"msg_from": "\"Marc G. Fourni... |
[
{
"msg_contents": "I have just found a nasty portability problem in the new statistics\nstuff. It assumes that it can store int64 values in hashtable entries\n... but the dynahash module hands back pointers that are only aligned\nto sizeof(long). On a machine where int64 has to be 8-byte-aligned,\ninstant cor... |
[
{
"msg_contents": "I just grabbed cvs tip this afternoon and ran into two issues:\n\n- First one is that the regression fails on \"geometry\" on what appears to be\na difference in the 13th decimal place of the output value. See the attached\nregression diff.\n- Second was on reloading my data, I got the follow... |
[
{
"msg_contents": "Per Tom's request(1000 concurrent backends), I tried current on IBM\nAIX 5L and found that make check hungs:\n\nparallel group (13 tests): float4 oid varchar\n\npgbench hungs too if more than 4 or so concurrent backends are\ninvolved. Unfortunately gdb does not work well on AIX, so I'm stucke... |
[
{
"msg_contents": "> [HACKERS] What executes faster? \n> Now that I've found the solution for my duplicate key problem, \n> I'm wondering what executes faster when I have to check for \n> duplicates. \n> 1. try to update \n> if no row affected -> do the insert \n> else done \n> 2. do a select \n> if ro... |
[
{
"msg_contents": "OS: FreeBSD4.3\n\nDiagnostic:\ngcc -g -Wall -Wmissing-prototypes -Wmissing-declarations \n-I../../../../src/include -c -o spin.o spin.c\nIn file included from /usr/include/sys/sem.h:13,\n from spin.c:26:\n/usr/include/sys/ipc.h:54: syntax error before `ushort'\n/usr/include... |
[
{
"msg_contents": "\n May be it's cosmetic, but:\n\n - \"Migration to 7.1\" right is \"Migration to 7.2\"\n \n Be missing:\n \n - information that some parts of interface are translated to \n Swedish, Russian, French, Germany nad Czech.\n\n (IMHO right place for information about Peter's NLS support is \n ... |
[
{
"msg_contents": "Hello,\n\nI'm in the process of porting a large application from Ingres to\nPostgreSQL. We make heavy use of bulkloading using the 'COPY'\nstatement in ESQL/C. Consider the SQL statements below (in a psql\nsession on an arbitrary database):\n\n CREATE TABLE copytest(f1 INTEGER, f2 INTEGER);\n... |
[
{
"msg_contents": "\n> > The O_DIRECT flag has been added to open(2) and fcntl(2). Specifying\nthis\n> > flag for open files will attempt to minimize the cache effects of\nreading\n> > and writing.\n> \n> I wonder if using this for WAL would be good.\n\nNot before the code is not optimized to write more than th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.