threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Currently, in places like heap_drop_with_catalog, we issue a\nFlushRelationBuffers() call followed by smgrscheduleunlink().\nThe latter doesn't actually do anything right away, but schedules\na file unlink to occur after transaction commit.\n\nIt strikes me that the FlushRelationBuffers call ... |
[
{
"msg_contents": "Hi all,\n\nWhen pgfoundry was opened, there was some talk about moving the projects \nfrom gborg there. This has not, to date, happened. Is there any chance \nof this happening now, even if only for the specific project? I feel \nreally bad about releasing a new version of ole db, with the ne... |
[
{
"msg_contents": "One of the RBL lists you (Bruno and Tom) use seems to be poorly maintained. My\nnew IP address is listed in their database as a dynamic address (it's not, it\neven reverse resolves). I've notified this list multiple times that this IP\naddress is listed improperly and never received any reply... |
[
{
"msg_contents": "I'm currently working on consolidating some of the content on the developer \nsite with the current web code cvs and am wondering what to do with \nhttp://developer.postgresql.org/docs/pgsql/src/tools/backend/index.html. \nThis link actually comes right out of the postgresql sources, but it ... |
[
{
"msg_contents": "Hi,\ni want to add support for exceptions that are\nsupported in oracle, in plpgsql. \n\nmainly i am want to add custome exceptions support in\nplpgsql. like in Oracle we use \nEXCEPTION myexp\n\ncan any body help me.\n\n\nRegards,\nAsif Ali.\n\n_______________________________________________... |
[
{
"msg_contents": "This an item in the TODO list. But I am not sure how severe the problem is.\nIn my understanding, there are not so many conflicts but we may want to give\nsome hints to users of how to set proper GUC variables. For instance, if we\nfind \"debug_print_parse\" is set, we will suggest setting\n\... |
[
{
"msg_contents": "Awhile back I wrote:\n> Basically what I am thinking is that we have all the infrastructure\n> today to solve the OUT-parameter problem, it's just not wrapped up in\n> an easy-to-use package.\n\nHere is a more fully fleshed-out proposal. The basic goal that I'm\naiming at is to be able to us... |
[
{
"msg_contents": "Should psql and pg_dump be upgraded to use the new v3 protocol copy \nfunctions if they are available, as they are currently using the \ndeprecated API.\n\nChris\n",
"msg_date": "Tue, 22 Mar 2005 11:14:12 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
... |
[
{
"msg_contents": "Hi,\n\nIf I use PQgetCopyData, PQputCopyData and PQputCopyEnd against a v2 \nprotocol backend, will it work?\n\nI see no mention of it in the docs...\n\nChris\n",
"msg_date": "Tue, 22 Mar 2005 11:37:58 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"m... |
[
{
"msg_contents": "AndrewSN pointed out on IRC that ALTER TABLE ... ADD FOREIGN KEY and \nCREATE TRIGGER both acquire AccessExclusiveLocks on the table they are \nadding triggers to (the PK table, in the case of ALTER TABLE). Is this \nnecessary? I don't see why we can't allow SELECT queries on the table to \np... |
[
{
"msg_contents": "Hi List,\n\nthere seem to be a bug in the 8.0 Rule System if I update a view and \ndoes not give a column an value.\n\n\nexample\n\nTEST=# \\d abzu_ruletest\n View \"public.abzu_ruletest\"\n Column | Type | Modifiers\n------------+-------------------+-----------\n a... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Robert Treat\n> Sent: 21 March 2005 19:05\n> To: Tom Lane\n> Cc: pgsql-hackers@postgresql.org; pgsql-www@postgresql.org\n> Subject: Re: [HACKERS] what to ... |
[
{
"msg_contents": "What does the error message\n\nfailed to re-find parent key in \"tablename_pkey\"\n\nmean? This happens reproducibly during VACUUM on a certain table.\n\nWould REINDEX fix it? Anything else we should check?\n\nThis is PostgreSQL 7.4.2. Are there relevant fixes later in the 7.4 series?\n\n-... |
[
{
"msg_contents": "Hi,\nI have a requirement where I have a table and a view on top of it. I want to\nmake some changes so that a user in a given group would be able to insert/update\nonly on the view (ofcourse i have a rule which inserts/updates the table) but\nnot on the underlying table. I tried revoke the i... |
[
{
"msg_contents": "Hi there,\n\nbelow is the problem I just bitten when play with toy db. I did:\n\n1.initdb -D ./t1\n2. pg_ctl -D ./t1 start\n3. createdb test\n4. psql test -c \"create table a (f integer);\"\n5. run script which populates table a in background\n perl bgupdate.pl &\n6. cp -a ./t1 ./t2\n6. pg... |
[
{
"msg_contents": "I know that postgres was a project directed by Michael Stonebraker in\nBerkeley (1986-1994) and that soon Jolly Chen and Andrew Yu did\npostgres95.\n\nI understand that the main change in postgres95 was to implement SQL\ninstead of POSTQUEL. Then after the appearance of postgres95\npostgreSQ... |
[
{
"msg_contents": "When you turn on \\x mode for query output in psql, it wrecks the output \nof \\d <table>, etc.\n\nShould we change it so that the \\d is unaffected by \\x? What about for \nother \\d commands?\n\nChris\n",
"msg_date": "Wed, 23 Mar 2005 15:16:43 +0800",
"msg_from": "Christopher Kings... |
[
{
"msg_contents": "\n> > It would keep the old table around while building the new, then grab \n> > an exclusive lock to swap the two.\n> \n> Lock upgrading is right out.\n\nIt would need a whole of new family of \"intent\" locks, with different rules.\n\nAndreas\n",
"msg_date": "Wed, 23 Mar 2005 12:28:21... |
[
{
"msg_contents": "Hello.\nA memory fault in a trigger left my database\nin a corrupted state:\n\n\t- A temporary table listed in pg_class\n\t was not accessible with a select\n\n\t- I could not DROP it\n\n\t- I deleted the record from pg_class\n\n\t- I can't create temporary tables anymore\n\t (restart/vacuu... |
[
{
"msg_contents": "Hi there,\n\nis't possible to get timings separately for index anf heap processing,\nlike we get separate stats for io ?\n\n \tRegards,\n \t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomical Ins... |
[
{
"msg_contents": "\nHackers,\n\nI'd like to pose a problem we are facing (historical query time \nprofiling) and see if any of you interested backend gurus have \nan opinion on the promise or design of a built-in backend \nsolution (optional built-in historical query time stats), and/or \nwillingness to consid... |
[
{
"msg_contents": "\nhi, is there is way undelete or recover the deleted row in a table in postgres.iam layman, can anyone help me.\n\nwith regards\ncsperumal\n\n__________________________________________________________________\nSwitch to Netscape Internet Service.\nAs low as $9.95 a month -- Sign up today at ... |
[
{
"msg_contents": "> I see your point. The ugliness of log-parsing beckons.\n> \n\nMaybe it would make sense to use a separate log server machine, where they\ncould be written to a database without impacting production?\n\n\n\n\n\n\nRE: [HACKERS] RFC: built-in historical query time profiling\n\n\n> I see your ... |
[
{
"msg_contents": "\nNow that Tom has gotten the ARC->2Q changes into the 8.0.x Branch, and \nJosh has had some time to do some preliminary performance testing on it, \nwe need to put out 8.0.2 ...\n\nCore's hope is to wrap a beta up on Friday (tomorrow), and baring any bugs \nfound in it, do a full release nex... |
[
{
"msg_contents": "Hello there,\n \nWhat's the preferred and most efficient way to obtain PGCrypto encrypted\ndata from a plpgsql function?\n \n1. Imagine the following simple table:\n \nCREATE TABLE crypto (\n pid SERIAL PRIMARY KEY,\n title VARCHAR(50),\n crypted_content BYTEA\n);\n \n \n2. Now ins... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Marc \n> G. Fournier\n> Sent: 24 March 2005 16:35\n> To: pgsql-hackers@postgresql.org\n> Subject: [HACKERS] Upcoming 8.0.2 Release\n> \n> \n> Now that Tom... |
[
{
"msg_contents": "Hello !\n\nI'm running pg_autovacuum on a 1GHz, 80Gig, 512Mhz machine. The database is\nabout 30MB tarred. We have about 50000 Updates/Inserts/Deletes per day. It\nruns beautifully for ~4 days. Then the HDD activity and the Postmaster CPU\nusage goes up ALOT. Even though I have plenty (?) of ... |
[
{
"msg_contents": "> Now that Tom has gotten the ARC->2Q changes into the 8.0.x Branch, and\n\n>Josh has had some time to do some preliminary performance \n>testing on it, \n>we need to put out 8.0.2 ...\n>\n>Core's hope is to wrap a beta up on Friday (tomorrow), and \n>baring any bugs \n>found in it, do a full... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Marc G. Fournier [mailto:scrappy@postgresql.org] \n> Sent: 24 March 2005 18:37\n> To: Dave Page\n> Cc: Marc G. Fournier; pgsql-hackers@postgresql.org\n> Subject: RE: [HACKERS] Upcoming 8.0.2 Release\n> \n> On Thu, 24 Mar 2005, Dave Page wrote:\n> \n>... |
[
{
"msg_contents": "Hi!\n\nI've put together a patch for using IBM's ICU package for collation.\n\nIf your OS does not have full support for collation ur uppercase/lowercase \nin multibyte locales, this might be useful. If you are using a multibyte \ncharacter encoding in your database and want collation, i.e. o... |
[
{
"msg_contents": "Hello there,\n \nI have a View with a Delete rule and I would like the Delete rule to call a\nfunction (and pass-in a few of the the underlying View's/Table's column\nvalues). How do you do this?\n \nWhen I do it, I keep getting the following error:\nERROR: function expression in FROM may no... |
[
{
"msg_contents": "On this page:\n\nhttp://www.postgresql.org/docs/8.0/interactive/creating-cluster.html\n\nIt has this sequence:\n\nroot# mkdir /usr/local/pgsql/data\nroot# chown postgres /usr/local/pgsql/data\nroot# su postgres\npostgres$ initdb -D /usr/local/pgsql/data\n\nHowever, initdb will fail in this ca... |
[
{
"msg_contents": "Useful if it's going to support earlier releases of ICU....\n\nNot all os's come with ICU3.2, debian for example, currently has 2.1 in\ntesting, and 2.6 in unstable.\n\n... John \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgr... |
[
{
"msg_contents": "\n\n\n-----Original Message-----\nFrom: Marc G. Fournier [mailto:scrappy@postgresql.org]\nSent: Fri 3/25/2005 1:14 AM\nTo: Dave Page\nCc: pgsql-hackers@postgresql.org\nSubject: RE: [HACKERS] Upcoming 8.0.2 Release\n \n> How quickly can you get a precompiled binary in place? Would delaying \n... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\nHi,\n\nI've Google'd for the situation below and could not find any solution.\n\nWe are using PostgreSQL 8.0.1, installed using PGDG RPMs on RHEL ES 3.0:\n\n=======================================================================\nprod=# SELE... |
[
{
"msg_contents": "> --On fredag, mars 25, 2005 16.34.41 +1100 John Hansen \n> <john@geeknet.com.au>\n> wrote:\n> \n> > Useful if it's going to support earlier releases of ICU....\n> >\n> > Not all os's come with ICU3.2, debian for example, \n> currently has 2.1 \n> > in testing, and 2.6 in unstable.\n> \n> Oh,... |
[
{
"msg_contents": "Ok,.. tested on debian sarge with ICU 3.2 \nUNICODE Database, C locale.\n\nupper() and lower() returns an empty string for any input, including\n7bit ascii, regardless of client_encoding, so something is obviously\nbroken.\n\nHave you tested this patch on a UNICODE DB with locale C/POSIX ?\n\... |
[
{
"msg_contents": "Log Message:\n-----------\nFix two bugs in change_owner_recurse_to_sequences: it was grabbing an\noverly strong lock on pg_depend, and it wasn't closing the rel when done.\nThe latter bug was masked by the ResourceOwner code, which is something\nthat should be changed.\n\nTags:\n----\nREL8_0_... |
[
{
"msg_contents": "Hi,\n\nI have found what is causing the crash described in Bug 1500. Now I \nwould like to fix it, but need opinions about what is the correct behaviour.\n\nThe bug can be easily duplicated when formatting interval in to_char() \nusing 'Mon' or 'Month' in the format string.\n\nselect to_char(... |
[
{
"msg_contents": "Hackers,\n\nI got very strange results in my shared-row-locking test today, so I\ntook a look at HeapTupleSatisfiesUpdate and came to the conclusion\nthat it's delivering the wrong answer in some cases; specifically, it\nreturns HeapTupleBeingUpdated for tuples whose Xmax were touched by a\nc... |
[
{
"msg_contents": "\nI have seen some small regression failures on REL8_0_STABLE - I thought \nas we're coming up to a release I'd better run the stable branch through \non my buildfarm clients.\n\nWindows has ordering failures on the join and rules tests - Cygwin has a \nfailures on the stats test. See buildfa... |
[
{
"msg_contents": "All,\n\nI had to abort a vacuum full after 36 hours on a large table (16 million rows). I started the vacuum again and after \n10 minutes in got to the place I aborted it (control-c) yesterday. I recieved the following error\n\nERROR: could not open segment 3 of relation \"emi_110101_idx1\... |
[
{
"msg_contents": "> --On fredag, mars 25, 2005 23.39.33 +1100 John Hansen \n> <john@geeknet.com.au>\n> wrote:\n> \n> > Ok,.. tested on debian sarge with ICU 3.2 UNICODE Database, \n> C locale.\n> >\n> > upper() and lower() returns an empty string for any input, \n> including \n> > 7bit ascii, regardless of cli... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Palle Girgensohn [mailto:girgen@pingpong.net] \n> Sent: Saturday, March 26, 2005 1:10 PM\n> To: pgsql-hackers@postgresql.org\n> Cc: John Hansen; Andrew Dunstan\n> Subject: Re: [HACKERS] Patch for collation using ICU\n> \n> --On fredag, mars 25, 2005 ... |
[
{
"msg_contents": "Still doesn't work for me :(\nUNICODE DB\nC locale\n\nset client_encoding = iso88591;\nselect upper('æ');\n upper\n-------\n\n(1 row)\n\nTrying to initdb with en_IN.utf8\n\n/usr/lib/postgresql/bin/initdb -D /var/lib/postgres/data/ -E UNICODE --locale=en_IN.utf8\nThe files belonging to this da... |
[
{
"msg_contents": "\nLet me know of any problems ... will announce her tomorrow if none ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664\n",
"msg_date": "Sat, 26 Mar 2005 00:10:58 -0400 (AST)... |
[
{
"msg_contents": "hi\n \ni want to find the last update time of a tuple(row) in the postgresql data base\n \nplease be knid enough to reply me a solution if u know\n \nthanking you in advance\n \nchamil\n\n\n\t\t\n---------------------------------\nDo you Yahoo!?\n Take Yahoo! Mail with you! Get it on your mob... |
[
{
"msg_contents": "Hi there,\n\nI'm investigating one performance issue with tsearch2 index and trying to \ninterperet io statiscs from pg_statio_user_tables, pg_stat_user_tables.\nBut from documentation it's not clear what numbers I shoud take into\naccount and I'm a bit confused :)\nI'm looking for blocks *a... |
[
{
"msg_contents": "Hi Bruce,\n\n> Function and comments are just _strings_ to PostgreSQL, so we have no\n> good way of cleaning the output up, unless we hack pg_dump to somehow\n> change line endings when outputting such information, though\n> currently we\n> don't. The would perhaps cause problems in viewing ... |
[
{
"msg_contents": "This has my vote....\n\nLorne\n\nIn <200503261404.14979.josh@agliodbs.com>, on 03/26/05 \n at 02:04 PM, Josh Berkus <josh@agliodbs.com> said:\n\n>Karel,\n\n>> > Yeah. �Karel Zak, who wrote that code, is convinced we should remove it,\n>> > but I don't think anyone else is ...\n>>\n>> ï¿... |
[
{
"msg_contents": "I've been toying with the idea of converting the oidvector and\nint2vector datatypes from fixed-width arrays to variable-length;\nthat is, stick a varlena length word on the front and store only\npronargs or indnatts entries instead of a fixed number.\n\nThis would not immediately allow us to... |
[
{
"msg_contents": ">> I have three pending kerberos patches, two of which are \n>plain bugfixes\n>> and one which I'd argue is a bugfix around a can't-compile \n>issue, that\n>> I'd very much like to see in 8.0.2.\n>\n>Working on these. Don't you have the test backwards here?\n\n(Sorry, been offline for a coup... |
[
{
"msg_contents": ">As for general collation of unicode, the reason for me to use \n>ICU is that \n>my system does not support strcoll correctly for multibyte \n>locales, as I \n>mentioned earlier. I also noted that even for systems that do handle \n>strcoll correctly for unicode, ICU claims to be a couple of m... |
[
{
"msg_contents": "While trying to grok heap_update I came again across the\n_heap_unlock_tuple function. This code apparently tries to save a XLog\nround while trying to mark a tuple for update, by registering a\n\"rollback callback\", which would unmark the tuple in case the\ntransaction is rolled back.\n\nT... |
[
{
"msg_contents": "Hi there,\n\nwhile learning inkscape I did a sketch of picture describing\nhistory of relational databases. It's available from\nhttp://mira.sai.msu.su/~megera/pgsql/\n\nI'd be very grateful for any corrections and comments.\nIt could be used in PostgreSQL related presentations,\nsource file ... |
[
{
"msg_contents": "----------------------------------------------------------------\r\n-- I ' ll use a bound cursor, bun when I execute following cursor\r\n-- I met a error message within for loop\r\n-- Help me...\r\n----------------------------------------------------------------\r\nCREATE OR REPLACE FUNCTION ... |
[
{
"msg_contents": "hi,\n\nI want to know is there any way to execute an anonymous PL/pgSQL block\nin PostgreSQL.\n\nThanx\n\n\n-- \n\nRegards\nImad\n",
"msg_date": "Mon, 28 Mar 2005 12:27:18 +0500",
"msg_from": "imad <immaad@gmail.com>",
"msg_from_op": true,
"msg_subject": "Executing Anonymous B... |
[
{
"msg_contents": "Hi,\n\nthis patch allow to use database locale settings. It remove cluster locale \nsettings, and append LCCTYPE and\nLCCOLLATE items to CREATE DATABASE syntax.\n\nAny considerations ?\n\nbest regards,\n \t\t\t\tAlexey Slynko",
"msg_date": "Mon, 28 Mar 2005 12:16:42 +0400 (MSD)",
"ms... |
[
{
"msg_contents": "\nHi list!\nWe are using currently postgresql 7.3.4 havily and planning an upgrade.\nour choices are either 7.4.x which comes with distribution (suse) or 8.0.1 .\nWe can allow our selfs some testing time and minor changes in applications\nif needed but of course this is good to avoid .\nSo th... |
[
{
"msg_contents": " This message is in MIME format. The first part should be readable text,\n while the remaining parts are likely unreadable without MIME-aware tools.\n\n--0-1348485674-1112025858=:22875\nContent-Type: TEXT/PLAIN; charset=KOI8-R; format=flowed\nContent-Transfer-Encoding: 8BIT\n\n> On Mon, Ma... |
[
{
"msg_contents": "Alvaro, Tom,\n\n> > Very likely we could kick it up to 100 or so without feeling any pain;\n> > how high were you thinking?\n>\n> I used to see people asking to raise it to 64 or so. Not sure if it\n> would be useful to go higher than that ... much less now that we have\n> full-fledged suppo... |
[
{
"msg_contents": "I 'll use a bound cursor with parameters.\r\nBut when I use such a cursor, I found a error.\r\nI don't know error message.\r\nHow can I use a bound cursor.\r\nin following sample, near a 'for loop' , error found.\r\n----------------------------------------------------------------------------... |
[
{
"msg_contents": "Hey folks,\n\nSorry to post with this (slightly) off topic message,\nbut just wanted to get the word out.\n\nBruce and Jan will be presenting on Postgresql April\n16th at Penn State Great Valley in Malvern, PA. The\nevent is sponsored by the company I work for, Chariot\nSolutions. It's com... |
[
{
"msg_contents": "Hackers,\n\nI'm seeing what can I do about spilling the lock table to disk\nI welcome comments on the ideas outlined here. If anyone sees a\nshowstopper please let me know.\n\n\nNotes on Spilling the Lock Table to Disk\n----------------------------------------\nThe problem being solved here ... |
[
{
"msg_contents": "I'd like to make add_missing_from=false the default for 8.1. Any objections?\n\nI think the only reason not to do this is for backward compatibility \nwith previous releases of PostgreSQL, but I don't find that too \ncompelling: it is easy to fix up queries that rely on the old behavior, \nan... |
[
{
"msg_contents": "Is there a reason why the implementation of hash joins uses a separate \n\"hash\" child node? AFAICS that node is only used in hash joins. Perhaps \nthe intent was to be able to provide a generic \"hashing\" capability that \ncould be used by any part of the executor that needs to hash tuples... |
[
{
"msg_contents": "I see this in my PQA analyzed PostgreSQL log:\n\n######## Slowest queries\nselect dict_init, dict_initoption, dict_lexize from pg_ts_dict where oid \n= $1\n\nIt's my number one slowest query apparently!\n\nCan that lookup perhaps be cached in some way?\n\nI notice that there is no unique inde... |
[
{
"msg_contents": "In HEAD psql, \\df doesn't show functions that have no arguments:\n\n test=> CREATE FUNCTION foo() RETURNS integer AS 'SELECT 1' LANGUAGE sql;\n CREATE FUNCTION\n test=> \\df foo\n List of functions\n Schema | Name | Result data type | Argument data types \n --------... |
[
{
"msg_contents": "Hello,\n\nI am trying to understand the way in which PostgreSQL creates, updates\nand uses the transaction log.\n\nI browsed through the sources and what I understand is that, when we\n\"initdb\", the \"initdb\" binary reads postgres.bki which is created by\ngenbki.sh.\n\nBut I fail to unders... |
[
{
"msg_contents": "You can drop a NOT NULL on a column, even if that column is part of an \nindex that is clustered, where the index does not index NULLs.\n\nAlso, I dont think that ALTER TABLE blah CLUSTER ON foo; actually warns \nabout clustering a non-null indexing index. However, CLUSTER foo ON \nblah; doe... |
[
{
"msg_contents": "Hi,\n\n> > I'd like to make add_missing_from=false the default for 8.1. Any\n> objections?\n> \n> We still don't have a solution for DELETE, do we?\n> \nAre you talking about DELETE FROM bar USING foo ? I submitted a patch\nsome months ago.\nhttp://archives.postgresql.org/pgsql-patches/2004-1... |
[
{
"msg_contents": "Log Message:\n-----------\nTranslation updates\n\nTags:\n----\nREL8_0_STABLE\n\nModified Files:\n--------------\n pgsql/src/bin/initdb/po:\n pl.po (r1.2 -> r1.2.4.1)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/pl.po.diff?r1=1.2&r2=1.2.4.1)\n pgsql... |
[
{
"msg_contents": "Alvaro Herrera wrote:\n> \n> Now this can't be applied right away because it's easy to run \"out of\n> memory\" (shared memory for the lock table). Say, a delete or update\n> that touches 10000 tuples does not work. I'm currently working on a\n> proposal to allow the lock table to spill to ... |
[
{
"msg_contents": "There is an updated survey of open source developers:\n\nhttp://flosspols.org/survey/survey_part.php?groupid=sd\n\nChris\n",
"msg_date": "Fri, 01 Apr 2005 10:56:12 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": ... |
[
{
"msg_contents": "I'd like to propose that we abandon the name \"PostgreSQL\" and rename the\nproject \"Postgre\", to be pronounced either \"post-greh\" or \"post-gree\".\nThis change would have a twofold purpose: it would meet popular demand,\nand it would reflect my next proposal, that we abandon SQL as the ... |
[
{
"msg_contents": "Hi,\n\n> > > Wow, seems I lost that somehow.\n> > \n> > BTW, I personally think it is fine for patch submitters to send\n> \"ping\" \n> > mails if your patch is not applied or reviewed within a reasonable \n> > period of time -- this is standard practice among the GCC\n> community, \n> > for... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Marian POPESCU [mailto:softexpert@libertysurf.fr]\n> Sent: Friday, April 01, 2005 8:06 AM\n> To: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] ARC patent\n> \n> >>>Neil Conway <neilc@samurai.com> writes:\n> >>>\n> >>>\n> >>>>FYI, IBM has applied ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Friday, April 01, 2005 10:23 AM\n> To: Dave Held\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] ARC patent\n> \n> \n> Dave Held wrote:\n> > > -----Original Message-----\n> > > From: Mar... |
[
{
"msg_contents": "With pg v7.4.7 I've written an SRF that uses SPI to return the results \nof a query. It's one of those functions that works perfectly for me in \ndevelopment but randomly crashes in production. Thus far I've been \nunable to reproduce the crash. The problem is surely in my code. And \nbef... |
[
{
"msg_contents": "Hello,\n\nWe at Command Prompt are in the process of completing\na new rev of plPHP. The new rev will not require the\nPHP source. It will only require that PHP is installed.\n\nIn other words it can be installed just like any other pl\nlanguage.\n\nAre we interested in having plPHP in core?\... |
[
{
"msg_contents": "Does anyone know why so many LEFT JOINs are used in psql/describe.c to\njoin to the pg_namespace table, like here:\n\n printfPQExpBuffer(&buf,\n \"SELECT c.oid,\\n\"\n \" n.nspname,\\n\"\n \" c.relname\\n\"\n \"FROM pg_catalog.pg_class c\\n\"\n \" LEFT JOIN pg... |
[
{
"msg_contents": "Hi Ioannis,\n\n> Also i'd like to answer you if postgresQL has implemented rcursive\n> queries\n> proposed from SQL99 standard?\n> \nNot yet. But there is a patch around that implement it. See\nhttp://gppl.moonbone.ru/\n\n> If yes, are there any restrictions of the model on your\n> implementa... |
[
{
"msg_contents": "Just a quick heads-up: I'm not sure of the cause, but it looks like \nsomething recent change to HEAD and REL8_0_STABLE is causing check \nfailures on the buildfarm machines. A brief (and thoroughly naive) \nglance at the details shows a horology test failure.\n\nMichael Glaesemann\ngrzm myre... |
[
{
"msg_contents": "\r\n Dear Sir,\r\n\r\n I' ve recently join to PostGreSql community. I'm testing it on a local\r\nnetwork and I'm very found of it .\r\nHowever there are a few things that I'd like to understand better.\r\n\r\n As far as i realise, every time the Server validates a wrong value for an\r\ninput... |
[
{
"msg_contents": "This patch is a cleaned up version of Euler Taveira de Oliveira's patch \nimplementing DELETE ... USING. I removed a bunch of unused code (no need \nto tlist transformations), updated copyfuncs/equalfuncs, improved the \ndocumentation, rearranged a few things, and added regression tests. I \n... |
[
{
"msg_contents": "Hey guys,\n\nThe 'Unicode characters above 0x10000' issue keeps rearing its ugly head \nin the IRC channel. I propose that it be fixed, even backported...\n\nThis is John Hansen's most recent patch to fix it:\n\nhttp://archives.postgresql.org/pgsql-patches/2004-11/msg00259.php\n\nAnd from wh... |
[
{
"msg_contents": "> On Wed, 2005-03-30 at 18:09 -0400, Alvaro Herrera wrote:\n> > I'm seeing what can I do about spilling the lock table to disk\n> > I welcome comments on the ideas outlined here. If anyone sees a\n> > showstopper please let me know.\n> \n> Perhaps a little delayed, but yes, I have major rese... |
[
{
"msg_contents": "pgfoundry.org and www.pgfoundry.org currently redirect to hub.org...\n\nChris\n",
"msg_date": "Tue, 05 Apr 2005 11:46:22 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "PgFoundry.org busted?"
},
{
"msg_c... |
[
{
"msg_contents": "Maybe better for -hackers, but here it goes anyway...\n\nHas anyone looked at compressing WAL's before writing to disk? On a\nsystem generating a lot of WAL it seems there might be some gains to be\nhad WAL data could be compressed before going to disk, since today's\nmachines are generally m... |
[
{
"msg_contents": "As of CVS tip, plpgsql handles output parameters, in the style\n\nCREATE FUNCTION sum_n_product(x int, y int, OUT sum int, OUT prod int) AS $$\nBEGIN\n sum := x + y;\n prod := x * y;\n RETURN;\nEND;\n$$ LANGUAGE plpgsql;\n\nThe RETURN statement is kinda useless in this example, but i... |
[
{
"msg_contents": "Hello,\n\nWe are considering submitting a patch for REINDEX ALL. What syntax would\nwe like?\n\nREINDEX ALL?\nREINDEX DATABASE ALL?\n\n\nSincerely,\n\nJoshua D. Drake\n\n\n-- Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564\nCustom programming, 24x7 support, managed servi... |
[
{
"msg_contents": "I've gotten a bee in my bonnet again about Resdom being wasteful.\nThere is no case where Resdom appears without TargetEntry, nor vice\nversa, so we ought to fold them into a single node type. Is anyone\nout there working on a patch that would be seriously affected by\nsuch a change? If so ... |
[
{
"msg_contents": "Hi,\n\nI know that you can not (and maybe should not) install triggers\non system catalogs. But, if I want to catch certain DDL events \n(such as adding a column), is there any way to do it in PostgreSQL?\n\nMaybe, it could be useful that the triggers (installed on normal tables) \ncan be fir... |
[
{
"msg_contents": "Magnus & I have been looking out for the official 8.0.2 beta\nannouncement before we announce the win32 binaries that were built last\nweek. Did we miss it (I can't see anythign in the archives), or have\nplans changed?\n\nRegards, Dave.\n",
"msg_date": "Wed, 6 Apr 2005 10:27:04 +0100",
... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Neil Conway [mailto:neilc@samurai.com] \n> Sent: 06 April 2005 10:57\n> To: Dave Page\n> Cc: pgsql-hackers@postgresql.org; Marc G. Fournier\n> Subject: Re: [HACKERS] 8.0.2 beta announcement??\n> \n> Dave Page wrote:\n> > Magnus & I have been looking ... |
[
{
"msg_contents": "Hi Neil,\n\n> Looking at how to implement this, there is some rather dodgy code in \n> warnAutoRange() in parse_relation.c that only emits the notice about \n> adding a missing FROM clause entry if the query already has at least\n> one \n> range table entry in its FROM clause. The idea appear... |
[
{
"msg_contents": "Hi!\n\nWhen setting log_statement = all, and using JDBC PreparedStatements, I get \n$n in the log where the real arguments used to be in previous versions of \npostgresql:\n\npostgres[30059]: [97-1] LOG: statement: INSERT INTO group_data \n(this_group_id, item_text, link_path) VALUES ($1, $2... |
[
{
"msg_contents": "On Tue, 5 Apr 2005, Alvaro Herrera wrote:\n\n> What happenned to your two phase commit patch? Are you still working on\n> it? Have you got something done from the last time we heard from you?\n\nI've kept it up-to-date by doing \"cvs update\" every now and then and \nfixing possible conflic... |
[
{
"msg_contents": "I am on a trip again. This time I am in Kansas City, Missouri doing\ntraining from yesterday until Friday, and I am back again next week from\nTuesday to Thursday.\n\nThis of course delays my reading of email.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Marc G. Fournier [mailto:scrappy@postgresql.org] \n> Sent: 06 April 2005 16:07\n> To: Dave Page\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: 8.0.2 beta announcement??\n> \n> \n> beta was packaged, and announced, last Friday/Saturday \n> *scrat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.