threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Log Message:\n-----------\nRemove tabs in SGML.\n\nModified Files:\n--------------\n pgsql/doc/src/sgml:\n ecpg.sgml (r1.94 -> r1.95)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.94&r2=1.95)\n",
"msg_date": "Tue, 26 Jan 2010 14:21:29 +0000... |
[
{
"msg_contents": "While reviewing Pavel's patch for variable quoting in psql, I came\nupon the following comment in psqlscan.l:\n\n /*\n * The variable value is just emitted without any\n * further examination. This is consistent with the\n * pre-8.0 code behavior, if not with t... |
[
{
"msg_contents": "-hackers,\n\nIn the spirit of small, but hopefully useful interface improvement \npatches, enclosed for your review is a patch for providing psql with a \n\\whoami command (maybe a better name is \\conninfo or similar). Its \npurpose is to print information about the current connection, b... |
[
{
"msg_contents": "Hi,\n\nCan please someone fix this? I can fix other errors ocuured on\nplperl.sgml but I don't know how to do with this:\n\nopenjade:plperl.sgml:290:31:X: reference to non-existent ID \"PLPERL.USE_STRICT\"\n--\nTatsuo Ishii\nSRA OSS, Inc. Japan\nEnglish: http://www.sraoss.co.jp/index_en.php\n... |
[
{
"msg_contents": "Log Message:\n-----------\nMake standby server continuously retry restoring the next WAL segment with\nrestore_command, if the connection to the primary server is lost. This\nensures that the standby can recover automatically, if the connection is\nlost for a long time and standby falls behin... |
[
{
"msg_contents": "\nI'd like to have an \"everything\" target that would build \"all + html + \ncontrib\".\n\nAnd maybe an \"installcheck-everything\" target that would run \ninstallcheck for src, pl and contrib.\n\nThoughts?\n\ncheers\n\nandrew\n\n\n",
"msg_date": "Wed, 27 Jan 2010 10:41:16 -0500",
"m... |
[
{
"msg_contents": "Hi!\n\nI'm happy to facilitate this and get the details in for our\napplication. Seems like we have lots of things that we could get\nstudents involved with, and of course, we tend to get interesting\nprojects pitched to us that we haven't thought of before.\n\nI've attended the Mentor Summit... |
[
{
"msg_contents": "We have 20 remaining patches to deal with for the 2010-01 CommitFest.\nI've attempted to break down the status of these patches below. The\ngood news is that almost half of the remaining patches are either\nalready marked as Ready for Committer, or have already been reviewed\nonce and will l... |
[
{
"msg_contents": "Log Message:\n-----------\nDefine INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm\nmembers complaining.\n\nModified Files:\n--------------\n pgsql/src/include/port:\n solaris.h (r1.17 -> r1.18)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/... |
[
{
"msg_contents": "Hi all,\n\nattached a patch to do seq scan + sorting instead of index scan \n\non CLUSTER (when that's supposed to be faster).\n\nAs I've already said, the patch is based on: \nhttp://archives.postgresql.org/pgsql-hackers/2008-08/msg01371.php\n\nOf course, the code isn't supposed to be ready ... |
[
{
"msg_contents": "Hello,\n\nI can't to install Oracle, and need to know result.\n\nCREATE TABLE foo(a varchar(10), b varchar(10));\n\nINSERT INTO foo VALUES('aaa',',');\nINSERT INTO foo VALUES('bbb',';');\nINSERT INTO foo VALUES('ccc','+');\n\nSELECT listagg(a,b) FROM foo;\n\nThank you\n\nPavel Stehule\n",
... |
[
{
"msg_contents": "Last night I noted the following warning:\n\nplperl.c: In function ‘plperl_create_sub’:\n\n\nplperl.c:1117: warning: null argument where non-null required (argument 2)\n\nI'm not familiar enough with this code to propose a fix...\n\nJoe",
"msg_date": "Thu, 28 Jan 2010 06:31:19 -0800",
... |
[
{
"msg_contents": "Hi,\n\nWhen I created the trigger file to activate the standby server,\nI got the segmentation fault:\n\n sby [11342]: LOG: trigger file found: ../trigger\n sby [11343]: FATAL: terminating walreceiver process due to\nadministrator command\n sby [11342]: LOG: redo done at 0/10000E0\n sb... |
[
{
"msg_contents": "This is an updated version of the third of the patches to be split out\nfrom the former 'plperl feature patch 1'.\n\nIt includes changes following discussions with Tom Lane and others.\n\nChanges in this patch:\n\n- Added plperl.on_perl_init GUC for DBA use (PGC_SIGHUP)\n SPI functions are... |
[
{
"msg_contents": "There has been some more discussion lately of problems caused by contrib/xml2.\n\nhttp://archives.postgresql.org/pgsql-bugs/2010-01/msg00251.php\nhttp://archives.postgresql.org/pgsql-bugs/2010-01/msg00198.php\n\nI think we need to either (1) fix the bugs and update the\ndocumentation to remov... |
[
{
"msg_contents": "Conflict resolution improvements are important to include in this\nrelease, as discussed many times. Proposal given here\nhttp://archives.postgresql.org/pgsql-hackers/2009-12/msg01175.php\npresents a viable design to improve this.\n\nFollowing patch is a complete working implementation of tha... |
[
{
"msg_contents": "We came across a regexp that takes very much longer than expected.\n\nPostgreSQL 8.4.1 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44), 64-bit\n\nSELECT 'ooo...' ~ $r$Z(Q)[^Q]*A.*?(\\1)$r$; -- omitted for email brevity\n\n ?column? \n----------\n t\n(1... |
[
{
"msg_contents": "Attached is a patch that fixes a long standing bug in pgbench: it won't \nhandle scale factors above ~4000 (around 60GB) because it uses 32-bit \nintegers for its computations related to the number of accounts, and it \njust crashes badly when you exceed that. This month I've run into two \... |
[
{
"msg_contents": "I'm trying to return a set of record as:\n(text, int[]),\n(text, int[]),\n...\nrow from C\nand I really would like to avoid to use BuildTupleFromCString\n\nSo this is how I think my function should end...\n\nchar *curout; /* cstring */\nint4 *pos;\n\n...\n\nget_typlenbyvalalign(INT4OID, &typl... |
[
{
"msg_contents": "\nWe seem to have a large portion of the buildfarm red from the ECPG \ntests, presumably due to the recently applied out-of-scope cursor patches.\n\ncheers\n\nandrew\n",
"msg_date": "Thu, 28 Jan 2010 23:14:41 -0500",
"msg_from": "Andrew Dunstan <andrew@dunslane.net>",
"msg_from_op... |
[
{
"msg_contents": "Hello,\n\nWe were asked by Enova Financial to improve the documentation of PL/Perl database access functions.\nAlvaro and me worked on that and we produced the patch that is attached. It splits initial block of functions\ninto the groups with the description directly following each of the gro... |
[
{
"msg_contents": "I'm still trying to collect all the bits to be able to read and\nreturn several types of data in C functions.\n\nI'm looking for quick ways to deal with ArrayType.\n\nI'd expect some helper because these kind of operation should be\nfrequent and without any helper (function/macro) they really... |
[
{
"msg_contents": "Hi Robert,\n\nI've also spent some time reviewing this patch since it is a\npre-requisite to the KNNGiST patch. I did have a much more comprehensive\nlist of suggestions, but it seems you've managed to resolve most of\nthese with your latest re-write. Please find some more comments inline:\n\... |
[
{
"msg_contents": "So I never realized the consequences of this little heuristic in\nanalyze.c in the handling of very low cardinality columns where we\nwant to just capture the complete list of values in the mcv and throw\naway the histogram:\n\n\t\telse if (toowide_cnt == 0 && nmultiple == ndistinct)\n\t\t{\n... |
[
{
"msg_contents": "Log Message:\n-----------\nAugment WAL records for btree delete with GetOldestXmin() to reduce\nfalse positives during Hot Standby conflict processing. Simple\npatch to enhance conflict processing, following previous discussions. \nControlled by parameter minimize_standby_conflicts = on | off... |
[
{
"msg_contents": "With the release of Postgres 9.0, should we consider changing the\ndefault for 'standard_conforming_strings'?\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 ca... |
[
{
"msg_contents": "\nI saw some odd pgstat output during an initdb on Windows today:\n\n The files belonging to this database system will be owned by user\n \"pgrunner\".\n This user must also own the server process.\n\n The database cluster will be initialized with locale C.\n The default databa... |
[
{
"msg_contents": "Hi there,\n\nI made available test data I used on http://www.sai.msu.su/~megera/wiki/2009-07-27,\nso anyone can reproduce my results. You can download data \nhttp://www.sai.msu.su/~megera/postgres/files/links2.sql.gz, it's big (580Mb)\n\n \tRegards,\n \t\tOleg\n_______________________________... |
[
{
"msg_contents": "I finally put enough code together and it has some chance it could\nwork.\nIt's time to test it.\nNow I'm going to test it quite frequently.\n\nMy code is written and compiled in my ~/.\nThen it is moved through svn to a test box where it is compiled under\nanother version of postgres, but st... |
[
{
"msg_contents": "Tom Lane wrote:\nC�dric Villemain wrote:\n\n>> Do you mean that turning standard_conforming_string ON may lead to\n>> error with pg_dump, psql or something else ?\n\n> Maybe. We concluded in the April 2009 thread that\n> standard_conforming_strings = ON had gotten little or no field\n> tes... |
[
{
"msg_contents": "This is an update the fourth of the patches to be split out from the\nformer 'plperl feature patch 1'.\n\nChanges in this patch:\n\n- Adds plperl.on_trusted_init and plperl.on_untrusted_init GUCs\n on_trusted_init is PGC_USERSET, on_untrusted_init is PGC_SUSET\n SPI functions are not av... |
[
{
"msg_contents": "The last item on my list before close is making VACUUM FULL and Hot\nStandby play nicely together.\n\nThe options to do this were and still are:\n\n(1) Add WAL messages for non-transactional relcache invalidations\n(2) Allow system relations to be cluster-ed/vacuum full-ed.\n\n(1) was how we ... |
[
{
"msg_contents": "This is an update to the final plperl patch in the series from me.\n\nChanges in the original patch:\n\n- Moved internal functions out of main:: namespace\n into PostgreSQL::InServer and PostgreSQL::InServer::safe\n\n- Restructured Safe compartment setup code\n to generalize and separat... |
[
{
"msg_contents": "Hi,\n\nI worked on a patch to make PostgreSQL binaries use the new\nPQconnectdbParams() libpq functions. I tried to mimic the way Joe Conway\nchanged my previous patch.\n\nI know I'm way over the deadline for this commitfest. I couldn't do it\nbefore because my previous patch (on this commit ... |
[
{
"msg_contents": "Oops, my fault. The list returned by ExecInsertIndexTuples() needs to be\nfreed otherwise lots of lists (one per row) will build up and not be freed\nuntil the end of the query. This actually accounts for even more memory\nthan the after-trigger event queue. Patch attached.\n\nOf course the a... |
[
{
"msg_contents": "Hi,\n\nWe have a huge system based on PostgreSQL with xml2 functions. From the PostgreSQL 8.4 documentation F.38.1. Deprecation notice, it looks like those functions are removed. However, our solution is very huge, and heavily depends on them. \n\n1. Could you please give me some instructions... |
[
{
"msg_contents": "Greg Stark has requested that I re-add max_standby_delay = -1.\nI deferred that in favour of relation-specific conflict resolution,\nthough that seems too major a change from comments received.\n\nAs discussed in various other posts, in order to re-add the -1 option we\nneed to add deadlock d... |
[
{
"msg_contents": "There are various places in the backend that rely on comparing a catalog\ntuple's TID and XMIN to values saved in a cache entry in order to detect\nwhether the tuple changed since the cache entry was made. (So far as\nI can find, the only places that do this are looking at pg_proc entries\n-... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 5304\nLogged by: Fujii Masao\nEmail address: masao.fujii@gmail.com\nPostgreSQL version: HEAD\nOperating system: RHEL5.1\nDescription: psql using conninfo fails in connecting to the server\nDetails: \n\nI... |
[
{
"msg_contents": "TRAP: FailedAssertion(\"!(typeNamespace == typ->typnamespace)\", File:\n\"pg_type.c\", Line: 658)\n\nTest case attached, repeated, consistent failure on CVS HEAD.\n\nCrash occurs with either CLUSTER or VACUUM FULL.\n\nPassed on without further investigation.\n\n-- \n Simon Riggs www... |
[
{
"msg_contents": "Hello\n\nToday we have got one PITR backup history file in one of our systems\nwith a format change.\n\nThe PITR backup history file named\npg_xlog/000000010000003800000000.00000020.backup included this information:\n--------------------------------------------------------\nSTART WAL LOCATION... |
[
{
"msg_contents": "I've got a question related to new feature in 8.5alpha, i.e. \"Allow parentheses around the query expression that follows a WITH clause\". What does that mean in fact? I can't see any difference between 8.4.2 and 8.5alpha3 on Solaris x86.\n\n\n\n\n\n\nI've got a question related to new featur... |
[
{
"msg_contents": "Log Message:\n-----------\nAugment EXPLAIN output with more details on Hash nodes.\n\nWe show the number of buckets, the number of batches (and also the original\nnumber if it has changed), and the peak space used by the hash table. Minor\nexecutor changes to track peak space used.\n\nModifi... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 5305\nLogged by: Cristian\nEmail address: cbittel@gmail.com\nPostgreSQL version: 8.3.9\nOperating system: Windows 2003 Server Standard x64\nDescription: Postgres service stops when closing Windows sessio... |
[
{
"msg_contents": "Hi\n\nThis is my first attempt to hack PostgreSQL (even C actually), so bear\nover with obvious mistakes done.\n\nI've had a wish to be able to teach Postgres a bit more about how to\nstore its data on disk. Our systems is a typical web-based system where\nall access more or less can be devid... |
[
{
"msg_contents": "\nIn the docs it says\n\"It is also possible to tie a session default to a specific database\nrather than to a role; see ALTER DATABASE. If there is a conflict,\ndatabase-role-specific settings override role-specific ones, which in\nturn override database-specific ones.\"\n\nWhereas in proces... |
[
{
"msg_contents": "Some more _personalized_ copyright noticed have crept into our source\ntree:\n\n /src/tutorial/basics.source\tCopyright (c) 1994, Andrew Yu, University of California \n /contrib/intagg/Makefile\tCopyright (c) 2001 Digital Music Network by Mark L. Woodward\n /src/port/rint.c\t\tCopyright (c) 1... |
[
{
"msg_contents": "Log Message:\n-----------\nAssorted cleanups in preparation for using a map file to support altering\nthe relfilenode of currently-not-relocatable system catalogs.\n\n1. Get rid of inval.c's dependency on relfilenode, by not having it emit\nsmgr invalidations as a result of relcache flushes. ... |
[
{
"msg_contents": "On Thu, Jan 14, 2010 at 7:04 PM, Heikki Linnakangas\n<heikki.linnakangas@enterprisedb.com> wrote:\n> 1. Walsender calls pq_wait() which calls select(), waiting for timeout,\n> or data to become available for reading in the underlying socket.\n>\n> 2. Client issues an SSL renegotiation by send... |
[
{
"msg_contents": "On Tue, Jan 19, 2010 at 12:20 AM, Heikki Linnakangas\n<heikki.linnakangas@enterprisedb.com> wrote:\n> Tom Lane wrote:\n>> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:\n>>> Simon Riggs wrote:\n>>>> Do we need a new record type for that, is there a handy record type to\n>>>>... |
[
{
"msg_contents": "Greetings, hackers!\n\nThe flurry of patches that vendors have recently been making to OpenSSL to address the potential man-in-the-middle attack during SSL renegotiation have disabled SSL renegotiation altogether in the OpenSSL libraries. Applications that make use of SSL renegotiation, such ... |
[
{
"msg_contents": "Hi All,\n\nTestcase:\n\ncreate table foo (a int );\npostgres=# SELECT dblink_build_sql_insert('foo','1 2',2,'{\\\"0\\\",\n\\\"a\\\"}','{\\\"99\\\", \\\"xyz\\\"}');\nHINT: Use the escape string syntax for escapes, e.g., E'\\r\\n'.\nserver closed the connection unexpectedly\n This probably... |
[
{
"msg_contents": "Our manual mentions that you can turn off partial page writes if your\nfile system guarantees full page writes. We used to mention ReiserFS 4 as\nan example, but I have changed that example to mention ZFS, because ZFS\nis now more popular.\n\n-- \n Bruce Momjian <bruce@momjian.us> h... |
[
{
"msg_contents": "Here's an overview of where we stand with the remaining 14 patches,\naccording to my best understanding of the situation.\n\n* Fix large object support in pg_dump - I haven't looked at this, but\nit seems like it's relatively close to being ready for commit. We\nneed to get this one done as ... |
[
{
"msg_contents": "I'd really like to see the data from pg_config and pg_controldata available\nthrough SQL, such as by adding output to pg_show_all_settings(), or adding new\nSRFs named something like pg_config() and pg_controldata(). Does this make as\nmuch sense to the rest of the world as it does to me? In ... |
[
{
"msg_contents": "Hello,\n\nTesting 9.0devel HS/SR: I used cvs HEAD (today) with\nthe new_smart_shutdown_20100201.patch of Fujii Masao.\n\nReplication works well. The slave can be stopped and restarted.\n\nHowever, whenever (re-)starting the slave the I get\nmessages like:\n\ncp: cannot stat `/var/data1/pg_st... |
[
{
"msg_contents": "So while playing with cluster/vac full on shared catalogs I ran into a\nsmall catch-22. If the transient table created by make_new_heap is\nmarked relisshared, the code complains because that OID is not known\nto IsSharedRelation. If it's not marked shared, you run into various\nerror check... |
[
{
"msg_contents": "Hi,\n\nAttached is a documentation patch for writeable CTEs.\n\nMost of it is explaining how this feature works in select.sgml. I\nwasn't sure if that's the right place, but couldn't find a better one.\nI also wasn't able to find any place discussing the command tag, other\nthan libpq's docu... |
[
{
"msg_contents": "I know in advance the structure of a whole tsquery, it has already\nbeen reduced and lexemes have been already computed.\nI'd like to directly write it in memory without having to pass\nthrough pushValue/makepol.\n\nAnyway I'm not pretty sure about what is the layout of a tsquery in\nmemory a... |
[
{
"msg_contents": "Still fooling with VACUUM FULL on catalogs ... I find that a sanity\ncheck I put in is barfing on \"VACUUM FULL pg_class\", because the\ntransient table is built with a toast table, whereas pg_class hasn't got\none. It seems like it probably ought to have one, because either relacl\nor relop... |
[
{
"msg_contents": "Hi, \n\n \n\nSo first I'm a pgsql hacker newbie and I've been reading up on the storage\nstructure: \n\nhttp://www.postgresql.org/docs/8.2/interactive/storage-page-layout.html\n\n \n\nI'm trying to recover deleted records from a page file (postgresql 8.2) :\ni.e. base/dbId/20132\n\n \n\nI am ... |
[
{
"msg_contents": "This is the third update to the fourth of the patches to be split out\nfrom the former 'plperl feature patch 1'.\n\nChanges in this patch:\n\n- Added plperl.on_plperl_init and plperl.on_plperlu_init GUCs\n Both are PGC_SUSET\n SPI functions are not available when the code is run.\n E... |
[
{
"msg_contents": "Encountered the following FailedAssertion while testing database\nrecovery (actually this would be HS) with partial WAL file:\n\nLOG: restored log file \"000000010000000000000003\" from archive\nLOG: consistent recovery state reached at 0/3001EEC\nLOG: record with zero length at 0/3001EEC\... |
[
{
"msg_contents": "My son has brought to my attention that our current crop of Python\nclient libraries is inadequate/confusing. I took a look myself, and\nasked on our IRC channel, and am now convinced this area needs\nattention.\n\nFirst, the sheer number of libraries is confusing. This is the page\nfrom th... |
[
{
"msg_contents": "Attached is the current state of my work on letting system catalogs\nbe processed by new-style VACUUM FULL (a/k/a CLUSTER). I haven't done\nthe WAL support nor worried about interlocking concurrent updates of\nrelation map files, but it passes the regression tests and can do\nVACUUM FULL of ... |
[
{
"msg_contents": "I discovered $subject while continuing to test my patch. The problem\noccurs because many parts of the backend are in the habit of releasing\nlock on system catalogs as soon as they've updated whatever they wanted\nto update. This means that we can encounter INSERT_IN_PROGRESS or\nDELETE_IN... |
[
{
"msg_contents": "Hi,\n\nWhile testing Hot Standby, I have encountered strange behavior with\nDROP DATABASE command.\n\n1) connect to \"test\" database at standby via psql\n2) issue DROP DATABASE test command to primary\n3) session #1 works fine\n4) close session #1\n5) \"test\" database dropped on standby\n\n... |
[
{
"msg_contents": "[resend, because of apparent failure to hit the list]\n\nBruce Momjian wrote: \n \n> I am dismayed that we are using a 16MB file for monitoring archive\n> activity. Can't you use pg_current_xlog_location() and only check\n> for an archive file when that location changes?\n \nHmmm.... Let m... |
[
{
"msg_contents": "I saw this on reddit and thought I might drop a line.\n\nI went through this same issue, trying to find a postgresql driver. Mostly, I had no intention of using psycopg because of its copyleft licensing. (Of course, I don't need to go into why.)\n\nAnyways, here's some info that might help ... |
[
{
"msg_contents": "The post about the dev docs needing more hot standby mentions prompted\nme to have a look at how streaming replication is documented. Ignore\nthis if this has already been discussed (I couldn't find any posts),\nbut I couldn't find any mention of streaming replication except in the\nwrite ah... |
[
{
"msg_contents": "Hi,\n Is there any reason why we have given lesser precedence for postfix\noperator compared to multiplication/division? Usually postfix operators have\nmore precedence than the binary operations. Is this some kind of work around\nto provide user-defined operators? Can someone help me under... |
[
{
"msg_contents": "In connection with the relation-mapping patch I proposed a function\n\tpg_relation_filenode(regclass) returns oid\nwhich client code would need to use instead of looking at\npg_class.relfilenode, if it wants to get a number that will be\nmeaningful for mapped system catalogs. I still think w... |
[
{
"msg_contents": "Hi Simon, Hi all,\n\n\nif (!logged && (wait_s > 0 || wait_us > 500000))\n{\n const char *oldactivitymsg;\n int len;\n\n oldactivitymsg = get_ps_display(&len);\n snprintf(waitactivitymsg, sizeof(waitactivitymsg),\n \"waiti... |
[
{
"msg_contents": "Log Message:\n-----------\nCreate a \"relation mapping\" infrastructure to support changing the relfilenodes\nof shared or nailed system catalogs. This has two key benefits:\n\n* The new CLUSTER-based VACUUM FULL can be applied safely to all catalogs.\n\n* We no longer have to use an unsafe ... |
[
{
"msg_contents": "Whilst looking around for stuff that could be deleted thanks to removing\nold-style VACUUM FULL, I came across some code in btree that seems\nrather seriously buggy. For reasons explained in nbtree/README, we\ncan't physically recycle a \"deleted\" btree index page until all\ntransactions op... |
[
{
"msg_contents": "Log Message:\n-----------\nRemove old-style VACUUM FULL (which was known for a little while as\nVACUUM FULL INPLACE), along with a boatload of subsidiary code and complexity.\nPer discussion, the use case for this method of vacuuming is no longer large\nenough to justify maintaining it; not t... |
[
{
"msg_contents": "Hi,\n\nI was looking at the code for bitmap index:\n\nhttp://archives.postgresql.org/pgsql-hackers/2008-10/msg01691.php\n\nand I couldn't understand why during \"bmbuild\" (the ambuild call for\nbitmap indexes) the code checks for not-ordered ItemPointerData(s).\n\nIn which cases the ItemPoin... |
[
{
"msg_contents": "I see that lazy_vacuum_rel() truncates the heap before it does vacuuming\nof the free space map. Once upon a time this wouldn't have mattered,\nbut now it means that cancel interrupts are likely to be ignored for\nthe duration of FreeSpaceMapVacuum(). Is that really necessary?\nWould it be ... |
[
{
"msg_contents": "Hi,\n\nWhile playing around with another issue with the patch, I came across\nthe following:\n\n=> create table foo(a int);\nCREATE TABLE\n=> with t as (insert into foo values(0)) select * from foo;\n a\n---\n(0 rows)\n\nI traced this down to heapam.c, which has this:\n\n/*\n * return null im... |
[
{
"msg_contents": "[Sigh. This email, unlike the previous, actually includes the patch.]\n\nOn Mon, Feb 08, 2010 at 01:44:16PM +0000, Tim Bunce wrote:\n> \n> > I'll continue reviewing the patch, but these things at least need fixing.\n\nHere's an updated patch. The only changes relative to the previous\nversion... |
[
{
"msg_contents": "Hi,\n\nWe've come across this issue on 8.2.15 on a Windows Server 2008 \ninstance. I noticed the patch hasn't been applied to the 8.2 branch yet. \nAny chances that this will be part of an eventual 8.2.16 release? Do you \nneed more testing and feedback before commiting the patch?\n\nThanks,\... |
[
{
"msg_contents": "\nIt looks like some recent patches have broken a couple of things on the \nbuildfarm.\n\nMingw builds are missing in6addr_any in backend/libpq/auth.c, added by a \nrecent RADIUS support fix. Looks like we might need to include win32.h \nin there.\n\nMSVC builds are broken from a missing _isn... |
[
{
"msg_contents": "Hi,\n\nI am trying to checkout code from different branches (such as 8.3, 8.4).\n\nI found a few ways to checkout code from CVS:\n1. webCVS: http://anoncvs.postgresql.org/cvsweb.cgi/\n\n2. cvs -z3 -d :pserver:anoncvs:password@anoncvs.postgresql.org:/projects/cvsroot\nco -P pgsql\n\n3. $ rsync... |
[
{
"msg_contents": "Hi,\n\nI have the $SUBJECT problem loading my own\nmodule in PostgreSQL. The server is HP-UX/ia64,\nPostgeSQL 8.4.2 was compiled with HP CC.\npl/PgSQL can be loaded fine.\n\n...:/usr/local/pgsql/pgsql-cc-8.4/lib# ldd odbclink.so\n libodbc.so.1 => /usr/local/pgsql/runtime/lib/libodbc.so... |
[
{
"msg_contents": "I've been discussing this with Josh, Heikki, and Peter E. over the past \nfew weeks.\n\nAs Peter observed years ago, prepared statements can perform badly \nbecause their plans are overly generic. Also, statistics change and \nsometimes plans should change with them. It would be nice if we ... |
[
{
"msg_contents": "(please Cc me on replies, I am not subscribed)\n\nHi,\n\nlibpq currently does not use TCP keepalives. This is a problem in our\ncase where we have some clients waiting for notifies and then the\nconnection is dropped on the server side. The client never gets the FIN\nand thinks the connecti... |
[
{
"msg_contents": "First of all let me say that from such incredible hackers as the\nPostgreSQL people I'd have expected the ability to find my email address\nand maybe keep me or (even better) the psycopg mailing list in CC. That\nwould have avoided a lot of confusion both on the license and the status\nof psy... |
[
{
"msg_contents": "[Resending; I accidentally failed to copy the list.]\n\nFederico Di Gregorio <fog@initd.org> wrote:\n \n> the logical choice is plain LGPL3. I am open to motivated\n> suggestions about other licenses but I'll ignore such crap as \"BSD\n> is more open than LGPL\".\n \nWell, I don't know about ... |
[
{
"msg_contents": "Hello,\n\nI am returning back to message\nhttp://archives.postgresql.org/pgsql-general/2010-02/msg00119.php\n\nOur implementation of variadic parameters missing correct handling\ntest on NULL, and test on non constant value.\n\nThis patch add correct tests for variadic parameters. Probably\nG... |
[
{
"msg_contents": "I was rather surprised to find this code still present:\n\n\t/*\n\t * We set up the lockRelId in case anything tries to lock the dummy\n\t * relation. Note that this is fairly bogus since relNode may be\n\t * different from the relation's OID. It shouldn't really matter though,\n\t * since ... |
[
{
"msg_contents": "Seems inconsistent ...\n\n\t\t\tregards, tom lane\n",
"msg_date": "Tue, 09 Feb 2010 14:06:36 -0500",
"msg_from": "Tom Lane <tgl@sss.pgh.pa.us>",
"msg_from_op": true,
"msg_subject": "Why doesn't smgr_redo truncate the VM fork too?"
},
{
"msg_contents": "Tom Lane wrote:\... |
[
{
"msg_contents": "I was recently experimenting with explain analyze and I realized there\nare two things arguably wrong with the \"Buffers\" output in explain\nanalyze:\n\nFirstly, it's printing out a number of buffers. We spent a lot of\neffort making all GUC variables use units of memory like \"kB\" and \"MB... |
[
{
"msg_contents": "I just realized that log_error_verbosity is in the wrong section in\npostgresql.conf and in our manual. It is listed under \"When to log\"\nwhen in fact it should be in the \"What to log\" section.\n\nI also added documentation of what \"terse\" mode actually does. I added\n\"verbosity\" in... |
[
{
"msg_contents": "We've added some new syntax in HEAD, but psql tab-completion is out of sync.\nHere is a patch to support the following syntax in tab-completion:\n\n - top-level DO\n - ALTER TABLE/INDEX/TABLESPACE SET/RESET with options\n - ALTER TABLE ALTER COLUMN SET/RESET with options\n - CREAT... |
[
{
"msg_contents": "We have an optimization to bulkload date in pg_restore, but the code\nonly works in parallel restore (--jobs >= 2). Why don't we do the\nsame optimization in the serial restore (--jobs = 1) ?\n\nWe checks is_parallel to decide to use BEGIN-TRUNCATE-COPY:\n if (is_parallel && te->created)\n... |
[
{
"msg_contents": "As another glitch in pg_restore, a combination of options\n--single-transaction and --clean raises errors if we restore data\ninto an empty database. The reason is pg_restore uses DROP <OBJECT>.\nThe cleanup command fails if the target object doesn't exist.\n\nIs it a TODO item to replace \"D... |
[
{
"msg_contents": "Hi!\n\nThis patch enables showing configure status at the end of ./configure\nrun and thus makes ./configure process a bit easier to follow (in the\nsense of what features are actually enabled).\n\nPäikest,\nPriit",
"msg_date": "Wed, 10 Feb 2010 08:45:47 +0200",
"msg_from": "Priit Lae... |
[
{
"msg_contents": "We want to teach people that Hot Standby and Streaming Replication are\ntwo different features. However, Streaming Replication calls its main\nparameter \"standby_mode\" which reminds more of Hot Standby than of\nStreaming Replication.\n\nPeople could also run a warm standby without streaming... |
[
{
"msg_contents": "I've been working on this\nhttp://pgsql.privatepaste.com/2a81432f4f\n\nfor 8.3 (there should be some comments to port it to 8.4).\n\ntsvector_tsquery_size works as expected.\n\nBut whatever I pass to the function I get an empty tsquery. Yet no\nmemory allocation problem or hang etc... just an... |
[
{
"msg_contents": "Right now, log_error_verbosity displays the source code error location\nin this format:\n\n\tLOCATION: parserOpenTable, parse_relation.c:858\n\nI think it would be clearer to add '()' next to the function name. We\nuse '() to display function names in our docs and I think using '()'\nwould ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.