threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Observe the following buildfarm failures:\n\nhttps://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=conchuela&dt=2019-07-03%2013%3A33%3A59\nhttps://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dory&dt=2019-04-30%2014%3A45%3A26\nhttps://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dory&... |
[
{
"msg_contents": "In my case, I want to sleep 3 seconds in xxx.sql for pg_regress program.\nbut I don't want to run 'select pg_sleep(3)' . so it is possible for\npg_regress?\n\nin psql, I can run \\! sleep(3); exit;\n\nbut looks pg_regress doesn't support it.\n\nIn my case, I want to sleep 3 seconds in xxx.s... |
[
{
"msg_contents": "Hi Guys,\n\nCan you please help here?\n\nBelow reported issue in past about duplicate key entries for primary key.\nhttps://www.postgresql.org/message-id/534C8B33.9050807@pgexperts.com\n\nthe solution was provided in 9.3 version of postgres but it seems issue is still there in 9.5 version whi... |
[
{
"msg_contents": "Paul Eggert, in https://mm.icann.org/pipermail/tz/2019-June/028172.html:\n> zic’s -p option was intended as a transition from historical\n> System V code that treated TZ=\"XXXnYYY\" as meaning US\n> daylight-saving rules in a time zone n hours west of UT,\n> with XXX abbreviating standard tim... |
[
{
"msg_contents": "i am some pullzed by Snapbuild.c\nit seem some code can not reach for ever.\nSnapBuildCommitTxn\n{\n //can not reach there\nif (builder->state == SNAPBUILD_START ||\n(builder->state == SNAPBUILD_BUILDING_SNAPSHOT &&\nTransactionIdPrecedes(xid, SnapBuildNextPhaseAt(builder))))\n}\n\n\n... |
[
{
"msg_contents": "Hello,\n\nThe first 2 lc_monetary and lc_numeric are useful if the client for some\nreason executes set lc_*. We don't get a report and in many cases can't\ncontinue to parse numerics or money.\nNow it it possible to get these at startup by issuing show or querying the\ncatalog, but it seems ... |
[
{
"msg_contents": "Hello open source administrators and mentors,\n\nThank you again for your patience. We received over 440 technical writer\napplications, so there is quite a lot of enthusiasm from the technical\nwriting community. Every single organization received multiple technical\nwriter project proposals... |
[
{
"msg_contents": "Hi,\n\nI realized that TransactionIdAbort is declared in the transam.h but\nthere is not its function body. As far as I found there are three\nsimilar functions in total by the following script.\n\nfor func in `git ls-files | egrep \"\\w+\\.h$\" | xargs cat | egrep\n\"extern \\w+ \\w+\\(.*\\)... |
[
{
"msg_contents": " > Regarding apply_scanjoin_target_to_paths in 0001 and 0007, it seems\n > like what happens is: we first build an Append path for the topmost\n > scan/join rel. That uses paths from the individual relations that\n > don't necessarily produce the final scan/join target. Then we mutate\n > t... |
[
{
"msg_contents": "Dear Hackers\n\nI am interested in implementing my own Domain Specific Language (DSL) using PostgreSQL internals. Originally, the plan was not to use PostgreSQL and I had developed a grammar and used ANTLRv4 for parser work and general early development.\n\nInitially, I was hoping for a scena... |
[
{
"msg_contents": "Hello,\n\nI've noticed that renaming an indexed column produces inconsistencies in\nthe catalog. Namely, the attname of the attribute of the relation is\nproperly updated, whereas the attname of the attribute in the index is not,\nand keeps the old value.\n\nExample:\n\ntest # create table te... |
[
{
"msg_contents": "Hello,\n\nI’ve been testing out the 12 (beta) support for generated columns, mainly in order to add support for them to the database synchronisation software I maintain (Kitchen Sync).\n\nSo far it looks good compared to the similar functionality on MariaDB and MySQL (apart from VIRTUAL suppo... |
[
{
"msg_contents": "I am importing recent changes into my reloption patch and came to a question, \nI did not find an answer...\n\nvacuum_index_cleanup option exists for both heap and toast relations.\n\nAs I understand from documentation index cleanup is about is about reporting \naccess method that some tuples... |
[
{
"msg_contents": "One of the recent mcv commits introduced an unused variable warning.\n\nmcv.c: In function 'statext_mcv_serialize':\nmcv.c:914:7: warning: unused variable 'itemlen' [-Wunused-variable]\n int itemlen = ITEM_SIZE(dim);\n\nThe attached fixes it.\n\nCheers,\n\nJeff",
"msg_date": "Fri, 5 J... |
[
{
"msg_contents": "Folks,\n\nCorey Huinker put together the documentation for this proposed\nfeature. Does this seem like a reasonable way to do it?\n\nBest,\nDavid.\n-- \nDavid Fetter <david(at)fetter(dot)org> http://fetter.org/\nPhone: +1 415 235 3778\n\nRemember to vote!\nConsider donating to Postgres: http:... |
[
{
"msg_contents": "The following documentation comment has been logged on the website:\n\nPage: https://www.postgresql.org/docs/11/ddl-partitioning.html\nDescription:\n\nIn the documentation for Postgres 11 table partitioning, there is no mention\nof the requirement that the Primary Key of a partitioned table m... |
[
{
"msg_contents": "Greetings:\nI am not sure if this has been brought up before but Python 2 is EOL on Jan\n1 2020. After that time there will not be any security fixes or patches.\n\nhttps://python3statement.org/\n\nAccording to our most recent official documentation:\nhttps://www.postgresql.org/docs/11/plpyth... |
[
{
"msg_contents": "Hello hackers,\n\nPlease consider fixing the next cluster of typos and inconsistencies in\nthe tree:\n5.1. datetkntbl -> datetktbl\n5.2. datminxmid -> datminmxid\n5.3. DatumGetP -> DatumGetPointer\n5.4. ECPG_COMPILE, DECPG_COMPILE -> remove (orphaned since 328d235)\n5.5. defer_cleanup_age -> ... |
[
{
"msg_contents": "Hello,\n\nJust a bit of background - I currently work as a full-time db developer,\nmostly with Ms Sql server but I like Postgres a lot, especially because I\nreally program in sql all the time and type system / plpgsql language of\nPostgres seems to me more suitable for actual programming th... |
[
{
"msg_contents": "(Moved from pgsql-bugs thread at [1])\n\nConsider\n\nregression=# create domain d1 as int;\nCREATE DOMAIN\nregression=# create table t1 (f1 d1) partition by range(f1);\nCREATE TABLE\nregression=# alter table t1 drop column f1;\nERROR: cannot drop column named in partition key\n\nSo far so go... |
[
{
"msg_contents": "Hi Hackers,\n\nI see there is no test case for sslinfo. I have added a test case for it in\nmy project.\nDo you mind if I apply this test case to postgresql?\n\nBest regards,\nHao Wu",
"msg_date": "Mon, 8 Jul 2019 10:59:07 +0800",
"msg_from": "Hao Wu <hawu@pivotal.io>",
"msg_from_... |
[
{
"msg_contents": "Hi all,\n\nI have begun playing with regressplans.sh which enforces various\ncombinations of \"-f s|i|n|m|h\" when running the regression tests, and\nI have noticed that -fh can cause the server to become stuck in the\ntest join_hash.sql with this query (not sure which portion of the SET\nLOC... |
[
{
"msg_contents": "My patch for using heap_multi_insert in the catalog [1] failed the logical\ndecoding part of test/recovery [2].\n\nThe assertion it failed on seems to not take multi inserts into the catalog\ninto consideration, while the main logic does. This assertion hasn't tripped\nsince there are no mul... |
[
{
"msg_contents": "I have some specific questions about pg_xact_commit_timestamp, and am\nhoping that this is the right place to ask. I read a lot of the commentary\nabout the original patch, and the contributors seem to be here. If I'm\nasking in the wrong place, just let me know.\n\nI'm working on a design fo... |
[
{
"msg_contents": "The following patch fixes propagation of arguments to the trigger\nfunction to child partitions both when initially creating the trigger\nand when adding new partitions to a partitioned table.\n\nThe included regression test should demonstrate the problem, for clarity\nrepeated in slightly mo... |
[
{
"msg_contents": "I have been wanting to contribute to the Postgres project for a while \nnow, and I wanted to get some suggestions about the IDE and other tools \nthat others are using (preferably, somewhat modern tools).\n\nCan anyone share what IDE they are using and if they have any other tips \non setting... |
[
{
"msg_contents": "Hello,\n\nSeveral times on master[1] beginning with an initial occurrence 36\ndays ago, and every time on REL_12_STABLE[2], but not on older\nbranches, build farm animal coypu has failed in the regression tests\nwith the error given in the subject. How can there be too many if\nthere are onl... |
[
{
"msg_contents": "Hi\n\nHere:\n\n https://www.postgresql.org/docs/12/view-pg-roles.html\n\nwe state:\n\n \"This view explicitly exposes the OID column of the underlying table,\n since that is needed to do joins to other catalogs.\"\n\nI think it's superfluous to mention this now OIDs are exposed by defa... |
[
{
"msg_contents": "I found the following make's behavior is annoying (at dab81b9953).\n\nmake distclean\n./configure ....\nmake all\n<succeeds>\nmake -j4 clean all\nrelpath.c:21:10: fatal error: catalog/pg_tablespace_d.h: No such file or directory\n #include \"catalog/pg_tablespace_d.h\"\n\n(-j is needed, this ... |
[
{
"msg_contents": "How is this intended to work?\n\npg_checksums enumerate the files. What if there are files there from a\ndifferent tableam? Isn't pg_checksums just going to badly fail then, since\nit assumes everything is heap?\n\nAlso, do we allow AMs that don't support checksumming data? Do we have any\nch... |
[
{
"msg_contents": "The current HEAD typedefs list available from\nhttps://buildfarm.postgresql.org/cgi-bin/typedefs.pl\nhas the following interesting additions compared to where\nthings were on July 1:\n\n\t2\n\tECPGt_bytea\n\tconnection_name\n\tin_addr\n\tpg_fprintf\n\tsend_appname\n\nThe \"2\" in particular i... |
[
{
"msg_contents": "Hi,\n\nrunning sqlsmith on the regression database of REL_12_STABLE at\nff597b656f yielded a crash in mcv_get_match_bitmap. I can reproduce it\nwith the following query on the regression database:\n\n select filler1 from mcv_lists where a is not null and (select 42) <= c;\n\nBacktrace bel... |
[
{
"msg_contents": "Hi,\n\nWhile working on adding a new log_destination I noticed that the\nsyslogger piping would need to be updated. At the moment both ends\nonly handle stderr/csvlog as the pipe message header has a char\n\"is_last\" that is either t/f (stderr last, stderr partial) or T/F\n(csvlog last, csvl... |
[
{
"msg_contents": "Hello\n\nI noticed few warnings from my compiler (gcc version 8.3.0 (Debian 8.3.0-6)) during make check-world:\n\narray.pgc: In function ‘main’:\narray.pgc:41:16: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Wformat-overflow=]\n sprintf(str, \"2000-1-1 0... |
[
{
"msg_contents": "Hi,\n\nI had some spare time tonight so I started a prototype to allow\nfiltering the indexes that are processed using the REINDEX command, as\nPeter suggested in the parallel reindexdb thread [1].\n\nI didn't want to spend too much time enjoying bison and adding new\nunreserved keywords, so ... |
[
{
"msg_contents": "Hello hackers,\n\nHere is a small patch extracted from the undo log patch set that I'd\nlike to discuss separately and commit soon. I'm pretty sure that\nzheap, zedstore and anyone else developing new AMs based on 64 bit\nxids needs this, but there are no plans to extend WAL records to\nactu... |
[
{
"msg_contents": "Hello.\n\nIn src/tools/msvc/config_default.pl, peremeter \"perl\" requires a\npath string, not a bool differently from that of configure\nscript. --with-python has the same characteristics and the\ncomment is suggesting that.\n\nWe need to fix --with-perl and --with-uuid the same way.\n\nrega... |
[
{
"msg_contents": "Hi,\n\nThe 2019b DST update [1] disables DST for Brazil. This would take effect\nstarting November 2019. The last DST update in Postgres was 2019a in v11.3\n(since this update came in after the recent-most Postgres release).\n\nSince a ~3 month release cycle may be too close for some users, a... |
[
{
"msg_contents": "I am trying to build Postgres in an IDE (CLion on Ubuntu), and I'm getting\nthe following error message:\n\nIn file included from /workspace/src/postgres/src/include/c.h:61:0,\n from /workspace/src/postgres/src/include/postgres.h:46,\n from /workspace/src/postg... |
[
{
"msg_contents": "Hello.\n\nAs mentioned in the following message:\n\nhttps://www.postgresql.org/message-id/20190712.150527.145133646.horikyota.ntt%40gmail.com\n\nMutable function are allowed in check constraint expressions but\nit is not right. The attached is a proposed fix for it including\nregression test.... |
[
{
"msg_contents": "Hello PostgreSQL-development,\n\nsomething's stopping the planner from being able to deduce that (t.o).id is safe to push through a GROUP BY ocd.o\n\n SELECT * FROM (\n SELECT\n sum( t.group_suma ) OVER( PARTITION BY t.id ) AS total... |
[
{
"msg_contents": "Hello,\n pg_dump creates plain ALTER TABLE statements even if the table is a foreign table, which for someone reading the dump is confusing.\n This also made a difference when applying the dump if there is any plugin installed that hooks on ProcessUtility, because the plugin could react... |
[
{
"msg_contents": "Hello hackers,\n\nHere's a set of ideas that I think could get rid of wraparound freezes\nfrom the traditional heap, using undo logs technology. They're\ninspired by things that Heikki has said over various threads, adapted\nto our proposed undo infrastructure.\n\n1. Don't freeze committed ... |
[
{
"msg_contents": "Hello hackers,\n\nPlease consider fixing the next batch of typos and inconsistencies in\nthe tree:\n6.1. FADVISE_WILLNEED -> POSIX_FADV_WILLNEED\n6.2. failOK -> missing_ok\n6.3. failOnerror -> failOnSignal\n6.4. fakebits -> remove (irrelevant since introduction in 945543d9)\n6.5. FastPathGetL... |
[
{
"msg_contents": "Hello,\n\nIn the category \"doing more tricks with our existing btrees\", which\nincludes all that difficult stuff like skip scans and incremental\nsort, here's an easier planner-only one: if you have a unique index\non (a) possibly \"including\" (b) and you have a pathkey (a, b), you can\nu... |
[
{
"msg_contents": "Hi\n\nI noticed the documentation for pg_hba.conf:\n\n https://www.postgresql.org/docs/current/auth-pg-hba-conf.html\n\nsays:\n\n you will need to signal the postmaster (using pg_ctl reload or kill -HUP) to\n make it re-read the file.\n\nIt would be useful to mention pg_reload_conf(... |
[
{
"msg_contents": "On Fri, Jul 12, 2019 at 1:25 PM Michael Paquier <michael@paquier.xyz> wrote:\n> On Thu, Jul 11, 2019 at 09:44:07AM -0400, Tom Lane wrote:\n> > I thought we *did* have an agreement, to wit using\n> >\n> > Discussion: https://postgr.es/m/<message-id>\n> >\n> > to link to relevant mail thread(s)... |
[
{
"msg_contents": "\nHello pgdevs,\n\nsorry if this has been already discussed, but G did not yield anything \nconvincing about that.\n\nWhile looking at HASH partitioning and creating a few ones, it occured to \nme that while RANGE and LIST partitions cannot be guessed easily, it would \nbe easy to derive HASH... |
[
{
"msg_contents": "Hi,\n\ncommit a31ad27fc5d introduced required_relids field. By default, it \nlinks to the clause_relids.\nIt works good while we do not modify clause_relids or required_relids.\nBut in the case of modification such initialization demands us to \nremember, that this field is shared. And we nee... |
[
{
"msg_contents": "Hi,\n\nthe tip in the \"Adding a column\" section is not true anymore since PostgreSQL 11:\n\nhttps://www.postgresql.org/docs/current/ddl-alter.html#DDL-ALTER-ADDING-A-COLUMN\n\nAttached a patch proposal for this.\n\nRegards\nDaniel",
"msg_date": "Mon, 15 Jul 2019 11:01:00 +0000",
"ms... |
[
{
"msg_contents": "Hello hackers,\n\nI have been having a question about this with no answer from various sources\n. As known after dropping a column using 'alter table', table is not\nrewritten and vacuum full does not remove them also (still see the dropped\ncolumn in pg_attribute).\n\nPG document says:\n\nht... |
[
{
"msg_contents": "Attached patch slightly simplifies nbtsort.c by making it use\nPageIndexTupleOverwrite() to overwrite the last right non-pivot tuple\nwith the new high key (pivot tuple). PageIndexTupleOverwrite() is\ndesigned so that code like this doesn't need to delete and re-insert\nto replace an existing... |
[
{
"msg_contents": "Attached patch slightly simplifies _bt_getstackbuf() by making it\naccept a child BlockNumber argument, rather than requiring that\ncallers store the child block number in the parent stack item's\nbts_btentry field. We can remove the bts_btentry field from the\nBTStackData struct, because we ... |
[
{
"msg_contents": "Greetings Hackers.\n\nWe have a reproduceable case of $subject that issues a backtrace such as\nseen below.\n\nThe query that I'd prefer to sanitize before sending is <30 lines of at\na glance, not terribly complex logic.\n\nIt nonetheless dies hard after a few seconds of running and as expec... |
[
{
"msg_contents": "I see some code of long standing in PL/Java where its handler\nfor a set-returning function creates a new context, \"PL/Java row context\",\nduring first-call init, as a child of context->multi_call_memory_ctx,\ndiligently resets it with every percall-setup and before calling the\nuser functi... |
[
{
"msg_contents": "Hi,\n\nI am getting ERROR: relation 16401 has no triggers error while executing\nbelow query.\n\npostgres=# create table tbl1(f1 int primary key);\nCREATE TABLE\npostgres=# create table tbl2(f1 int references tbl1 deferrable initially\ndeferred) partition by range(f1);\nCREATE TABLE\npostgre... |
[
{
"msg_contents": "The attached small patch adds new entry points to simplehash.h that\nallow the caller to pass in the already-calculated hash value, so that\nsimplehash doesn't need to recalculate it.\n\nThis is helpful for Memory-Bounded Hash Aggregation[1], which uses the\nhash value for multiple purposes. ... |
[
{
"msg_contents": "Hi all,\n(Thomas in CC as per 6912acc0)\n\nI got surprised by the following behavior from pg_stat_get_wal_senders\nwhen connecting for example pg_receivewal to a primary:\n=# select application_name, flush_lsn, replay_lsn, flush_lag,\nreplay_lag from pg_stat_replication;\n application_name | ... |
[
{
"msg_contents": "Hi\n\nWhile poking about with [1], I noticed a few potential issues with the\ninclusion handling for configuration files; another issue is demonstrated in [2].\n\n[1] https://www.postgresql.org/message-id/aed6cc9f-98f3-2693-ac81-52bb0052307e%402ndquadrant.com\n (\"Stop ALTER SYSTEM from ma... |
[
{
"msg_contents": "Hi,\n\nOne observation when we execute a select query having results more than the\nscreen space available and press ctrl+f to display the remaining records,\none of the record was not displayed and the message \"...skipping one line\"\nwas displayed.\n\nI'm not sure if this is intentional be... |
[
{
"msg_contents": "Hello,\n\nAttached is a patch that adds the option of using SET clause to specify\nthe columns and values in an INSERT statement in the same manner as that\nof an UPDATE statement.\n\nA simple example that uses SET instead of a VALUES() clause:\n\nINSERT INTO t SET c1 = 'foo', c2 = 'bar', c3 ... |
[
{
"msg_contents": "Hi,\n\nI found that pg_rewind is failing against the latest sources of PG \nv12Beta2 / PG 13devel\n\nSteps to reproduce -\n=============\n0)mkdir /tmp/archive_dir\n1)Master Setup -> ./initdb -D master , add these parameters in \npostgresql.conf file -\n\"\nwal_level = hot_standby\nwal_log_h... |
[
{
"msg_contents": "Hello -\n\nSince Procedures were introduced in PG 11, the workaround to invoke them\nwith JDBC is to send the native \"CALL proc()\" SQL and let it be treated as\na SQL statement, not a specific stored routine invocation.\n\n1) When using transaction control inside the stored proc, an excepti... |
[
{
"msg_contents": "Hello\n\nCancel/terminate requests are held off during \"PREPARE TRANSACTION\"\nprocessing in function PrepareTransaction(). However, a subroutine invoked\nby PrepareTransaction() may perform elog(ERROR) or elog(FATAL).\n\nAnd if that happens after PREPARE WAL record is written and before\nt... |
[
{
"msg_contents": "I tried to run the contrib/sepgsql tests, following the instructions,\non a recently-set-up Fedora 30 machine. I've done that successfully\non previous Fedora releases, but it's no go with F30.\n\nFirst off, building the sepgsql-regtest.pp policy file spews\na bunch of complaints that I don'... |
[
{
"msg_contents": "Hi,\r\n\r\nMany thanks for the parallel improvements in Postgres 12. Here is one of\r\ncases where a costy function gets moved from a parallel worker into main\r\none, rendering spatial processing single core once again on some queries.\r\nPerhaps an assumption \"expressions should be mashed ... |
[
{
"msg_contents": "Thinking more about the public/private field distinction we just\nspecified --- it's always annoyed me that SPITupleTable doesn't\nprovide a number-of-valid-rows field, so that callers have to\nlook at the entirely separate SPI_processed variable in order\nto make sense of SPI_tuptable. I lo... |
[
{
"msg_contents": "Sync our copy of the timezone library with IANA release tzcode2019b.\n\nA large fraction of this diff is just due to upstream's somewhat\nrandom decision to rename a bunch of internal variables and struct\nfields. However, there is an interesting new feature in zic:\nit's grown a \"-b slim\"... |
[
{
"msg_contents": "I just finished updating our timezone code to match IANA release\n2019b. There's an interesting new switch in zic: if you say\n\"-b slim\", it generates zone data files that have only 64-bit\ndata (not the 32-bit plus 64-bit data that it's been emitting\nfor years), and it drops other space-... |
[
{
"msg_contents": "Hi,\n\nWhile discussing partition related code with David in [1], I again was\nconfused by the layering of partition related code in\nnodeModifyTable.c.\n\n\n1) How come partition routing is done outside of ExecInsert()?\n\n case CMD_INSERT:\n /* Prepare for tuple ro... |
[
{
"msg_contents": "Hi Hackers,\n\nWe found a race condition in pg_mkdir_p(), here is a simple reproducer:\n\n #!/bin/sh\n\n basedir=pgdata\n datadir=$basedir/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z\n logdir=$basedir/logs\n n=2\n\n rm -rf $basedir\n mkdir -p $logdir\n\n # init... |
[
{
"msg_contents": "Hi All,\n\nIn the current code for ecpg, we can't use CALL statement to call\nstored procedures. The attached patch adds the support for it.\n\nWith the attached patch, we can now have the following SQL statement\nin ecpg application to call the stored procedures with IN or INOUT\nparams.\n\n... |
[
{
"msg_contents": "pg_upgrade from 9.6 fails if old cluster had non-standard ACL\non pg_catalog functions that have changed between versions,\nfor example pg_stop_backup(boolean).\n\nError:\n\npg_restore: creating ACL \"pg_catalog.FUNCTION \"pg_stop_backup\"()\"\npg_restore: creating ACL \"pg_catalog.FUNCTION \... |
[
{
"msg_contents": "Previous discussion: \nhttps://postgr.es/m/1407012053.15301.53.camel%40jeff-desktop\n\nThis patch introduces a way to ask a memory context how much memory it\ncurrently has allocated. Each time a new block (not an individual\nchunk, but a new malloc'd block) is allocated, it increments a stru... |
[
{
"msg_contents": "Hi all,\n(Peter Eisentraut in CC)\n\ncrake has just complained about a failure with the LDAP test suite:\nhttps://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2019-07-19%2001%3A33%3A31\n\n# Running: /usr/sbin/slapd -f\n/home/bf/bfr/root/HEAD/pgsql.build/src/test/ldap/tmp_check/sla... |
[
{
"msg_contents": "Hi all,\n\nIs there any way to create a named portal except cursor in PG?\nI tried postgres-jdbc driver and use PrepareStatement. Backend could\nreceive `bind` and `execute` message, but the portal name is still empty.\nHow can I specify the portal name?\n\n-- \nThanks\n\nHubert Zhang\n\nHi a... |
[
{
"msg_contents": "Hi\n\nI find a suspicious code in libpq:PQconnectPoll(). I think it should be\nfixed, but I could not produce a concrete problem.\nWhat do you think about it?\n\nI understand that PQconnectPoll() returns PGRES_POLLING_WRITING or\nPGRES_POLLING_READ until state machine reaches terminal state(O... |
[
{
"msg_contents": "Hi all,\n\nJust browsing through the logs of the buildfarm, I have noticed that\nsome buildfarm animals complain with warnings (jacana uses MinGW):\nhttps://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=jacana&dt=2019-07-19%2001%3A45%3A28&stg=make\n\nThere are two of them:\nc:/mingw/m... |
[
{
"msg_contents": "Hi\n\nIn pg_basebackup's GenerateRecoveryConf() function, the value for\n\"primary_slot_name\" is escaped, but the original, non-escaped value\nis written. See attached patch.\n\nThis has been present since the code was added in 9.6 (commit 0dc848b0314).\n\nRegards\n\nIan Barwick\n\n-- \n Ia... |
[
{
"msg_contents": "Hi,\n\nWhen reviewing a recent patch, I missed a place where Datum was being\nconverted to another type implicitly (ie without going though a\nDatumGetXXX() macro). Thanks to Jeff for fixing that (commit\nb538c90b), but I was curious to see if I could convince my compiler to\ntell me about t... |
[
{
"msg_contents": "Hello.\n\nCurrently I am working a lot with cluster consist a few of big tables.\nAbout 2-3 TB. These tables are heavily updated, some rows are removed, new\nrows are inserted... Kind of typical OLTP workload.\n\nPhysical table size keeps mostly stable while regular VACUUM is working. It\nis ... |
[
{
"msg_contents": "HI Team,\n\n\n\nI’m looking to convert QMF Queries , QMF forms and QMF procedure to the\nPOSTGRESQL will it support all of them.\n\nIf yes please help us with the sample example. Or any Documentation.\n\n\n\nThanking in anticipation .\n\n\n\nRegards\n\nJotiram More\n\nHI\nTeam,\n \nI’m\nlooki... |
[
{
"msg_contents": "Hello hackers,\n\nPlease consider fixing the next pack of typos and inconsistencies in the\ntree:\n7.1. h04m05s06 -> h04mm05s06 (in fact it's broken since 6af04882, but\nh04mm05s06.789 still accepted)\n7.2. hasbucketcleanup -> hashbucketcleanup\n7.3. _hashm_spare -> hashm_spares\n7.4. hashtbl... |
[
{
"msg_contents": "Hi\n\n# I rewrote my previous mail.\n\nPQconnectPoll() is used as method for asynchronous using externally or internally.\nIf a caller confirms a socket ready for writing or reading that is\nrequested by return value of previous PQconnectPoll(), next PQconnectPoll()\nmust not be blocked. But ... |
[
{
"msg_contents": "Hello. I happened to find that I cannot obtain a patch from the\nEmails field of a patch on the CF-App.\n\nhttps://commitfest.postgresql.org/23/1525/\n\nEmails:\n> Latest attachment (crash_dump_before_main_v2.patch) at 2018-03-01 05:13:34 from \"Tsunakawa, Takayuki\" <tsunakawa.takay at jp.fu... |
[
{
"msg_contents": "Hi hackers,\nIt's a report about my GSoC project[1] during the second period.\n\nWhat I've done:\n- Submitted the patch[2] to optimize partial TOAST decompression\n- Submitted the patch[3] as a prototype of de-TOAST iterator and tested its\nperformance on position() function\n- Perfected patc... |
[
{
"msg_contents": "Hello,\n\nFetching the timeline from a standby could be useful in various situation.\nEither for backup tools [1] or failover tools during some kind of election\nprocess.\n\nPlease, find in attachment a first trivial patch to support pg_walfile_name()\nand pg_walfile_name_offset() on a standb... |
[
{
"msg_contents": "Does anyone have a stress test for parallel workers ?\n\nOn a customer's new VM, I got this several times while (trying to) migrate their DB:\n\n< 2019-07-23 10:33:51.552 CDT postgres >FATAL: postmaster exited during a parallel transaction\n< 2019-07-23 10:33:51.552 CDT postgres >STATEMENT: ... |
[
{
"msg_contents": "Hello devs,\n\nWhile doing some performance tests and reviewing patches, I needed to \ncreate partitioned tables. Given the current syntax this is time \nconsumming.\n\nThe attached patch adds two options to create a partitioned \"account\" \ntable in pgbench.\n\nIt allows to answer quickly s... |
[
{
"msg_contents": "\nIn commit ed8a7c6fcf9 we added some extra tests to pgbench, including\nthis snippet:\n\n\n \\setshell two\\\n expr \\\n 1 + :one\n\nUnfortunately, this isn't portable, as I've just discovered at the cost\nof quite a bit of time. In particular, you can't assume expr is present... |
[
{
"msg_contents": "Ever since pg_basebackup was created, it had a comment like this:\n\n * End of chunk. If requested, and this is the base tablespace\n * write configuration file into the tarfile. When done, close the\n * file (but not stdout).\n\nBut, why make the exception for output going to std... |
[
{
"msg_contents": "Sorry in advance for link-breaking message, but the original mail was\ntoo old and gmail doesn't allow me to craft required headers to link\nto it.\n\nhttps://www.postgresql.org/message-id/CAKm4Xs71Ma8bV1fY6Gfz9Mg3AKmiHuoJNpxeDVF_KTVOKoy1WQ%40mail.gmail.com\n\n> Please find the proposed patch... |
[
{
"msg_contents": "Hi all,\n\nRecently, one of the test beds we use has blown up once when doing\nstreaming replication like that:\nFATAL: could not seek to end of file \"base/16386/19817_fsm\": No such\n file or directory \nCONTEXT: WAL redo at 60/8DA22448 for Heap2/CLEAN: remxid 65751197\nLOG: startup pr... |
[
{
"msg_contents": "Sorry in advance for link-breaking message force by gmail..\n\nhttps://www.postgresql.org/message-id/flat/CY4PR2101MB0804CE9836E582C0702214E8AAD30@CY4PR2101MB0804.namprd21.prod.outlook.com\n\nI assume that we are in a consensus about the problem we are to fix\nhere.\n\n> 0a 00000004`8080cc30... |
[
{
"msg_contents": "Sorry in advance for link-breaking message forced by gmail..\n\nhttps://www.postgresql.org/message-id/flat/20190202083822.GC32531@gust.leadboat.com\n\n> 1. The result of the test is valid only until we release the SLRU ControlLock,\n> which we do before SlruScanDirCbDeleteCutoff() uses the... |
[
{
"msg_contents": "Hi,\n\nI noticed the issue in to_timestamp()/to_date() while handling the double\nquote literal string. If any double quote literal characters found in\nformat, we generate the NODE_TYPE_CHAR in parse format and store that\nactual character in FormatNode->character. n DCH_from_char, we just\n... |
[
{
"msg_contents": "Server is generally running pretty well, and is high volume. This\nquery is not new and is also medium volume. Database rebooted in\nabout 4 seconds with no damage; fast enough we didn't even trip alarms\n(I noticed this troubleshooting another issue). We are a couple of\nbug fixes release... |
[
{
"msg_contents": "Greetings everyone.\n\nIn (certain) out-of-the-box PostgreSQL installations, the timezone GUC is\nset to \"localtime\", which seems to mean to query the OS for the value.\nUnless I'm mistaken, the issue with this is that it doesn't allow clients\ninspecting the TimeZone GUC to actually know w... |
[
{
"msg_contents": "Hackers,\n\nSince all DAC checks should have corresponding MAC, this patch adds a\nhook to allow extensions to implement a MAC check on TRUNCATE. I have\nalso implemented this access check in the sepgsql extension.\n\nOne important thing to note is that refpolicy [1] and Redhat based\ndistrib... |
[
{
"msg_contents": "Hi,\n\n\nScenario is a very plain upsert:\n\nCREATE TABLE upsert(key int primary key);\nINSERT INTO upsert VALUES(1) ON CONFLICT (key) DO UPDATE SET key = excluded.key;\nINSERT INTO upsert VALUES(1) ON CONFLICT (key) DO UPDATE SET key = excluded.key;\nINSERT 0 1\nINSERT 0 1\n\npostgres[8755][... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.