threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hello,\n\nI noticed this morning that the k nearest neighbor gist patch\nhttps://commitfest.postgresql.org/action/patch_view?id=230 was still being\nconsidered for inclusion in 9. Sadly, this feature appears to have been\ndropped from 9.\n\nIt seems to me that the functionality this brings is... |
[
{
"msg_contents": "Hi there,\n\nI've been working on a patch to add hostname support to pg_hba.conf. It's\nnot ready for public display yet, but I would just like to run a couple of\nissues / discussion points past everybody.\n\nISSUE #1: Performance / caching\n\nAt present, I've simply not added caching. The r... |
[
{
"msg_contents": "Dear Folks;\n\nA very serious bug was reported on pg_lesslog. So far, I found it's\na bug in pg_compresslog. Please do not use pg_compresslog and\npg_decompresslog until improved version is uploaded.\n\nI strongly advise to take base backup of your database.\n\nI apologize for inconvenien... |
[
{
"msg_contents": "Dear Folks;\n\nA very serious bug was reported on pg_lesslog. So far, I found it's\na bug in pg_compresslog. Please do not use pg_compresslog and\npg_decompresslog until improved version is uploaded.\n\nI strongly advise to take base backup of your database.\n\nI apologize for inconvenien... |
[
{
"msg_contents": "Hello,\n\nWhen developing pl/perlu functions common definitions and methods are often stored in external .pm modules. During deployment the modules should be installed somewhere in @INC to be reachable by the perl interpreter. However, installing the modules to a location outside of the PG in... |
[
{
"msg_contents": "Hi,\n\nA bit offtopic, but...\n\nFor who do not read Planet PostgreSQL: I am no longer working for\nCommand Prompt as of today:\n\nhttp://people.planetpostgresql.org/devrim/index.php?/archives/33-Bye-bye-Command-Prompt..html\nhttp://people.planetpostgresql.org/devrim/index.php?/archives/34-F.... |
[
{
"msg_contents": "One glaring issue with the current documentation layout is that the\ndocumentation for the various options in recovery.conf is split in two\nplaces. The old options, restore_command, recovery_target_* and so forth\nare in section \"24.3.3.1 Recovery Settings\", while the new streaming\nreplic... |
[
{
"msg_contents": "Log Message:\n-----------\nReduce the chatter to the log when starting a standby server. Don't\necho all the recovery.conf options. Don't emit the \"initializing\nrecovery connections\" message, which doesn't mean anything to a user.\nRemove the \"starting archive recovery\" message and repla... |
[
{
"msg_contents": "Hi,\n\nOur documentation says:\n\"All check constraints and not-null constraints on a parent table are\nautomatically inherited by its children.\"\n\nOkay, this works as expected:\n\ntest=# create table parent (name text primary key);\nNOTICE: CREATE TABLE / PRIMARY KEY will create implicit ... |
[
{
"msg_contents": "Something has evidently changed of late (not quite sure when) which\ncauses the Slony-I log triggers to break when working against PostreSQL\nHEAD.\n\nA more-or-less simplest case is demonstrated thus:\n\nchris@dba2:/mnt/PostgreSQL/dbs> psql slonyregress1\nLine style is ascii.\npsql (8.5devel... |
[
{
"msg_contents": "Hi all,\n\nI've combined the review suggestions of Jan Urbański, Scott Bailey, and\nothers.\nThis was a lot harder, then I had foreseen; and I took my time to do it\nthe right way (hope you agree!).\n\nBTW. really appreciate your efforts, so far, to enlighten me on nuub \nerrors/mistakes in t... |
[
{
"msg_contents": "Came across something interesting while looking at Marko Tiikkaja's\ncut-down WITH patch. I see that our grammar allows a WITH clause in\nfront of VALUES, and analyze.c makes some effort to process it, but\nAFAICT there isn't any actual use case for this because you can't\nreference the WITH... |
[
{
"msg_contents": "There was some discussion a few weeks ago about inter-stored-procedure\ncalling from PL/Perl.\n\nI thought I'd post the documentation (and tests) for a module I'm\nworking on to simplify calling SQL functions from PL/Perl.\n\nHere are some real-world examples (not the best code, but genuine\n... |
[
{
"msg_contents": "Log Message:\n-----------\nIntroduce WAL records to log reuse of btree pages, allowing conflict\nresolution during Hot Standby. Page reuse interlock requested by Tom.\nAnalysis and patch by me.\n\nModified Files:\n--------------\n pgsql/src/backend/access/nbtree:\n nbtpage.c (r1.118... |
[
{
"msg_contents": "I can't seem to build the PDF version of the documentation on any of my \nUbuntu 9.04 systems, and wonder if there's anything that can/should \nshould get done about it.\n\nThe problem happens like this:\n\ngsmith@gsmith-desktop:~/pgwork/doc/src/sgml$ make postgres-US.pdf\nopenjade -D . -D .... |
[
{
"msg_contents": "Hi all,\n\nI know it is late in the cycle, but I still think that the current behaviour \nof ERRORing during execution of a query but FATALing during IDLE IN \nTRANSACTION is very confusing to the user. Especially as you are not even able \nto read the reason for getting disconnected because ... |
[
{
"msg_contents": "I have updated the attached C comment about why we return \"0 0\" for some\ntags.\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +",
"m... |
[
{
"msg_contents": "Hi *,\n\nI just wanted all interested people know that psycopg2 2.0.14 to be\nreleased in the next few days will be under the LGPL3 + OpenSSL\nexception (example code and tests under the LGPL3 alone because they are\nnever linked to OpenSSL).\n\nThe Zope 2 and 3 adapters will be splitted out ... |
[
{
"msg_contents": "We're down to 5 patches remaining, and 1 day remaining, so it's time\nto try to wrap things up.\n\n* Fix large object support in pg_dump. I think this is just waiting\nfor a second opinion on whether the approach is correct. I've been\nmeaning to look at it, but haven't gotten enough round ... |
[
{
"msg_contents": "Optimize GetConflictingVirtualXIDs() in roughly the same manner we\noptimize TransactionIdIsInProgress().\n\nViews?\n\n-- \n Simon Riggs www.2ndQuadrant.com",
"msg_date": "Sun, 14 Feb 2010 14:59:22 +0000",
"msg_from": "Simon Riggs <simon@2ndQuadrant.com>",
"msg_from_op":... |
[
{
"msg_contents": "Hi,\n\nIs there a PG command or fuction that will return table ddl?\n\nThanks\n\n\nDoug Little\nSr. Data Warehouse Architect | Enterprise Data Management | Orbitz Worldwide\n500 W. Madison, Suite 1000 Chicago IL 60661| Office 312.260.2588 | Fax 312.894.5164 | Cell 847-997-5741\nDouglas.Littl... |
[
{
"msg_contents": "There's been a lot of thrashing about whether LISTEN/NOTIFY should\nrestrict payload strings to 7-bit ASCII to avoid possible encoding\nconversion failures. I was on the side of \"yes\" but I'm having\nsecond thoughts about it. The point I had failed to think about\nis that we already restr... |
[
{
"msg_contents": "Hi Simon, Hi all,\n\nI am not sure this is 9.0 material - even if I would like it to get \nincluded... If HS wouldnt be new I wouldnt even consider suggesting it, but as \nits stands its a pretty small change...\n\nIt simply allows queries involving subtransaction not to get FATALed but \ncan... |
[
{
"msg_contents": "Log Message:\n-----------\nSpeed up CREATE DATABASE by deferring the fsyncs until after copying\nall the data and using posix_fadvise to nudge the OS into flushing it\nearlier. This also hopefully makes CREATE DATABASE avoid spamming the\ncache.\n\nTests show a big speedup on Linux at least o... |
[
{
"msg_contents": "So this is what I did about my two complaints earlier about the\nexplain buffer patch.\n\na) Changed the line description to \"Total Buffer Usage\" which at least\nhints that it's something more akin to the \"Total runtime\" listed at\nthe bottom than the \"actual time\".\n\nb) Used units of ... |
[
{
"msg_contents": "The proposed new implementation of listen/notify works by shoving all\nof a transaction's outgoing notifies into the global queue during\npre-commit, then sending PROCSIG_NOTIFY_INTERRUPT to listening backends\npost-commit. When a listening backend scans the queue, if it hits a\nmessage from... |
[
{
"msg_contents": "Log Message:\n-----------\nAdd psql tab completion for DO blocks.\nAlso adjust documentation of DO.\n\nPatch from David Fetter and subsequent discussion.\n\nModified Files:\n--------------\n pgsql/doc/src/sgml/ref:\n do.sgml (r1.3 -> r1.4)\n (http://anoncvs.postgresql.org/cvs... |
[
{
"msg_contents": "Dear Folks,\n\n\n\nI need to get a copy of PostGres source for version 7.2.8. In particular I need to build PostGres for now unsupported BeOS. I don't see V 7.2.8 on the download mirror. Can someone please provide info on accessing an older version?\n\n\nMany thanks,\nAndrew \n\n\nDear Folks,... |
[
{
"msg_contents": "I really thought this would have caused some interest, since\n\n- this item is in the TODO list\n- the improvement for CLUSTER in some scenarios is 800%,\nand maybe more (if I didn't do anything wrong, of course...)\n\nCould at least the message:\nhttp://archives.postgresql.org/pgsql-hackers/... |
[
{
"msg_contents": "In looking through the build farm wreckage caused by fsyncing\ndirectories I noticed this interesting failure on pika:\n\n================== pgsql.13659/src/test/regress/regression.diffs\n===================\n*** /home/pgbuildfarm/workdir/HEAD/pgsql.13659/src/test/regress/expected/cluster.out... |
[
{
"msg_contents": "On Mon, Feb 15, 2010 at 6:19 AM, Greg Stark <stark@mit.edu> wrote:\n> When do we cut the alpha? If I look at it at about 10-11pm EST is that too late?\n\nIt looks like it's going to take Andrew until tomorrow to commit the\nlast perl patch, so I think we should plan to cut the alpha on\nWedne... |
[
{
"msg_contents": "Hello,\n\nCzech users reports a slow first fulltext queries. It is based on\nusing ispell dictionary.\n\nThe dictionary data could be shared or minimally dictionary could be\npreloaded like some PL language.\n\nWhat do you think about this?\n\nRegards\nPavel Stehule\n",
"msg_date": "Mon, ... |
[
{
"msg_contents": "Hi,\n\nI notice that the new plperl error messages are somewhat out of line of\nour usual style:\n\n ereport(ERROR,\n (errcode(ERRCODE_INTERNAL_ERROR),\n errmsg(\"while executing utf8fix\"),\n errdetail(\"%s\", strip_... |
[
{
"msg_contents": "With the libpq fixes, I get further (more on that fix later, btw), but\nnow I get stuck in this. When I do something on the master that\ngenerates WAL, such as insert a record, and then try to query this on\nthe slave, the walreceiver process crashes with:\n\nPANIC: XX000: could not write to... |
[
{
"msg_contents": "Attached is the \"last step\" of the RADIUS authenticaiton as I promised\nStephen - which allows the reading of the RAIDUS secret from a file\ninstead of hardcoded in pg_hba.conf. One reason being you don't want\nthe secret in your config file that may be in a shared repository or\nsuch. IIRC... |
[
{
"msg_contents": "hello ...\n\ni have come an interesting corner case this morning and i am not sure \nif it is worth treating this as a bug or as just \"bad luck\".\nimagine creating a directory along with a tablespace ...\nhans-jurgen-schonigs-macbook:html hs$ mkdir /tmp/x\nhans-jurgen-schonigs-macbook:html... |
[
{
"msg_contents": "Hi\n\nI am trying to build postgresql with contrib functions from source code\nchecked out from cvs version 8.3.8 but getting error:\n\n==================\nconifer=# SELECT * FROM xpath_table('id', 't', 'xpath_test', '/doc/int',\n'true') as t(id int4);\nERROR: function xpath_table(unknown, u... |
[
{
"msg_contents": "Hi Hackers,\nI posted this to the GENERAL list a while back, but got no repies. \nPerhaps someone here can help...\n\nI've been building ECPG (embedded SQL/C) programs on a system with \nPg version 8.0 installed. When I tried to run them recently on \nversion 8.4 I found that there was a lib... |
[
{
"msg_contents": "M Z wrote:\n \n> Looks like the contrib functions have not been added in.\n \nThe contrib features are not built or installed by default -- they\nare optional modules. This should point you in the right direction:\n \nhttp://www.postgresql.org/docs/8.3/interactive/contrib.html\n \n-Kevin\n\... |
[
{
"msg_contents": "libpq has a PQclientEncoding() function that takes a connection object. \n\nHowever, the client encoding is, in some cases, a property of the result\nobject. For instance, if your client_encoding changes, but you keep the\nresult object around, you have no way to determine later what encoding... |
[
{
"msg_contents": "Hi,\n\nsorry for repost but previous message didn't get through. So I'm trying \nanother list and sending without attachment which I can send privately \nupon request (strace output mentioned below).\n\nWe've migrated some of our databases to 8.4 cluster (from 8.2 and older \nversions).\n\nTh... |
[
{
"msg_contents": "Hello\n\nI thinking about more restrictive query and expression checking than\nnow. Used parser checking isn't enough - so some possible bugs can be\ndetected in production stage. Other problem is using any expression\nas SELECT expr. The request on validation can be different and it is\npr... |
[
{
"msg_contents": "Folks,\n\nWould it be worthwhile to light up some buildfarm animals on OpenVMS?\n\nhttp://www.openvms.org/stories.php?story=10/02/09/2319162\n\nCheers,\nDavid.\n-- \nDavid Fetter <david@fetter.org> http://fetter.org/\nPhone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter\nSkype: davidfette... |
[
{
"msg_contents": "Hi,\n\nIn HEAD, when autovacuum is disabled, autovacuum process is not\nlaunched forcibly to prevent XID wraparound even if we go through\nautovacuum_freeze_max_age. This seems to be because\nShmemVariableCache->xidVacLimit is not initialized (i.e.,\nSetTransactionIdLimit() is not called) unt... |
[
{
"msg_contents": "Just a heads-up really - following discussion with Magnus and other\npeople involved in building our Windows packages, I intend to stop\nincluding MIT Kerberos support from 9.0 onwards. This is largely due\nto the fact that most (maybe all) users are more likely to use SSPI on\nWindows, and m... |
[
{
"msg_contents": "Tom Lane wrote:\n \n> We could adopt the historical policy of sending self-notifies\n> pre-commit, but that doesn't seem tremendously appetizing from the\n> standpoint of transactional integrity.\n \nBut one traditional aspect of transactional integrity is that a\ntransaction always sees *it... |
[
{
"msg_contents": "Hello\n\nServer crash on code\n\npostgres=# create or replace function f() returns void as $$#option\ndump begin for i in 1..10 loop raise notice '%', i; end loop; return;\nend $$ language plpgsql;\nserver closed the connection unexpectedly\n\tThis probably means the server terminated abnorma... |
[
{
"msg_contents": "With the following settings\n\n custom_variable_classes = 'auto_explain'\n auto_explain.log_min_duration = 0\n auto_explain.log_format = 'xml'\n auto_explain.log_analyze = on\n auto_explain.log_verbose = on\n shared_preload_libraries = 'auto_explain'\n\nI am getting regressi... |
[
{
"msg_contents": ">> I know this has been discussed several times and it seems the\n>> conclusin was it's impossible if we would like to use existing XQuery\n>> external modules (some are by license reasons and some are by\n>> techinical reasons).\n>> \n>> So it seems the only way to support XQuery is, develop... |
[
{
"msg_contents": "_________________________________________________________________\nHotmail: Trusted email with powerful SPAM protection.\nhttp://clk.atdmt.com/GBL/go/201469227/direct/01/\n\n\n\n\n\n Hotmail: Trusted email with powerful SPAM protection. Sign up now.",
"msg_date": "Tue, 16 Feb 2010 14:58:2... |
[
{
"msg_contents": "_________________________________________________________________\nYour E-mail and More On-the-Go. Get Windows Live Hotmail Free.\nhttp://clk.atdmt.com/GBL/go/201469229/direct/01/\n\n\n\n\n\n Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now.",
"msg_date": "Tue, 1... |
[
{
"msg_contents": "Log Message:\n-----------\nClean up package namespace use and use of Safe in plperl.\nPrevent use of another buggy version of Safe.pm.\nOnly register the exit handler if we have successfully created an interpreter.\nChange log level of perl warnings from NOTICE to WARNING.\n\nThe infrastruct... |
[
{
"msg_contents": "This one is for the maintainers of the various postgresql interfaces:\n\nWith the new listen/notify implementation we can send a payload along\nwith the notification. This has been in the protocol already since\nyears and there is no change needed for libpq. However we need to\nadapt the vari... |
[
{
"msg_contents": "I revived codlin_month and it falls during PL/Python test:\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=codlin_moth&dt=2010-02-16%2015:09:05\n\n\nTRAP: BadArgument(\"!(((context) != 0 && (((((Node*)((context)))->type) \n== T_AllocSetContext))))\", File: \"mcxt.c\", Line: 641)\n\n\n f... |
[
{
"msg_contents": "According to http://www.postgresql.org/docs/current/interactive/plpgsql-porting.html\nthere are no default parameters in PostgreSQL, but according to\nhttp://www.postgresql.org/docs/current/interactive/sql-createfunction.html\nthere are.\n\nIt looks like this was fixed in CVS HEAD at some poi... |
[
{
"msg_contents": "I've been looking at the proposed patch for pg_dump with large objects,\nand I'm afraid it breaks things even worse than they're broken in HEAD.\n\nCurrently, when pg_restore is processing a BLOBS item, it emits\nlo_create() followed by lo_write() calls, and conditionally precedes\nthat by lo... |
[
{
"msg_contents": "Hi\n\nFirst of all, my apologies if this is not where the email should directed to. Please ignore if that's the case or redirect me to the apporiate person.\n\nOur product support INFORMIX for the moment and I have been assigned to look into migrating it to an Open Source Database. My team's ... |
[
{
"msg_contents": "FYI: 9.0alpha4 will be wrapped tomorrow (Thursday) and released\nFriday'ish.\n\n",
"msg_date": "Thu, 18 Feb 2010 00:08:06 +0200",
"msg_from": "Peter Eisentraut <peter_e@gmx.net>",
"msg_from_op": true,
"msg_subject": "alpha4 timing"
},
{
"msg_contents": "Peter Eisentrau... |
[
{
"msg_contents": "Our documentation says listen/notify will return an error if executed on\nthe hot standby server:\n\n\to LISTEN, UNLISTEN, NOTIFY since they currently write to system tables \n\nWith the listen/notify system now implemented in memory, is this still\ntrue?\n\n-- \n Bruce Momjian <bruce@momji... |
[
{
"msg_contents": "LinkedIn\n------------\n\n \nI'd like to add you to my professional network on LinkedIn.\n\n- Michael Clemmons\n\nConfirm that you know Michael Clemmons\nhttps://www.linkedin.com/e/isd/1082803003/uR15HoO8/\n\n\n\n \n------\n(c) 2010, LinkedIn Corporation\n\n\n\nLinkedIn\n\n\n I'd like to... |
[
{
"msg_contents": "In connection with the recent discussion of changing SearchSysCache call\nformat, Robert espoused the view that right now is the time when there\nare a minimal number of outstanding patches that would suffer merge\nproblems from an invasive change. That seems correct to me --- although\nidea... |
[
{
"msg_contents": "Hi,\n\nWhen the replication connection is closed unexpectedly, walsender might emit\nthe following unfit messages. IOW, the loss of the connection might be wrongly\nregarded as an arrival of invalid message by the walsender. This looks messy.\nWe should get rid of that unfit FATAL message, em... |
[
{
"msg_contents": "\nI'm reading through the Wiki docs, and one thing isn't clear:\n\n\"3. Set up connections and authentication so that the standby server can \nsuccessfully connect to the pseudo replication database of the primary.\"\n\nI've searched Google, to see if its mentioned anywhere else, but nadda ..... |
[
{
"msg_contents": "When accidentally running pg_dump from an 8.4.2 instance into a 9.0devel (cvs as of 2010.02.17)\nslave as below, this causes a PANIC. The slave can be restarted.\n\nlocalhost:55432 => 8.4.2 instance (ssh tunnel)\n/tmp:7575 => a 9.0devel standby\n\ntime pg_dump -h localhost -p 55432 -t public... |
[
{
"msg_contents": "Folks,\n\nWhile hacking on PL/Parrot, I ran across an issue where when trying to\nload PL/pgsql, it's done unconditionally and fails. How do we fix\npg_regress to be a little more subtle about this?\n\nCheers,\nDavid.\n-- \nDavid Fetter <david@fetter.org> http://fetter.org/\nPhone: +1 415 23... |
[
{
"msg_contents": "Log Message:\n-----------\nForbid setval() during recovery. This prevents the PANIC reported by\nErik Rijkers. Patch by Andres Freund.\n\nModified Files:\n--------------\n pgsql/src/backend/commands:\n sequence.c (r1.166 -> r1.167)\n (http://anoncvs.postgresql.org/cvsweb.cgi... |
[
{
"msg_contents": "Hi!\n\nI found something strange with merge join. Let there are two table\n(http://www.sigaev.ru/misc/ex.sql.gz, 360Kb) t1 and t2, both without indexes.\nQuery is:\nUPDATE\n t1\nSET\n f1 = t1.f1 || t2.f1\nFROM\n t2\nWHERE\n t2.f1 = t1.f1 AND\n t2.f2 = t1.f2 AND\n t2.f3... |
[
{
"msg_contents": "> Can't reproduce it here, either in HEAD or 8.4. Sure you have a clean\n> build with no local modifications? The outright-incorrect last plan\n\nSure, just checkout'ed sources. And it's reproduced on current HEAD right now.\n\nMore info:\n\npostgresql.conf changes:\nshared_buffers=128MB\n... |
[
{
"msg_contents": "Alpha4 has been bundled and is available at\n\nhttp://developer.postgresql.org/~petere/alpha/\n\nPlease check that it is sane.\n\nSince I'll be away for the next few days, someone has to take it from\nhere: write announcement, move tarballs, send announcement.\n\n",
"msg_date": "Fri, 19 F... |
[
{
"msg_contents": "Hi all,\n\nI started setting up some halfway automated method of simulating hard crashes \nand even while setting those up I found some pretty unsettling results...\nNow its not unlikely that my testing is flawed but unfortunately I don't see \nwhere right now (its 3am now and I have a 8h tra... |
[
{
"msg_contents": "Consider the following (rather lame) query:\n\nrhaas=# explain (verbose) select (select oid from pg_class a where\na.oid = b.relfilenode) from pg_class b;\n QUERY PLAN\n------------------------------------------------------------------------------... |
[
{
"msg_contents": "Hi,\n\nI'm trying to figure out how difficult is this\n\nWhat we need:\n- a shared catalog\n- an API for filling the catalog\n- a scheduler daemon\n- pg_dump support\n\n\nA shared catalog\n-------------------------\nWhy shared? obviously because we don't want to scan all database's\npg_job ev... |
[
{
"msg_contents": "Hello,\n\n* Now I am working on migration of plpgpsm to plpgsql 9.0 base. I hope\nso I understand SQL/PSM well so I am able to write production quality\nimplementation. If you like, I can integrate it to core. It can share\nabout 40-50% code with plpgpsm. The behave of plpgpsm is same as\nplp... |
[
{
"msg_contents": "Now that PostgreSQL 9.0 alpha4 is bundled (though apparently not quite\nout the door yet), it seems like a good time to think about what we'll\nneed to do to get to beta. Any thoughts?\n\nhttp://wiki.postgresql.org/wiki/PostgreSQL_8.5_Open_Items currently\nlists no open items, and the Hot St... |
[
{
"msg_contents": "Hello\n\nI am looking on code in pl_exec.c file.\n\nI see one issue:\n\n/* ----------\n * exec_run_select\t\t\tExecute a select query\n * ----------\n */\nstatic int\nexec_run_select(PLpgSQL_execstate *estate,\n\t\t\t\tPLpgSQL_expr *expr, long maxtuples, Portal *portalP)\n{\n\tParamListInfo p... |
[
{
"msg_contents": "\nWe've just rejected Knn-gist indexes as \"not enough time for 9.0\", which\nis a considerable disappointment for many people.\n\nWe already have a pluggable index API, but not one that supports\nrecoverability.\n\nIt is a simple patch to add recoverability to the index API, if we have\nthe ... |
[
{
"msg_contents": "Hi,\n As you all know, Index Organized tables are a way by which we can\nautomatically cluster the data based on the primary key. While i was\nthinking about an implementation for postgres, it looks like an impossible\nwith the current ideologies. In an IOT, if a record gets updated, we ne... |
[
{
"msg_contents": "Log Message:\n-----------\nOops, don't forget to rewind the directory before scanning it to fsync files in CREATE DATABASE\n\nModified Files:\n--------------\n pgsql/src/port:\n copydir.c (r1.28 -> r1.29)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1... |
[
{
"msg_contents": "It is currently 22:21:59 EST here. At 21:50 I committed a fix to\ncopydir.c that cleaned up a couple of thinkos by Greg, including\na misspelling that had been making all the builds fail for several\nhours. I went to see if any of the buildfarm had gone green yet,\nand indeed half a dozen m... |
[
{
"msg_contents": "Log Message:\n-----------\nMove documentation of all recovery.conf option to a new chapter.\nThey used to be scattered between the \"backup and restore\" and \"streaming\nreplication\" chapters.\n\nModified Files:\n--------------\n pgsql/doc/src/sgml:\n backup.sgml (r2.142 -> r2.143... |
[
{
"msg_contents": "I just noticed that the current ALTER TABLE documentation doesn't do a\nvery good job differentiating between commands that affect the whole\ntable and commands that only affect specific columns.\n\nhttp://developer.postgresql.org/pgdocs/postgres/sql-altertable.html\n\nThat didn't matter as m... |
[
{
"msg_contents": "I just wonder why generate_series() is not allowed in GREATEST syntax.\nLooking through execQual.c, almost all syntactic evaluations like\nCOALESCE, ARRAY[], ROW() doesn't allow set-value functions. Could\nsomeone tell the underlying reason?\n\nAlso, using variadic functions introduced since... |
[
{
"msg_contents": "On Mon, Feb 22, 2010 at 1:18 PM, Heikki Linnakangas\n<heikki.linnakangas@enterprisedb.com> wrote:\n> Jaime Casanova wrote:\n>\n>> so, is this idea (having some user processes be \"tied\" to postmaster\n>> start/stop) going to somewhere?\n>\n> I've added this to the TODO list. Now we just need... |
[
{
"msg_contents": "Hi,\n\nI'm wondering if we could detect a funcion has a side effect,\ni.e. does a write to database. This is neccessary for pgpool to decide\nif a qeury should to be sent to all of databases or not. If a query\nincludes functions which do writes to database, it should send the\nquery to all o... |
[
{
"msg_contents": "Hi,\n\nit's safe to set synchrounous_commit to off in a pg_dump generated\nscript? if yes, would this help to the performance of restore a\ndatabase?\n\n-- \nAtentamente,\nJaime Casanova\nSoporte y capacitación de PostgreSQL\nAsesoría y desarrollo de sistemas\nGuayaquil - Ecuador\nCel. +59387... |
[
{
"msg_contents": "Hi,\n\nrecovery.conf.sample has the following section for Hot Standby.\nIs this still required?\n\n> #---------------------------------------------------------------------------\n> # HOT STANDBY PARAMETERS\n> #---------------------------------------------------------------------------\n> #\n>... |
[
{
"msg_contents": "bruce wrote:\n> bruce wrote:\n> > Dave Page wrote:\n> > > This was posted as a documentation comment:\n> > > \n> > > to_char(interval '0d 0h 12m 44s', 'DD HH MI SS');\n> > > with HH and HH12 will return 12 instead of 0.\n> > > \n> > > Testing on 8.4.1, it does seem to be the case that you get... |
[
{
"msg_contents": "While playing with SR/HS in a more complex datacenter environment I \nimmediatly hit the need to being able to specify the ipaddress(or \ninterface) that the backend(or libpq) uses to connect to the master.\n\nThere are a few reasons for being able to do so like:\n\n* we are now suddenly in a... |
[
{
"msg_contents": "I tried to set up a simple master/slave setup and immediately ran into\nthis assertion failure. The slave is just a cold copy of the database\nimmediately after initdb. The first WAL segment hasn't been archived\nyet. It sees that the first archive fail hasn't been archived yet,\nstarts up wa... |
[
{
"msg_contents": "Simon, Fujii, All:\n\nWhile demoing HS/SR at SCALE, I ran into a problem which is likely to be\na commonly encountered bug when people first setup HS/SR. Here's the\nsequence:\n\n1) Set up a brand new master with an archive-commmand and archive=on.\n\n2) Start the master\n\n3) Do a pg_start_... |
[
{
"msg_contents": "Hi,\n\nPika, which has been upgraded to NetBSD/mips 5.0.2, failed twice in a row pgcrypto/test sha2 because of the following warning (identical each time) :\n\n** /home/pgbuildfarm/workdir/HEAD/pgsql.12374/contrib/pgcrypto/expected/sha2.out\tTue Feb 23 13:14:03 2010\n--- /home/pgbuildfarm/wor... |
[
{
"msg_contents": "Log Message:\n-----------\nUn-break pg_dump for the case of zero-column tables.\n\nThis was evidently broken by the CREATE TABLE OF TYPE patch. It would have\nbeen noticed if anyone had bothered to try dumping and restoring the\nregression database ...\n\nModified Files:\n--------------\n ... |
[
{
"msg_contents": "Log Message:\n-----------\nRemove pre-7.4 documentaiton mentions, now that 8.0 is the oldest\nsupported release.\n\nModified Files:\n--------------\n pgsql/doc/src/sgml:\n datatype.sgml (r1.242 -> r1.243)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype... |
[
{
"msg_contents": "The fourth alpha release for PostgreSQL version 9.0, 9.0alpha4, is now\navailable. This alpha contains several new major features added since\nthe previous alpha. Please download, install, and test it to give us\nearly feedback on the features being developed for the next version of\nPostgreS... |
[
{
"msg_contents": "Hello Support,\n\nI have tried everything and ask many but cannot get my Installation of your\nPostgreSQL 8.4.1.1 to install. I following all the steps exactly but I\ncannot get the PostgresSQL to install on my Windows Server 2003 Datacenter\nEdition SP2. Is there a problem in installing the... |
[
{
"msg_contents": "Hello Pqsql-hacker,\n\nI have tried everything and ask many but cannot get my Installation of your\nPostgreSQL 8.4.1.1 to install. I following all the steps exactly but I\ncannot get the PostgresSQL to install on my Windows Server 2003 Datacenter\nEdition SP2. Is there a problem in installin... |
[
{
"msg_contents": "Hello Pqsql-hacker,\n\nI have tried everything and ask many but cannot get my Installation of your\nPostgreSQL 8.4.1.1 to install. I following all the steps exactly but I\ncannot get the PostgresSQL to install on my Windows Server 2003 Datacenter\nEdition SP2. Is there a problem in installin... |
[
{
"msg_contents": "On this page:\n http://www.postgresql.org/docs/8.4/interactive/explicit-locking.html\n\nThis chapter:\n 13.3.4. Advisory Locks\n\nThis example:\n SELECT pg_advisory_lock(id) FROM foo WHERE id = 12345; -- ok\n SELECT pg_advisory_lock(id) FROM foo WHERE id > 12345 LIMIT 100; -- danger!\n SELECT... |
[
{
"msg_contents": "\"Kevin Grittner\" wrote:\n> Robert Haas wrote:\n > \n>> Perhaps we should add it to the next CommitFest?\n > \n> Sounds like the right course of action to me. If nobody objects\n> or beats me to it, I'll do that.\n \nDone.\n \n-Kevin\n\n",
"msg_date": "Wed, 24 Feb 2010 07:27:10 -0600"... |
[
{
"msg_contents": "I have two 9.0devel machines (*not* alpha but cvs as of 2010.02.19 22.48).\n\nOne primary, one slave.\n\nIn an attempt to keep track of standby progression (versus primary), I ran slave-side:\n\nreplicas=# select\n pg_last_xlog_replay_location()\n pg_xlogfile_nam... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.