threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> -----Original Message-----\n> From: gsstark@mit.edu [mailto:gsstark@mit.edu] \n> Sent: Wednesday, September 15, 2004 11:34 AM\n> To: Tom Lane\n> Cc: Dann Corbit; Greg Stark; Merlin Moncure; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] libpq and prepared statements progress for... |
[
{
"msg_contents": "I just had a thought that could potentially greatly improve vacuum\nperformance. What about some kind of TID (or does vacuum use CID?)\nindex? This would allow vacuum to visit only the pages it needs to\nvisit. Actually, I guess TID/CID wouldn't even be involved; the only\ninformation needed ... |
[
{
"msg_contents": "We have discovered an interesting locking scenario with Slony-I that\nis pointing to a use for the ability to exclude certain schemas from\npg_dump.\n\nThe situation is that when a \"full\" pg_dump kicks off, a Slony-I\n\"create sync\" event, which expects to \"LOCK slony_schema.sl_event;\",\... |
[
{
"msg_contents": "\nIn recognition of his role as lead developer on the internationalization \nfront, as well as his invaluble work in both the build and release \nprocesses, Peter Eisentraut has been invited, and has accepted, to join \nthe Core Committee.\n\n----\nMarc G. Fournier Hub.Org Networkin... |
[
{
"msg_contents": "I'm seeing an intermittent assertion failure while running \"make check\" \nwith current sources. I can usually reproduce the problem at least once \nout of every 3 or 4 runs of \"make check\" on each of two different \nmachines (one is an 866 mhz iBook running OSX, the other is a dual Xeon \... |
[
{
"msg_contents": "Hi all,\nI'm having some problem with permissions on views, I spoke with Josh on IRC\nabout it and I'm reposting it:\n\n\nI found a not simmetrical behavior about permission on views and functions.\nLet me explain:\n\nIf I use the view/table T inside the view V, is enough give the select\npe... |
[
{
"msg_contents": "Hello ! \n\nI've written a small description of the project I would like to work on,\nand since it involves Postgres , decided to ask for a feedback\nfrom the people who can help . Thank you :). \n\nThe Problem :\nAutomate database-oriented development.\nSolution : automate representation of ... |
[
{
"msg_contents": "Neil Conway wrote:\n> On Thu, 2004-09-16 at 23:24, Bruce Momjian wrote:\n> > It will be applied as soon as one of the PostgreSQL committers reviews\n> > and approves it.\n> \n> Hey Bruce,\n> \n> does this reflect a change in the patch application procedures? (i.e. in\n> the past the pgpatches... |
[
{
"msg_contents": "\nHi all,\n\nI was implement the \"transaction idle timeout\" function in PostgreSQL\n(version 7.4.5 and 8.0.0beta2)\n\ntest=# SET trans_idle_timeout=10;\nSET\ntest=# BEGIN;\nBEGIN\n\n(ps)\n...\npostgres: sygma test [local] idle in transaction (3)\npostgres: sygma test [local] idle in transac... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Dave Cramer\n> Sent: 17 September 2004 14:32\n> To: Greg Stark\n> Cc: Oliver Jowett; Tom Lane; Merlin Moncure; \n> pgsql-hackers@postgresql.org\n> Subject... |
[
{
"msg_contents": "Hi everybody,\n\nI have started testing PostgreSQL on windows. Now that I have managed to\nimport a dump of one of our production databases to postgres on my notebook,\nthere is one issue that came up immediatly after running VACUUM FULL:\n\npgwriter is keeping my disks busy and disturbs me :... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Dave Cramer [mailto:pg@fastcrypt.com] \n> Sent: 17 September 2004 14:52\n> To: Dave Page\n> Cc: Greg Stark; Oliver Jowett; Tom Lane; Merlin Moncure; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] libpq and prepared statements progress for... |
[
{
"msg_contents": "\nI don't understand what overlap_{left,right} are supposed to mean.\n\nIn general what seems to be missing from the documentation of operator\nstrategies and support functions is what invariants between them are required.\n\nCan I just make up a meaning for overlap_{left,right}? That's what ... |
[
{
"msg_contents": "Reposted, I did not see the mail come through...\n(Lists working ok?)\n\nHi everybody,\n\nI have started testing PostgreSQL on windows. Now that I have managed to\nimport a dump of one of our production databases to postgres on my notebook,\nthere is one issue that came up immediatly after ru... |
[
{
"msg_contents": "On Wed, 15 Sep 2004 13:50:43 -0400, Tom Lane wrote:\n\n> > The describe statement part could be much trickier but DBD::Pg \n> doesn't really\n> > need that for basic functionality.\n>\n> Doesn't it? I thought the problem was that they couldn't find out what\n> datatypes the parameters got re... |
[
{
"msg_contents": "Kind people,\n\nI'm writing up a pg_top. The first cut will be for 8.0, as it relies\non (I know, I know) set-returning functions in plperlu. To make it do\nthe right thing, stats_command_string needs to be on.\n\nIs there some large impact of setting this to be on by default? If\nnot, cou... |
[
{
"msg_contents": "I have installed the latest config.guess and config.sub, which was \nsupposed to be done at the start of beta. I have reviewed their \nchangelog; there should be no changes for existing systems, but there \nare a year's worth of new systems and bug fixes.\n\n-- \nPeter Eisentraut\nhttp://dev... |
[
{
"msg_contents": "I am about to port a large database application from 7.4.x* to 8.0 \n(mainly to test 8.0).\nThere is an interesting thing I have come across:\n\nCREATE OR REPLACE FUNCTION xy(int4) RETURNS SETOF RECORD AS '\n DECLARE\n v_is ALIAS FOR $1;\n v_loop in... |
[
{
"msg_contents": "On my german Windows XP Professional, %t in log_line_prefix produces\n2004-09-18 14:23:26 Westeurop�ische Sommerzeit\n\nThis is rather long and ugly. It is already on the open item list:\n\n* shorten timezone for %t log_line_prefix\n\nAdditionally I would suggest something like %z. Most of ... |
[
{
"msg_contents": "Developer docs have this (in SAVEPOINT command reference):\n\"SQL requires a savepoint to be destroyed automatically when another\nsavepoint with the same name is established. In PostgreSQL, the old\nsavepoint is kept, though only the more recent one will be used when rolling\nback or releasi... |
[
{
"msg_contents": "I have already this mail to PATCHES mailing list and nobody replied me !!!.,\nHope the hackers and the developers send their ideas.\n \nQustion: is this approach is suitable for solving the need for locale per column in PostgreSQL ?\n \nThere is a function I attached to this mail. this funct... |
[
{
"msg_contents": "Hi,\n\nI'm working on running postgresql in a chrooted filesystem.\n\n/src/backend/commands/dbcommands.c makes use of system(3): as far as I\ncan see, this is only used to execute rm(1) and cp(1). I'd like to avoid\nplacing /bin/sh in the root of the filesystem (which system() requires).\n\nI... |
[
{
"msg_contents": "> The only argument against it, that I'm aware of, is that \n> system() is ANSI, while execve() is POSIX: i.e. \n> portability... does windows have execve()? That could be done \n> the way the current preprocessor conditionals yield rmdir \n> instead of rm.\n\nWindows does have execve(), thou... |
[
{
"msg_contents": "hi!\nI apologize for mailing on the hackers list but I posted on the general \nlist and did not get a good answer.\nI have two independent issues, but am addressing them together.\n\n1.\nOracle has package level variables which are not mappable to any postgres \nequivalent.\ncould we have som... |
[
{
"msg_contents": "sorry my last mail went incomplete\nplease read through this and ignore my last mail\nparaM\n \n----- Forwarded by Paramveer Singh/Trilogy on 20/09/2004 05:21 PM -----\n\n\nParamveer Singh\n20/09/2004 05:56 PM\n\n \n To: pgsql-hackers@postgresql.org\n cc: \n Subject: ... |
[
{
"msg_contents": "Hi list,\n\nWhen I try to create a user using the \"create user\" SQL command, where \nthe command is being executed using the PQexecParams function from \nlibpq, and the username and password are passed as \"text\" (oid 0x19) \nparameters (binary), I get a syntax error. The command I'm doing... |
[
{
"msg_contents": "I had previously mentioned that queries run much different depending on\nwhether a VACUUM ANALYZE is done or just a plain ANALYZE. At the time I\nwas told that that couldn't be and since I could just use the one that\nworked better I didn't worry about it. Now I have updated my database\nto... |
[
{
"msg_contents": "Hi,\n \nI have recently downloaded, PostgreSql 8.0-beta2-dev3 windows version. I am a newbie to postgresql, i have one question, How can i import or export the existing postgresql database running under unix flavour to windows based postgresql (8.0-beta2-dev3). Is there any facility under the... |
[
{
"msg_contents": "Hi there , \n i have this scenario :\n\n- postgresql 7.5 ( with modified heap_* functions to retrieve data\nfrom another dbms)\n- the tuple's data is allocated in memory via palloc \n (the tuple table slot and the heap tuple hold a pointer to the\ndata and not to the buffer pa... |
[
{
"msg_contents": "Hi all,\nI'm using the RSS on Mozilla Thundebird and I'm noticing that all\nentries are with the date: 01/01/1970 other sites are not affected\nby this issue.\n\n\nRegards\nGaetano Mendola\n",
"msg_date": "Mon, 20 Sep 2004 20:15:03 +0200",
"msg_from": "Gaetano Mendola <mendola@bigfoo... |
[
{
"msg_contents": "Hi!\n\nI have a error callback function registered to run each time an SQL \nerror occurs. The problem is that the errfinish() calls it both if the \nexecuted SQL statement was wrong, and if the statem,ent or plan logging \nis enabled, and it seems elog.h doesn't provide the API to find out t... |
[
{
"msg_contents": ">Marc Colosimo wrote:\n>\n>> Oops, I used the same setting as in the old hacking message (-O2, gcc \n>> 3.3). If I understand what you are saying, then it turns out yes, PG's \n>> MemSet is faster for smaller blocksizes (see below, between 32 and \n>> 64). I just replaced the whole MemSet wit... |
[
{
"msg_contents": "I get this failure on current CVS running configure --with-python:\n\t\n\tchecking for python... /usr/local/bin/python\n\tchecking for Python distutils module... no\n\tconfigure: error: distutils module not found\n\tgmake: *** [config.status] Error 1\n\nI have python 1.5(1.5.2?).\n\n-- \n Br... |
[
{
"msg_contents": "I've just spent a while this afternoon attempting to get SSL support\nworking. It appears to be lacking in a few areas, foremost\ndocumentation. I've got a patch filling in the missing pieces for the\nserver side, but I am unsure where I should document the client side\nbits (~/.postgresql/... |
[
{
"msg_contents": "Hi,\n \nI am using postgresql windows based \"8.0-beta2-dev3\". I have provided default user and password while installing. When i am trying to connecto to psql through dos command prompt, i am getting following error:\n \n[D:\\Postgresql\\8.0-beta2-dev3\\bin]psql\npsql: FATAL: Password auth... |
[
{
"msg_contents": "[I sent this 24 hours ago and it hasn't shown up yet. I may have used\nthe wrong address. If not apologies for the dup.]\n\nI had previously mentioned that queries run much different depending on\nwhether a VACUUM ANALYZE is done or just a plain ANALYZE. At the time I\nwas told that that c... |
[
{
"msg_contents": "hello\nI am a student of MTech at IIT Bombay, India.\nI am trying to implement Compression/Decompression techniques in \nPostgreSQL, I am not able to figure out where and how to integrate it.\nDid anybody worked on it.\nPlease help me !!\n\n-- \n~~~~~~~~~~~~~~\nPiyush Porwal\nCSE - Mtech1\nII... |
[
{
"msg_contents": "Folks,\n\nWe will be listing some of the companies who made major contributions to \nPostgreSQL 8.0 in the press release. I'd like to make sure I don't leave \nanyone out just because I don't know about them. What we're covering is:\na) any company that under-wrote a feature for 8.0 (such... |
[
{
"msg_contents": "Dear Hackers,\n\nI would like to implement and contribute two TODO items:\n\"Have views on temporary tables exist in the temporary namespace\" and\n\"Allow temporary views on non-temporary tables\".\n\nI would like to discuss several points with community.\n\n*Synopsis\n\nCREATE [ OR REPLACE ... |
[
{
"msg_contents": "Kind people,\n\nI've figured out something that many others probably have, but I\nthought I'd put it out there anyhow.\n\nAs PL/PgSQL doesn't allow assignment of singleton SELECTs and dynamic\nqueries to variables, as mentioned in the docs.\n\nHere's a working hack that gets around this.\n\nD... |
[
{
"msg_contents": "This patch attempts to note the use of the root.crt file in the server.\nGiven that PostgreSQL will output a message complaining about it's\nabsence if you're using SSL mode, I feel it's important that it gets a\nmention in the documentation at some point.\n\n-Dom",
"msg_date": "Wed, 22 S... |
[
{
"msg_contents": "Hi!\nI run pg_autovacuum:\n./pg_autovacuum -D\nbut then I cannot find pg_autovacuum.log file.\nWhere shoud I look for it?\nThank you.\n",
"msg_date": "Wed, 22 Sep 2004 10:29:51 +0300",
"msg_from": "Iulia Pacurar <iulia.pacurar@base.ro>",
"msg_from_op": true,
"msg_subject": "p... |
[
{
"msg_contents": "\nDear developers,\n\nAs I'm managing accounts for students... I noticed that there does not \nseem to be a proper way to keep a comment about a postgresql user account, \nsuch as the full name of the student or its email, that I could see with \n\\du or some system query. My solution is to k... |
[
{
"msg_contents": "When I first log in to psql as a superuser, the first time I try to use\nlo_export (), I get a reference leak warning. This does not happen on\nsubsequent attempts. However I can log out and log back in, and see the\nerror again the first time I execute the query.\n\nDetail follows. Please... |
[
{
"msg_contents": "Hi all,\nI succesfull compiled postgres 8.0beta2 with a recent gcc 4.0 snapshot:\n\ngcc (GCC) 4.0.0 20040911 (experimental)\nCopyright (C) 2004 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or... |
[
{
"msg_contents": "We were bitten by the following bug a few times, when our server tried\nto reestablish connections under bad network conditions:\n\n\nif connection is closed while trying to get response to SSL setup packet\n(i.e. conn->status is CONNECTION_SSL_STARTUP), we get a busy loop, as\nline 1035 in 8... |
[
{
"msg_contents": "Hi all,\n\nFollowing is a proposal to implement what SQL2003 calls 'SQL-Invoked\nProcedures' and what most people refer to as stored procedures. Fujitsu\nwill be funding Neil Conway and I to work on this feature.\n\nProcedures\n----------\n\nProcedures are nearly identical to functions. From ... |
[
{
"msg_contents": "There's a bunch of very ugly code in backend/main/main.c that involves\nthe preprocessor constants \"NOFIXADE\" and \"NOPRINTADE\". The code seems\nto be related to support for Alpha and/or ultrix4. NOFIXADE is defined\nby port/osf.h and port/ultrix4.h, while NOPRINTADE is not defined as far\... |
[
{
"msg_contents": "> > IN parameter values are set using the set methods inherited from \n> > PreparedStatement. The type of all OUT parameters must be \n> registered \n> > prior to executing the stored procedure; their values are retrieved \n> > after execution via the get methods provided here.\n> >\n> > A Ca... |
[
{
"msg_contents": "Problem:\nPL/Java use a JVM. On some platforms and with some JVM's (Sun's in \nparticular) a libzip.so is bundled that contains a 1.1.3 version of \nfunctions also provided in zlib (why they do this is beyond me, but they \ndo so I'll have to live with it). PostgreSQL is linked with zlib by \... |
[
{
"msg_contents": "Gavin, Neil,\n\n> Following is a proposal to implement what SQL2003 calls 'SQL-Invoked\n> Procedures' and what most people refer to as stored procedures. Fujitsu\n> will be funding Neil Conway and I to work on this feature.\n\nWhich, by the way, is way keen.\n\nMy comments are based on having... |
[
{
"msg_contents": "Folks,\n\nJust noticed -- the hard way -- that running ALTER TABLE ... SET STATISTICS \nrequires a full table lock. I can't think of any practical reason why SET \nSTATISTICS would need to lock the table; presumably this is just because it's \nan ALTER TABLE statement? If so, maybe we s... |
[
{
"msg_contents": "This is a test mail\n\n\n\n\n\n\n\n\n\n\n\nThis is a test mail",
"msg_date": "Fri, 24 Sep 2004 13:08:43 +0800",
"msg_from": "=?gb2312?B?zfXq2A==?= <wangxi@baidu.com>",
"msg_from_op": true,
"msg_subject": "hello,all"
}
] |
[
{
"msg_contents": "Hi,\nI am confused about an internal point of the planner.\n\nConsider a select query and the output target list at the root of the tree.\nThis target lists points to some Vars. Each of which has as relation either\nINNER/OUTER.\nDoes this INNER/OUTER refer to the inner/outer relations of the... |
[
{
"msg_contents": "\nIts been almost a month now, since Beta2, and commit activity has quite \nbusy, so we're aiming for Monday, September 28th, for Beta3.\n\nStarting with Beta3, Bruce is also going to change the format for the \nOpenItems list a little bit, but including a list of 'Changes since last \nBeta' ... |
[
{
"msg_contents": "I hope to get PL/Python builds on win32 in.\n\nI would like to get the SSL stuff in, but I haven't had the time to look\nat it lately, so unless someone else steps up to that one (I know at\nleast Dave is also working on it) I don't think it'll make it.\n\n//Magnus \n\n> -----Original Message... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of \n> Magnus Hagander\n> Sent: 24 September 2004 16:27\n> To: Marc G. Fournier; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] PostgreSQL 8.0 beta3 ... |
[
{
"msg_contents": "Sep 24 10:22:37 snafu postgres[18306]: [2-1] LOG: database system was\ninterrupted while in recovery at 2004-09-24 10:21:41 MST\nSep 24 10:22:37 snafu postgres[18306]: [2-2] HINT: This probably means\nthat some data is corrupted and you will have to use the last backup for\nrecovery.\nSep 2... |
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Cott Lang\n> Sent: Friday, September 24, 2004 10:21 AM\n> To: pgsql-hackers@postgresql.org\n> Subject: [HACKERS] CRITICAL HELP NEEDED! DEAD DB!\n> \n> \n> Sep ... |
[
{
"msg_contents": "The attached archive contains a script that I used to reproduce the \nerror multiple times.\n\nSetup:\n\n * create database crashtest\n * start 6 instances of testload.tcl as\n ./testload.tcl tN dbname=crashtest\n where N = 1..6\n * frequently kill a backend to cause a postm... |
[
{
"msg_contents": "\nShown below is a HOWTO for PostgreSQL build farm clients for the system \nI'm working on. The HOWTO is also available at \nhttp://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt\n\nThe code is running successfully on several machines, and uploading \nresults to my test server... |
[
{
"msg_contents": "The new thread on 7.4.5 losing committed transactions popped up just as\nI discovered something that was at least unexpected to me. \n\nIn doing the cleanup from my pg_resetxlogs from today's earlier fun, I\nfound some missing rows and some duplicate row versions showing up in my\nrestore. Al... |
[
{
"msg_contents": "Can't speak to tsearch2 in specific but I have learned to be very cautious -- caching does indeed make a noticible difference on this sort of thing, especially if you have enough RAM to hold a significant amount of the data. Either keep changing the query target or do something violent to wip... |
[
{
"msg_contents": "\n\nHi all,\n\nMartijn, a user of Npgsql, sent me a query which is giving problems with \npostgresql using extended query mode.\n\nThe problem I'm having is in the Parse message. The parse message I'm \nsending is as follow:\n\n\nselect * from table where $1 in (select some_field from table)\... |
[
{
"msg_contents": "It would appear that region_id = parent_id is not internally converted\nto region_id = 1129, despite parent_id being enforced to 1129 at the top\nlevel.\n\nIn this case, it makes a difference in performance of about 4 (2 minutes\nvs 30 second).\n\nThe reason I didn't do this myself upfront, i... |
[
{
"msg_contents": ">Jim C. Nasby\n> On Wed, Sep 15, 2004 at 10:56:28PM +0100, Simon Riggs wrote:\n> > There are many good ideas out there, yet it is almost impossible to find\n> > somebody else to implement yours!\n> >\n> > The acid test is to try and write it...\n> >\n> > Overall, I agree VACUUM could do with ... |
[
{
"msg_contents": "Hi\n\nThis is a patch against 7.4.5 to make configure use the krb5-config in\nthe heimdal Kerberos 5 implementation to get compile flags (instead of\nusing preset values).\n\n\n\n\nI hope it can be of use.\n\nRegards\nDaniel Ahlin",
"msg_date": "25 Sep 2004 15:01:36 +0200",
"msg_from"... |
[
{
"msg_contents": "\nI am getting this. Looks like it started happening sometime yesterday.\n\n[andrew@alphonso pgtmp]$ cvs -d \n:pserver:anoncvs\\@anoncvs.postgresql.org:2401/projects/cvsroot export -r \nHEAD pgsql \ncvs export: Updating pgsql\nU pgsql/COPYRIGHT\nU pgsql/GNUmakefile.in\nU pgsql/Makefile\nU... |
[
{
"msg_contents": "Hi\n\nThis is a two part patch against 7.4.5 implementing the option of\nconfiguring what is now set using the #defined constant PG_KRB_SRVNAM\n(the name of the service part of the kerberos principal the server\nuses).\n\nOn the backend it can be configured by the (new) string option\nkrb_srv... |
[
{
"msg_contents": "\nI've been trying to set up a cvsup mirror following the instructions at \nhttp://developer.postgresql.org/docs/postgres/cvsup.html\n\nHowever, it seems to be awry w.r.t. the earthdistance module. Could some \nkind person please tell me what needs to be done in either the cvsup \nconfig or t... |
[
{
"msg_contents": "Wouldn't pg 8.0 be a good release to get rid of the type Money?\n\nMaybe there is also other deprecated things that are suitable to get rid\nof in a .0 release.\n\n-- \n/Dennis Bj�rklund\n\n",
"msg_date": "Sun, 26 Sep 2004 06:57:59 +0200 (CEST)",
"msg_from": "Dennis Bjorklund <db@zi... |
[
{
"msg_contents": "Any Australian Devs interested?\n\n----------------------\n\nCall for Participation\nSixth Australian Open Source Symposium\n--------------------------------------\n\nThe sixth Australian Open Source Symposium (AOSS 6) will be held in\nPerth on\nThursday October 28th, 2004.\n\nAOSS is an annu... |
[
{
"msg_contents": "\nShould be available within the hour on the main FTP site, but take a look \nat her and make sure she looks okay ... tar size wise, its a bit larger \nthen beta2, as expected, so I don't think anything is *missing* ...\n\nWill announce tomorrow ...\n\n----\nMarc G. Fournier Hub.Org... |
[
{
"msg_contents": "I was hoping this would be in for beta 3, but alas - can someone\n*please* commit the win32 version patch at:\n\nhttp://candle.pha.pa.us/mhonarc/patches/msg00000.html\n\nWith the correction at \n\nhttp://candle.pha.pa.us/mhonarc/patches/msg00001.html\n\nWithout it we cannot reliably install f... |
[
{
"msg_contents": "> I was hoping this would be in for beta 3, but alas - can someone\n> *please* commit the win32 version patch at:\n> \n> http://candle.pha.pa.us/mhonarc/patches/msg00000.html\n> \n> With the correction at \n> \n> http://candle.pha.pa.us/mhonarc/patches/msg00001.html\n> \n> Without it we canno... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Magnus Hagander [mailto:mha@sollentuna.net] \n> Sent: 27 September 2004 11:26\n> To: Dave Page; pgsql-hackers@postgresql.org\n> Cc: PostgreSQL-patches\n> Subject: RE: [PATCHES] Win32 Version numbering patch\n> \n> > I was hoping this would be in for ... |
[
{
"msg_contents": "\nHello,\n\n I have error message. I can't find any solution of this problem.\nHow to solve this?\n Thanks for any advice.\n\ncommandline:\n\ninitdb.exe --no-locale -d -L %MY_CLUSTER_DIR%/share -D\n%MY_CLUSTER_DIR%/data\n\n===========\nRunning in debug mode.\nVERSION=8.0.0beta2\nPGDATA=... |
[
{
"msg_contents": "I just loaded up 9GB of data (32 tables) into a brand new system (Postgres\n7.4.5 on Linux 2.4 with 1GB ram, IDE). I immediately ran \"vacuum analyze\"\nbut Postgres seems to be writing a lot to disk even though none of the\ntables have incurred any UPDATES or DELETES yet and there are no oth... |
[
{
"msg_contents": "Risking to report a dup (by being on digest), I report that I can't\ncompile postgres from just CVS-checked out sources:\n\ngcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes\n-Wmissing-declarations pg_dump.o common.o pg_dump_sort.o\npg_backup_archiver.o pg_backup_db.o pg_backup_custom.o... |
[
{
"msg_contents": "\nIts been almost 4 weeks since we've released Beta2, and there have been \nenough improvements to the code to warrant a new Beta, to reduce the \nnumber of \"already fixed\" bug reports.\n\nFor a complete list of changes/improvement since Beta 1 was released, please \nsee:\n\n ftp://ftp.p... |
[
{
"msg_contents": "\nI was found a bug in PostgreSQL 8.0.0beta3.\nIt isn't in PostgreSQL 7.4.5.\n\n$ createdb test\n$ psql test\n\ntest=# SELECT version ();\n version\n-----------------------------------------------------------------------------\n PostgreSQL 8.0.0beta3 on i686-... |
[
{
"msg_contents": "Hi!\n\ncreate table foo (\n\tid int4 primary key,\n\t....\n);\n\ncreate function bar\nreturns setof int4\nlangauge 'C'\nas '...'\nimmutable strict\n;\n\n\nSo query:\nselect foo.* from foo, bar() as b where foo.id=b;\n\nFunction foo() always returns ordered values and after first call it knows... |
[
{
"msg_contents": "I have a complaint from an OLE DB user that when he does \"select 'a'\", \nhe gets an \"unhanded type\" error. Since OLE DB uses a binary interface, \nit has to know about all variable types that pass through it.\n\nThe debug information for the problem show that the returned type is \n705, w... |
[
{
"msg_contents": "Tom,\n\nI noticed your recent corrections to lock.c regarding the releasing of\nlocks in an out of shared memory condition. This may or may not be\nrelevant, but when I purposefully use up all the lock space with user\nlocks, the server runs out of shared memory and stays out until it is\nre... |
[
{
"msg_contents": "> \"Merlin Moncure\" <merlin.moncure@rcsonline.com> writes:\n> > In other words, after doing a select user_write_lock_oid(t.oid) from\n> > big_table t;\n> > It's server restart time.\n> \n> User locks are not released at transaction failure. Quitting that\n> backend should have got you out o... |
[
{
"msg_contents": "One of my systems crashed today and when Postgres started it gave the following warnings. Is this OK? I am going to \nfind which database has these relations and do some checking. It would be nice if the startup wal code gave the \ndatabase oid also and database version.\n\nThanks\nJim\n\n... |
[
{
"msg_contents": "tgl wrote:\n> There is a secondary issue here, which is that we don't have provision\n> to recycle hash table entries back into the general shared memory pool\n> (mainly because there *is* no \"shared memory pool\", only never-yet-\n> allocated space). So when you do release these locks, the... |
[
{
"msg_contents": "\nFirst error know to be caught by the buildfarm - this is one of DarcyB's \ntest client machines. All the details below were pulled from the \nbuildfarm test server's database.\n\nThis report is from HEAD, but it might also apply to earlier branches.\n\ncheers\n\nandrew\n\n ----------------... |
[
{
"msg_contents": "Folks,\n\nI've noticed that when coming into an organization, I need to do some\ncounting on what's in all the tables in a db. This shortens that\nprocess considerably, with the usual caveat that count(*) is a heavy\noperation.\n\nBy the way, the 3 lines following \"godawful hack\" point to ... |
[
{
"msg_contents": "good day everyone!\n\ni am using postgresql-8.0beta2-dev3 windows port, with postgis-0.9\nadd-on. anyway, while trying to insert a table using shp2pgsql, i get\nthis error:\n\n\npsql:temp.sql:38: ERROR: Unicode characters greater than or equal to\n0x10000 are not supported\n\n\nthis is line 3... |
[
{
"msg_contents": "Tgl wrote:\n> > As I see it, this means the user-locks (and perhaps all\n> > locks...?) eat around ~ 6k bytes memory each.\n> \n> They're allocated in groups of 32, which would work out to close to\n6k;\n> maybe you were measuring the incremental cost of allocating the first\none?\n\nI got my... |
[
{
"msg_contents": "> > I was hoping this would be in for beta 3, but alas - can someone\n> > *please* commit the win32 version patch at:\n> > http://candle.pha.pa.us/mhonarc/patches/msg00000.html\n> \n> Personally I was holding off in hopes of seeing a cleaner solution.\n> A patch that requires every executable... |
[
{
"msg_contents": "Profile-guided optimization is a relatively new GCC feature that\nimproves the quality of generated code by:\n\n- compiling a copy of the source program with some profiling hooks\n- running this copy of the program on some representative input data\n- recompiling the program using the profili... |
[
{
"msg_contents": "Hi,\n \nI've installed postgres 7.3.5 on a fedora server. It works fine, at\nleast on a local basis. I perform an easy select * from a table and I\nget the answer in approximatively 1s. \nNow, I used the jdbc driver (jdbc3) for postgres. It connects fine but,\nperforming the same query, I get... |
[
{
"msg_contents": "Hi all,\nI'm running postgres 7.4.5 on a linux box, this morning I got this error on my logs:\n\nWARNING: FlushRelationBuffers(\"exp_provider\", 1836): block 1460 is referenced (private 0, global 1)\nERROR: FlushRelationBuffers returned -2\nDEBUG: AbortCurrentTransaction\nPANIC: cannot ab... |
[
{
"msg_contents": "Hi,\n\nI'm working on a new product for PostgreSQL (description below) and I'm \nlooking for 5 to 10 Mac users who might be interested in beta testing. \nThe first release will be for Mac OS X 10.2 or later. A Windows version \nwill follow, most likely in November. Drop me an email if you can... |
[
{
"msg_contents": "> The name max_locks_per_transaction indicates a limit of some kind. The\n> documentation doesn't mention anything about whether that limit is\n> enforced\n> or not.\n> \n> I suggest the additional wording:\n> \"This parameter is not a hard limit: No limit is enforced on the\nnumber of\n> loc... |
[
{
"msg_contents": "OK, I have a situation that might be a performance problem, a bug, or an\nunavoidable consequence of using prepared statements. The short version\nis that I am getting function executions for rows not returned in a\nresult set when they are in a prepared statement.\n\nIn other words, I have ... |
[
{
"msg_contents": "> Here's another workaround that may let you use a prepared statement:\n> \n> prepare ps(...) as\n> select f(c) from (select c from t where [expr] limit 1) as t1\n> \n> -Mike\n\nI was just exploring that. In fact, the problem is not limited to\nprepared statements...it's just that they are m... |
[
{
"msg_contents": "Stephan Szabo wrote:\n> On Thu, 30 Sep 2004, Merlin Moncure wrote:\n> \n> > OK, I have a situation that might be a performance problem, a bug,\nor an\n> > unavoidable consequence of using prepared statements. The short\nversion\n> > is that I am getting function executions for rows not retur... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.