threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Lane\n> Sent: Thursday, June 10, 2004 2:19 PM\n> To: Manfred Koizar\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] More vacuum.c refactoring... |
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql@mohawksoft.com [mailto:pgsql@mohawksoft.com] \n> Sent: Friday, June 11, 2004 2:41 PM\n> To: Dann Corbit\n> Cc: pgsql-hackers@postgresql.org; PostgreSQL Win32 port list\n> Subject: RE: [pgsql-hackers-win32] [HACKERS] Tablespaces\n[snip]\n> Microsoft ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Friday, June 11, 2004 2:35 PM\n> To: Dann Corbit\n> Cc: Manfred Koizar; pgsql-hackers@postgresql.org\n> Subject: Re: TESTING (was: RE: [HACKERS] More vacuum.c refactoring ) \n> \n> \n> \"Dann Corbit\" <DCorbit... |
[
{
"msg_contents": "I have been harping for the last few days (years, actually) about tweaks\nand changes to PostgreSQL for a number of reasons ranging from session\nmanagement to static tables. I even had a notion to come up with msession\non PostgreSQL.\n\nI have been incorporating full text search, recommenda... |
[
{
"msg_contents": "I have completed branding 7.4.3, and updated the release notes:\n\n\thttp://candle.pha.pa.us/main/writings/pgsql/sgml/release.html#RELEASE-7-4-3\n\nRelease is scheduled for Monday.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "I notice you can use most of the RENAME TO commands in postgres to \nrename system objects. Renaming a system table is disallowed:\n\ntest=# alter table pg_namespace rename to blah;\nERROR: permission denied: \"pg_namespace\" is a system catalog\n\nBut mucking with any other system object i... |
[
{
"msg_contents": "\ntemplate1=# BEGIN;\nBEGIN\ntemplate1=# CREATE TABLE foobar (foo char(10));\nCREATE TABLE\ntemplate1=# select relname, relfilenode from pg_class where\nrelname='foobar';\n relname | relfilenode\n---------+-------------\n foobar | 66372\n(1 row)\n\n> killall -9 postmaster\n> ll data/ba... |
[
{
"msg_contents": "We are 12 days into June or roughly 40% into our month extension of the\nrelease. I want to report where we are on the big patches.\n\nTablespaces is in the patch queue waiting for Tom's review. Nested\ntransactions is also in the queue and needs review. Alvaro is working\non implementatio... |
[
{
"msg_contents": "If typTup is of type Form_pg_type, is this use of ObjectIdGetDatum legal?\n\ntuple = SearchSysCache(RELOID, ObjectIdGetDatum(typTup->typrelid),\n 0, 0, 0);\n\nIf not, how do I turn ->typrelid into an Oid type for safe passage\nthrough Obje... |
[
{
"msg_contents": "Tom doesn't like returning the server's logfile using a pgsql function\n\nunless logfile rotation is implemented, so here it is.\n\nThis proposal doesn't include a daemon that triggers pg_logfile_rotate \nwhen appropriate (timestamp and/or length dependent), pg_autovacuum \nmight be a good pl... |
[
{
"msg_contents": "Hi everyone,\n\nI'm trying to mark a GiST index as lossy using the RECHECK operator as\npart of some work on PostGIS, but what happens is that the original\noperator function is never reapplied to the results of the index scan.\nThe operator class and operator definitions looks like this:\n\n... |
[
{
"msg_contents": "Hi Tom,\n\nAs far as I can tell this is the case. What I've done to test this is to\nput an elog(NOTICE, \".....\") in geometry_overlap() so I can tell when\nit's being called and this is the result I get:\n\n\nshapefile=# select * from tgr1 where the_geom &&\nGeometryFromText('BOX3D(1000 10\... |
[
{
"msg_contents": "\nJust for the few changes that went in today docs related ... will build \nthe release on in the morning, but this gives a few hours for ppl to see \nif anything appears to b emissing ..\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.... |
[
{
"msg_contents": "Is there any reason for this behaviour:\n\ntest=# select 1::bit;\n bit\n-----\n 0\n(1 row)\n\ntest=# select '1'::bit;\n bit\n-----\n 1\n(1 row)\n\nChris\n\n",
"msg_date": "Mon, 14 Jun 2004 11:04:03 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"m... |
[
{
"msg_contents": "What about these?\n\ntest=# select B'1' << 4;\n ?column?\n----------\n 0\n(1 row)\n\ntest=# select B'1'::bit varying << 4;\n ?column?\n----------\n 0\n(1 row)\n\ntest=# select '1'::bit varying << 4;\n ?column?\n----------\n 0\n(1 row)\n\n\n",
"msg_date": "Mon, 14 Jun 2004 11:10:15 +... |
[
{
"msg_contents": "In checkpoint and background writer, we flush out dirty buffer pages one\npage one time. Is it possible to do in a batch mode? That is, try to find\nout the continous page(same tblNode, relNode, adjacent blockNum), then write\nthem together?\nTo find out continous pages, most cases can be han... |
[
{
"msg_contents": "> >>What is the recommended way to create mutex objects \n> (CreateMutex) from\n> >>Win32 libraries? There must be a clean way like there is \n> in pthreads.\n> >> \n> >>\n> >\n> >A mutex is inherently a global object. CreateMutex(NULL, \n> FALSE, NULL) \n> >will return a handle to an uno... |
[
{
"msg_contents": "Chris K-L's recent complaint reminded me that we had been talking about\nredefining int-to-bit(n) casting to take the rightmost n bits of the\ninteger value, instead of the leftmost n bits. The implementation\nreason why it works the way it does is that the existing cast function\neffectivel... |
[
{
"msg_contents": "Hi all.\n\nSince yesterday postgres 7.2.1 (in debian 3.0r1) tell me this error when I\nvacuumdb my database.\n\nWhy?\n\nSuddenly a lot of data of the same db are disappered.\nOnly the data of the last pg_restore are again in the db.\n\nCan I recover the lost data?\n\n\tMauro\n\n\n",
"msg_... |
[
{
"msg_contents": "Hi,\n\nI think replacing the RELOID with TYPEOID should get you the required Datum \n...\nlater you may have to use\n\nForm_pg_type pform = (Form_pg_type) GETSTRUCT(tuple);\n\nto get a reference to the type tuple.\n\nI have worked this way but iam not sure whether this is correct or not !!\nI... |
[
{
"msg_contents": "Pursuant to the gripes raised by Martin Pitt ---\n\nI've consulted some gcc experts within Red Hat and come to the following\nconclusions:\n\n* We should consistently refer to the spinlock contents via a\nread/write operand declared like \"+m\"(*lock). This is consistent\nwith longstanding p... |
[
{
"msg_contents": "A very minor rant.\n\nI usually run 7.4.1 at home, but today I need to do some testing on \n7.2.1 so I downgraded my RPM installation. When trying to start \npostgresql with /etc/init.d/postgresql, it fails with this message:\n\n\"An old version of the database format was found.\\nYou need to... |
[
{
"msg_contents": "\ngot everything built this evening, just giving it a bit of time to \npropogate out to the mirrors before announcing ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664\n",
"... |
[
{
"msg_contents": "Hi,\n\nThis is a preview patch - DON'T COMMIT IT TO HEAD!\n\nWhat I've done in this patch is add the following:\n\nALTER AGGREGATE / OWNER TO\nALTER CONVERSION / OWNER TO\nALTER FUNCTION / OWNER TO\nALTER OPERATOR / OWNER TO\nALTER OPERATOR CLASS / OWNER TO\nALTER SCHEMA / OWNER TO\nALTER TYP... |
[
{
"msg_contents": "In line with my idea of keeping the hackers up to date with stuff in the \nIRC channel, here are the topics of the week:\n\n* We have a request for granting on all tables every other day (already \nin TODO)\n\n* We have a request for how to change database encoding every other day \n(i sugge... |
[
{
"msg_contents": "Hi All,\n\n I've been attempting to recover some data from a data file that was \ndumped and compressed using pg_dump. I've noticed that the pg_restore \napplication was supposed to have some work put into place to help it \ncontinue of it ran into an error, but I've run into an issue here i... |
[
{
"msg_contents": "KL,\n\n> In line with my idea of keeping the hackers up to date with stuff in the\n> IRC channel, here are the topics of the week:\n\nYou want me & David Fetter should keep a suppliment to this? Since we're on \nIRC while you're asleep, usually?\n\nAdmittedly, most of the discussion for the... |
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Lane\n> Sent: Tuesday, June 15, 2004 12:04 PM\n> To: Peter Eisentraut\n> Cc: Christopher Kings-Lynne; Hackers\n> Subject: Re: [HACKERS] #postgresql report ... |
[
{
"msg_contents": "...on the assumption we now have archived xlogs, how do we do recovery?\n\nDefault is to put all xlogs back into pg_xlog and then let recovery do\nits work...though clearly we all want finer specification than that.\n\nBased upon all our discussions to date...I propose to:\n1. put more verbos... |
[
{
"msg_contents": "I would like to add capability to initdb to accept the password for the\nsuperuser account at invocation. Right now, I can use --pwprompt or -W\nto have it ask for a password. But for the win32 GUI installed I'd like\nto ask for the password in the installer, and pass it to initdb.\n\nConside... |
[
{
"msg_contents": ">> I would like to add capability to initdb to accept the \n>password for the\n>> superuser account at invocation. Right now, I can use \n>--pwprompt or -W\n>> to have it ask for a password. But for the win32 GUI \n>installed I'd like\n>> to ask for the password in the installer, and pass it ... |
[
{
"msg_contents": "Fellow Perlers and other interested parties,\n\nThis is an invitation to participate in the plperlNG project, \npgFoundry's first registered project. As you may know, plperl for \nPostgreSQL currently has severely limited capabilities. PLperlNG is a \nproject designed to pull together two eff... |
[
{
"msg_contents": "Tom, folks:\n\n> The only real problem I see is that showing all the values as comments\n> encourages the idea that you can undo a change by undoing your edit.\n> The simple and obvious fix is to not show the values as comments ...\n\nI'll say! I've been testing PostgreSQL.conf settings, w... |
[
{
"msg_contents": "With today being June 16th, we are half-way into the one month extension\nof the feature freeze, now scheduled for July 1. Here is the status on\nthe various outstanding features:\n\n\tTablespaces - This has been in the queue since June 1 and should have\n\tbeen reviewed and applied by now.... |
[
{
"msg_contents": "[ BCC to hackers.]\n\nSRA America, based in New York City, is looking for a summer intern or\npart-time consultant to assist Bruce Momjian in developing training\nclasses and certification tests. The training materials already exist,\nbut it needs to be reorganized and exams created.\n\nThe ... |
[
{
"msg_contents": "hi,\nTo see the query results in native language see \n\nhttp://database.sarang.net/?inc=read&aid=5368&criteria=pgsql&subcrit=qna&id=&limit=20&keyword=&page=1\n\nthe simpler url is\n\nhttp://database.sarang.net/?criteria=pgsql\n\nbecase there is no korean postgresql list. poster is \"joesp\"... |
[
{
"msg_contents": "I'm describing view using the following SPI function. \n\nAll is fine except \"attrelid\" is everywhere set to 0. What I'm doing wrong ?\nHow can I get table oid and column id for every column in SQL result ?\n\n\nPG_FUNCTION_INFO_V1(check_view);\nDatum\ncheck_view(PG_FUNCTION_ARGS)\n{\t\n\ti... |
[
{
"msg_contents": "Hi all,\n\nA while back I asked about creating a case insensitive postgresql. Tom, \nat the time, suggested I create a case insensitive type instead.\n\nI am now trying to go that route, and am wondering whether domains will \nprovide a shortcut for me. As far as I understand the task at hand... |
[
{
"msg_contents": "Hi all,\n\nWhen I look at the int4 functions (int4in, int4out, int4send, int4recv), \nthey are all marked \"immutable\". Then again, when I look at the varchar \nfunctions, the in and out functions are immutable, but the send and \nreceive functions are stable.\n\nIs there a reason for this?\... |
[
{
"msg_contents": "Hi all,\n\nI have defined a datatype called \"varcharci\", shamelessly yanking the \ninput, output, recv and send functions from varchar. This means (as far \nas I understand things) that this type is binary compatible with varchar.\n\nAs such, I used the following two lines:\ncreate cast ( v... |
[
{
"msg_contents": "[bcc to hackers, general]\n\n\n\nA match made in heaven...\n\nhttp://news.com.com/2110-7343_3-5236745.html\n",
"msg_date": "Thu, 17 Jun 2004 17:53:47 -0400",
"msg_from": "Ned Lilly <ned@nedscape.com>",
"msg_from_op": true,
"msg_subject": "SCO embraces MySQL"
},
{
"msg_... |
[
{
"msg_contents": "Ok people,\n\nHere I present the nested transactions patch and the phantom Xids patch\nthat goes with it.\n\nPlease review, test and comment.\n\nMissing: rollback of SET CONSTRAINTS and GUC vars.\n\n-- \nAlvaro Herrera (<alvherre[a]dcc.uchile.cl>)\nY una voz del caos me habl� y me dijo\n\"S... |
[
{
"msg_contents": "Log Message:\n-----------\nTablespaces. Alternate database locations are dead, long live tablespaces.\n\nThere are various things left to do: contrib dbsize and oid2name modules\nneed work, and so does the documentation. Also someone should think about\nCOMMENT ON TABLESPACE and maybe RENAM... |
[
{
"msg_contents": "\n> > My only guess is that getaddrinfo in your libc has a bug somehow that is\n> > corrupting the stack (hance the improper backtrace), then crashing.\n> \n> It could be libc on AIX, I suppose, but it strikes me as sort of odd\n> that nobody else ever seens this. Unless nobody else is using... |
[
{
"msg_contents": "Hi,\n Is there any reason that the following shouldn't work:\n\nCREATE TABLE my_new_table (LIKE my_composite_type);\n\nI get the following error (in 7.4.2):\n\nERROR: \"my_composite_type\" is a composite type\n\nWith the improved handling of composite types,\nwill this work in 7.5?\n\nChe... |
[
{
"msg_contents": "\nFirst time I posted a question using complicated example, but this time I'll \nbe wiser and simplify the question:\n\n\tWhat is SPI equivalent for libpq PQftable & PQFtablecolumn functions ?\n\nRegards !\n",
"msg_date": "Fri, 18 Jun 2004 14:27:21 +0200",
"msg_from": "Darko Prenosil... |
[
{
"msg_contents": "What's the safest email browser?\n\n\n\n",
"msg_date": "Fri, 18 Jun 2004 12:47:44 GMT",
"msg_from": "\"Santo Quartarone\" <quartarone1@rogers.com>",
"msg_from_op": true,
"msg_subject": "email browser?"
},
{
"msg_contents": "\"Santo Quartarone\" <quartarone1@rogers.com>... |
[
{
"msg_contents": "Hi!\n\n\nsince we have a lot of databases here that suffer from pg_dump's \ndeficits in 7.3 and 7.4 regarding dependencies, we tried pg_dump from \nthe upcoming 7.5 release.\nThis version works much better, but it is not possible to dump a \ncomplete cluster using pg_dumpall in a 7.3 or 7.4 c... |
[
{
"msg_contents": "The documentation for PQexecPrepared says:\n\n (There is not currently a provision to obtain different result\n columns in different formats, although that is possible in the\n underlying protocol.)\n\nWould anyone be interested in a patch to allow this?\n\nI could, for example, chan... |
[
{
"msg_contents": "Hello:\n\nA user of the PgSqlClient ADO.NET provider is having problems\nwhen with timestamp and time values, he has a postgres 7.4.1\npostgres install in a Suse machine.\n\nThe provider works implements v3.0 of the postgres protocol handling\ntimestamp andtime in binary format, the problem s... |
[
{
"msg_contents": "I'm getting the following error when trying to initdb with CVS tip. This\nis on win XP, though I don't know if it's win32 specific. Also of note,\nalthough it says it's clearing the contents of the directory, in actual\nfact it leaves the directory structure in place, thus a subsequent\ninitd... |
[
{
"msg_contents": "Although DROP TABLESPACE can detect tables existing in the target\ntablespace, it doesn't have any way to detect schemas that reference\nthat tablespace as their default tablespace. Thus you can get\nimplementation-level failures like this one:\n\n$ mkdir /tmp/junk\n\nregression=# create tab... |
[
{
"msg_contents": "We have twelve days until July 1, feature freeze.\n\nLooking at our list:\n\nWin32 - need service manger code, installer is outside project\n\nTablespaces - patch installed; discussing implementation and\nadministration details.\n\nNested transactions - submitted, with phantom xids; only ne... |
[
{
"msg_contents": "\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org on behalf of Bruce Momjian\n> Sent: Sat 6/19/2004 4:18 AM\n> To: PostgreSQL-development\n> Subject: [HACKERS] Twelve days to feature freeze\n> \n> Win32 - need service manger code, \n\nClaudio posted a patch for that t... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Sent: Sat 6/19/2004 12:21 AM\n> To: Dave Page\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] Cannot initdb in cvs tip \n\n> The target block number is obviously broken :-(. But maybe you have\n> a build... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\nHi,\n\nI've made a fresh checkout from CVS and getting the following error. \nPlatform is RHEL 3 with \n\n[pgsql75@devrim pgsql]$ gcc -v\n...\ngcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24)\n\n===========================================... |
[
{
"msg_contents": "It seems ALTER TABLE does not support table space. I think this is\nneccessary because:\n\n1) if a data disk if full, users need to move table to another table\n spaces.\n\n2) if performance hits, users could move the table which is likely a\n bottle neck to another table space.\n\nI know... |
[
{
"msg_contents": "The new verion of pgpool, yet another open source replication software\nfor PostgreSQL is now in RC1:\n\nftp://ftp.sra.co.jp/pub/cmd/postgres/pgpool/pgpool-2.0RC1.tar.gz\n\npgpool is a single master/query based/synchronous replication\nserver. It acts as a proxy server between PostgreSQL clie... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 19 June 2004 00:22\n> To: Dave Page\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] Cannot initdb in cvs tip \n> \n> \"Dave Page\" <dpage@vale-housing.co.uk> writes:\n> > I'm getting the following... |
[
{
"msg_contents": "I think this is another on of those 'might be Win32 specific' problems.\nWhen building on XP, with OpenSSL 0.9.7c (from the bitWalk MinGW tools),\nI get the following failure:\n\ngcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes\n-Wmissing-declarations -I../../../src/include -I./src/inc... |
[
{
"msg_contents": "Attached is a patch implementing this functionality.\n\nI've modified make_new_heap() as well as swap_relfilenodes() to not assume\nthat tablespaces remain the same from old to new heap. I thought it better\nto go down this road than introduce a lot of duplicate code.\n\nThanks\n\nGavin",
... |
[
{
"msg_contents": "\n\n\n-----Original Message-----\nFrom: John Hansen [mailto:john@geeknet.com.au]\nSent: Sun 6/20/2004 2:27 AM\nTo: Dave Page\nCc: Tom Lane; PostgreSQL-development; pgsql-patches@postgresql.org\nSubject: Re: [HACKERS] Cannot initdb in cvs tip\n \n> you could of course rmdir /s /q $PGDATA && mk... |
[
{
"msg_contents": "\nHi,\n\nWhile tracking down a query with a JDBC prepared statement, I\nnoticed, that the statement actually wasn't prepared but sent to the\nserver as 'normal' Statement. In my case, this led to a very slow query\nsince the normal statement does not propagate the correct type -- in my\ncase ... |
[
{
"msg_contents": "OK, looks like the error below is a Win32 thing. The patch attached\n#ifdef'd out the permissions check on the private key file as it won't\nwork under Windows anyway (a similar check in postmaster.c has has\nalready been ifdef'd out for the same reason).\n\nIncidently, the consts are also us... |
[
{
"msg_contents": "Because I am traveling, I will no longer be reviewing and applying\npatches until I return on July 3. Tom will take over most of this duty.\nI will check things once I get back to be sure everything got in just so\nTom can relax knowing someone will make sure nothing was missed.\n\nAlso, I h... |
[
{
"msg_contents": "Hi,\n\nSince I'm waiting for someone to comment on my last question about dump \nordering for grant and owner statements, what I think I'll do is submit \na patch first (to get in before feature freeze) that adds all the OWNER \nTO commands, docs and regression tests. It will also do RENAME ... |
[
{
"msg_contents": "PostgreSQL currently uses $1/$2 for placeholders in prepared statements.\nI'm writing something that may potentially submit queries to both Oracle\nand Postgres, and it seems Oracle doesn't accept this syntax. Someone on\nIRC said I could use ? for both Oracle and Postgres. It isn't entirely\... |
[
{
"msg_contents": "Dave Page wrote:\n> OK, looks like the error below is a Win32 thing. The patch attached\n> #ifdef'd out the permissions check on the private key file as it won't\n> work under Windows anyway (a similar check in postmaster.c has has\n> already been ifdef'd out for the same reason).\n> \n> Inci... |
[
{
"msg_contents": "> > The reason it will help with support is because newbies will go \n> > \"SQL_ASCII! I don't want ascii!\".\n> \n> No they won't. They will likely not even notice this message \n> in the sea of other messages they've never seen before; and \n> even if they do notice it, they will certainly... |
[
{
"msg_contents": "Does anyone have any new ways to create clusters without using initdb \nor bootstrap mode? I need to be able to create one without those 2 \nthings. Any ideas?\n\nthanks!\n\nAlex\n\n",
"msg_date": "Mon, 21 Jun 2004 21:16:35 -0400",
"msg_from": "Alexander Cohen <alex@toomuchspace.com>"... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Merlin Moncure [mailto:merlin.moncure@rcsonline.com] \n> Sent: 21 June 2004 15:40\n> To: Dave Page\n> Cc: pgsql-hackers@postgresql.org; pgsql-patches@postgresql.org\n> Subject: RE: [HACKERS] Compile failure with SSL\n> \n> I had made the same changes... |
[
{
"msg_contents": "Hello,\n\nwe want use dblink to connect several databases in a client/server environment. Connection from local users to the remote databases should be possible only for privileged users. We tried a solution with dblink, embedding this command in a view, like this:\n\ncreate view inst as sele... |
[
{
"msg_contents": "I think a warning is missing if I create a table without OIDS that\ninherits from a table with oids:\n\nkalman=# create table test ( a integer );\nCREATE TABLE\nkalman=# create table test_2 ( b integer ) inherits (test) without oids;\nCREATE TABLE\nkalman=# select oid from test_2;\n oid\n---... |
[
{
"msg_contents": "Hello,\n\nI am compile with msys and running a recent snapshot date on june 22,\nsetting PGDATA environment variable. After initialise database with initdb\n(without parameters), I run pgAdmin III and just after connect to the server\nI have an error popup : ERROR column \"datpath\" does not ... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-win32-owner@postgresql.org \n> [mailto:pgsql-hackers-win32-owner@postgresql.org] On Behalf \n> Of Laurent Ballester\n> Sent: 22 June 2004 23:41\n> To: pgsql-hackers-win32@postgresql.org; pgsql-hackers@postgresql.org\n> Subject: [pgsql-h... |
[
{
"msg_contents": "I just noticed this help wanted on SourceForge:\n\nhttp://sourceforge.net/people/viewjob.php?group_id=81764&job_id=18927\n\nMaybe someone could give them a hand - project is pretty highly rated.\n\nChris\n\n",
"msg_date": "Wed, 23 Jun 2004 16:33:59 +0800",
"msg_from": "Christopher Kin... |
[
{
"msg_contents": "Would someone remind me --- is the binary COPY security fix we did for\n7.4 also needed for earlier releases like 7.3.X?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, ... |
[
{
"msg_contents": "There was a recent post on -performance where someone had run \npg_resetxlog and nuked their transaction counter. Whenever someone has \nfilesystem-level problems like this they need to know:\n - \"current\" transaction ID\n - OIDs of system objects\n\nOf course, OIDs have been removed from... |
[
{
"msg_contents": "Hi,\n\nI've following select, and I expect to receive a single record as result from it:\n\nselect c.id\n from copie as c\n where c.enum=46857 and\n\tc.condizio_prestito = 'A' and\n c.id not in (select id_copia from testi_fermi_prenotati) and\n\tc.id not in (select id_copia from pr... |
[
{
"msg_contents": "Lately I've been planning work on a patch to postgres and linux on my\nsystem to allow access to BLOBs as a virtual filesystem, so I can see\nany file I put in there even through network shares while avoiding\nduplication / broken link issues. Does this sound like something worth\ndoing / is... |
[
{
"msg_contents": "We were discussing prepared statement support for libpqxx just now (Bruce,\nPeter Eisentraut & myself are manning the postgres booth at LinuxTag 2004\nin Karlsruhe, Germany), when we ran into a problem that came up two months\nago. That discussion follows:\n\nPost by Alvaro Herrera:\n> Hacke... |
[
{
"msg_contents": "KL-\n\n> Would you be able to specify exactly the deficiences? It's my mission\n> at the moment to make pg_dump 7.5 known-issue free :)\n\nWell, since you asked:\n(please excuse me if I'm covering old ground. I was off Hackers for almost a \nmonth this spring)\n\n1) When pg_dump 7.4.1 (I h... |
[
{
"msg_contents": "\n> Now, here's a scenario that has us worried:\n> \n> BEGIN\n> PREPARE foo AS ...\n> ...\t\t\t[error]\n> DEALLOCATE foo \t[fails: already aborted by previous error]\n> ABORT\n> BEGIN\n> PREPARE foo AS ... \t[fails: foo is already defined!]\n> EXECUTE foo\t\t[fails: already aborted... |
[
{
"msg_contents": "Hello,\n\nJust wanted to share some data I've generated with dbt-2 using\ntablespaces from a CVS export of PostgreSQL on June 22. I have results\nand details on how I have the disks laid out with LVM2 here:\n\thttp://www.osdl.org/projects/dbt2dev/results/dev4-006/538/\n\nThe performance appe... |
[
{
"msg_contents": "With our new tablespace set up, is it ever possible for someone to move \npg_largeobject to another tablespace?\n\nChris\n\n",
"msg_date": "Thu, 24 Jun 2004 09:45:43 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject"... |
[
{
"msg_contents": "Should pg_get_indexdef return its TABLESPACE clause?\n\nChris\n\n",
"msg_date": "Thu, 24 Jun 2004 10:21:30 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "pg_get_indexdef"
},
{
"msg_contents": "Christoph... |
[
{
"msg_contents": "OK,\n\nI think it might save me some time if I get some guidance on how we \nshould modify pg_dump to fix the owner/grants issue.\n\nI intend to make new archives created with 7.5 pg_dump have the fix, and \n restoring pre 7.5 binary dumps will have exactly the previous \nbehaviour. The rea... |
[
{
"msg_contents": "Hackers,\n\nI think there a bug in the GUC mechanism. The custom variables patch\nadded several malloc() and a strdup() call, and they are never checked\nfor an out of memory condition.\n\n-- \nAlvaro Herrera (<alvherre[a]dcc.uchile.cl>)\n\"El que vive para el futuro es un iluso, y el que vi... |
[
{
"msg_contents": "Jeroen T. Vermeulen wrote:\n> Well, except prepared statements apparently; I'm not sure why they are\nan\n> exception.\n> \n> When I say \"within a transaction\" as opposed to outside a transaction,\nI\n> mean of course an explicit transaction. If you want a prepared\nstatement\n> to last th... |
[
{
"msg_contents": "> > I disagree. Lots of people use prepared statements for all kinds of\n> > different reasons. A large percentage of them do not need or make\nuse\n> > of explicit transactions. Having to continually rebuild the\nstatement\n> > would be a hassle. The caching mechanism also seems like ext... |
[
{
"msg_contents": "In the Single Unix Spec man page for syslog, I read\n\nLOG_NOWAIT\n Do not wait for child processes that may have been created during the course of logging the message.\n This option should be used by processes that enable notification of child termination using SIGCHLD,\n ... |
[
{
"msg_contents": "Jeroen wrote:\n> Granted, that's probably going to force the issue. I do wonder\nthough:\n> one of the arguments in favour of the current semantics is that the\n> problems can be worked around using nested transactions. Then what\nwere\n> people doing before nested transactions, in Tom's sc... |
[
{
"msg_contents": "Oliver wrote:\n> If PREPAREd statements did DEALLOCATE on transaction rollback, the\n> driver would have to track the set of statements that were first\n> PREPAREd in the current transaction so it can fix the state on the\n> driver side if the transaction rolls back. This is a lot of extra\n>... |
[
{
"msg_contents": "Log Message:\n-----------\nSupport renaming of tablespaces, and changing the owners of\naggregates, conversions, functions, operators, operator classes,\nschemas, types, and tablespaces. Fold the existing implementations\nof alter domain owner and alter database owner in with these.\n\nChris... |
[
{
"msg_contents": "We need has_tablespace_privilege()\n\nhttp://candle.pha.pa.us/main/writings/pgsql/sgml/functions-misc.html#FUNCTIONS-MISC-ACCESS-TABLE\n\nChris\n\n",
"msg_date": "Sat, 26 Jun 2004 12:05:09 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": ... |
[
{
"msg_contents": "> > I would be fine with changing the lifetime if an EXECUTE failure did\nnot\n> > abort the current transaction. Then I could simply watch the return\n> > code of the statement execution and prepare the statement on\n> > demand...from my point of view, this would actually be the most\nelega... |
[
{
"msg_contents": "hi,\n\ni am wondering what you think about including evgen potemkin's patch for recursive SQL in the next postgres version:\nhttp://gppl.terminal.ru/\n\ncons:\n- its not standard SQL (uses oracle style syntax)\n\npros:\n- it would add a feature that many people miss already for ages. all exis... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Andrew Dunstan [mailto:andrew@dunslane.net] \n> Sent: 26 June 2004 20:42\n> To: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] recursive SQL\n> \n> \n> \n> \n> jacob koehler (RRes-Roth) wrote:\n> \n> >hi,\n> >\n> >i am wondering what you think... |
[
{
"msg_contents": "Jacob,\n\n> cons:\n> - its not standard SQL (uses oracle style syntax)\n\nWhich is, plain and simple, a deal-breaker. You can count on me to vote \nagainst inclusion of any patch which uses non-standard SQL when a standard \nsyntax is available.\n\nFurther, the IS_CONNECTED_BY() function is... |
[
{
"msg_contents": "Hi list,\n\nI'm trying to create a varchar clone (called varcharci). I have defined \nnew functions called \"varcharciin\", \"varcharciout\", \"varcharcisend\" and \n\"recv\", using the \"varcharin\" etc. definitions (i.e. - builtin \nfunctions). I defined the type. Everything works, except t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.