threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "This is a small patch to improve comments in tablecmds.c. Please find\nattached a patch.\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://www.postgresql.org/mailpref/pgsql-... |
[
{
"msg_contents": "Hi,\n\nIt's regarding a Todo item of \"Bit data type header reduction\" in some\ncases. The header contains two parts. 1) The varlena header is\nautomatically converted to 1 byte header from 4 bytes in case of small\ndata. 2) The bit length header called \"bit_len\" to store the actual bit\n... |
[
{
"msg_contents": "Hi,\n\nRecently we observed below errors while taking dump after upgrading from\n9.0.13 to 9.1.9.\n\npg_dump: schema with OID 0 does not exist\n\nI referred similar issues reported previously (\nhttp://www.postgresql.org/message-id/CAGWYGjXRJj=zuGEJV0ckVn4Zf9Hb92Q+7e3aQFCVbGBMb9Z+ZQ@mail.gmai... |
[
{
"msg_contents": "Over in\nhttp://www.postgresql.org/message-id/BAY176-W382A9DE827EBC8E602B7BBC5860@phx.gbl\nthere's a complaint about getting \"stack depth limit exceeded\" from a\nquery of the form\n\nselect count(*) from gui_die_summary where (x_coord, y_coord) in\n((25,5),(41,13),(25,7),(28,3),(25,8),(34,7... |
[
{
"msg_contents": "I just wasted some time puzzling over strange results from pgbench.\nI eventually realized that I'd been testing against the wrong server,\nbecause rather than \"-p 65432\" I'd typed \"-P 65432\", thereby invoking\nthe recently added --progress option. pgbench has no way to know that\nthat i... |
[
{
"msg_contents": "I want to create new type that is similar to varchar.\nits size is variable.\nI use CREATE TYPE query.\nI define for that type this functions:\n1-typein\n2-typeoute\n3-typemodify_input\n4-typemodify_output\n5-type_transform\nI can define 1 to 4 functions in CREATE TYPE\nbut I can't define typ... |
[
{
"msg_contents": "Bruce, Tom:\n\nCan we change this text in the template release notes?\n\n\nA dump/restore using\npg_dumpall<http://www.postgresql.org/docs/9.3/static/app-pg-dumpall.html>,\nor use of\npg_upgrade<http://www.postgresql.org/docs/9.3/static/pgupgrade.html>, is\nrequired for those wishing to migra... |
[
{
"msg_contents": "Since I committed 49c817eab78c6f0ce8c3bf46766b73d6cf3190b7 to make\npg_do_encoding_conversion not fail silently, buildfarm member magpie\nhas been whining:\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=magpie&dt=2014-02-25%2011%3A00%3A08\n\nTo wit, that if you run contrib/citext's r... |
[
{
"msg_contents": "> \tThanks for the information, I will apply other patches also and\n> start testing.\n> \n> \n> When try to run the pgbench test, by default the cache-scan plan is not\n> chosen because of more cost. So I increased the cpu_index_tuple_cost to\n> a maximum value or by turning off index_scan, ... |
[
{
"msg_contents": "Hi,\n\nWhile testing event triggers support for CREATE RULE, I noticed that\nexisting code does not deparse whole-row references correctly:\n\npostgres=# create table f (a int);\nCREATE TABLE\npostgres=# create table g (other f);\nCREATE TABLE\npostgres=# create rule f as on insert to f do al... |
[
{
"msg_contents": "Hello,\n\nI find default values confusing when a function is overloaded, below is an example. \n\n\nCREATE OR REPLACE FUNCTION default_test (a INT DEFAULT 1, b INT DEFAULT 1, C INT DEFAULT 1) RETURNS INT AS\n$$\n BEGIN\n RETURN a+b+c;\n END;\n$$\nLANGUAGE 'plpgsql';\n\nCREATE OR ... |
[
{
"msg_contents": "Hi, I'm the maintainer and a primary author of a postgresql client library\nfor Haskell, called postgresql-simple, and I recently investigated\nimproving support for VALUES expressions in this library. As a result, I'd\nlike to suggest two changes to postgresql:\n\n1. Allow type specifi... |
[
{
"msg_contents": "It would be nice to be able to declare something like this for a function\nreturning an unnested array:\n\nRETURNS TABLE(some_value mytable.myarray_column%ELEMENT_TYPE, ...)\n\nDoes it make sense?\n\n\n\n\n--\nView this message in context: http://postgresql.1045698.n5.nabble.com/Adding-a-copy... |
[
{
"msg_contents": "Hi,\n\nI found interesting \"for\" and \"while\" loop in WaitForWALToBecomeAvailable() in\nxlog.c. Can you tell me this behavior?\n\nfor (;;)\n{\n~\n} while (StanbyMode)\n\nI confirmed this code is no problem in gcc compiler:)\n\nRegards,\n--\nMitsumasa KONDO\nNTT Open Source Software Center\... |
[
{
"msg_contents": "Hi all,\n\nWhen working on the datatype pg_lsn, we actually did not create a\ndefine macro for its oid in pg_type.h and this could be useful for\nextension developers. The simple patch attached corrects that by\nnaming this macro LSNOID.\nRegards,\n-- \nMichael\n\n\n\n-- \nSent via pgsql-hack... |
[
{
"msg_contents": "A very minor fix to \"pgbench --help\" which is missing the expected \nargument for the -t option.\n\n-- \nFabien.\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_d... |
[
{
"msg_contents": "Hi,\n\nAs Robert previously complained a database wide VACUUM FULL now (as of\n3cff1879f8d03) reliably increases the relfrozenxid for all tables but\npg_class itself. That's a bit sad because it means doing a VACUUM FULL\nwon't help in a anti-wraparound scenario.\n\nThe reason for that is exp... |
[
{
"msg_contents": "Hello,\n\nThe comments in pg_lzcompress.c say that:\n\n * If VARSIZE(x) == rawsize + sizeof(PGLZ_Header), then the data\n * is stored uncompressed as plain bytes. Thus, the decompressor\n * simply copies rawsize bytes from the location after the\n * header to the destination.\n\nBut pg_lzdeco... |
[
{
"msg_contents": "Enclosed is the patch to implement the requirement that pg_dump should\nreport version of server & pg_dump as comments in the output. \n\n \n\n[Benefit]\n\nBy running \"head\" on pg_dump output, you can readily discover what\nversion of PostgreSQL was used to generate that dump. Very useful\n... |
[
{
"msg_contents": "I looked at the postmaster log for the ongoing issue on narwhal\n(to wit, that the contrib/dblink test dies the moment it tries\nto do anything dblink-y), and looky here what the postmaster\nhas logged:\n\n530fc965.bac:2] LOG: server process (PID 2144) exited with exit code 128\n[530fc965.ba... |
[
{
"msg_contents": "Sorry for missing the patch file in the original email. Enclosed please\nfind it.\n\n \n\nJing Wang\n\nFujitsu Australia\n\n \n\n \n\nFrom: Arulappan, Arul Shaji \nSent: Friday, 28 February 2014 11:21 AM\nTo: Wang, Jing\nSubject: RE: [HACKERS] pg_dump reporing version of server & pg_dump as\... |
[
{
"msg_contents": "Hi All,\n\n \n\nI would like to propose an implementation of creating new catalog view\nfor pg_hba.conf file contents. Aim of this proposal is to present a new\nview \"pg_settings_hba\" to database administrator, for viewing\npg_hba.conf file contents. \n\n \n\nCurrently, to view the pg_hba.c... |
[
{
"msg_contents": "Hi developers,\n\nI'm applying for GSoC 2014 with Postgresql and would appreciate your\ncomments on my proposal (attached). I'm looking for technical\ncorrections/comments and your opinions on the project's viability. In\nparticular, if the community has doubts about its usefulness, I would s... |
[
{
"msg_contents": "I patched to add one column in pg_stat_statements module.\nand sent to author but\nI recived a reject mail because unknown user :(\n\nso I am posting to this mailling.\n\nI need a last time of query, because I want to analyse order by recent time.\n\nthis patch code below,\nreview please and\... |
[
{
"msg_contents": "Hello, we found that hot standby doesn't came up under certain\ncondition. This occurs for 9.3 and 9.4dev.\n\nThe recovery process stays on 'incosistent' state forever when\nthe server has crashed before any wal record is inserted after\nthe last checkpoint.\n\nThis seems to be because EndRec... |
[
{
"msg_contents": "Hi\nWhich equivalence rule from those are listed in\nemail's attachment are implemented in postgresql?\nwhere are them?\nThanks\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-hacke... |
[
{
"msg_contents": "Hello\n\nfor beginners is relative difficult to set psql variable from command line\nand option\n\n-v ON_ERROR_STOP=1 is little bit unclean.\n\nand for any user it is not comfortable. So I propose a new psql option\n\n--on-error-stop\n\nIt is clean, and it will be mentioned in psql --help.\n\... |
[
{
"msg_contents": "We have a couple of open bug reports in which the regex library takes\nunreasonable amounts of time and/or memory to process a regexp. While\nI have hopes that both of the known issues can be improved, it seems\nlikely that there will always be cases where sufficiently complicated\nregexps j... |
[
{
"msg_contents": "As announced with last week's releases, use of trust authentication in the\n\"make check\" temporary database cluster makes it straightforward to hijack the\nOS user account involved. The prerequisite is another user account on the\nsame system. The solution we discussed on security@postgre... |
[
{
"msg_contents": "Hello\n\nI was asked, how can be showed only failed queries in psql.\n\nI am thinking, so it is not possible now. But implementation is very simple\n\nWhat do you think about it?\n\nbash-4.1$ psql postgres -v ECHO=error -f data.sql\nINSERT 0 1\nTime: 27.735 ms\nINSERT 0 1\nTime: 8.303 ms\npsq... |
[
{
"msg_contents": "Status Summary. Needs Review: 36, Waiting on Author: 7, Ready for\nCommitter: 16, Committed: 43, Returned with Feedback: 8, Rejected: 4.\nTotal: 114.\n\nWe're still on track to achieve about 50% committed patches, which would\nbe similar to the previous few commit fests. So decent job so far... |
[
{
"msg_contents": "The attached patch fixes the case when `pg_dump -Fd …` is called on a partition where write(2) fails for some reason or another. In this case, backup jobs were returning with a successful exit code even though most of the files in the dump directory were all zero length.\n\nI haven’t tested t... |
[
{
"msg_contents": "Hi\n\nMy question is:\nDoes PostgreSQL implements equivalence rules(from those are listed in\nemail's attachment)?\nWhich function or which part of source code(in PostgreSQL ) implements\nthe equivalence rules?\nI think, this should be implemented in query optimization part of\nPostgreSQL, bu... |
[
{
"msg_contents": "Hi,\n\nI am currently playing around with Robert's suggestion to get rid of\nchangeset extraction's reusage of SnapshotData fields (basically that\nxip contains committed, not uncommited transactions) by using NodeTag\nsimilar to many other (families of) structs.\n\nWhile reading around which... |
[
{
"msg_contents": "Hi all,\n\nIs the TODO item \"make an unlogged table logged\" [1] a good GSoC project?\n\nRegards,\n\n[1]\nhttp://www.postgresql.org/message-id/AANLkTinENZbRxdCwOHkqBba2BHUbfY8_C5JwRXLodxcX@mail.gmail.com\n\n-- \nFabrízio de Royes Mello\nConsultoria/Coaching PostgreSQL\n>> Timbira: http://www... |
[
{
"msg_contents": "Hi,\n\nI'm trying to build pgadmin4, out of curiosity.\nI'm on a ubuntu 13.10 desktop vm.\nI added qt webkitwidgets, and now I run into the next error, which doesn't\nseem to make much sense:\nwbloos2@vm1:~/pgadmin4/runtime$ qmake\nProject MESSAGE: Building for QT5+...\nProject ERROR: Unknown... |
[
{
"msg_contents": "Dear Developers,\nPlease help with the following problem. I am running PostgreSQL 9.2.3 on SUN Solaris 9. This is 64 bit system with 32G swap and 16G RAM. I use same configuration file as on Linux or SUN Solaris 10, where everything is ok. I am unable to set shared buffer 5G, the maximum poss... |
[
{
"msg_contents": "Hello,\n\nRFE: Consider that you want to run pg_upgrade via some script with some\ndefault '-o' option. But then you also want to give the script's user a\nchance to specify the old-server's options according user's needs.\nThen something like the following is not possible:\n\n $ cat scrip... |
[
{
"msg_contents": "Hi all,\n\nI had doubts regarding behavior of CheckRequiredParameterValues() function.\n\nI could not start standby server which is created by pg_basebackup\nwith following scenario.\n1. Start the master server with 'wal_level = archve' , 'hot_standby =\non' and other settings of replication.... |
[
{
"msg_contents": "Hi all,\n\nIs the TODO item \"CREATE SCHEMA ... LIKE ...\" [1] a good GSoC project?\n\nRegards\n\n[1] http://wiki.postgresql.org/wiki/Todo\n\n-- \nFabrízio de Royes Mello\nConsultoria/Coaching PostgreSQL\n>> Timbira: http://www.timbira.com.br\n>> Blog sobre TI: http://fabriziomello.blogspot.c... |
[
{
"msg_contents": "Hi all\n\nOne of the remaining issues with row security is how to pass plan\ninvalidation information generated in the rewriter back into the planner.\n\nWith row security, it's necessary to set a field in PlannerGlobal,\ntracking the user ID of the user the query was planned for if row\nsecu... |
[
{
"msg_contents": "$ pg_dump -F d -j 4 -f foo regression\npg_dump: [archiver (db)] query failed: pg_dump: [parallel archiver] query was: SET TRANSACTION SNAPSHOT '00002130-1'\npg_dump: [archiver (db)] query failed: pg_dump: [archiver (db)] query failed: pg_dump: [archiver (db)] query failed: $\n\npostmaster log... |
[
{
"msg_contents": "Four files with comment typos.\n\n\n\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_date": "Wed, 5 Mar 2014 18:57:05 +0100",
"msg_from": "\"Erik Rijkers\" <e... |
[
{
"msg_contents": "Hi All,\n\nIs there any ways by which i can disable the hot-update functionality?\n\n-- \nRegards,\nRohit Goyal\n\nHi All, Is there any ways by which i can disable the hot-update functionality?-- Regards,Rohit Goyal",
"msg_date": "Wed, 5 Mar 2014 21:32:39 +0100",
"msg_from": "Rohit Go... |
[
{
"msg_contents": "I don't believe that this is legal per C90:\n\ntypedef struct ReorderBufferChange\n{\n XLogRecPtr lsn;\n\n /* type of change */\n union\n {\n enum ReorderBufferChangeType action;\n /* do not leak internal enum values to the outside */\n int actio... |
[
{
"msg_contents": "I want use CREATE TYPE to create one type similar to char.\nI want to when I create type, then my type behave similar to char:\n\nCREATE TABLE test (oneChar char);\n\nwhen I want insert one column with length>1 to it, so it gets this error:\nERROR: value too long for type character(1)\n\nI w... |
[
{
"msg_contents": "Hi all,\n\nThere are some place with the next commitfest deadlines (2014/06 and\n2014/09) ?\n\nRegards,\n\n-- \nFabrízio de Royes Mello\nConsultoria/Coaching PostgreSQL\n>> Timbira: http://www.timbira.com.br\n>> Blog sobre TI: http://fabriziomello.blogspot.com\n>> Perfil Linkedin: http://br.l... |
[
{
"msg_contents": "Clustering Summit\n-----------------\n\nWe will be holding the fourth annual Cluster-Hacker meeting on Tuesday\nMay 20th, just before pgCon 2014. Everyone with a serious interest in\nclustering, replication, and scale-out technologies is welcome and\nencouraged to attend.\n\nThis meeting wil... |
[
{
"msg_contents": "Back in commit 249a899f7, we introduced an atexit callback that forced\nbackend process cleanup to occur if some random backend plugin\n(I'm looking at you, plperl and plpython) executed exit(). While that\nseemed like a great safety feature at the time, bug #9464\nhttp://www.postgresql.org/... |
[
{
"msg_contents": "Hi all,\n\nIn the documentation, particularly the doc index, syslog_ident is\nincorrectly mentioned as syslog_identify. The attached patch fixes\nthat. This error is in the docs since 8.0.\nRegards,\n-- \nMichael\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\n... |
[
{
"msg_contents": "I just noticed that the DSM patch has introduced a whole new class of\nfailures related to the bug #9464 issue: to wit, any on_detach\nactions registered in a parent process will also be performed when a\nchild process exits, because nothing has been added to on_exit_reset\nto prevent that. ... |
[
{
"msg_contents": "There are a few threads floating around currently in which some of\nthe cc'd addresses are various-people at hobby.2ndquadrant.com.\nAddresses like that seem not to work, or at least not work reliably.\nI believe the official addresses are just soandso at 2ndquadrant.com.\n\nIf you're replyin... |
[
{
"msg_contents": "Sorry for the bit of top-posting, but I wanted to make some things\nclear. Also, I wasn't subscribed to pgsql-hackers at the time this\nthread began, so I apologize for the missing headers that might cause\nthreading issues.\n\nI'm the submitter of bug #9464. Here's the background on what w... |
[
{
"msg_contents": "Hello\r\n\r\nI am returning back to this topic. Last time I proposed styles:\r\n\r\nhttp://www.postgresql.org/message-id/CAFj8pRCLgoKtrYjPbToncpgyfTRcZ-ZgfOwdc1jquLB+eDe0Tw@mail.gmail.com\r\n\r\nhttp://postgres.cz/wiki/Pretty_borders_in_psql\r\n\r\nThis experiment fails, but there are some in... |
[
{
"msg_contents": "Hi,\n\nWe use Postgres in our product and we have a client that requires a \nstatic code analysis scan to detect vulnerabilities. They are concerned \nbecause the tool (Veracode) found several flaws in Postgres and they \nbelieve there might be a security risk. I'm sure there are lots of \nco... |
[
{
"msg_contents": "I was testing some builds I was doing and found that the regression\ntests fails when doing the against a Hot Standby server:\n\n$ make standbycheck\n[...]\n============== running regression test queries ==============\ntest hs_standby_check ... ok\ntest hs_standby_allowed ... |
[
{
"msg_contents": "Hello,\n\nIs PL/Java safe to use in terms of its threading design? I'm going to ask \nthe PL/Java community about this too, but I'd ask for opinions here because \nI believe people in this community have seasoned knowledge of OS and SPI.\n\nTo put the question in other words, is it safe to l... |
[
{
"msg_contents": "Hi,\n\nI noticed that the behavior of client_min_messages do not have\na consistency in document and 'pg_settings', postgresql.conf.\n\n----------------\nthe behaviro is:\nI can set 'INFO', 'FATAL' and 'PANIC' as the valid value.\n\npostgres=# set client_min_messages to info;\nSET\npostgres=#... |
[
{
"msg_contents": "Hi,\n\nI am trying to analyze join performance. But I see that even for a table\nhaving 100,000 rows and join attribute as primary key, postgres always\nperforms hash join.\n\nCan anyone please tell me under which conditions merge join or nested loop\njoin is invoked?\n\nThanks and Regards,\n... |
[
{
"msg_contents": "Hi,\n\nI've noticed that \"db_user_namespace\" has had the following note\nattached to it since 2002:\n\n\"This feature is intended as a temporary measure until a complete\nsolution is found. At that time, this option will be removed.\"\n\nIt will be 12 years this year since this \"temporary ... |
[
{
"msg_contents": "Hi \n\n \n\nEnclosed is the patch to implement the requirement that issue log\nmessage to suggest VACUUM FULL if a table is nearly empty.\n\nThe requirement comes from the Postgresql TODO list.\n\n \n\n[Benefit]\n\nTo find which table is nearly empty and suggest using 'VACUUM FULL' to\nreleas... |
[
{
"msg_contents": "Dear Hackers --\n\nI'm looking at doing a calculation to determine the number of free buffers\navailable. A n example ratio that is based on some data structures in\nfreelist.c as follows:\n\n(StrategyControl->lastFreeBuffer - StrategyControl->firstFreeBuffer) /\n(double) NBuffers\n\nIs ther... |
[
{
"msg_contents": "Hi,\n\nArrangements have been made to hold a meeting between database and kernel\ndevelopers at Collaboration Summit 2014 http://sched.co/1hEBRuq on March\n27th 2014. This was organised after discussions on pain points encountered\nby the PostgreSQL community. Originally the plan had been to ... |
[
{
"msg_contents": "Hi all,\n\nI have been playing a bit with the replication slots, and I noticed a\nweird behavior in such a scenario:\n1) Create a master/slave cluster, and have slave use a replication slot\n2) Stop the master\n3) Create a certain amount of WAL, during my tests I played with 4~5GB of WAL\n4) ... |
[
{
"msg_contents": "Hello\n\nI had to migrate our databases from 9.1 to 9.2. We have high number of\ndatabases per cluster (more than 1000) and high number of tables (indexes)\nper database (sometimes more than 10K, exceptionally more than 100K).\n\nI seen two problems:\n\na) too long files pg_upgrade_dump_db.sq... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 9518\nLogged by: Mike Blackwell\nEmail address: mike.blackwell@rrd.com\nPostgreSQL version: 9.3.3\nOperating system: RHEL 6\nDescription: \n\nThe following sequence showed up in the error log recen... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nI am probably missing something obvious, but why does the\nAccessShareLock remain held on a table after a SELECT statement is\ncomplete when in a transaction block? E.g.:\n\n8<-------------------------\ncreate table t1 ();\nbegin;\nselect * fr... |
[
{
"msg_contents": "Hi,\n\nI am trying to figure out when disk is used to store intermediate results\nwhile performing joins in postgres.\n\nAccording my findings using 'explain analyse ' only merge sort uses disk.\nCan anyone please throw some more light on this?\n\nThanks,\nParul\n\nHi,I am trying to figure ou... |
[
{
"msg_contents": "Hackers,\n\nIn the 9.3.3 updates, we added three new GUCs to control multixact\nfreezing. This was an unprecented move in my memory -- I can't recall\never adding a GUC to a minor release which wasn't backwards\ncompatibility for a security fix. This was a mistake.\n\nWhat makes these GUCs ... |
[
{
"msg_contents": "From: Murtuza Mukadam <murtuza.i.mukadam@gmail.com>\nDate: Sat, Mar 8, 2014 at 1:56 PM\nSubject: Re: [HACKERS] git-review: linking commits to review discussion in git\nTo: Heikki Linnakangas <hlinnakangas@vmware.com>\nCc: pgsql-hackers@postgresql.org\n\n\nHi Heikki\n\nWe have linked git commi... |
[
{
"msg_contents": "Where, if anywhere, is the current documentation for writing or using a\nlogical decoding output plugin consumer thingy?\n\nI'm trying to find my way into it ...\n\nsrc/backend/replication/logical/logical.c, which textually contains most\nof the functions that appear to interact with the test... |
[
{
"msg_contents": "Hi,\n\nA customer has reported us a strange behaviour regarding a rowtype \ncolumn with a domain subfield:\n\ntest=# CREATE DOMAIN my_int_not_null_1 AS INTEGER DEFAULT 1 NOT NULL;\nCREATE DOMAIN\ntest=# CREATE TYPE my_int_rowtype AS (\ntest(# f1 INTEGER,\ntest(# f2 my_int_not_null_1\... |
[
{
"msg_contents": "Hi,\n\n I am working on adding a functionality to PostgreSQL. I need to parse\nthe XML format query plan (produced by PostgreSQL v9.3) and save it in a\nsimple data structure (say C structure). I was wondering if PostgreSQL\nalready had any parsing functions implemented that I can use to do... |
[
{
"msg_contents": "It is another topic from the main thread,\n\nI noticed the following message under the test cases that\ntakes heavy INSERT workload; provided by Haribabu.\n\n[kaigai@iwashi ~]$ createdb mytest\n[kaigai@iwashi ~]$ psql -af ~/cache_scan.sql mytest\n\\timing\nTiming is on.\n--cache scan select 5... |
[
{
"msg_contents": "Hello all,\nI am Ashutosh Dhundhara from Thapat University, Patiala-India presently pursuing Bachelors degree in Computer Science and Engineering.\nThis year I wish to work for PostgreSQL under the flagship of GSoC 2014. So please help regarding this. I have a few questions :\n\n1) Do I have ... |
[
{
"msg_contents": "All:\n\nI was just reading Michael's explanation of replication slots\n(http://michael.otacoo.com/postgresql-2/postgres-9-4-feature-highlight-replication-slots/)\nand realized there was something which had completely escaped me in the\npre-commit discussion:\n\nselect pg_drop_replication_slot... |
[
{
"msg_contents": "On the pgsql-packagers list, there has been some (OT for that list)\ndiscussion of whether commit 9a57858f1103b89a5674f0d50c5fe1f756411df6\nis sufficiently serious to justify yet another immediate minor release\nof 9.3.x. The relevant questions seem to be:\n\n1. Is it really bad?\n\n2. Does ... |
[
{
"msg_contents": "Hi all,\n\nShouldn't the \"ALTER\" statements below raise an exception?\n\nfabrizio=# CREATE TABLE foo(bar SERIAL PRIMARY KEY);\nCREATE TABLE\n\nfabrizio=# SELECT relname, reloptions FROM pg_class WHERE relname ~ '^foo';\n relname | reloptions\n-------------+------------\n foo |\n... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 9555\nLogged by: Fazal Majid\nEmail address: majid@apsalar.com\nPostgreSQL version: 9.2.6\nOperating system: OpenIndiana b151 Solaris x64\nDescription: \n\nReproduction case:\n\ncreate table A(a in... |
[
{
"msg_contents": "Hi,\n\nWe are computer engineering students from Maharashtra Institute of\nTechnology, Pune, Maharashtra, India. We are pursuing Bachelor of\nEngineering degree in Computer Engineering. As a part of the curriculum, we\nare supposed to perform a group project in the final year on a topic of ou... |
[
{
"msg_contents": "This is my first email to the PostgreSQL mailing lists so I hope this is\nthe correct place. If not, please let me know.\n\nI was wondering if it would be possible and wise to support JSON Patch?\nhttps://tools.ietf.org/html/rfc6902\n\nOne of the problems I have as a user is how to update a p... |
[
{
"msg_contents": "\nPeter Geoghegan has been doing a lot of great cleanup of the jsonb code, \nafter moving in the bits we wanted from nested hstore. You can see the \ncurrent state of the code at \n<https://github.com/feodor/postgres/tree/jsonb_and_hstore>\n\nI've been working through some of his changes, I w... |
[
{
"msg_contents": "Hi,\n\n \n\nIn connection to my previous proposal about \"providing catalog view to\npg_hba.conf file contents\" , I have developed the attached patch . \n\n \n\n[Current situation]\n\nCurrently, to view the pg_hba.conf file contents, DB admin has to access\nthe file from database server to r... |
[
{
"msg_contents": "My doubt is when the query enters into a portal, does it stay in the portal\ntill the final execution ? i.e. Do the further function calls such as\nDefineRelation,create_heap_with_catalog etc. for Create query occur inside\nthe portal ?\n\nMy doubt is when the query enters into a portal, does... |
[
{
"msg_contents": "Hello, we found that postgreql won't complete archive recovery\nfoever on some situation. This occurs HEAD, 9.3.3, 9.2.7, 9.1.12.\n\nRestarting server with archive recovery fails as following just\nafter it was killed with SIGKILL after pg_start_backup and some\nwal writes but before pg_stop_... |
[
{
"msg_contents": "After some discussion, the core committee has concluded that the\nWAL-replay bug fixed in commit 6bfa88acd3df830a5f7e8677c13512b1b50ae813\nis indeed bad enough to justify near-term update releases. Since\nthere seems no point in being slow about it, tarballs will be wrapped\nMonday (3/17) fo... |
[
{
"msg_contents": "<CA+TgmoaYO1E2TJjEfRvhGq6TMgpYhg_4LOy_fwRZL8TxXgFSGA@mail.gmail.com>\n\nRobert Haas wrote:\n\n> What does the colon-space in %{definition: }s mean?\n\nIt means it expects the \"definition\" element to be a JSON array, and\nthat it will format the elements by separating them with a space. In\... |
[
{
"msg_contents": "Whilst setting up a buildfarm member on an old, now-spare Mac, I was\nsomewhat astonished to discover that contrib/test_shm_mq crashes thus:\nTRAP: FailedAssertion(\"!(rb >= sizeof(uint64))\", File: \"shm_mq.c\", Line: 429)\nbut only in UTF8 locales, not in C locale. You'd have bet your last... |
[
{
"msg_contents": "I want to fined when is used these functions(what query caused the call of\nthese functions) :\n-char_bpchar()\n-bpchar_name()\n-name_bpchar()\n\nI want to fined when is used these functions(what query caused the call of these functions) :-char_bpchar()-bpchar_name()-name_bpchar()",
"msg_... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 9578\nLogged by: Jack Douglas\nEmail address: jack@douglastechnology.co.uk\nPostgreSQL version: 9.3.2\nOperating system: Debian Wheezy 64-bit\nDescription: \n\nA temp table created inside an SQL fu... |
[
{
"msg_contents": "Hi,\n\nI executed the following statements in HEAD and 9.3, and compared\nthe size of WAL which were generated by data insertion in GIN index.\n\n---------------------\nCREATE EXTENSION pg_trgm;\nCREATE TABLE hoge (col1 text);\nCREATE INDEX hogeidx ON hoge USING gin (col1 gin_trgm_ops) WITH\n... |
[
{
"msg_contents": "First-draft release notes are committed, and should be visible at\nhttp://www.postgresql.org/docs/devel/static/release-9-3-4.html\nonce guaibasaurus does its next buildfarm run a few minutes from\nnow. Any suggestions?\n\n\t\t\tregards, tom lane\n\n\n-- \nSent via pgsql-hackers mailing list ... |
[
{
"msg_contents": "Our documentation claims that the minimum Python version for plpython\nis 2.3. However, an attempt to build with that on an old Mac yielded\na bunch of failures in the plpython_types regression test, all of the\nform\n\n! ERROR: could not import a module for Decimal constructor\n! DETAIL: ... |
[
{
"msg_contents": "On 11/28/2013 09:15 AM, Tom Dunstan wrote: > Feature Proposal: Selective foreign keys. > ------------------------------------------------- > Allow foreign keys to have where clauses. \nI like this feature. One of the issues I have been trying to deal with is how to model countries and their s... |
[
{
"msg_contents": "Hello,\n\nThe PostgreSQL documentation describes cp (on UNIX/Linux) or copy (on \nWindows) as an example for archive_command. However, cp/copy does not sync \nthe copied data to disk. As a result, the completed WAL segments would be \nlost in the following sequence:\n\n1. A WAL segment fill... |
[
{
"msg_contents": "I've been putting my money where my mouth is and running with\nAUTOCOMMIT=off and ON_ERROR_ROLLBACK set which I've been recommending\nfor years but hadn't gotten around to switching to myself.\n\nI think we knew the user experience wasn't perfect but it would be\nnice to enumerate the problem... |
[
{
"msg_contents": "Proof of concept initial patch for enabling index only scans for\npartial indices even when an attribute is not in the target list, as\nlong as it is only used in restriction clauses that can be proved by\nthe index predicate. This also works for index quals, though they\nstill can't be used... |
[
{
"msg_contents": "I create one new type with CREATE TYPE command.\nfor my type its INTERNALLENGTH is VARIABLE .\nbut I want to my type behavior similar to char and when I type this query:\nCREATE TABLE tbl (col1 NEWTYPE);\nthen when I write this query, so it get an error for it's length:\ninsert into tbl valu... |
[
{
"msg_contents": "\nOn 16 Mar 2014 22:06, Yuri Levinsky <yuril@celltick.com> wrote:\n>\n> Craig, \n> Is this output correct now? \n> #define SIZEOF_OFF_T 8 \n> #define SIZEOF_VOID_P 8\n\nWell, you are getting 64-bit pointers. So if you are trying to produce a 64-bit executable then yes, this looks appropriate.... |
[
{
"msg_contents": "... attached. Please correct!\n\n-- \nJosh Berkus\nPostgreSQL Experts Inc.\nhttp://pgexperts.com\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_date": "Sun, 16 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.