threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\n\nAttached for $subject.\n\ns/Expession/Expression/\n\nRegards,\n\n--\nMasahiko Sawada\nNIPPON TELEGRAPH AND TELEPHONE CORPORATION\nNTT Open Source Software Center\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp:... |
[
{
"msg_contents": "Right now we don't document that temp_tablespaces can use\nnon-restart-safe storage, e.g. /tmp, ramdisks. Would this be safe? \nShould we document this?\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://enterprisedb.com\n\... |
[
{
"msg_contents": "Patch attached\n\n\n\n-- \nSent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)\nTo make changes to your subscription:\nhttp://www.postgresql.org/mailpref/pgsql-bugs",
"msg_date": "Mon, 29 May 2017 21:38:18 +0100",
"msg_from": "Daniele Varrazzo <daniele.varrazzo@gmail.com>",
... |
[
{
"msg_contents": "Hi,\n\nWhile reading source code, I realized that comment of GetOldestXmin mentions;\n\n * if rel = NULL and there are no transactions running in the current\n * database, GetOldestXmin() returns latestCompletedXid.\n\nHowever, in that case if I understand correctly GetOldestXmin()\nactuall... |
[
{
"msg_contents": "Hello everybody,\n\nHere is a thing I observed in my recent experimentation, on changing\nthe value of PARALLEL_TUPLE_QUEUE_SIZE to 6553600, the performance of\na TPC-H query is improved by more than 50%.\n\nSpecifically, with this change, q12 completes in 14 seconds which was\ntaking 45 seco... |
[
{
"msg_contents": "Hi,\n\nI can reproduce a segmentation fault when creating a BRIN concurrently\nwith set pages_per_range and autosummarize.\n\n# Reproduce\nCREATE TABLE brin_test AS\n SELECT\n series AS id,\n MD5(series::TEXT) AS VALUE,\n '2015-10-31 13:37:00.313370+01'::TIMESTAMP + (s... |
[
{
"msg_contents": "I ran into the issue described below with 10.0 beta. The error I got is:\n\npg_basebackup: could not create temporary replication slot\n\"pg_basebackup_2194\": ERROR: replication slot \"pg_basebackup_2194\"\nalready exists\n\nA race condition? Or maybe I am doing something wrong.\n\n\n\n\n\n... |
[
{
"msg_contents": "Peter,\n\nJust FYI, as of 665d1fad99e7b11678b0d5fa24d2898424243cd6, syscache.h\nentries are not in alphabetical order, which violates the coding standard\nspecified in the comment for these entries. In particular, it is the PUBLICATION\nand SUBSCRIPTION entries that are mis-ordered.\n\nSorry... |
[
{
"msg_contents": "Hi,\n\nThere is an incomplete sentence at top of subtrans.c file. I think the\ncommit 88e66d19 removed the whole line mistakenly.\n\nAttached patch fixes this.\n\nRegards,\n\n--\nMasahiko Sawada\nNIPPON TELEGRAPH AND TELEPHONE CORPORATION\nNTT Open Source Software Center\n\n\n\n-- \nSent via ... |
[
{
"msg_contents": "Hi all\n\nMore and more I'm finding it useful to extend PostgresNode for project\nspecific helper classes. But PostgresNode::get_new_node is a factory\nthat doesn't provide any mechanism for overriding, so you have to\ncreate a PostgresNode then re-bless it as your desired subclass. Ugly.\n\n... |
[
{
"msg_contents": "Hi all\n\nI propose that we backpatch all practical TAP enhancements back to the\nlast supported back branch.\n\nAt the moment that'd be 9.5, since that's where PostgresNode was\nintroduced. But if I can find the time I'd quite like to backport\nPostgresNode to 9.4 too.\n\nWhere needed, Postg... |
[
{
"msg_contents": "Hi all\n\nAttached is a small patch to teach pg_config how to output a --version-num\n\nWith Pg 10, parsing versions got more annoying. Especially with\n\"10beta1\", \"9.6beta2\" etc into the mix. It makes no sense to force\ntools and scripts to do this when we can just expose a sensible\npre... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 14680\nLogged by: chuanting wang\nEmail address: wangchuanting@huawei.com\nPostgreSQL version: 10beta1\nOperating system: SuSE\nDescription: \n\nstartup process on standby encounter a deadlock of ... |
[
{
"msg_contents": "It seems that 14cca1b (use static inline functions for float <-> Datum\nconversions) has an implicit narrowing conversion in one of those\nfunctions.\n\nIf building an extension with gcc's -Wconversion warning enabled\n(*cough* pljava *cough* ... the Maven plugin that runs the compiler\nenabl... |
[
{
"msg_contents": "Hi,\n\nThere is an error while creating subscription when server is running in \nsingle user mode\n\ncentos@centos-cpula bin]$ ./postgres --single postgres -D m1data\nPostgreSQL stand-alone backend 10beta1\nbackend> create subscription sub connection 'dbname=postgres port=5433 \nuser=centos' ... |
[
{
"msg_contents": "Hackers,\n\nI've discovered that PostgreSQL is able to run following kind of queries in\norder to change statistic-gathering target for an indexed expression.\n\nALTER INDEX index_name ALTER COLUMN expr SET STATISTICS stat_target;\n\nIt's been previously discussed in [1].\n\nI think this shou... |
[
{
"msg_contents": "Hi!\n\nI found an example where v10 chooses extremely non-optimal plan:\nselect\n i::int as a,\n i::int + 1 as b,\n 0 as c\ninto t\nfrom\n generate_series(1,32) as i;\n\ncreate unique index i on t (c, a);\n\nexplain analyze\nSELECT\n t1.a, t1.b,\n t2.a, t2.b,\n t3.... |
[
{
"msg_contents": "Hackers,\n\nrecent changes have introduced the :location field to the partboundspec\nin pg_catalog.pg_class. This means that if two identical tables with\nidentical partitioning scheme are created, but one is done before a change\nto gram.y, and the other after a change to gram.y, the relpar... |
[
{
"msg_contents": "Hello everyone,\n\n\n\nI have been accepted as GSoC student for the project \"Explicitly support\npredicate locks in index access methods besides b-tree\". I want to share my\napproach for implementation of page level predicate locking in gist index.\nAny suggestions will be appreciated.\n\n\... |
[
{
"msg_contents": "Hi,\n\nAt the moment $subject doesn't allow parallelism, because copy.c's\npg_plan_query() invocation doesn't set the CURSOR_OPT_PARALLEL_OK\nflag.\n\nTo me that appears to be an oversight rather than intentional. A\nsomewhat annoying one at that, because it's not uncommong to use COPY to\ne... |
[
{
"msg_contents": "Simplifying $subject. There are typos in xlogfuncs.c. So Either\n\ns/pg_xlog_switch/pg_switch_wal\n\nOr\n\nRemove \"pg_xlog_switch\" from the comments.\n\nAttached patches both ways.\n\nRegards,\nNeha\n\nOn Sat, May 20, 2017 at 1:08 AM, Neha Khatri <nehakhatri5@gmail.com> wrote:\n\n> While r... |
[
{
"msg_contents": "Hi,\n\nwhen using\n$ cat ~/.proverc\n-j9\n\nsome tests fail for me in 9.4 and 9.5. E.g. src/bin/script's tests\nyields a lot of fun like:\n$ (cd ~/build/postgres/9.5-assert/vpath/src/bin/scripts/ && make check)\n...\n# LOG: received immediate shutdown request\n# WARNING: terminating connec... |
[
{
"msg_contents": "Hi all\n\nTL;DR: replication origins track LSN without timeline. This is\nambiguous when physical failover is present since XXXXXXXX/XXXXXXXX\ncan now represent more than one state due to timeline forks with\npromotions. Replication origins should track timelines so we can tell\nthe differenc... |
[
{
"msg_contents": "On 1 June 2017 at 04:16, Teodor Sigaev <teodor@postgrespro.ru> wrote:\n> I found an example where v10 chooses extremely non-optimal plan:\n> select\n> i::int as a,\n> i::int + 1 as b,\n> 0 as c\n> into t\n> from\n> generate_series(1,32) as i;\n>\n> create unique index i on t (... |
[
{
"msg_contents": "Hi,\n\nWhile using psql, I found that tab completion for subscription and\npublication baskslash commands are not supported. After investigated\nother backslash command that is not supported, I found \\if, \\elif,\n\\else, \\endif and \\?.\nAttached patch tweaks tab completion for some backsl... |
[
{
"msg_contents": "Hello,\n\nThe following page says:\n\nhttps://www.postgresql.org/docs/devel/static/ecpg-connect.html#ecpg-set-connection\n\n--------------------------------------------------\nEXEC SQL AT connection-name SELECT ...;\n\nIf your application uses multiple threads of execution, they cannot share ... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 14682\nLogged by: Fakhroutdinov Evgenievich\nEmail address: fte@nct.ru\nPostgreSQL version: 10beta1\nOperating system: macOS Sierra 10.12.5\nDescription: \n\ncreate table test (\r\n id bigserial... |
[
{
"msg_contents": "I noticed that the `check` Makefile rule imported by PGXS is giving\na success exit code even when it is unsupported.\n\nThe attached patch fixes that.\n\n--strk;\n\n () Free GIS & Flash consultant/developer\n /\\ https://strk.kbt.io/services.html\n\n\n\n-- \nSent via pgsql-hackers mail... |
[
{
"msg_contents": "Moin,\n\nOn Wed, May 31, 2017 10:18 pm, Craig Ringer wrote:\n> On 31 May 2017 at 08:43, Craig Ringer <craig@2ndquadrant.com> wrote:\n>> Hi all\n>>\n>> More and more I'm finding it useful to extend PostgresNode for project\n>> specific helper classes. But PostgresNode::get_new_node is a factor... |
[
{
"msg_contents": "This is my next attempt to bring more sanity to the geometric types.\nAfter the previous one [1] went nowhere, I extracted the parts I can\nfix without touching the EPSILON. I still hope to improve the\nproblems around EPSILON after this. I organised the changes as 4\npatches for ease of re... |
[
{
"msg_contents": "While comparing two text strings using varstr_cmp(), if *strcoll*()\ncall returns 0, we do strcmp() tie-breaker to do binary comparison,\nbecause strcoll() can return 0 for non-identical strings :\n\nvarstr_cmp()\n{\n...\n/*\n* In some locales strcoll() can claim that nonidentical strings are... |
[
{
"msg_contents": "I just discovered that a BEFORE trigger can allow data into a\npartition that violates the relevant partition constraint. This is\nbad.\n\nHere is an example:\n\nrhaas=# create or replace function t() returns trigger as $$begin\nnew.a := 2; return new; end$$ language plpgsql;\nCREATE FUNCTIO... |
[
{
"msg_contents": "Hi,\n\nWhile reading predicate lock source code, I found a comment typo in\npredicate.c file.\nAttached patch fixes it.\n\ns/scrach/scratch/\n\nRegards,\n\n--\nMasahiko Sawada\nNIPPON TELEGRAPH AND TELEPHONE CORPORATION\nNTT Open Source Software Center\n\n\n\n-- \nSent via pgsql-hackers maili... |
[
{
"msg_contents": "Hi\n\nSome modern or old languages (GO, Lua, CLU) has similarly designed function\nOUT parameters like PLpgSQL.\n\nIn these languages is usually supported parallel assignment. It is not\nsupported by PLpgSQL - there is workaround - using SELECT FROM, but it is\nworkaround. The implementation ... |
[
{
"msg_contents": "Hi, Alvaro and Kevin.\n\n> Anyway, this is just my analysis. \n> So I want to hack the PG and count the conflict lists' size of transactions. That would be more accurate.\n\nIn the last week, I hacked the PG to add an additional thread to count RWConflict list lengths. \nAnd tune the benchma... |
[
{
"msg_contents": "Hi all,\n There is a lot of \"if statement\" in system, and GCC provides a\nfeature,\"__builtin_expect\", which let compilers know which branch is\nmostly run. as we known, miss-prediction will lead the performance\nlost(because the CPU will thrown away some instructions, and re-fetch ... |
[
{
"msg_contents": "Noticed a comment copy-pasted from spccache.c, which attached patch fixes\nto match the file.\n\n /*\n * InitializeAttoptCache\n- * Initialize the tablespace cache.\n+ * Initialize the attribute options cache.\n */\n\nThanks,\nAmit\n\n\n\n-- \nSent via pgsql-hackers mailing list (... |
[
{
"msg_contents": "Hello hackers,\n\nThere is one strange and awful thing I don't understand about\nrestore_command: it is always being called for every single WAL segment\npostgres wants to apply (even if such segment already exists in pg_xlog)\nuntil replica start streaming from the master.\n\nIf there is no ... |
[
{
"msg_contents": "Since the subject of transition tables came up, I thought I'd test how this\ncase works:\n\n=# create table qwr(a int);\nCREATE TABLE\n\n=# create function qq() returns trigger as $$ begin raise notice '%',\n(select count(*) from oo); return null; end $$ language plpgsql;\nCREATE FUNCTION\n\n... |
[
{
"msg_contents": "If you create a partitioned table in the obvious way, partcollation ends up 0:\n\nrhaas=# create table foo (a int, b text) partition by list (a);\nCREATE TABLE\nrhaas=# select * from pg_partitioned_table;\n partrelid | partstrat | partnatts | partattrs | partclass |\npartcollation | partexprs... |
[
{
"msg_contents": "Hello, all!\n\nI have problem with upgrading standby via rsync.\n\nDocumentation say:\n> Verify that the \"Latest checkpoint location\" values match in all clusters.\n\nBut it is impossible for \"WAL archive only\" standby, if I not mistaken.\n\nStandby can make restartpoint only at master ch... |
[
{
"msg_contents": "Hi,\n\ncommit 7c4f52409a8c7d85ed169bbbc1f6092274d03920\nAuthor: Peter Eisentraut <peter_e@gmx.net>\nDate: 2017-03-23 08:36:36 -0400\n\n Logical replication support for initial data copy\n\nmade walreceiver emit worse messages in v10 than before when the master\ngets shut down. Before 10... |
[
{
"msg_contents": "Hi all,\n\nThis week I faced a out of disk space trouble in 8TB production cluster.\nDuring investigation we notice that pg_replslot was the culprit growing\nmore than 1TB in less than 1 (one) hour.\n\nWe're using PostgreSQL 9.5.6 with pglogical 1.2.2 replicating to a new 9.6\ninstance and pl... |
[
{
"msg_contents": "I have seen a few reports where people are getting this pg_upgrade\nerror:\n\n\tYour installation references loadable libraries that are missing\n\tfrom the new installation. You can add these libraries to the\n\tnew installation, or remove the functions using them from the\n\told installati... |
[
{
"msg_contents": "I've been thinking about the behavior discussed in\nhttps://www.postgresql.org/message-id/flat/20170522132017.29944.48391%40wrigleys.postgresql.org\nand it seems to me that there are a couple of things we ought to do about\nit.\n\nFirst, I think we need a larger hard floor on the number of oc... |
[
{
"msg_contents": "Hi,\n\nAt the moment a number of flag variables set in signal handlers have\n'volatile bool' as type, others have 'volatile sig_atomic_t'. That's\nkinda confusing. I think either is safe, but I think we should\nstandardize one of them.\n\nOpinions?\n\n- Andres\n\n\n-- \nSent via pgsql-hack... |
[
{
"msg_contents": "Hi all,\n\nThe attached patch is to support the feature \"COMMENT ON DATABASE\nCURRENT_DATABASE\". The solution is based on the previous discussion in [2] .\n\nCan't find the previous link in my email history list so create a new topic\nhere.\n\nBy using the patch the CURRENT_DATABASE as a ke... |
[
{
"msg_contents": "Hi,\n\nI found below formula to compute selectivities, but\nI think the last Probability 'P(b=?)' should be 'P(c=?)'.\n\n> P(a=?,b=?,c=?) = P(a=?,b=?) * (d + (1-d)*P(b=?))\n\nAttached patch fixes it, and it also adds some spaces\nfollowing another formula which is on line 86 and\ncomputes P(... |
[
{
"msg_contents": "While working on [1], I noticed that the comment in ExecModifyTable:\n\n * Foreign table updates have a wholerow attribute when the\n * relation has an AFTER ROW trigger.\n\nis not 100% correct because a foreign table has a wholerow attrubute \nwhen the relat... |
[
{
"msg_contents": "Hi Pg Hackers,\n\n XID wraparound seems to be quite a big concern and we introduce changes like “adding another frozen bit to each page” [http://rhaas.blogspot.com/2016/03/no-more-full-table-vacuums.html <http://rhaas.blogspot.com/2016/03/no-more-full-table-vacuums.html> to tackle this. I ... |
[
{
"msg_contents": "Good day, everyone.\n\nThis patch improves performance of contended LWLock.\nIt was tested on 4 socket 72 core x86 server (144 HT) Centos 7.1\ngcc 4.8.5\n\nResults:\n\npgbench -i -s 300 + pgbench --skip-some-updates\nClients | master | patched\n========+=========+=======\n 30 | 32k ... |
[
{
"msg_contents": "\nBuildfarm member lorikeet is failing occasionally with a failed\nassertion during the select_parallel regression tests like this:\n\n\n 2017-06-03 05:12:37.382 EDT [59327d84.1160:38] LOG: statement: select count(*) from tenk1, tenk2 where tenk1.hundred > 1 and tenk2.thousand=0;\n TRA... |
[
{
"msg_contents": "shm_toc_lookup() returns NULL if it fails to find the desired key.\nOut of the 30 or so call sites, there is exactly one that has any\nuse for that. Some of the rest have Asserts that they get back\na non-null result, but the majority just blithely dereference the\npointer. I do not find th... |
[
{
"msg_contents": "GSoC (week 1)\n\n\nHi,\n\nHere is the list of things I have done during this week.\n\n1. read documentation on how to set up development environment\n\n2. installed PostgreSQL on Ubuntu from source code\n\n3. read documentation on gist index (http://www.sai.msu.su/~\nmegera/postgres/gist/)\n\... |
[
{
"msg_contents": "The default value for fdw_tuple_cost is 0.01, which seems way too low. If\nI set up a loop-back foreign server with a large fetch_size, then tests\nlike:\n\nselect * from pgbench_accounts except select * from\nloopback.pgbench_accounts\n\nvs\n\nselect * from pgbench_accounts except select * ... |
[
{
"msg_contents": "Hi,\n\nI have been experimenting with splitting the ProcArrayLock into parts. \nThat is, to Acquire the ProcArrayLock in shared mode, it is only necessary \nto acquire one of the parts in shared mode; to acquire the lock in \nexclusive mode, all of the parts must be acquired in exclusive mod... |
[
{
"msg_contents": "The logical replication code is supposed to use the subscription name as\nthe fallback_application_name, but in some cases it uses the slot name,\nwhich could be different. See attached patch to correct this.\n\n-- \nPeter Eisentraut http://www.2ndQuadrant.com/\nPostgreSQL Devel... |
[
{
"msg_contents": "Hello,We are working on one project with postgres as engeneer.Bellow is list of inconveniences that we are having with postgresql. We would like to solve them as possible.We can't create any schema dump with another (user defined) name. E.g. we dump schema test and we want to save it's dump w... |
[
{
"msg_contents": "It should return NIL when no entry is found in the cache, not NULL.\n\nAttached patch fixes that.\n\nThanks,\nAmit\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp://www.postgresql.org/mailpref/pgsql-hackers",
"msg... |
[
{
"msg_contents": "Hi,\n\nAttached patch for $subject.\n\nWith this patch, ALTER SUBSCRIPTION <sub> SET PUBLICATION <pub> [TAB]\ncompletes with \"REFRESH\" and \"SKIP REFRESH\".\nSpecifying either REFRESH or SKIP REFRESH is mandatory after ALTER\nSUBSCRIPTION SET PUBLICATION, so i think it's good to add this.\n... |
[
{
"msg_contents": "Hi,\n\nI have been testing this feature for a while and below are the observations\nfor few scenarios.\n\n*Observation:*\nscenario 1: If we set pg_prewarm.dump_interval = -1.0,we get an additional\nwarning message in logfile and instead of ending the task of auto-dump it\nexecutes successfull... |
[
{
"msg_contents": "It seems CREATE AGGREGATE was expanded in 9.6 to support parallelization of\naggregate functions using transitions, with the addition of serialfunc and\ndeserialfunc to the aggregate definitions.\n\nhttps://www.postgresql.org/docs/10/static/sql-createaggregate.html\n\nI was looking at the Po... |
[
{
"msg_contents": "Hi Ashutosh,\n\nThanks for the detailed review.\n\nAlso, please find my feedback on your comments in-lined, I also addressed\nthe comments given by Robert in attached patch:\n\nOn Sat, Jun 3, 2017 at 5:13 PM, Ashutosh Bapat <ashutosh.bapat@\nenterprisedb.com> wrote:\n\n> Here's some detailed ... |
[
{
"msg_contents": "Hi,\n\nThe function in $subject does:\n while (PQisBusy(streamConn))\n {\n int rc;\n\n /*\n * We don't need to break down the sleep into smaller increments,\n * since we'll get interrupted by signals and can either handle\n ... |
[
{
"msg_contents": "Hi all,\n\nThe coverage of pg_basebackup is reaching 50%, which is not bad:\nhttps://coverage.postgresql.org/src/bin/pg_basebackup/index.html\nIn this set pg_receivewal.c is the bad student with less than 20%.\n\nThere are a couple of causes behind that, with no tests like:\n- option interact... |
[
{
"msg_contents": "Folks,\n\nI've put together some demos on PostgreSQL 10beta1. Here's a few\nfeedback notes based on my experience with it.\n\nThings I tested\n----------------\n\n* Logical replication pub/sub with replicating only two tables out of a\n12-table FK heirarchy, including custom data types\n\n* ... |
[
{
"msg_contents": "Hi,\n\nCan someone explain the usage of exporting snapshot when a logical replication slot is created?\n\n\nThanks,\n\nSanyam Jain\n\n\n\n\n\n\n\n\nHi,\nCan someone explain the usage of exporting snapshot when a logical replication slot is created?\n\n\nThanks,\nSanyam Jain",
"msg_date": ... |
[
{
"msg_contents": "In ATExecAttachPartition() there's following code\n\n13715 partnatts = get_partition_natts(key);\n13716 for (i = 0; i < partnatts; i++)\n13717 {\n13718 AttrNumber partattno;\n13719\n13720 partattno = get_partition_col_attnum(key, i);\n13721\n13... |
[
{
"msg_contents": "Hi\n\nI got strange error message - false message - max connection is less on\nslave than on master, although these numbers was same. The issue was in\nwrong connection string in recovery conf and slave cannot to check master\nand used some defaults.\n\nRegards\n\nPavel\n\nHiI got strange err... |
[
{
"msg_contents": "I am not sure whether what I found here amounts to a bug, I might be \ndoing something dumb.\n\nDuring the last few months I did tests by running pgbench over logical \nreplication. Earlier emails have details.\n\nThe basic form of that now works well (and the fix has been comitted) \nbut as... |
[
{
"msg_contents": "src/bin/pg_upgrade/TESTING claims (much further down in the file\nthan I'd like):\n\n\tThe shell script test.sh in this directory performs more or less this\n\tprocedure. You can invoke it by running\n\t make check\n\tor by running\n\t make installcheck\n\tif \"make install\" (or \"mak... |
[
{
"msg_contents": "Hello, I noticed that src/include/statistics is not installed by\nmake install.\n\nThe commit 7b504eb282ca2f5104b5c00b4f05a forgot to do that.\n\nmaster and 10 beta 1 is affected.\n\nregards,\n\n-- \nKyotaro Horiguchi\nNTT Open Source Software Center\n\n\n\n-- \nSent via pgsql-hackers mailing... |
[
{
"msg_contents": "Hi!\n\nWe insert many rows with long text and bytea (about 500 MB) values. In the postgres config we set log_min_duration_statement to 120 seconds.\nIf this statements work more 120 seconds then they will be written into the postgres log with parameter values.\nAs a result, the postgres log i... |
[
{
"msg_contents": "While testing libpq and GSS the other day, I was surprised by the \nbehavior of the host and hostaddr libpq options, if you specify a list \nof hostnames.\n\nI did this this, and it took me quite a while to figure out what was \ngoing on:\n\n> $ psql \"dbname=postgres hostaddr=::1 host=local... |
[
{
"msg_contents": "Wanted to pull this out of my general report, because nobody seems to\nhave seen it:\n\nP3: apparently jsonb_to_tsvector with lang parameter isn't immutable?\nThis means that it can't be used for indexing:\n\nlibdata=# create index bookdata_fts on bookdata using gin ((\nto_tsvector('english',... |
[
{
"msg_contents": "Hi,\n\nAttached patch for $subject.\n\n/*\n * Set sender's latch, unless queue is detached.\n */\nstatic shm_mq_result\nshm_mq_notify_receiver(volatile shm_mq *mq)\n\nI think shm_mq_notify_receiver() sets receiver's latch actually, not\nsender's latch.\n\nRegards,\n\n--\nMasahiko Sawada\nNIPP... |
[
{
"msg_contents": "I'm looking at this recent failure:\nhttps://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mandrill&dt=2017-06-08%2023%3A54%3A12\nwhich is\n\n*** /home/nm/farm/xlc32/HEAD/pgsql.build/src/test/regress/expected/matview.out\tThu Jun 8 23:55:50 2017\n--- /home/nm/farm/xlc32/HEAD/pgsql.build/sr... |
[
{
"msg_contents": "[Moving this to its own thread, for earlier discussion see the\ntransition-tables-vs-wCTE thread[1].]\n\nOn Wed, Jun 7, 2017 at 10:47 AM, Peter Geoghegan <pg@bowt.ie> wrote:\n> I suppose you'll need two tuplestores for the ON CONFLICT DO UPDATE\n> case -- one for updated tuples, and the other... |
[
{
"msg_contents": "Hi hackers,\n\nI am trying to extend PostgreSQL by adding UDT and UDF for a custom use\ncase and I am using C language extensions to do that.\n\nHowever, I have a requirement of reading a text file from one of the C\nfunctions. The compiled *.so files are placed in the \"pg_config\n--pkglibdi... |
[
{
"msg_contents": "Hello,\n\nTo develop the ECPG application more efficiently and improve portability,\nI would like to suggest one minor improvement \"WHENEVER condition *DO \nCONTINUE*\" support in ECPG.\nOracle Pro*C supports WHENEVER statement with DO CONTINUE action.[1]\n\nEXEC SQL WHENEVER SQLERROR CONTIN... |
[
{
"msg_contents": "Give a better error message on invalid hostaddr option.\n\nIf you accidentally pass a host name in the hostaddr option, e.g.\nhostaddr=localhost, you get an error like:\n\npsql: could not translate host name \"localhost\" to address: Name or service not known\n\nThat's a bit confusing, becaus... |
[
{
"msg_contents": "The docs for creating aggregates for 9.6 and beyond say:\n\n\"For aggregate functions whose state_data_type is internal, the combinefunc\nmust not be strict. In this case the combinefunc must ensure that null\nstates are handled correctly and that the state being returned is properly\nstored ... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 14699\nLogged by: Konstantin Evteev\nEmail address: konst583@gmail.com\nPostgreSQL version: 10beta1\nOperating system: Debian GNU/Linux 8 (jessie)\nDescription: \n\nHello!\r\nI have found a bug in ... |
[
{
"msg_contents": "I left out the retry in LWLockAcquire.\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp://www.postgresql.org/mailpref/pgsql-hackers",
"msg_date": "Fri, 9 Jun 2017 18:39:35 +0000",
"msg_from": "\"Jim Van Fleet\" <... |
[
{
"msg_contents": "When creating a subscription, I get a NOTICE \"synchronized table states\"\n\nWhat is this supposed to be telling the end user? Is this just a debugging\nmessage not intended to be included in the released code?\n\nWhen I first saw this NOTICE, I thought, based on the wording, that it was\nt... |
[
{
"msg_contents": "If I create a publication \"for all tables\", \\dRp+ doesn't indicate it is\nfor all tables, it just gives a list of the tables.\n\nSo it doesn't distinguish between a publication specified to be for all\ntables (which will be dynamic regarding future additions), and one which\njust happens t... |
[
{
"msg_contents": "tablesync.c - comment improvements\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp://www.postgresql.org/mailpref/pgsql-hackers",
"msg_date": "Sat, 10 Jun 2017 10:52:00 +0200",
"msg_from": "Erik Rijkers <er@xs4al... |
[
{
"msg_contents": "Hi All,\n\nCurrently, we cannot perform ICU enabled build for postgres on Windows\nplatform. However, this can be done on Linux platforms using\n'--with-icu' configuration parameter. Attached is the patch that\nallows us to perform icu enabled build for postgres on Windows\nplatform provided ... |
[
{
"msg_contents": "Hi All,\n\nI am seeing a server crash when running queries using ICU collations on\nWindows. Following are the steps to reproduce the crash with the help of\npatch to enable icu feature on Windows - [1],\n\n1) psql -d postgres\n\n2) CREATE DATABASE icu_win_test\n TEMPLATE template0\n ... |
[
{
"msg_contents": "I'm interested to expose output of the remaining (memory) fields from getrusage().\n\npostgres=# SET log_parser_stats='on';\npostgres=# SELECT c.oid::regclass, usagecount FROM pg_buffercache b JOIN pg_class c USING (relfilenode) WHERE usagecount=1 ;\nLOG: PARSER STATISTICS\nDETAIL: ! system... |
[
{
"msg_contents": "While completing my annual src/backend/nodes/*funcs.c audit, I noticed defects\nin commit 18ce3a4 changes to RangeTblEntry:\n\n1. Field relid is under a comment saying it is valid for RTE_RELATION only.\n Fields coltypes, coltypmods and colcollations are under a comment saying\n they are ... |
[
{
"msg_contents": "Hi,\n\nIt looks like relation_is_updatable() didn't get the message about\npartitioned tables. Thus, for example, information_schema.views and\ninformation_schema.columns report that simple views built on top of\npartitioned tables are non-updatable, which is wrong. Attached is a\npatch to fi... |
[
{
"msg_contents": "Hello,\n\nmy buildfarm animal woodlouse (Visual Studio 2013 on Windows 7) stopped \nworking correctly some months ago. After Tom kindly prodded me into \nfixing it, I noticed that I had configured it to skip the ecpg-check \nstep because one of the tests in the \"thread\" section (not always ... |
[
{
"msg_contents": "I believe I've identified the reason why skink and some other buildfarm\nmembers have been failing the pg_upgrade test recently. It is that\nrecent changes in sequence support have caused binary-upgrade restore\nruns to do some sequence OID/relfilenode assignments without any heed\nto the OI... |
[
{
"msg_contents": "Hi,\n\nAttached is a simple patch to fix a documentation typo in\nthe ALTER TABLE example.\n\nRegards,\n\n-- \nYugo Nagata <nagata@sraoss.co.jp>\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp://www.postgresql.org/mai... |
[
{
"msg_contents": "Hi,\n\nI have created a logical decoding slot on a standby but i haven't enabled Hot_standby_feedback.What are the test cases where this setup will fail?\n\n\nThanks,\n\nSanyam Jain\n\n\n\n\n\n\n\n\nHi,\nI have created a logical decoding slot on a standby but i haven't enabled Hot_standby_fee... |
[
{
"msg_contents": "Hi,\n\nI was recently guilty of writing a less-than-clear SQL example\nbecause I plain forgot whether InvalidOid was 0 (correct) or -1\n(my bad).\n\nWould there be any sense in letting oidin_subr accept the string\nInvalidOid for 0? I understand that changing oidout could break\nexisting code... |
[
{
"msg_contents": "Hi,\nIf we detach a partition and drop the corresponding partitioned table,\nit drops the once-partition now-standalone table as well.\n\ncreate table prt1 (a int, b int) partition by range(a);\ncreate table prt1_p1 partition of prt1 for values from (0) to (100);\nselect oid, relname, relpart... |
[
{
"msg_contents": "Hi,\n\nI'm cross posting from general. I did some work to diagram the \nrelationships in pg_catalog for v10. I would like to add it to the \ndeveloper FAQ here \nhttps://wiki.postgresql.org/wiki/Developer_FAQ#Is_there_a_diagram_of_the_system_catalogs_available.3F \nbut I thought I should chec... |
[
{
"msg_contents": "logfile from a standby server:\n\n2017-06-12 11:43:46.450 EDT [13605] LOG: started streaming WAL from primary at 3/E6000000 on timeline 1\n2017-06-12 11:47:46.992 EDT [11261] FATAL: could not extend file \"base/47578/54806\": No space left on device\n2017-06-12 11:47:46.992 EDT [11261] HINT... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.