threads
listlengths
1
2.99k
[ { "msg_contents": "There doesn't seem to be documentation on *= (or search isn't finding it). Is this intentional?\n-- \nJim Nasby, Data Architect, Blue Treble Consulting\nData in Trouble? Get it in Treble! http://BlueTreble.com\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo ma...
[ { "msg_contents": "On Wed, Nov 26, 2014 at 4:13 PM, Jeff Janes <jeff.janes@gmail.com> wrote:\n\n> On Tue, Nov 25, 2014 at 9:30 PM, Jeff Janes <jeff.janes@gmail.com> wrote:\n>\n>> Using both 9.2.9 and 9_2_STABLE 9b468bcec15f1ea7433d4, I get a fairly\n>> reproducible startup failure.\n>>\n>> What I was doing is r...
[ { "msg_contents": "Hi all,\n\nwhile working on the patch decreasing amount of memory consumed by\narray_agg [1], I've ran into some strange OOM issues. Reproducing them\nusing the attached SQL script is rather simple.\n\n [1] https://commitfest.postgresql.org/action/patch_view?id=1652\n\nAt first I thought the...
[ { "msg_contents": "Test configuration:\nHardware:\n\t4P intel server, 60 core 120 hard thread.\n\tMemory:512G\n\tSSD:2.4T\n\nPG:\nmax_connections = 160\t\t\t# (change requires restart)\nshared_buffers = 32GB\t\t\t\nwork_mem = 128MB\t\t\t\t\nmaintenance_work_mem = 32MB\t\t\t\nbgwriter_delay = 100ms\t\t\t# 10-100...
[ { "msg_contents": "Hello,\n\n \n\nI'm using PostgreSQL .9.2.8 on Windows from a .NET application using\nNpgsql.\n\nI'm working in the Radiology Information System field.\n\n \n\nWe have thousands of users against a big accounting database.\n\nWe're using the SERIALIZABLE isolation level to ensure data consisten...
[ { "msg_contents": "Hello,О©╫How can I get all depend objects for oid of object? For example, I have oid of db db_id and I want to get all oids of namespaces, which contains this db. Thank you!О©╫-- О©╫ О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫, О©╫О©╫О©╫О©╫О©╫О©╫О©╫ О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫\n", "msg_date": "Tue, 02 Dec 2...
[ { "msg_contents": "Hi,\n\npg_stat_statement's query normalization fails when temporary tables are\nused in a query. That's because JumbleRangeTable() uses the relid in the\nRTE to build the query fingerprint. I think in this case pgss from 9.1\nactually would do better than 9.2+ as the hash lookup previously di...
[ { "msg_contents": "Hi,\n\nAs of now postgres is reporting only \"really\" important variables, but\namong them\nthere are also not so important, like 'application_name'. The only reason\nto report\nit, was: \"help pgbouncer, and perhaps other connection poolers\".\nChange was introduced by commit: 59ed94ad0c9f7...
[ { "msg_contents": "Hi all,\n\nSince commit 5d93ce2d, the output of xmllint is checked by passing\n--valid to it. Isn't that a regression with what we were doing for\npre-9.4 versions? For example, with 9.4 and older versions it is\npossible to compile man pages even if the xml spec is not entirely\nvalid when u...
[ { "msg_contents": "Fix whitespace\n\nBranch\n------\nmaster\n\nDetails\n-------\nhttp://git.postgresql.org/pg/commitdiff/bc2f43eaa4cef83798692e57e9d0364f0bcce021\n\nModified Files\n--------------\nsrc/test/modules/dummy_seclabel/dummy_seclabel--1.0.sql | 1 -\n1 file changed, 1 deletion(-)\n\n\n-- \nSent via ...
[ { "msg_contents": "> On Tue, Nov 25, 2014 at 3:44 AM, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:\r\n> > Today, I had a talk with Hanada-san to clarify which can be a common\r\n> > portion of them and how to implement it. Then, we concluded both of\r\n> > features can be shared most of the infrastructure.\r\n> ...
[ { "msg_contents": "Keep track of transaction commit timestamps\n\nTransactions can now set their commit timestamp directly as they commit,\nor an external transaction commit timestamp can be fed from an outside\nsystem using the new function TransactionTreeSetCommitTsData(). This\ndata is crash-safe, and trunc...
[ { "msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nI have a need to provide a way to change a table's primary key\ncolumns, in the possible presence of foreign keys, and with concurrent\nuse (as much as possible).\n\nThe best way I have come up with is roughly:\na. create the to-be-new-pk inde...
[ { "msg_contents": "Folks,\n\nI've been trying out 9.5-to-be's PostgreSQL FDW, and I noticed that it\ndoesn't seem to handle enum types. Would this be a trivial fix?\n\nRepro:\n Create an enum type in a 9.3 instance.\n Use the type in a table.\n Create a foreign server pointing to this instance.\n E...
[ { "msg_contents": "Hi,\n\nThe recent discussion about pipelining in the jodbc driver prompted me to look \nat what it would take for libpq.\n\nI have a proof of concept patch working. The results are even more promising \nthan I expected.\n\nWhile it's true that many applications and frameworks won't easily be...
[ { "msg_contents": "As per discussion on another thread related to using\ncustom scan nodes for prototype of parallel sequence scan,\nI have developed the same, but directly by adding\nnew nodes for parallel sequence scan. There might be\nsome advantages for developing this as a contrib\nmodule by using custom ...
[ { "msg_contents": "After due consideration, the core committee has agreed it's time to\npush this puppy out the door. We will wrap 9.4.0 on Monday Dec 15\nfor public announcement Thursday 18th.\n\n\t\t\tregards, tom lane\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make chan...
[ { "msg_contents": "While perusing checkInsertTargets I noticed that it allows duplicated\nassignments to the same member of a composite:\n\nalvherre=# create type f as (a int, b int);\nCREATE TYPE\nalvherre=# create table t (col f);\nCREATE TABLE\nalvherre=# insert into t (col.a, col.b, col.a) values (42, 43, 4...
[ { "msg_contents": "Attached patch makes minor modification to the pg_stat_all_tables\ndocumentation. This clarifies that pg_stat_*_tables.n_tup_upd includes\nHOT updates.\n\n-- \nPeter Geoghegan\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:...
[ { "msg_contents": "Hi,\n\nWe've recently observed a case where, after a promotion, a postgres\nserver suddenly started to archive a large amount of old WAL.\n\nAfter some digging the problem is this:\n\npg_basebackup -X creates files in pg_xlog/ without creating the\ncorresponding .done file. Note that walrecei...
[ { "msg_contents": "Hi all,\n\nWhile reading the code in this area this morning, I noticed that\nwal_log_hints and track_commit_timestamp are not mentioned in the desc\nroutine of XLOG_CHANGE_PARAMETER. Also, it is not mentioned in\npostgresql.conf.sample that a value update of wal_log_hints requires a\nsystem r...
[ { "msg_contents": "All,\n\nI've noticed that 'check-world' fails for dummy_seclabel after a 'clean'.\nI believe that in commit da34731, the EXTRA_CLEAN statement should have\nbeen removed from 'src/test/modules/dummy_seclabel/Makefile' as well.\n\nAttached is a proposed patch that addresses this issue.\n\nThank...
[ { "msg_contents": "Hackers,\n\nThis is not a complete enough report for a diagnosis. I'm posting it\nhere just in case someone else sees something like it, and having an\nadditional report will help figure out the underlying issue.\n\n* 700GB database with around 5,000 writes per second\n* 8 replicas handling ...
[ { "msg_contents": "Hi,\n\nback when we were discussing the hashjoin patches (now committed),\nRobert proposed that maybe it'd be a good idea to sometimes increase the\nnumber of tuples per bucket instead of batching.\n\nThat is, while initially sizing the hash table - if the hash table with\nenough buckets to s...
[ { "msg_contents": "Hi,\n\nI've been reading the FSM README file lately\n(src/backend/storage/freespace/README), and I'm puzzled by one of the graph\n(the binary tree structure of an FSM file). Here it is:\n\n 4\n 4 2\n3 4 0 2 <- This level represents heap pages\n\nShouldn't the last line be:\n4 3 ...
[ { "msg_contents": "This patch implements the first wiki/Todo Configuration Files item\n\"Consider normalizing fractions in postgresql.conf, perhaps using '%'\".\n\nThe \"Fractions in GUC variables\" discussion is here.\n\nhttp://www.postgresql.org/message-id/467132CF.9020501@enterprisedb.com\n\nThis patch imple...
[ { "msg_contents": "Hi all,\n\nI have been through a certain number of patches and marked the ones\nthat needed some love from their authors as returned with feedback (at\nleast the ones marked as such in the CF app), but you may have noticed\nthat :)\n\nThis email is a call to move on and close soon the CF curr...
[ { "msg_contents": "> On Thu, Dec 4, 2014 at 8:37 PM, Michael Paquier wrote\n> I pondered something that Andres mentioned upthread: we may not do the\n>compression in WAL record only for blocks, but also at record level. Hence\n>joining the two ideas together I think that we should definitely have\n>a different\...
[ { "msg_contents": "Hello all,\n\n\nWe experienced some casting issues with domains. We experienced the\nproblem while querying the information_schema btw, but here is a simpler\ntest case :\n\npostgres=# create table test1 (a text);\nCREATE TABLE\npostgres=# insert into test1 select generate_series(1,100000);\n...
[ { "msg_contents": "Hi,\n\nThe pg_recvlogical docs was rewritten but someone forgot to tweak the\nhelp description. It is a bit late in the 9.4 cycle but let be consistent.\n\n\nRegards,\n\n\n-- \n Euler Taveira Timbira - http://www.timbira.com.br/\n PostgreSQL: Consultoria, Desenvolvimento...
[ { "msg_contents": "Hello.\n\nAs of now, the only way to restore database options and ACLs is to use \npg_dumpall without the globals options. The often recommended pg_dumpall -g + \nindividual dumps of the target databases doesn't restore those.\n\nSince pg_dump/pg_restore offer the ability to create the databa...
[ { "msg_contents": "In the past, building under MinGW produced so many warnings that I never\nbothered to read them.\n\nNow most of them have been removed, so the ones that are left might be\nworth reporting.\n\nUsing gcc.exe (GCC) 4.6.2 on REL9_4_STABLE\neadd80c08ddfc485db84b9af7cca54a0d50ebe6d I get:\n\nmingwc...
[ { "msg_contents": "The call:\n\n\treserveFromBuffer(&buffer, sizeof(VARHDRSZ))\n\nis assuming that the size of varlena header is the same\nsize as the type used to return that size, which happens\nto be so, but someone could easily change that macro\nto:\n\n\t#define VARHDRSZ ((int64) sizeof(int32))\n\nAnd you'...
[ { "msg_contents": "Let's take another crack at moving stuff out of contrib. Nobody likes\ncontrib. The task is only finding something that most people like better.\n\nLast time this was attempted, the discussion got lost in exactly which\nextensions are worthy enough to be considered official or something lik...
[ { "msg_contents": "Hi all,\n\nAs mentioned in $subject, we are missing an entry in pg_xlogdump's .gitignore.\nPatch attached.\nRegards,\n-- \nMichael\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-ha...
[ { "msg_contents": "So I've been updating my very old patch to allow logical and physical\ncolumn reordering. Here's a WIP first cut for examination. There are\nplenty of rough edges here; most importantly there is no UI at all for\ncolumn reordering other than direct UPDATEs of pg_attribute, which most\nlikel...
[ { "msg_contents": "Is there any particular reason we don't allow comparing char and varchar arrays? If not I'll submit a patch.\n-- \nJim Nasby, Data Architect, Blue Treble Consulting\nData in Trouble? Get it in Treble! http://BlueTreble.com\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresq...
[ { "msg_contents": "Hi all,\n\nA little typo in vacuumdb tests.\n\nRegards,\n\n-- \nFabrízio de Royes Mello\nConsultoria/Coaching PostgreSQL\n>> Timbira: http://www.timbira.com.br\n>> Blog: http://fabriziomello.github.io\n>> Linkedin: http://br.linkedin.com/in/fabriziomello\n>> Twitter: http://twitter.com/fabriz...
[ { "msg_contents": "At line 1787 of outfuncs.c, the line:\n\n\tWRITE_UINT_FIELD(reltablespace)\n\nshould probably say\n\n\tWRITE_OID_FIELD(reltablespace)\n\nsince that variable is of type Oid, not uint32.\nGranted, these two macros are interchangeable,\nbut they won't be if we ever move to 64-bit Oids.\n\nmark\n...
[ { "msg_contents": "Hello,\n\nAttached is a basic implementation of TABLESAMPLE clause. It's SQL \nstandard clause and couple of people tried to submit it before so I \nthink I don't need to explain in length what it does - basically returns \n\"random\" sample of a table using a specified sampling method.\n\nI ...
[ { "msg_contents": "initdb currently does\n\n PG_CMD_PUTS(\"ANALYZE;\\nVACUUM FULL;\\nVACUUM FREEZE;\\n\");\n\nFREEZE is now part of FULL, so this seems redundant. Also, ANALYZE can\nbe run as part of VACUUM. So this could be\n\n PG_CMD_PUTS(\"VACUUM FULL ANALYZE;\\n\");\n\nThere has been some concerns a...
[ { "msg_contents": "Hi,\n\nA customer recently reported getting \"backup_label contains data\ninconsistent with control file\" after taking a basebackup from a standby\nand starting it with a typo in primary_conninfo.\n\nWhen starting postgres from a basebackup StartupXLOG() has the follow\ncode to deal with bac...
[ { "msg_contents": "I have heard repeated concerns about the commitfest process in the past\nfew months. The fact we have been in a continual commitfest since\nAugust also is concerning.\n\nI think we are reaching the limits on how much we can do with our\nexisting commitfest structure, and it might be time to ...
[ { "msg_contents": "Hello, we found (and maybe fixed) two wrong behavior related to\ninheritance and FOR UPDATE. This report is about one of them.\n\nThis behavior could be observed on master and back to 8.4 but 8.4\nbehaves a bit more funny. I haven't checked on 8.3.\n\nThis issue is that some query returns dup...
[ { "msg_contents": "Hello, this is about the second issue.\n\nSELECT FROM <inheritance parent> WHERE <cond> FOR UPDATE may\nreturn results which does not match the <cond>. The following\nsteps will reproduce the problematic behavior (A and B are\nindividual sessions) on master and back to 9.0 but 8.4 gives\ncorr...
[ { "msg_contents": "I found a few places in the code where a variable of\ntype Oid is printed using \"%d\" rather than \"%u\" and\nchanged them in the attached patch.\n\nIn src/backend/replication/logical/reorderbuffer.c,\ncirca line 2494, chunk_seq is of type Oid, but\nent->last_chunk_seq is of type int32, lead...
[ { "msg_contents": "When using a vpath build pg_regress writes the processed input/*.source\nfiles into the *source* tree, which isn't supposed to happen.\n\nThis appears to be a thinko introduced in this patch:\ne3fc4a97bc8ee82a78605b5ffe79bd4cf3c6213b\n\nThe attached patch fixes it.\n\n\n\n-- \nSent via pgsql-...
[ { "msg_contents": "There have been a few threads on the behavior of WAL archiving, after a \nstandby server is promoted [1] [2]. In short, it doesn't work as you \nmight expect. The standby will start archiving after it's promoted, but \nit will not archive files that were replicated from the old master via \ns...
[ { "msg_contents": "Hi,\n\nI'd like to include pg_rewind in contrib. I originally wrote it as an \nexternal project so that I could quickly get it working with the \nexisting versions, and because I didn't feel it was quite ready for \nproduction use yet. Now, with the WAL format changes in master, it is a \nlot...
[ { "msg_contents": "Attached is a patch that adds two new concepts: parallel mode, and\nparallel contexts. The idea of this code is to provide a framework\nfor specific parallel things that you want to do, such as parallel\nsequential scan or parallel sort. When you're in parallel mode,\ncertain operations - l...
[ { "msg_contents": "Just got a report on IRC of a bug in the array version of\npercentile_cont; if two of the requested percentiles were between the\nsame pair of input rows, the result could be wrong or an error would\nbe generated.\n\ne.g.\n\nselect percentile_cont(array[0.4,0.6]) within group (order by gs)\n ...
[ { "msg_contents": "Hi all\n\nWhile working on BDR, I've run into a situation that I think highlights\na limitation of the dynamic bgworker API that should be fixed.\nSpecifically, when the postmaster crashes and restarts shared memory\ngets cleared but dynamic bgworkers don't get unregistered, and that's a\nmes...
[ { "msg_contents": "Currently pgbench -f (run custom script) executes vacuum against\npgbench_* tables before stating bench marking if -n (or --no-vacuum)\nis not specified. If those tables do not exist, pgbench fails. To\nprevent this, -n must be specified. For me this behavior seems insane\nbecause \"-f\" does...
[ { "msg_contents": "Hi\n\na Orafce package on pgFoundry is obsolete - we migrated to github few years\nago. Please, can somebody modify a description about this migration? Or\ndrop this project there.\n\nRegards\n\nPavel\n\nHia Orafce package on pgFoundry is obsolete - we migrated to github few years ago. Please...
[ { "msg_contents": "In commit 2c03216d831160bedd72d45f712601b6f7d03f1c, the\nfollowing define occurs twice in src/include/access/xlogrecord.h:\n\n#define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))\n\nIt is no big deal, as the definitions don't contradict each other. We\ncould probably live ...
[ { "msg_contents": "Hi all,\n\nThis week, we heard about a user willing to use a custom timestamp\nformat across a set of services to improve the debugability of the\nwhole set, Postgres being one of them. Unfortunately datestyle does\nnot take into account the logs. Would it be worth adding a new GUC\nable to c...
[ { "msg_contents": "Hi all,\n\nLooking at the CF app as of today, there is the following status for\npending patches:\n- Needs Review: 18\n- Waiting on Author: 1\n- Ready for Committer: 8\n\nAnd the next coming fest that should begin on Monday has this status:\n- Needs Review: 34\n- Waiting on Author: 3\n- Ready...
[ { "msg_contents": "The following comment above #define PAGES_PER_CHUNK in tibbitmap.c appears\nto be incorrect:\n\n\"But we\n * also want PAGES_PER_CHUNK to be a power of 2 to avoid expensive integer\n * remainder operations. So, define it like this:\"\n\nI don't quite follow this as it does nothing of the kin...
[ { "msg_contents": "Hi,\n\nThis week I had a problem where I wanted to drop only the privileges a \ncertain role had in the system, while keeping all the objects. I \ncouldn't figure out a reasonable way to do that, so I've attached a \npatch for this to this email. Please consider it for inclusion into \n9.5....
[ { "msg_contents": "Hi all,\n\nLet's begin the commit fest of December:\nhttps://commitfest.postgresql.org/action/commitfest_view?id=25\n\nLooking at the stats at the top of the above page, there are currently\n56 patches to be dealt with:\n- Needs Review: 48\n- Waiting on Author: 5\n- Ready for Committer: 3\nIn...
[ { "msg_contents": "Hello,\n\nwe've made few helper functions for making logical replication easier, I \nbundled it into contrib module as this is mainly for discussion at this \ntime (I don't expect this to get committed any time soon, but it is good \nway to iron out protocol, etc).\n\nI created sample logical...
[ { "msg_contents": "Hi,\n\nFind attached that does:\n\n- * mt_info is laid out in the following fashion:\n+ * bt_info is laid out in the following fashion:\n<snip-comment>\n uint8 bt_info;\n} BrinTuple;\n\nThanks,\nAmit\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgre...
[ { "msg_contents": "This attached patch adds a code example of custom-scan interface.\r\n\r\nThis custom-scan provider (\"ctidscan\") performs almost same as\r\nbuilt-in SeqScan plan, but can produce same results with less\r\npage scan in case when qualifier of relation scan has inequality\r\noperators (>, >=, <...
[ { "msg_contents": "Hello, this is the 2nd session of 'intoroducing parallelism using\npostgres_fdw'.\n\nThe two patch attached are as following,\n\n- 0001-Async-exec-of-postgres_fdw.patch\n Main patch, which includes all functions.\n\n- 0002-rename-PGConn-variable.patch\n Renaming the variable conn for readab...
[ { "msg_contents": "Hi,\n\na fellow Debian Developer found a minor glitch in\nsrc/timezone/localtime.c, where binary search is used. Now I don't\nthink there is an actual problem (unless there's > 2^30 timezones),\nbut it would at least make sense to mark the code as okayish so that\npeople running code scanners...
[ { "msg_contents": "The CLOBBER_CACHE_ALWAYS buildfarm members occasionally fail in\ncontrib/test_decoding with\n\nTRAP: FailedAssertion(\"!(((bool)((relation)->rd_refcnt == 0)))\", File: \"relcache.c\", Line: 1981)\n\nfor example here:\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=markhor&dt=2014-12-1...
[ { "msg_contents": "Currently, WALReceiver writes and fsyncs data it receives. Clearly,\nwhile we are waiting for an fsync we aren't doing any other useful\nwork.\n\nFollowing patch starts WALWriter during recovery and makes it\nresponsible for fsyncing data, allowing WALReceiver to progress other\nuseful action...
[ { "msg_contents": "Currently, it doesn't.\n\nThis patch is a WIP version of doing that, but only currently attempts\nto do this in the WALSender.\n\nObjective is to allow cascaded logical replication.\n\nVery WIP, but here for comments.\n\n-- \n Simon Riggs http://www.2ndQuadrant.com/\n Postgr...
[ { "msg_contents": "https://commitfest.postgresql.org/action/patch_view?id=1661 (apologies for not replying to the thread; I can't find it in my inbox)\n\nPatch applies and passes make check. Code formatting looks good.\n\nThe regression test partially tests this. It does not cover 2PC, nor does it test rolling ...
[ { "msg_contents": "config.cache is created when you pass -C to configure, which speeds it up considerably (3.5s vs 16.5 on my laptop). It would be nice to just ignore the cache file it generates.\n\nOriginally this patch also ignored the regression output files, until I realized why that was a bad idea. Add a c...
[ { "msg_contents": "Hello Friends,\n\nCan you please tell me the how can I track the which bugs are fixed in which release and when they will be fixed,\nIf I want to track the analysis and status of the bug raised on Postgres. Can I get this information.\n\n From last few days we are struggling with following is...
[ { "msg_contents": "Hi all,\n\nWhile looking at the Windows docs and the MSVC scripts, I noticed that\nthe following run modes of vcregress.pl are either not mentioned in\nthe WIndows installation docs or in the help output of vcregress.pl:\n- ecpgcheck\n- isolationcheck\n- upgradecheck\nAttached is a patch fixi...
[ { "msg_contents": "\nOn 16 Dec 2014 7:43 am, Andres Freund <andres@2ndquadrant.com> wrote:\n>\n> On 2014-12-15 21:18:40 -0800, Josh Berkus wrote: \n> > On 12/15/2014 07:34 PM, Andres Freund wrote: \n> > > On 2014-12-15 16:14:30 -0800, Josh Berkus wrote: \n> > >> Read the thread on this list where I suggested cr...
[ { "msg_contents": "Hi all,\n\nAs mentioned in $subject, I noticed that those automatically-generated\nfiles are not ignored in the tree when running vcregress on Windows,\nwe do ignore their .sh version though. I think that it would be good\nto back-patch the patch attached to prevent the inclusion of those\nfi...
[ { "msg_contents": "Folks,\n\nWhile noodling with some weighted statistics\n<https://github.com/davidfetter/weighted_stats>, I noticed I was\nhaving to jump through a lot of hoops because of all the private\nmethods in numeric.c, especially NumericVar. Would there be some\nmajor objection to exposing NumericVar...
[ { "msg_contents": "Hello,\n\nThe comment before declaration of XLogRecordBlockHeader says\n\n>* 'data_length' is the length of the payload data associated with this,\n> * and includes the possible full-page image, and rmgr-specific data. It\n\nIIUC, data_length does not include associated full page image length...
[ { "msg_contents": "Hi Andrew,\n\nDid you have a chance to review this?\n\nAlvaro Herrera wrote:\n> Andrew Dunstan wrote:\n> > \n> > On 11/29/2014 10:09 PM, Alvaro Herrera wrote:\n\n> > >Anyway I just pushed this src/test/modules/ patch, which has\n> > >implications for buildfarm: these new test modules are not ...
[ { "msg_contents": "> For some datatypes, the compress method might be useful even if the leaf\n > type is the same as the column type. For example, you could allow\n > indexing text datums larger than the page size, with a compress function\n > that just truncates the input.\n\nAgree, and patch allows to use co...
[ { "msg_contents": "Folks,\n\nI've noticed that psql's \\c function handles service= requests in a\nway that I can only characterize as broken.\n\nThis came up in the context of connecting to a cloud hosting service\nnamed after warriors or a river or something, whose default hostnames\nare long, confusing, and...
[ { "msg_contents": "I just happened to look into bufmgr.c for the first time in awhile, and\nnoticed the privaterefcount-is-no-longer-a-simple-array stuff. It doesn't\nlook too well thought out to me. In particular, PinBuffer_Locked calls\nGetPrivateRefCountEntry while holding a buffer-header spinlock. That\n...
[ { "msg_contents": "KaiGai, David Rowley and myself have all made mention of various ways\nwe could optimize aggregates.\n\nFollowing WIP patch adds an extra function called a \"combining\nfunction\", that is intended to allow the user to specify a\nsemantically correct way of breaking down an aggregate into mul...
[ { "msg_contents": "Hi there,\n\nI was doing some translation on postgres.po and found a string which\nlooks mistaken.\n\n#: libpq/auth.c:1593\n#, fuzzy, c-format\nmsgid \"could not to look up local user ID %ld: %s\"\n\nIt looks like there is an extra *to* there , so the string should be:\n\n\"could not look up ...
[ { "msg_contents": "At the end of archive recovery, we copy the last segment from the old \ntimeline, to initialize the first segment on the new timeline. For \nexample, if the timeline switch happens in the middle of WAL segment \n000000010000000000000005, the whole 000000010000000000000005 segment is \ncopied ...
[ { "msg_contents": "Hi,\n\nThe attached patch just removes one bad-looking blank line in the\ncomments at the top of a function in explain.c.\n\nThanks,\n\nBest regards,\nEtsuro Fujita\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your subscription:\nhttp://ww...
[ { "msg_contents": "Hi all,\n\nToday I spent a bit of time looking at the activity of autovacuum for\none table particularly bloated. log_autovacuum_min_duration was\nenabled and set to a high value but even with that I had to deal with\nsome spam from the jobs of other tables. It would be cool to have the\nposs...
[ { "msg_contents": "Change how first WAL segment on new timeline after promotion is created.\n\nTwo changes:\n\n1. When copying a WAL segment from old timeline to create the first segment\non the new timeline, only copy up to the point where the timeline switch\nhappens, and zero-fill the rest. This avoids corne...
[ { "msg_contents": "One of our servers is currently running on postgres 9.2 using the 9.2.9-1.pgdg70+1 packages from pgdg.\n\nAfter an apt update this morning which brought in the libpq5 package version 9.4.0-1.pgdg70+1, connections to the database started failing with SSL errors logged on the server:\n\n [unk...
[ { "msg_contents": "When streaming replication was introduced in 9.0, we started to recycle \nold WAL segments in archive recovery, like we do during normal \noperation. The WAL segments are recycled on the current timeline. There \nis no guarantee that they are useful, if the current timeline changes, \nbecause...
[ { "msg_contents": "Hi,\n\nWhen debugging lwlock issues I found PRINT_LWDEBUG/LOG_LWDEBUG rather\npainful to use because of the amount of elog contexts/statements\nemitted. Given the number of lwlock acquirations that's just not doable.\n\nTo solve that during development I've solved that by basically\nreplacing...
[ { "msg_contents": "Right now, both table and domain constraints share the same\nclassification in the ObjType enum, OBJECT_CONSTRAINT. For my patch to\nimplement improved object drop reporting in event triggers, it is\nnecessary to separate them, as per in the attach patch.\n\nOne emerging side-effect is that ...
[ { "msg_contents": "Buildfarm members magpie, treepie and fulmar went absent on 2014-10-29. Since\nreturning on 2014-11-16, they have consistently failed with 'initdb: invalid\nlocale name \"cs_CZ.WIN-1250\"'. No commits in that period readily explain a\nregression in this area. Did the underlying system conf...
[ { "msg_contents": "PostgreSQL 9.2 and later support Python 3.3 and Python 3.4; PostgreSQL 9.1 and\n9.0 do not. Buildfarm member raccoon upgraded from Python 2.7 to Python 3.3\nfor its 2013-08-18 run, and it has failed for REL9_1_STABLE and REL9_0_STABLE\never since. Please omit --with-python for those branche...
[ { "msg_contents": "Hi all,\n\nI work with some customer that have databases with a lot of schemas and\nsometimes we need to run manual VACUUM in one schema, and would be nice to\nhave a new option to run vacuum in relations from a specific schema.\n\nThe new syntax could be:\n\nVACUUM [ FULL ] [ FREEZE ] [ VERB...
[ { "msg_contents": "Hi,\n\nI think ExplainModifyTarget should show the parent of the inheritance\ntree in multi-target-table cases, as described there, but noticed that\nit doesn't always work like that. Here is an example.\n\npostgres=# create table parent (a int check (a < 0) no inherit);\nCREATE TABLE\npostg...
[ { "msg_contents": "Hi all,\n\nI have been though the patches of the current CF, looking at their\nrelated threads and updating each patch status if needed. After one\nweek in this CF, we have done progress on many patches, more than 2/3\nof them getting some comments, reviews and/or refreshed versions.\n\nLooki...
[ { "msg_contents": "Peter Geoghegan suggested [1] moving rbtree.c to src/backend/lib, which \nI think makes a lot of sense. Now that we have several other general \npurpose data structures in src/backend/lib (linked lists, a binary heap, \nand a pairing heap), rbtree.c would definitely be better placed in \nsrc/...
[ { "msg_contents": "The following bug has been logged on the website:\n\nBug reference: 12320\nLogged by: Aaron Botsis\nEmail address: postgres@bt-r.com\nPostgreSQL version: 9.4.0\nOperating system: Mac OSX\nDescription: \n\npostgres=# create table ct (data jsonb);\nCREATE TABLE\npost...
[ { "msg_contents": "Hi,\n\nI've played with trying to find out which minimal set of files I need\nfrom the old version to make pg_upgrade work. Interestingly, this\nincludes the good old postmaster binary:\n\n$ sudo -u postgres pgsql/bin/pg_upgrade -b /var/tmp/pgsql/bin/ -B /usr/lib/postgresql/9.5/bin/ -d /etc/p...
[ { "msg_contents": "Currently the buildfarm animal crake (my development instance) is \nrunning the bin check, but not any other animal. These tests still take \nfor too long, not least because each set of tests requires a separate \ninstall.\n\nI have complained about this before, but we don't seem to have made...
[ { "msg_contents": "There is a new column added in pg_authid (rolbypassrls)\nand the updation for same is missed in below places:\n\na. System catalog page for pg_authid\nhttp://www.postgresql.org/docs/devel/static/catalog-pg-authid.html\nb. Do we want to add this new column in pg_shadow view?\n\nWith Regards,\n...