threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\n\nis there a reason there's no ALTER SYSTEM RESET?\n\nThe natural idiom to reset SET statements is \"RESET guc;\", I don't\nthink \"SET guc = default;\" is in use much, so \"ALTER SYSTEM RESET guc;\"\nwould be the natural way to try.\n\nAlso, ALTER SYSTEM SET/RESET seems to be what oracl... |
[
{
"msg_contents": "Hi,\n\nWill there be a pg_filedump for 9.4? I'd like to finish package tests\nbefore we release 9.4.0.\n\nRegards,\n-- \nDevrim GÜNDÜZ\nPrincipal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com\nPostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer\nTwitter: @DevrimGunduz ,... |
[
{
"msg_contents": "Hi,\n\nThe defaults for log_directory and log_filename were undocumented, and\nthe log_filename docs still refered to a config example that was\nremoved with 8.4 deprecation of epoch-based logfilenames.\n\nChristoph\n-- \ncb@df7cb.de | http://www.df7cb.de/\n\n\n\n-- \nSent via pgsql-hackers m... |
[
{
"msg_contents": "Why do we have essentially duplicate pg_proc entries for json_extract_path\nand json_extract_path_op? The latter is undocumented and seems only to be\nused as the infrastructure for the #> operator. I see that only the\nformer is marked variadic, but AFAIK the operator machinery couldn't ca... |
[
{
"msg_contents": "I’ve come across an issue when creating a union over tables which includes inheritance:\n\nCREATE TABLE events (event_id INT NOT NULL);\n-- CREATE TABLE\nCREATE UNIQUE INDEX events_event_id_key ON events (event_id);\n-- CREATE INDEX\n\nCREATE TABLE legacy_events (event_id INT NOT NULL);\n-- C... |
[
{
"msg_contents": "Changes in amcanreturn() interface to support multicolumn indexes.\nHi, hackers\nI work on GSoC project Support_for_Index-only_scans_for_GIST_GSoC_2014\n<https://wiki.postgresql.org/wiki/Support_for_Index-only_scans_for_GIST_GSoC_2014>\nThere is a question of support multicolumn index only sc... |
[
{
"msg_contents": "Hello all,\n\ntoday I had to work with one slow query - when I checked different\nscenarios I found a dependency on work_mem size - but it is atypical -\nbigger work_mem increased query execution 31 minutes (600MB work mem) and 1\nminute (1MB).\n\ndb_kost07e2d9cdmg20b1takpqntobo6ghj=# set wor... |
[
{
"msg_contents": "I asked a question over on StackOverflow, and Craig Ringer told me to\nreport it here.\n\nhttp://stackoverflow.com/questions/24413161/how-can-i-prevent-materialized-views-from-refreshing-during-pg-restore\n\nI have created a dump of the database using pg_dump in \"custom\" format\n(-Fc). This... |
[
{
"msg_contents": "Hi,\n\nI just spent 20+ hours debugging a elusive problem which only happened\nunder heavy concurrency. Slight changes to the code made it\ndisappear. In the end it turned out that gcc liked to move *one*\ninstruction across the SpinLockRelease() - and only sometimes. Unrelated\nchanges made ... |
[
{
"msg_contents": "Hi,\n\nAs part of a research project, I'm trying to change Read Committed \nisolation to use HeapTupleSatisfiesNow rather than acquiring a new \nsnapshot at every command [1]. Things appear to have gone reasonably \nwell so far, except certain queries fail with \"ERROR: non-MVCC \nsnapshots ... |
[
{
"msg_contents": "pgstat_heap() creates a BufferAccessStrategy and attaches it to a\nHeapScanDesc. It continues to use that strategy after calling heap_endscan(),\nwhich frees the strategy. This is only a risk when the table contains empty\npages at the end. I get a crash in an assert-enabled build with thi... |
[
{
"msg_contents": "Hi,\n\nPlease see the following patches for implementing support\nfor and migrating to Tau in PostgreSQL.\n\nHappy Tau Day Hacking\nhttp://tauday.com/\n\nMake sure to check out this shory story:\n http://tauday.com/a-parable\n\n\nAsbjørn Sloth Tønnesen (3):\n Implement tau() function\n bac... |
[
{
"msg_contents": "Allow pushdown of WHERE quals into subqueries with window functions.\n\nWe can allow this even without any specific knowledge of the semantics\nof the window function, so long as pushed-down quals will either accept\nevery row in a given window partition, or reject every such row. Because\nw... |
[
{
"msg_contents": "\n\nAm I missing anything, (ie memory leak, undesirable behavior elsewhere)? \n\n-Ed \n\n\nI applied the patch and it looks like it is working well. As a longtime plpython user, I appreciate the fix.\n\nI have a few comments:\n1) I would remove the error message from the PO files as well.\n\n... |
[
{
"msg_contents": "The simplified scene: \r\nselect slowfunction(s) from a order by b limit 1;\r\nis slow than\r\nselect slowfunction(s) from (select s from a order by b limit 1) as z;\r\nif there are many records in table 'a'.\r\n\r\n\r\nThe real scene. Function ST_Distance_Sphere is slow, the query:\r\nSELEC... |
[
{
"msg_contents": "Hi,\n\nAs shown by the CLOBBER_CACHE_ALWAYS animal test_decoding's tests fail\nif they take very long. The failures aren't bugs, but diffs like:\n BEGIN\n+ COMMIT\n+ BEGIN\n table public.tr_sub: INSERT: id[integer]:1 path[text]:'1-top-#1'\nThe added transaction is an analyze started by ... |
[
{
"msg_contents": "Hi,\n\nIn workloads with mostly simple statements, memory allocations are the\nprimary bottleneck. Some of the allocations are unlikely to be avoidable\nwithout major work, but others seem superflous in many scenarios.\n\nWhy aren't we delaying allocations in e.g. AtStart_Inval(),\nAfterTrigg... |
[
{
"msg_contents": "Hello, I have received inquiries related to blocked communication\nseveral times for these weeks with different symptoms. Then I\nfound this message from archive,\n\nhttp://postgresql.1045698.n5.nabble.com/Escaping-a-blocked-sendto-syscall-without-causing-a-restart-td5740855.html\n\n> Subject... |
[
{
"msg_contents": "Hi,\n\nI've just rerun valgrind for the first time in a while and saw the\nfollowing splat. My guess is it exists since bb38fb0d43c, but that's\nblindly guessing:\n\n==2049== Use of uninitialised value of size 8\n==2049== at 0x4FE66D: EndPrepare (twophase.c:1063)\n==2049== by 0x4F231B: ... |
[
{
"msg_contents": "In 9.4 we've the below block of code to walsender.c as\n\n/*\n * We only send regular messages to the client for full decoded\n * transactions, but a synchronous replication and walsender shutdown\n * possibly are waiting for a later location. So we send pings\n * containing the flush lo... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi!\n\nAre there any known issues when changing the attnums?\n\nlike :\n\nairport=# update pg_attribute set attnum = 3 where attname = 'abc' and\nattrelid = 18328;\nUPDATE 1\nairport=# update pg_attribute set attnum = 2 where attname = 'foo'... |
[
{
"msg_contents": "I would like to put on the record that there are a few deleted B-Tree\npages in a freshly initdb'd database. As my btreecheck tools shows:\n\nmgd=# select bt_index_verify(indexrelid::regclass::text) from pg_index;\nNOTICE: 00000: page 12 of index \"pg_attribute_relid_attnam_index\" is delete... |
[
{
"msg_contents": "Currently it's unsafe/not possible to use some funtions, like\ndate_trunc, in immutable functions and expression indexes.\n\nIt'd be really useful to have an immutable version that took the\ntimezone as an argument. Maybe this is a worthwhile beginner TODO item\nfor the wiki?\n\nI'm sure ther... |
[
{
"msg_contents": "hi,\n\ncan any one help me with the 4th and 5th steps of the following link which\nis to debug with a child process in postgres.\n\n*https://wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_with_child_processes\n<https://wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_with_chil... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 10823\nLogged by: Daniel Migowski\nEmail address: dmigowski@ikoffice.de\nPostgreSQL version: 9.1.13\nOperating system: n/a\nDescription: \n\nHello.\n\nCompared to CLUSTER and VACUUM FULL we need to... |
[
{
"msg_contents": "\nI've always been a bit reluctant to accept buildfarm members that are \nconstantly being updated, because it seemed to me that it created \nsomething with too many variables. However, we occasionally get requests \nfrom people who want to run on such platforms, and I'm also a bit \nreluctan... |
[
{
"msg_contents": "On Fri, Jun 27, 2014 at 9:00 PM, Andres Freund <andres@2ndquadrant.com> wrote:\n> Imagine the situation for the buffer header spinlock which is one of the\n> bigger performance issues atm. We could aim to replace all usages of\n> that with clever and complicated logic, but it's hard.\n>\n> Th... |
[
{
"msg_contents": "Hello, This is about a document fix of local_preload_libraries\nfor the versions 9.3 and earlier to at least 8.4.\n\n\nThere's inconsistency between documentation about\nlocal_preload_libraries for 9.3 and earlier and their behavior.\n\nThe 9.3 document for local_preload_libraries says that:\... |
[
{
"msg_contents": "Hello,\n\ni've tried to setup a FreeBSD 10 machine as buildfarm-member. But it's \nan IPv6 only machine and there is no IPv6 for the homepage.\n\nCan anyone add support for IPv6 to it?\n\nGreetings,\nTorsten\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make... |
[
{
"msg_contents": "I've been assisting Atri with development of an implementation of\nGROUPING SETS, beginning with a one-pass implementation of ROLLUP.\nTwo issues have arisen regarding the API for calling aggregate\ntransition and final functions that I think need answering now,\nsince they relate to changes ... |
[
{
"msg_contents": "\nHello,\n\nWhile it is obvious what is happening in $SUBJECT as well as reasonably \nobvious why it can happen. What isn't obvious is what to do about it. It \nseems we log in as a super user and drop the temp tables.\n\nHowever, I would think if we know that it is orphaned that autovacuum \... |
[
{
"msg_contents": "> Since upgrading FreeBSD from 8 to 9, I've noticed the following messages\n> showing up in logs when a connection with pgAdmin3 is made:\n> \n> LOG: getsockopt(TCP_KEEPCNT) failed: Protocol not available\n> STATEMENT: SELECT setting FROM pg_settings WHERE name IN ('autovacuum',\n> 'track_c... |
[
{
"msg_contents": "I think log_error_verbosity is a strange variable. It's useless for\nexpected user-facing errors but essential for unexpected errors that\nindicate bugs in the code -- and you can only have it on for\neverything or off for everything.\n\nI'm finding I usually want it set to 'verbose' for anyt... |
[
{
"msg_contents": "Hi,\n\nFujii noticed that I'd used\n\\echo Use \"CREATE EXTENSION pg_buffercache\" to load this file. \\quit\nin an extension upgrade script. That's obviously wrong, because it\nshould say ALTER EXTENSION. The reason it's that way is that I copied\nthe line from the unpackaged--1.0.sql file.\... |
[
{
"msg_contents": "Hi,\n\nWhile reading through the Explicit Locking section of the manual today,\nI felt the last paragraph of section 13.3.2. (Row-level Locks) might\nmerit its own subsection. It talks about page-level locks as distinct\nfrom table- and row-level locks. Then again, it is just one paragraph,... |
[
{
"msg_contents": "Hi,\n\nwhile hacking on the 'dynamic nbucket' patch, scheduled for the next CF\n(https://commitfest.postgresql.org/action/patch_view?id=1494) I was\nrepeatedly stumbling over NTUP_PER_BUCKET. I'd like to propose a change\nin how we handle it.\n\n\nTL;DR; version\n--------------\n\nI propose d... |
[
{
"msg_contents": "Hi. I'm up for testing 9.4 but my JDBC-driver fails to connect due to PG's \nminor-version string: \"4beta1\". Is it possible to set this somewhere without \nrecompiling PG? Thanks. -- Andreas Jospeh Krogh CTO / Partner - Visena AS \nMobile: +47 909 56 963 andreas@visena.com <mailto:and... |
[
{
"msg_contents": "There have been periodic reports of pg_upgrade errors related to toast\ntables. The most recent one was from May of this year:\n\n\thttp://www.postgresql.org/message-id/flat/20140520202223.GB3701@momjian.us#20140520202223.GB3701@momjian.us\n\nThere error was:\n\n\tCopying user relation files... |
[
{
"msg_contents": "Hanada-san,\r\n\r\nThanks for your dedicated reviewing.\r\n\r\nIt's a very long message. So, let me summarize the things\r\nI shall do in the next patch.\r\n\r\n* fix bug: custom-plan class comparison\r\n* fix up naming convention and syntax\r\n CREATE CUSTOM PLAN PROVIDER, rather than\r\n ... |
[
{
"msg_contents": "Hi,\n\n------------------------------\n\nI have defined a new command my_command in PostgreSQL. This command takes\nthe path of ANALYZE and inside analyze.c, I have a function to do some\noperations if its my_command.This command takes the input arguments: table\nname, column name and an inpu... |
[
{
"msg_contents": "Hi,\n\npostgres=# SELECT oid::regclass, reltoastrelid FROM pg_class WHERE relname IN ('pg_seclabel', 'pg_shseclabel');\n oid | reltoastrelid\n---------------+---------------\n pg_seclabel | 3598\n pg_shseclabel | 0\n(2 rows)\n\nIsn't that a somewhat odd choice... |
[
{
"msg_contents": "Hello,\n\nMy customer reported a strange connection hang problem. He and I couldn't \nreproduce it. I haven't been able to understand the cause, but I can think \nof one hypothesis. Could you give me your opinions on whether my hypothesis \nis correct, and a direction on how to fix the pro... |
[
{
"msg_contents": "Hello\r\n\r\nAs an exercise I hacked up the simplest code I could think of that would\r\ndemonstrate a faster DISTINCT based on skipping ahead to the next distinct\r\nvalue in an index-only scan. Please see the attached (extremely buggy)\r\npatch, and the example session below. (It's against... |
[
{
"msg_contents": "Commit 8b6010b8350a1756cd85595705971df81b5ffc07 eliminated the only\nusage of a variable called typeStruct in plpy_spi.c, but left the\ndeclaration and the code that sets a value for it. This is\ngenerating a warning when I build. I would have just pushed a fix,\nbut I was concerned that it... |
[
{
"msg_contents": "Hi,\n\nwhile reading the logical decoding docs, I came across a duplicated\nparagraph in doc/src/sgml/logicaldecoding.sgml - in the current\nmaster branch, lines 108 to 115 are the same as lines 117 to 124.\nI've attached a patch which removes the second instance of that\nparagraph.\nIn case ... |
[
{
"msg_contents": "Spent some time analyzing a severe performance regression on 9.1->9.3\nupgrade for a user on IRC. Narrowed it down to this:\n\ncommit 807a40c5 fixed a bug in handling of (new in 9.2) functionality\nof ScalarArrayOpExpr in btree index quals, forcing the results of\nscans including such a qual ... |
[
{
"msg_contents": "Hi all\n\nAfter someone reported somewhat less than informative errors in bytea\ndecoding (http://stackoverflow.com/q/24588866/398670) I thought I'd put\ntogether a quick patch to improve the errors here.\n\nPlease merge.\n\n-- \n Craig Ringer http://www.2ndQuadrant.com/\n P... |
[
{
"msg_contents": "Fix decoding of MULTI_INSERTs when rows other than the last are toasted.\n\nWhen decoding the results of a HEAP2_MULTI_INSERT (currently only\ngenerated by COPY FROM) toast columns for all but the last tuple\nweren't replaced by their actual contents before being handed to the\noutput plugin.... |
[
{
"msg_contents": "\"EXPLAIN (format XML) <query>\" command in PostgreSQL9.3.4 gives the plan\nchosen by the optimizer in XML format. In my program, I have to extract\ncertain data about optimizer plan from this XML output.\n\n I am using *LibXML2* library for parsing the XML. I had successfully\nextracted... |
[
{
"msg_contents": "I recently upgraded my machine from PostgreSQL8.3 to PostgreSQL9.3.4. After\nupgrade, when I ran TPC-H queries for performance testing, I could see\ndrastic change in timings. Especially TPC-H query 5 which was taking 4\nminutes to execute in pgsql8.3, took just 15 seconds in postgresql9.3.4.... |
[
{
"msg_contents": "Hi,\nHere's a table I have\npostgres=# \\d+ tab1\n Table \"public.tab1\"\n Column | Type | Modifiers | Storage | Stats target | Description\n--------+---------+-----------+---------+--------------+-------------\n val | integer | | plain | ... |
[
{
"msg_contents": "I wrote previously about my efforts to create a new memory allocator\n(then called sb_alloc, now renamed to BlockAllocatorContext in my git\nbranch for consistency with existing identifiers) for PostgreSQL. To\nmake a long story short, many of the basic concepts behind that patch\nstill seem... |
[
{
"msg_contents": " From 9.4 psql has slightly changed it's behavior.\n\nPre 9.4:\npsql --version\npsql (PostgreSQL) 9.3.4\npsql -U '' test\nFATAL: no PostgreSQL user name specified in startup packet\npsql: FATAL: no PostgreSQL user name specified in startup packet\n\n9.4:\npsql -U '' test\npsql (9.4beta1, se... |
[
{
"msg_contents": "Hi,\n\nI am trying to implement a functionality that is similar to ANALYZE, but\nneeds to have different values (the values will be valid and is stored in\ninp->str[][]) for MCV/Histogram Bounds in case the column under\nconsideration is varchar (C Strings). I have written a function\n*dummy_... |
[
{
"msg_contents": "Attached is a WIP patch for the following:\n\n/*\n * postgresPlanForeignModify\n * Plan an insert/update/delete operation on a foreign table\n *\n * Note: currently, the plan tree generated for UPDATE/DELETE will always\n * include a ForeignScan that retrieves ctids (using SELECT FOR UPD... |
[
{
"msg_contents": "Over here ->\nhttp://www.postgresql.org/message-id/6351.1404663344@sss.pgh.pa.us Tom\nnoted that create_unique_path did not check for set returning functions.\n\nTom Wrote:\n> I notice that create_unique_path is not paying attention to the question\n> of whether the subselect's tlist contains... |
[
{
"msg_contents": "Hanada-san,\r\n\r\nThe attached patch is revised one.\r\nUpdates from the previous version are below:\r\n\r\n* System catalog name was changed to pg_custom_plan_provider;\r\n that reflects role of the object being defined.\r\n* Also, prefix of its variable names are changed to \"cpp\"; that\... |
[
{
"msg_contents": "Dear PostgreSQL Gurus,\n\nWe currently have php code which, for the purposes of speed optimization,\ndynamically constructs queries based on the output columns and filter\nconditions requested by the application. This code is very complicated, so\nwe are trying to simplify things by using vie... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nhi,\n\nis there any hint to tell pgxs to compile with gcc -O0 (CFLAGS) ?\n\nregards\n\ngeohas\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1\nComment: Using GnuPG with Thunderbird - http://www.enigmail.net/\n\niQEcBAEBAgAGBQJTvA4AAAoJEJFG... |
[
{
"msg_contents": "I've encountered a corrupt pg_control file on my 9.4 development \ncluster. I've mostly been using the cluster for changeset extraction / \nslony testing.\n\nThis is a 9.4 (currently commit 6ad903d70a440e + a walsender change \ndiscussed in another thread) but would have had the initdb don... |
[
{
"msg_contents": "Hi all,\n\nWe have a table in a database DB1 with name Test. We imported this database from another machine.\nWhen I fire insert statement it is going in the hang state.\n\nThen I created another table with same structure and with same data within it as in table Test. \nThen I fired the inser... |
[
{
"msg_contents": "I have the hang issue in Postgres, When I am going to insert into record in a table.\nTable structure is enclosed in the discussion.\n\nAlso we found the issue with unique indexes. When I removed the unique index insert operation is working fine.\nI need help from this core group that weather... |
[
{
"msg_contents": "\"EXPLAIN (format XML) \" command in PostgreSQL9.3.4 gives the plan chosen by\nthe optimizer in XML format. In my program, I have to extract certain data\nabout optimizer plan from this XML output. I am using *LibXML2* library for\nparsing the XML. I had successfully extracted information abo... |
[
{
"msg_contents": "Hi,\n\nSeveral couple weeks ago, I posted a mail to pgsql-doc.\nhttp://www.postgresql.org/message-id/53992FF8.2060702@po.ntts.co.jp\n\nIn this thread, I concluded that it's better to\nround up the value which is less than its unit.\nCurrent behavior (rounding down) has undesirable setting ris... |
[
{
"msg_contents": "Hi,\n\nAt 1047 line of receivelog.c:CopyStreamPoll(), we set NULL to\ntimeoutptr variable.\nif the value of timeoutprt is set NULL then the process will wait\nuntil can read socket using by select() function as following.\n\n if (timeout_ms < 0)\n timeoutptr = NULL;\n else\n {... |
[
{
"msg_contents": "In contrib/test_shm_mq/test.c, the 9.4 pgindent run\n(0a7832005792fa6dad171f9cadb8d587fe0dd800) did this:\n\n-PG_MODULE_MAGIC;\n-PG_FUNCTION_INFO_V1(test_shm_mq);\n+PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(test_shm_mq);\n PG_FUNCTION_INFO_V1(test_shm_mq_pipelined);\n\nThis is obviously not an imp... |
[
{
"msg_contents": "It seems psql is missing autocomplete entries for LC_COLLATE and\nLC_CTYPE for the CREATE DATABASE command. Attached patch adds that.\n\nI doubt this is important enough to backpatch - thoughts?\n\n-- \n Magnus Hagander\n Me: http://www.hagander.net/\n Work: http://www.redpill-linpro.com/\n\n... |
[
{
"msg_contents": "hi, all\nNOTE: fedora 17 x86_64, 7.2.2 can not be compiled in the env, I choose\n8.4.0 because I think old version is easier to understand than newer\nversion!\n\nI want to study pg's external sort (in tuplesort.c )through 8.4.0's source\ncode, and use ddd to do it, according to usingddd-post... |
[
{
"msg_contents": "Attached is a small patch to $SUBJECT.\n\nIn master, only single-byte characters are allowed as an escape. Of\ncourse, with the patch it must still be a single character, but it may\nbe multi-byte.\n\nRegards,\n\tJeff Davis\n\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@post... |
[
{
"msg_contents": "That is it possible to tell the planner that index is off limits i.e. don't\never generate a plan using it?\n\nRationale: Schema changes on big tables. I might have convinced myself /\nstrong beliefs that for all queries that I need to be fast the planner does\nnot need to use a given index... |
[
{
"msg_contents": "I've noticed that EXPLAIN ANALYZE shows no information on exact/lossy\nblocks for a bitmap heap scan when both the numbers of exact/lossy pages\nretrieved by the node are zero. Such an example is shown below. I\nthink it would be better to suppress the 'Heap Blocks' line in that\ncase, base... |
[
{
"msg_contents": "Is there a particular reason why pg_receivexlog only supports using\nmanually created slots but pg_recvlogical supports creating and\ndropping them? Wouldn't it be good for consistency there?\n\nI'm guessing it's related to not being exposed over the replication\nprotocol? We had a discussion... |
[
{
"msg_contents": "I think the following comment for store_returning_result() in\npostgres_fdw.c is not right.\n\n /* PGresult must be released before leaving this function. */\n\nI think PGresult should not be released before leaving this function *on\nsuccess* in that function.\n\n(I guess the comment has ... |
[
{
"msg_contents": "Hi\n\nI noticed a minor inconsistency with the search_path separator used in the\ndefault configuration.\n\nThe schemas of any search_path set using `SET search_path TO...` are\nseparated by \", \" (comma, space), while the default value is only separated\nby \",\" (comma).\n\nThe attached pa... |
[
{
"msg_contents": "This example in the regression database is a simplified version of a bug\nI was shown off-list:\n\nregression=# select (\nselect q from\n( select 1,2,3 where f1>0\n union all\n select 4,5,6.0 where f1<=0\n) q\n)\nfrom int4_tbl;\nERROR: record type has not been registered\n\nThe reason for ... |
[
{
"msg_contents": "It's today really hard to figure out if your SSL connection is\nactually *using* SSL compression. This got extra hard when we the\ndefault value started getting influenced by environment variables at\nleast on many platforms after the crime attacks. ISTM we should be\nmaking this easier for t... |
[
{
"msg_contents": "As an administrator, I find that you fairly often want to know what\nyour current connections are actually using as SSL parameters, and\nthere is currently no other way than gdb to find that out - something\nwe definitely should fix.\n\nYou can find it out today through libpq (the PQgetssl fu... |
[
{
"msg_contents": "populate_record_worker in jsonfuncs.c says this:\n\n if (get_call_result_type(fcinfo, NULL, &tupdesc) != TYPEFUNC_COMPOSITE)\n ereport(ERROR,\n (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),\n errmsg(\"function returning record called in cont... |
[
{
"msg_contents": "Is there an easy way to get a list of held lwlocks out of gdb attached to a\ncore dump (or for that matter attached to a live process)?\n\nI can try manually walking the internal data structure, but I am hoping for\nsomething analogous to the way you get memory contexts:\n\n(gdb) p MemoryCont... |
[
{
"msg_contents": "Reset master xmin when hot_standby_feedback disabled.\nIf walsender has xmin of standby then ensure we\nreset the value to 0 when we change from hot_standby_feedback=on\nto hot_standby_feedback=off.\n\nBranch\n------\nREL9_2_STABLE\n\nDetails\n-------\nhttp://git.postgresql.org/pg/commitdiff/... |
[
{
"msg_contents": "Magnus Hagander wrote:\n>On Mon, Aug 5, 2013 at 10:03 PM, Noah Misch <noah(at)leadboat(dot)com>\nwrote:\n>> On Thu, Aug 01, 2013 at 01:04:42PM -0400, Andrew Dunstan wrote:\n>>> On 08/01/2013 12:15 PM, Noah Misch wrote:\n>>>> 1. Include in the base backup a file listing symbolic links/junction... |
[
{
"msg_contents": "I have just noticed that I inadvertently marked the json_build* \nfunctions as immutable. That seems to be a plain error, as, for example, \ntimestamptz output will not be immutable. I think we need to fix this \nfor 9.4. It will mean a catalog bump :-(\n\ncheers\n\nandrew\n\n\n-- \nSent via ... |
[
{
"msg_contents": "We've observed a 9.0 database have undetected deadlocks repeatedly in\nhot standby mode.\n\nI think what's happening is that autovacuum is kicking off a VACUUM of\nsome system catalogs -- it seems to usually be pg_statistics' toast\ntable actually. At the end of the vacuum it briefly gets the... |
[
{
"msg_contents": "Sorry, here is my message for the mailing list.\n\n> ---------- Ursprüngliche Nachricht ----------\n> Von: \"Lars Ewald (web.de)\" <l.ewald-web@lars-ewald.de>\n> An: Tom Lane <tgl@sss.pgh.pa.us>\n> Datum: 14. Juli 2014 um 17:23\n> Betreff: Re: [BUGS] Compile fails on AIX 6.1\n> \n> Hello... |
[
{
"msg_contents": "It's hard to argue that the current behaviour is wrong, but it's worth a try.\n\nFirst I'd appreciate the \"official\" reasons why Postgres prefers to\nkeep interval values in non-canonical form, like '1 day -23:37:00'\ninstead of '00:23:00'. I understand it has something to do with a\nyear/m... |
[
{
"msg_contents": "The PG core team has agreed that it's about time to push out new minor\nreleases, since work has finished on repairing the known issues around\n9.3's multixact code. We have scheduled this for next week (ie, wrap this\ncoming Monday, July 21, for announcement Thursday 7/24).\n\nWe will push ... |
[
{
"msg_contents": "On Fri, Jun 27, 2014 at 11:51 AM, Alvaro Herrera <alvherre@2ndquadrant.com>\nwrote:\n\n> Jeff Janes wrote:\n>\n> > This problem was initially fairly easy to reproduce, but since I\n> > started adding instrumentation specifically to catch it, it has become\n> > devilishly hard to reproduce.\n>... |
[
{
"msg_contents": "Currently \\pset is supported without any argument also, so same is updated in documentation.\n\n\\pset option [ value ]\nChanged to\n\\pset [ option [ value ] ]\n\nThanks & Regards,\nDilip Kumar\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to... |
[
{
"msg_contents": "I found and fixed a bug that causes recovery (crash recovery , PITR) to throw unwanted LOG message if the tablespace symlink is not found during the processing of DROP TABLESPACE redo.\n LOG: could not remove symbolic link \"pg_tblspc/16384\": No such file or d... |
[
{
"msg_contents": "Hello,\n\nAs far as I see gin seems using GIN_EXCLUSIVE instead of\nBUFFER_LOCK_EXCLUSIVE for LockBuffer, but the raw\nBUFFER_LOCK_EXCLUSIVE appears in ginbuildempty().\n\nDoes it has a meaning to fix them to GIN_EXCLUSIVE?\n\nregards,\n\n-- \nKyotaro Horiguchi\nNTT Open Source Software Cente... |
[
{
"msg_contents": "Attached patch is implementing following TODO item\r\nProcess pg_hba.conf keywords as case-insensitive\r\n\r\n * More robust pg_hba.conf parsing/error logging<http://archives.postgresql.org/pgsql-hackers/2009-09/msg00432.php>\r\n\r\nThanks & Regards,\r\nViswanatham Kiran Kumar\n\n\n-- \nSe... |
[
{
"msg_contents": "Hi all,\n\nPlease find attached a patch finishing the work begun during CF1. This\nadds versioning support for all the remaining dll and exe files on\nboth MinGW and MSVC:\n- regress.dll (MSVC only)\n- isolationtester.exe\n- pg_isolation_regress.exe\n- pg_regress.exe\n- pg_regress_ecpg.exe\n-... |
[
{
"msg_contents": "I'd reported a few years ago what seemed an inconsistency with the TRIGGER\npermission on tables where it allows a role to create a trigger but not to\ndrop it. I don't have the original email to reply directly to the thread\nanymore, but I've moved on to actually trying to fix it myself, hen... |
[
{
"msg_contents": "I've recently found some time on my hands and have decided to see about\ncontributing to the PostgreSQL project, so I've started browsing the code\nto get somewhat familiar with it.\n\nThe file src/timezone/zic.c caused me to raise my eyebrows a bit and I have\na question to ask because of th... |
[
{
"msg_contents": "My Salesforce colleagues have been complaining that the TAP tests added\nin 9.4 don't work terribly well for them. I've been poking at this,\nand I believe this is a reasonably complete list of the problems:\n\n1. \"make [install]check-world\" tries to run the TAP tests even when\n\"prove\" ... |
[
{
"msg_contents": "I'm working on UPSERT again. I think that in order to make useful\nprogress, I'll have to find a better way of overcoming the visibility\nissues (i.e. the problem of what to do about a\nstill-in-progress-to-our-snapshot row being locked at READ COMMITTED\nisolation level [1][2]).\n\nI've made... |
[
{
"msg_contents": "During my recent work on pg_basebackup, I noticed that\n-T option doesn't seem to work on Windows.\nThe reason for the same is that while updating symlinks\nit doesn't consider that on Windows, junction points can\nbe directories due to which it is not able to update the\nsymlink location.\nF... |
[
{
"msg_contents": "Hello,\n\nMy customer reported a problem that the following message is output too \noften.\n\nLOG: autovacuum: found orphan temp table \"pg_temp_838\".\"some_table\" in \ndatabase \"some_db\"\nLOG: autovacuum: found orphan temp table \"pg_temp_902\".\"some_table\" in \ndatabase \"some_db\"\... |
[
{
"msg_contents": "Given my recent examination of the src/timezone subtree and the current\ncode at IANA for timezone information and tools, I proposing the following\nchanges and would like to first get group consensus on the change prior to\ninvesting any major effort.\n\nMy proposal is the have the following... |
[
{
"msg_contents": "hi, all\n for studying polyphase merge algorithm of tuplesort.c, I use ddd and\napend a table, which has a schema as follows:\n\nCREATE TABLE Towns (\n id SERIAL UNIQUE NOT NULL,\n code VARCHAR(10) NOT NULL, -- Only unique inside a department\n article TEXT,\n name TEXT NOT NULL, -- ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.