threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Why does the first query below return the same value for each row\nwhile the second query returns random values? Planner optimization?\n\ntest=> SELECT ARRAY(SELECT random()) FROM generate_series(1, 5);\n ?column? \n---------------------\n {0.269273371561092}\n {0.269273371561092}... |
[
{
"msg_contents": "I seem to be having some problems with cascading updates, I seem to\nremember that this worked in the database in 7.4 but seems to fail in 8,\ncan anyone give me any pointer please as I seem to be able to find\nanything about this online.\n\n\nI have several tables, but the two I am having is... |
[
{
"msg_contents": "\n\nEarlier today I noticed these lines in this buildfarm log \nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2005-08-16%2002:05:00\n\nccache gcc -O3 -pipe -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -fno-strict-aliasing -g -fPIC -DPIC -shared -Wl,-x,-soname,... |
[
{
"msg_contents": "I have started compiling the release notes for 8.1. I should be done by\nFriday.\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, | 13 Roberts Road\n + Christ can be ... |
[
{
"msg_contents": "Once more: \n\nI would like to get at least some answer, why my patch for enabling\nconcurrent VACUUM was left out from 8.1.\n\nIt was submitted well in time, and there was only minimal amount of\ndiscussion of an earlier patch,and AFAIK I addressed all the issues\nraised there.\n\nI really h... |
[
{
"msg_contents": "Folks,\n\nI just noticed that we seem to have two new bgwriter GUCs. Could someone \nbring me up to date on the status of bgwriter configuration? I can't \ndraw a connection between the issues we discussed in December and adding \ntwo new GUCs.\n\n-- \n--Josh\n\nJosh Berkus\nAglio Databas... |
[
{
"msg_contents": "Hi,\ncan any one describe how the transaction are being\nhandled in postgres.\ni.e.\nfunction given below should actually insert the desire\nvalues in test table but it do not save them.\nSTART TRANSACTION;\ncreate or replace function testFunc() returns int as\n$$\ndeclare \nx integer;\nbegin... |
[
{
"msg_contents": "\nCurrently the IPv6 check in configure.in says this:\n\nHAVE_IPV6=no\nAC_CHECK_TYPE([struct sockaddr_in6],\n [AC_CHECK_FUNC(inet_ntop,\n [AC_DEFINE(HAVE_IPV6, 1, [Define to 1 if \nyou have support for IPv6.])\n HAVE_IPV6=y... |
[
{
"msg_contents": "I can reproduce this with a couple-of-days-old CVS tip:\n\nalvherre=# \\c - test\nFATAL: role \"test\" does not exist\n\nAnd the server log says\n\nFATAL: role \"test\" does not exist\nTRAP: BadState(�!(((bool) ((OuterUserId) != ((Oid) 0))))�, Archivo: �/pg/source/00orig/src/backend/u... |
[
{
"msg_contents": "\nUnder FreeBSD, we have an option (kern.ipc.shm_use_phys=1) that doesn't \nallow shared memory to be swap'd ... under Linux, there is apparently an \napplication level option that can be used for this purpose:\n\n A privileged user can prevent or allow swapping of a shared memory\n s... |
[
{
"msg_contents": "Hello,\nDoing some testing on upcoming 8.1 devel and am having serious issues\nwith new bitmap index scan feature. It is easy to work around (just\ndisable it) but IMO the planner is using it when a regular index scan\nshould be strongly favored. The performance of the bitmapscan in my\nusa... |
[
{
"msg_contents": "> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> > Jim C. Nasby wrote:\n> >> On Sat, Aug 13, 2005 at 06:24:01PM -0400, Tom Lane wrote:\n> >>> IIRC, what we actually intended that to mean is the time \n> of receipt of\n> >>> the current interacti... |
[
{
"msg_contents": "\n[redirecting to -hackers in the hope of more eyes ;-) ]\n\n(goal - to use native ip6 support in Windows)\n\nFirst, after the change Tom committed earlier, I added a test for \nws2_32.dll to the win32 port section of config.in:\n\n AC_CHECK_LIB(ws2_32, main)\n\nThat worked fine.\n\nThe I ... |
[
{
"msg_contents": "Dear All,\n \n I need to distribute my application that use PostgreSQL as database to my customer. But I still have some questions in my mind on database security. I understand that everybody who get my application database will be have a full control permission on my database in case th... |
[
{
"msg_contents": "Dear PostreSQL hackers,\n\nFor the interested, here:\n http://www.cs.utwente.nl/~hiemstra/courses/reports/sqlxml.pdf\nyou find a little report discussing possibilities to implement the \nSQL/XML standard using the PostgreSQL extension mechanism. The report is \nwritten by Master students fo... |
[
{
"msg_contents": "> \"Merlin Moncure\" <merlin.moncure@rcsonline.com> writes:\n> > Doing some testing on upcoming 8.1 devel and am having serious\nissues\n> > with new bitmap index scan feature. It is easy to work around (just\n> > disable it) but IMO the planner is using it when a regular index\nscan\n> > sh... |
[
{
"msg_contents": "Hi Michael,\n\ni want to support explicit commit/rollback support\nin pl/pgsql instead of using autocommit feature.\n \nmy requirement is to know how transactions work in\npostgres generally and how to support transaction\nmanagment in pl/pgsql\n \nthanks for your help.\n \n--\nAsif Ali.\n \n... |
[
{
"msg_contents": "Folks,\n\nThose of you who went to OSCON may have heard that SpikeSource is having a \ncontest to increase testing code coverage of popular OSS projects. The \ncontest involves prizes of up to $2500 for test writers.\n\nGiven that we have people in the community who have been thinking about ... |
[
{
"msg_contents": "Hi there,\n\nI don't understand why this select doesn't works:\n\nregression=# select coalesce(\n \t\ttp_rewrite_substitute(ARRAY[query, test.target, test.sample]),\n \t\t\tquery)\n \t from test,to_tsquery('new2 & york2 & hotel') as query\n \t where query @ test.target;\n\nERROR: col... |
[
{
"msg_contents": "I believe I've traced down the cause of the Assert trap in VACUUM FULL\nthat Teodor reported here:\nhttp://archives.postgresql.org/pgsql-hackers/2005-06/msg01278.php\n\nThe case that VACUUM is tripping up on is one in which some concurrent\ntransaction (call it X1) updates and then later dele... |
[
{
"msg_contents": "\nI have just managed to get pg server and client (cvs tip) talking IPv6 \non Windows. :-)\n\n1. Building\n - added in library in configure.in: \n AC_CHECK_LIB(ws2_32, main)\n - faked out getaddrinfo test in resulting configure and force answer \nto \"yes\"\n - added... |
[
{
"msg_contents": "(Prompted by nearby thread about VACUUM FULL bugs, but not having \nanything to do with that properly speaking.)\n\nHackers,\n\nFor some time, I have wondered: what does postgres use \"t_ctid chains\" \nfor? It seems like it is useful to find the \"newer\" version of a \ntuple. However, wou... |
[
{
"msg_contents": "The definition in WS2tcpip.h\n\nWINSOCK_API_LINKAGE\nint\nWSAAPI\ngetaddrinfo(\n IN const char FAR * nodename,\n IN const char FAR * servname,\n IN const struct addrinfo FAR * hints,\n OUT struct addrinfo FAR * FAR * res\n );\n\n\n(IN, FAR, and OUT are #defined to empty string)... |
[
{
"msg_contents": "IPv6 exists in a \"production quality\" state only in XP sp1, XP sp2, and\nWindows 2003.\n\nThere was an optional prototype stack for 2000, but not production\nquality and not installed by default. XP non-service-pack had IPv6,\nbut not production-quality.\n\nOne thing you could do is dynam... |
[
{
"msg_contents": "I think it's because it's __stdcall, and the name gets mangled to\ninclude the number of parameters. \n\n> -----Original Message-----\n> From: Andrew Dunstan [mailto:andrew@dunslane.net]\n> Sent: Thursday, August 18, 2005 4:44 PM\n> To: Chuck McDevitt\n> Cc: Tom Lane; PostgreSQL-development\n... |
[
{
"msg_contents": "I just noticed that AlterSchemaOwner (and others like AlterFunctionOwner\n-- I haven't checked anything else yet) does not release the lock on\npg_namespace (resp. AlterFunctionOwner) after it's done changing it. Is\nthere a reason for this?\n\nI notice ATExecChangeOwner uses a different mec... |
[
{
"msg_contents": "Hello,\n\nO.k. I know I can do:\n\nCREATE FUNCTION foo() RETURNS SET OF text AS ' ' language SQL;\n\nDoes anyone else think it would be nice to be able to do:\n\nCREATE FUNCTION foo() RETURNS SET OF text,int4,float,timestamp AS ' ' \nlanguage SQL;\n\n?\n\nWe could even extend it farther:\n\nC... |
[
{
"msg_contents": "The advantage of doing the check at run-time is that you can build\nPostgreSQL on one machine (which has IPv6), and have it run on some\nother windows box (which might not have IPv6). So you'd only need one\nset of binaries.\n\n\nRoutines like \"getopt\" are not __stdcall, so their names don... |
[
{
"msg_contents": "Is enable_constraint_exclusion the proper name for this feature? I know\nwe have enable* in the optimizer settings, but that naming seems\nunfortunate in that we should have just called it hash_join and it could\nbe enabled/disabled.\n\nI am thinking we should just call it constraint_exclusi... |
[
{
"msg_contents": "I know we were planning for beta today or Monday, but few new items have\ncrept up and it will take a few more days to enter beta, so look for\nbeta sometime next week.\n\nFYI, I will be off-line for the next 24 hours.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\... |
[
{
"msg_contents": "\nISTR this question coming up before, but I couldn't find an answer. Is \nthere a reason we don't build versions of pg_dump and pg_dumpall that \nare statically linked against libpq so they can be run uninstalled as \npart of a migration process? I should have thought that this would be \nex... |
[
{
"msg_contents": "\n\n[adding -hackers to discussion]\n\n\n[getaddrinfo and friends are broken on some versions of windows]\n\nMaggnus Hagander wrote:\n\n>That definitly means it's broken. We need the same binary to run wether\n>you have it or not - at least if we want it to be included in the\n>precompiled bi... |
[
{
"msg_contents": "What do people think of exposing pg_usleep() to the user? It's\nsometimes useful to have a server-side sleep function, and people\ndo ask about it occasionally (e.g., Don Drake today in pgsql-admin).\nIt's easy enough to do in PL/Perl, PL/Tcl, etc., but since the\nbackend already has pg_usle... |
[
{
"msg_contents": "\n-----Original Message-----\nFrom: \"Michael Fuhr\"<mike@fuhr.org>\nSent: 21/08/05 23:53:50\nTo: \"pgsql-hackers@postgresql.org\"<pgsql-hackers@postgresql.org>\nSubject: [HACKERS] Sleep functions\n\n> What do people think of exposing\n> pg_usleep() to the user? \n\nGood idea - I've done so ... |
[
{
"msg_contents": "Hi all,\n\nI've done a quick hack to implement PCTFREE on PostgreSQL.\n\nAs you know, it's inspired by Oracle's PCTFREE.\n\nhttp://www.csee.umbc.edu/help/oracle8/server.815/a67772/schema.htm#990\nhttp://www.comp.hkbu.edu.hk/docs/o/oracle10g/server.101/b10743/cncpt031.gif\n\nPre-allocated spac... |
[
{
"msg_contents": "I have put together a new web page to show all the PostgreSQL status\npages I maintain, and I have added a \"bugs to be fixed in 8.1\" page that\nwill track must-fix bugs for this release. It is at:\n\n\thttp://momjian.postgresql.org/pgrelease\n\nI think this should be added to the developer... |
[
{
"msg_contents": "\n-----Original Message-----\nFrom: \"Michael Fuhr\"<mike@fuhr.org>\nSent: 22/08/05 05:41:50\nTo: \"Tom Lane\"<tgl@sss.pgh.pa.us>\nCc: \"pgsql-hackers@postgresql.org\"<pgsql-hackers@postgresql.org>\nSubject: Re: [HACKERS] Sleep functions\n\n> To others who've written their own sleep() > funct... |
[
{
"msg_contents": "pgman wrote:\n> Is enable_constraint_exclusion the proper name for this feature? I know\n> we have enable* in the optimizer settings, but that naming seems\n> unfortunate in that we should have just called it hash_join and it could\n> be enabled/disabled.\n> \n> I am thinking we should just ... |
[
{
"msg_contents": "Is anybody working on allowing indexes to span multiple tables?\n\nIF not, I'll give it a try.\n\n-- \nMake April 15 just another day, visit http://fairtax.org",
"msg_date": "Tue, 23 Aug 2005 00:01:52 +0530",
"msg_from": "Joshua N Pritikin <jpritikin@pobox.com>",
"msg_from_op": tr... |
[
{
"msg_contents": "Learn something new every day...\n\n(and yeah, I never understood why tcsh uses ^D, especially that if you do ^D on a newline you disconnect...)\n\n--\nJim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com\nPervasive Software http://pervasive.com 512-569-9461 \n\n> ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Sent: Monday, August 22, 2005 3:18 PM\n> To: Jim Nasby\n> Cc: Bruno Wolff III; William ZHANG; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] CREATE USER and pg_user \n> \n> \n> \"Jim C. Nasby\" <jnasby@pervas... |
[
{
"msg_contents": "Hello,\n\nWhen doing:\n\nSELECT * FROM pg_user;\n\nfoo=# select * from pg_user;\n usename | usesysid | usecreatedb | usesuper | usecatupd | passwd | \nvaluntil | useconfig\n---------+----------+-------------+----------+-----------+----------+----------+-----------\n jd | 10 | t... |
[
{
"msg_contents": "Folks,\n\nFirst off, I was going through PostgreSQL.conf.sample, and noticed that the \nbgwriter GUCs had multiplied:\n\n#bgwriter_delay = 200 # 10-10000 milliseconds between rounds\n#bgwriter_lru_percent = 1.0 # 0-100% of LRU buffers scanned in each \nround\n#bgwriter_lru_maxpa... |
[
{
"msg_contents": "I have compiled the 8.1 release notes and converted them to SGML at:\n\n http://candle.pha.pa.us/main/writings/pgsql/sgml/release.html#RELEASE-8-1\n\nI still need to add markup and cleanup, but it is good enough for\nreview and for beta1. I will work on it more tomorrow.\n\n-- \n Bruce Mom... |
[
{
"msg_contents": "JFYI:\n\n\"Allow indexes to be used for MIN/MAX (Tom)\n\nIn previous releases, the only way to use index for MIN/MAX was to\nrewrite the query as SELECT col FROM tab ORDER BY col LIMIT 1. This not\nhappens automatically.\"\n\nI guess this should read \"This now happens automatically\"\n\nRega... |
[
{
"msg_contents": ".. back home again after a couple of days ..\n\n\n<snip>\n> >> I am unsure of how to proceed. As I see it there are three paths:\n> >> 1) Use native win32 functionality only on win32\n> >> 2) Use ICU functionality only on win32\n> >> 3) Allow both ICU and native functionality, compile time \n... |
[
{
"msg_contents": "Hi Bruce,\n\nAndreas did the initial version of the dbsize integration patch so should be included in the credit for that item.\n\nRegards, Dave\n\n\n-----Original Message-----\nFrom: \"Bruce Momjian\"<pgman@candle.pha.pa.us>\nSent: 23/08/05 04:19:19\nTo: \"PostgreSQL-development\"<pgsql-hack... |
[
{
"msg_contents": "> I have put together a new web page to show all the PostgreSQL \n> status pages I maintain, and I have added a \"bugs to be fixed \n> in 8.1\" page that will track must-fix bugs for this release. \n> It is at:\n> \n> \thttp://momjian.postgresql.org/pgrelease\n> \n> I think this should be ad... |
[
{
"msg_contents": "Per the notes for this list: \"If people in the other lists don't know the answer to a question and it is likely that only a developer will know the answer, you may re-post that question here. You must try elsewhere first!\"\n \nSo here are my questions regarding 8.1.\n \nAnybody?\n \n\nKevin... |
[
{
"msg_contents": "I have finished working on the release notes for the moment:\n\n http://candle.pha.pa.us/main/writings/pgsql/sgml/release.html#RELEASE-8-1\n\nI will update them just before we put out the beta.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.u... |
[
{
"msg_contents": "SHOW and RESET require quoting in cases where SET doesn't:\n\ntest=> SHOW plperl.use_strict;\nERROR: syntax error at or near \".\" at character 12\nLINE 1: SHOW plperl.use_strict;\n ^\ntest=> SHOW \"plperl.use_strict\";\n plperl.use_strict \n-------------------\n on\n(1 row... |
[
{
"msg_contents": "Here's my current work in progress for 8.1 devel related to fixing the\ntiming issues with referential actions having their checks run on\nintermediate states. I've only put in a simple test that failed against\n8.0 in the regression patch and regression still passes for me. There's\nstill ... |
[
{
"msg_contents": "While marking up TODO for potential new-hacker items I've run across\nsome items that probably need more explanation:\n\n o Allow commenting of variables in postgresql.conf to restore them\n to defaults\n\nThis doesn't work already?\n\n* Allow triggers to be disabled [trigger]\n\nIsn'... |
[
{
"msg_contents": "Barring any unpleasant surprises, we'll wrap 8.1beta1 this evening\n(North American east coast time) and announce its availability tomorrow.\nThere are still loose ends and open issues, of course, but nothing\nthat looks like it will get in the way of general beta testing.\n\n\t\t\tregards, t... |
[
{
"msg_contents": "Kevin McArthur Wrote:\n\n> Should the postgresql project also be looking at CLDR for \n> cross-platform unicode support?\n\nAfaict, from the ICU website, ICU too uses CLDR.\nWhy reinvent the wheel?\n\n... John\n",
"msg_date": "Thu, 25 Aug 2005 04:53:47 +1000",
"msg_from": "\"John Hans... |
[
{
"msg_contents": "I'm proposing this change to /src/port/getaddrinfo.c to support IPv6\nunder windows.\n\n \n\n10a11,14\n\n> * Windows may or may not have these routines, so we handle Windows\nspecial\n\n> * by dynamically checking for their existence. If they already\nexist, we\n\n> * use the Windows nati... |
[
{
"msg_contents": "I have updated the release notes to be current so they are ready for\nbeta1.\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, | 13 Roberts Road\n + Christ can be your ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: Wednesday, August 24, 2005 3:40 PM\n> To: Robert Treat\n> Cc: pgsql-hackers@postgresql.org; Jim Nasby; Greg Stark; Tom Lane\n> Subject: Re: [HACKERS] TODO questions\n> \n> \n> Robert Treat wrote:\n> >... |
[
{
"msg_contents": "Unfortunately I just found that we still cannot build in thread safety\nmode on Windows, due to an error on my part - specifically, I\nconcentrated on libpq, not realising that ecpglib is also thread aware.\n\nIt seems that ecpglib uses far more of pthreads than libpq does, so our\nmini imple... |
[
{
"msg_contents": "Don't know if anyone else has noticed, but cvsweb is a bit slow right\nnow and mailing list response times have gotten really slow. Could we\nuse more machines or bandwidth?\n-- \nJim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com\nPervasive Software http://pervasive.co... |
[
{
"msg_contents": "The following is from my SCO Internal contact about the bug. It's\ndefinitely their bug. Towards the end of the\nExact diagnosis, is a suggested work-around for now, as well as a (possible)\nmemory leak.\n\n-----\nDave and I were convinced that the CSE optimization was correct and\nmanufact... |
[
{
"msg_contents": "Should src/include/pg_config.h.win32 contain a beta/devel marker? I\nthought it used to, but I don't see one now. I thought it was suppose\nto match pg_config.h's PG_VERSION.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | ... |
[
{
"msg_contents": "\nOnly 'issue' that I can see right off is that we dont' have any 8.1 docs \nready yet, so I'm still pulling in 8.0.0 docs ... take a look through the \nfiles, let me know if there are, in fact, any problems, and if not, I'll \ndo a general announce tomorrow evening ...\n\n\n----\nMarc G. Fou... |
[
{
"msg_contents": "I made a pass over the TODO list to see what was out of date.\n\n> * Allow administrators to safely terminate individual sessions either\n> via an SQL function or SIGTERM \n> \n> Currently SIGTERM of a backend can lead to lock table corruption.\n\nThis comment may be out of date. Suggest... |
[
{
"msg_contents": "> Well, if hardware or bandwidth becomes an issue I suspect we \n> could easily get donations to improve things.\n\nIIRC we have plenty of spare both hardware and bandwidth on the box\ndonated by Pervasive. But it runs Linux so you can't just move freebsd\nVMs across, which is why it's only u... |
[
{
"msg_contents": "> Unfortunately I just found that we still cannot build in \n> thread safety mode on Windows, due to an error on my part - \n> specifically, I concentrated on libpq, not realising that \n> ecpglib is also thread aware.\n> \n> It seems that ecpglib uses far more of pthreads than libpq \n> does... |
[
{
"msg_contents": "\nIt, or some related patch appears to have broken the build on buildfarm member snake.\n\nI haven't had time to investigate.\n\n/D\n\n-----Original Message-----\nFrom: \"Bruce Momjian\"<pgman@candle.pha.pa.us>\nSent: 25/08/05 01:14:54\nTo: \"Tom Lane\"<tgl@sss.pgh.pa.us>\nCc: \"Andrew Dunst... |
[
{
"msg_contents": "Do we have an API like mysql_ping to check whether the server is up and\nrunning after the connection has been established?\n\n \n\nI checked the PostgreSQL docs but of no use.\n\nIs there any work around for this?\n\n \n\nRegards,\n\nSiva Kumar.K\n\n \n\n\n\n\n\n\n\n\n\n\nDo we have an API l... |
[
{
"msg_contents": "> > > Well, if hardware or bandwidth becomes an issue I suspect \n> we could \n> > > easily get donations to improve things.\n> > \n> > IIRC we have plenty of spare both hardware and bandwidth on the box \n> > donated by Pervasive. But it runs Linux so you can't just \n> move freebsd \n> > VM... |
[
{
"msg_contents": "> > > > Well, if hardware or bandwidth becomes an issue I suspect\n> > we could\n> > > > easily get donations to improve things.\n> > > \n> > > IIRC we have plenty of spare both hardware and bandwidth \n> on the box \n> > > donated by Pervasive. But it runs Linux so you can't just\n> > move f... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Magnus Hagander [mailto:mha@sollentuna.net]\n> Sent: Thursday, August 25, 2005 1:31 PM\n> To: Jim Nasby\n> Cc: Marc G. Fournier; pgsql-hackers@postgresql.org\n> Subject: RE: [HACKERS] Stuff running slooow\n> \n> \n> > > > Well, if hardware or bandwidth be... |
[
{
"msg_contents": "\n-----Original Message-----\nFrom: \"Magnus Hagander\"<mha@sollentuna.net>\nSent: 25/08/05 19:36:51\nTo: \"Jim C. Nasby\"<jnasby@pervasive.com>\nCc: \"Marc G. Fournier\"<scrappy@postgresql.org>, \"pgsql-hackers@postgresql.org\"<pgsql-hackers@postgresql.org>\nSubject: Re: [HACKERS] Stuff runn... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 25 August 2005 16:35\n> To: Magnus Hagander\n> Cc: Dave Page; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Win32 Thread safetyness \n> \n> \"Magnus Hagander\" <mha@sollentuna.net> writes:\n> > Y... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Jim C. Nasby [mailto:jnasby@pervasive.com] \n> Sent: 25 August 2005 21:24\n> To: Dave Page\n> Cc: mha@sollentuna.net; scrappy@postgresql.org; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Stuff running slooow\n> \n> So I take it the bott... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Jim C. Nasby [mailto:jnasby@pervasive.com] \n> Sent: 25 August 2005 21:46\n> To: Dave Page\n> Cc: mha@sollentuna.net; scrappy@postgresql.org; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Stuff running slooow\n> \n> On Thu, Aug 25, 2005 ... |
[
{
"msg_contents": "Regarding the removal of ALTER INDEX OWNER commands from pg_dump,\nindexes are now restored with the wrong ownership if the user doing\nthe restore is different than the user who owned the original index\n(if this sounds familiar, I reported the same problem for 8.0.0rc4\nin January). ALTER ... |
[
{
"msg_contents": "Hi!\n\nWhen using JDBC (8.0.311) to connect to a 8.0.3 database, with\n\nlog_duration = true\n\nnothing happens. For psql connections, it works fine, but not for JDBC \nconnections. Surely a bug? Is it fixed in the 8.1 branch?\n\nAlso, as I mailed about a while back, when using prepared state... |
[
{
"msg_contents": "\nBack on the 1st of July, after almost 6 months of development since 8.0 \nwas released, development on 8.1 was frozen.\n\nNow, after spending the past few weeks processing through outstanding \npatches applicable to 8.1, we now enter our beta testing period, where we \nneed help from the co... |
[
{
"msg_contents": "Project members:\n\nOn behalf of the PostgreSQL Core Team, I welcome Dave Page. Dave has\nbeen the head of the pgODBC project for a couple of years, started the \npgAdmin project in 1998, has been our lead webmaster for three years, and \nis now (split with Magnus) in charge of the Win32 pac... |
[
{
"msg_contents": "Hi Marc,\ncan you please tell me why you changed the user/group concept to the role\nconcept?\nI cannot see any advantages, though I see, that the complete user\nadministration needs to be modified when upgrading to the next version. \nAs I am on vacation beginning next week, please respond a... |
[
{
"msg_contents": "Good on ya, Dave!\n\n... John \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Gavin M. Roy\n> Sent: Friday, August 26, 2005 1:51 PM\n> To: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] [ANNOUNCE... |
[
{
"msg_contents": "Tried doc search, pgsql-general and #postgresql.\n\nServer: 7.4.8 on Red Hat EL4. Client psql 8.0.3 on WinXP.\nUsing a test server.crt and server.key, as described in 8.0 docs 16.8, I\ncan activate SSL encryption (WinXP 8.0.3 psql reports \"SSL Connection\" at\nconnect), and as expected, the ... |
[
{
"msg_contents": "Alvaro wrote:\n> Or, slightly different, what are people's most wanted features?\n\n1. Proper row constructor, such that \nselect (1,2,1) > (2,1,1);\nreturns the right answer, \nand \nselect * from t where (t1,t2,t3) > (c1, c2, c3) order by t1,t2,t3 limit\n1\nreturns the right answer and uses... |
[
{
"msg_contents": "> > On behalf of the PostgreSQL Core Team, I welcome Dave Page. Dave\nhas\n> > been the head of the pgODBC project for a couple of years, started\nthe\n> > pgAdmin project in 1998, has been our lead webmaster for three\n> > years, and\n> > is now (split with Magnus) in charge of the Win32 pa... |
[
{
"msg_contents": "I see the latest buildfarm result from a mipsel machine is failing:\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=lionfish&dt=2005-08-26%2005:30:07\n\nand the failure is this:\n\nTRAP: FailedAssertion(\"!(lock->shared > 0)\", File: \"lwlock.c\", Line: 456)\nLOG: server process (PID 1011... |
[
{
"msg_contents": "Merlin Moncure Wrote:\n\n> ... Be sure to mix in a request for \n> better Unicode support at the same time, Dave loves that.\n\nAs do I... :)\n\n... John\n",
"msg_date": "Sat, 27 Aug 2005 05:03:20 +1000",
"msg_from": "\"John Hansen\" <john@geeknet.com.au>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Spikewatch is testing a number of different open-source components,\nincluding ours. If you click on a green datapoint, you can see what our\nactual code-coverage was for that test (presumably they're running the\nregression tests). Unfortunately, the banner ad I saw for them showed\nMySQL (a... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Merlin Moncure [mailto:merlin.moncure@rcsonline.com] \n> Sent: 26 August 2005 15:42\n> To: pgsql-hackers@postgresql.org\n> Cc: Dave Page\n> Subject: RE: [HACKERS] [ANNOUNCE] Welcome Core Team member Dave Page\n> \n> Congratulations, dave. We should ... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: John Hansen [mailto:john@geeknet.com.au] \n> Sent: 26 August 2005 20:03\n> To: Merlin Moncure; pgsql-hackers@postgresql.org\n> Cc: Dave Page\n> Subject: RE: [HACKERS] [ANNOUNCE] Welcome Core Team member Dave Page\n> \n> Merlin Moncure Wrote:\n> \n> >... |
[
{
"msg_contents": "Running EXPLAIN on a view that has an aggregate and uses an index\nresults in the error \"bogus varno: 5\". At least I think the aggregate\nand index are necessary -- removing either from the following example\nallows EXPLAIN to succeed:\n\ntest=> CREATE TABLE foo (x integer);\nCREATE TABLE\... |
[
{
"msg_contents": "[Please CC any replies, thanks]\n\nHi,\n\nI've got a situation were I'd really like to be able to have a typmod\nfor a user-defined type. In particular, I'd like to make use of the\ncoerce_to_target_type()/coerce_type_typmod() chain. This only works if\nyou have a typmod != -1.\n\nEven if you... |
[
{
"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---559023410-560155114-1125148906=:16397\nContent-Type: TEXT/PLAIN; charset=koi8-r; format=flowed\nContent-Transfer-Encoding: 8BIT\n\nHi t... |
[
{
"msg_contents": "Just when you thought it was safe to go back in the water ...\n\nAccording to my reading of the MIPS documentation, that architecture\nrequires explicit \"sync\" instructions to guarantee ordering of memory\naccesses, just like PowerPC does. We have a \"sync\" now in the tas()\ninline code t... |
[
{
"msg_contents": "== PostgreSQL Weekly News - August 27 2005 ==\n\nPostgreSQL 8.1 beta1 is out. Congratulations to all who have\nparticipated in making this happen.\nhttp://www.postgresql.org/developer/beta\n\nPlease test the new beta. Some of the new features are at\nhttp://developer.postgresql.org/docs/pos... |
[
{
"msg_contents": "Hi everybody,\n I would like to add query sampling support to postgresql (atleast as a part of\n my project, if someone feels strongly against checking it in the main branch).\nI have been going over the code and I do see a lot of sampling stuff\nin backend/commands/analyze.c. However, I pla... |
[
{
"msg_contents": "Hey all.\n\nPlaying around, and pg_dumpall -c does delete from pg_shadow as\npart of the role cleanup?\n\nOur friendly psql complains that pg_shadow is a view:\n\n psql:<filename>:11: ERROR: cannot delete from a view\n HINT: You need an unconditional ON DELETE DO INSTEAD rule.\n\nAnd ... |
[
{
"msg_contents": "Hi,\n\nIt seems the timestamp.c patch to getg around the SCO optimizer bug did'nt\nget in beta1....\n\nIs it normal?\n\nRegards\n\n-- \nOlivier PRENANT \t Tel: +33-5-61-50-97-00 (Work)\n15, Chemin des Monges +33-5-61-50-97-01 (Fax)\n31190 AUTERIVE ... |
[
{
"msg_contents": "Hi!\n\nDuring testing of 8.1 I found that using pg_dumpall (-g) against a live\n8.0 install that has at least one GROUP defined results in the following\nwarning while it creates the CREATE ROLE statements in the dump:\n\nrow number 0 is out of range 0..-1\n\n\nTo reproduce the problem it is... |
[
{
"msg_contents": "> The basic issue with SSL is that it wants some unique \n> identifier for threads. They really should have defined the \n> function to take pthread_t rather than unsigned long because \n> pthreads doesn't really give us a useful way to get an \n\nThey absolutely should not have done that. T... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 28 August 2005 18:19\n> To: Dave Page\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Win32 Thread safetyness\n> \n> \n> I poked around this one. The SSL locking documentation is ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.