threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "hi all,\n\n\nIs postgres source code compatible with mysql database?? If it is, could\nsomeone could give me some links so that I can do that.\n\nI want to hack into the postgres source code, but as I am comfortable with\nmysql, I want to use the mysql database not postgres.\n\nany references... |
[
{
"msg_contents": ">Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> writes:\n>> I would suggest just adding the information to the Sort Key line. As\n>> long as you don't print the modifiers when they are defaults (ASC and\n>> NULLS LAST), we could print the information even in non-VERBOSE mode.\n\n>+1. I ... |
[
{
"msg_contents": "Use a bitmask to represent role attributes\n\nThe previous representation using a boolean column for each attribute\nwould not scale as well as we want to add further attributes.\n\nExtra auxilliary functions are added to go along with this change, to\nmake up for the lost convenience of acce... |
[
{
"msg_contents": "Hello,\n\n I've found myself needing two role capabilities? as of lately, when \nthinking about restricting some roles to the barely minimum allowed \npermissions needed to perform their duties ... as opposed to having a \nsuperuser role devoted to these task.\n\n The \"capabilities\"... |
[
{
"msg_contents": "I noticed this when looking at the allocated shared memory structures in\nhead:\n\n\tshared memory alignment 64-byte of CommitTs Ctl: 0\n\tshared memory alignment 64-byte of CommitTs shared: 0\n\nI thought we got rid of the idea that 'Ts' means timestamp. Was this\npart forgotten?\n\n-- \n... |
[
{
"msg_contents": "Hi all,\n\nCommit 2c03216d has introduced RestoreBlockImage to restore a page\nfrom a given decoding state. ISTM that this is a backend-only\noperation but it has been added in xlogreader.c which could be used as\nwell by frontend utilities like pg_xlogdump.\nWouldn't it be better to declare ... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 12330\nLogged by: Nikita Volkov\nEmail address: nikita.y.volkov@mail.ru\nPostgreSQL version: 9.2.4\nOperating system: OSX 10.8.2\nDescription: \n\nExecuting concurrent transactions inserting the sa... |
[
{
"msg_contents": "Hi,\n\nCurrently the same message goes to server log and client app. Sometimes\nit bothers me since I have to analyze server logs and discovered that\nlc_messages is set to pt_BR and to worse things that stup^H^H^H\napplication parse some error messages in portuguese. My solution has\nbeen a ... |
[
{
"msg_contents": "Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.\n\nBesides being shorter and much easier to read it changes the logic in\nLWLockRelease() to release all shared lockers when waking up any. This\ncan yield some significant performance improvements - and the fairness\... |
[
{
"msg_contents": "Hi,\n\nWe quite regularly have buildfarm failures that are caused by 'WARNING:\npgstat wait timeout' at random points during the build. Especially on\nsome of the ARM buildfarm animals those are really frequent, to the\npoint that it's hard to know the actual state of the buildfarm without\nl... |
[
{
"msg_contents": "These two recent failures look suspiciously similar:\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jaguarundi&dt=2014-12-24%2021%3A03%3A05\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=kouprey&dt=2014-12-25%2018%3A43%3A17\n\nto wit:\n\n*** /usr/home/pgbf/buildenv/HEAD/pgsq... |
[
{
"msg_contents": "Hi,\n\nWhile reviewing FPW compression patch, I found that allocate_recordbuf()\nalways returns TRUE though its source code comment says that FALSE is\nreturned if out of memory. Its return value is checked in two places, but\nwhich is clearly useless.\n\nallocate_recordbuf() was introduced b... |
[
{
"msg_contents": "hi,\n\nI am working with postgresql 9.4.0 source using eclipse(indigo version) in\nubuntu 14.04. I am facing a problem of attaching a client process to\npostgresql server.\n\nI am following the steps given in this link\nhttps://wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_PostgreSQ... |
[
{
"msg_contents": "Hi all,\n\nWhile reviewing another patch, I have noticed that recovery_min_apply_delay\ncan have a negative value. And the funny part is that we actually attempt\nto apply a delay even in this case, per se this condition\nrecoveryApplyDelay@xlog.c:\n /* nothing to do if no delay config... |
[
{
"msg_contents": "Hi,\n\nAnybody looks into problems in pgbench pointed out by Coverity? If no,\nI would like to work on fixing them because I need to write patches\nfor \"-f option\" related issues anyway.\n\nBest regards,\n--\nTatsuo Ishii\nSRA OSS, Inc. Japan\nEnglish: http://www.sraoss.co.jp/index_en.php\n... |
[
{
"msg_contents": "Hi\n\nCurrently tab completion for 'COMMENT ON {object} foo IS' will result in the 'IS'\nbeing duplicated up to two times; not a world-shattering issue I know, but the\nfix is trivial and I stumble over it often enough to for it to mildly annoy me.\nPatch attached.\n\n\nRegards\n\nIan Barwick... |
[
{
"msg_contents": "Hey,\n\nThere are times where I would need more informations on the autovacuum\nprocesses.\n\nI'd love to know what each worker is currently doing. I can get something\nlike this from the pg_stat_activity view but it doesn't give me as much\ninformations as the WorkerInfoData struct.\n\nI'd a... |
[
{
"msg_contents": "While working on the thread 'Rollback on include error in psql' I ran across something I am not sure with regards to ON_ERROR_ROLLBACK:\n\naklaver@panda:~> psql -d test -U aklaver -p 5452 --single-transaction --set ON_ERROR_STOP=on --set AUTOCOMMIT=off -f test_script.sql \nUPDATE 1\npsql:tes... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: RIPEMD160\n\nI am working on enhancing the ping() method of DBD::Pg. The goal of that \nis for a user to be able to determine if the connection to the database \nis still valid. The basic way we do this is to send a simple SELECT via \nPQexec and th... |
[
{
"msg_contents": "Attached documentation patch describes the purpose of\nbt_page_items()'s ctid field. This has come up enough times in\ndisaster recovery or testing scenarios that I feel it's worth drawing\nparticular attention to.\n\n-- \nPeter Geoghegan\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql... |
[
{
"msg_contents": "Hi,\n\nI've been trying to run some pg_ctl command inside a python script,\nand saw that some of them where deadlocking. It seems that the\ncommands that start postgres handle stdout in a way that that block\nthe caller. Redirecting stdout to /dev/null or to a file using the -l\noption allow ... |
[
{
"msg_contents": "I knew I'd forget something...\nI'm running Postgres 9.3.5 on Debian/Linux.\n\nRegards,\n--\nLuis MENINA / Software Engineer\nWeb: www.anevia.com\nAnevia: 1 rue René Anjolvy, 94250 Gentilly, France\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes t... |
[
{
"msg_contents": "pg_event_trigger_dropped_objects: Add name/args output columns\n\nThese columns can be passed to pg_get_object_address() and used to\nreconstruct the dropped objects identities in a remote server containing\nsimilar objects, so that the drop can be replicated.\n\nReviewed by Stephen Frost, He... |
[
{
"msg_contents": "HI all.\n\nmarkhor has run for the first time in 8 days, and there is something\nin range e703261..72dd233 making the regression test of brin crashing.\nSee here:\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=markhor&dt=2014-12-30%2020%3A58%3A49\nRegards,\n-- \nMichael\n\n\n-- \nSen... |
[
{
"msg_contents": "Hi,\n\nI've been hacking a bit at the join code again... This time I've been\nputting some effort into optimising the case where the inner side of the\njoin is known to be unique.\nFor example, given the tables:\n\ncreate table t1 (id int primary key);\ncreate table t2 (id int primary key);\... |
[
{
"msg_contents": "Folks,\n\nThere was a slash missing, which I've added. Where is the default\ndirectory on Windows, or is there one?\n\nCheers,\nDavid.\n-- \nDavid Fetter <david@fetter.org> http://fetter.org/\nPhone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter\nSkype: davidfetter XMPP: david.fette... |
[
{
"msg_contents": "Hi All,\nWhile looking at the patch for supporting inheritance on foreign tables, I\nnoticed that if a transaction makes changes to more than two foreign\nservers the current implementation in postgres_fdw doesn't make sure that\neither all of them rollback or all of them commit their changes... |
[
{
"msg_contents": "I've been working on fixing the bugs that Jeff Janes found [1] with\napproach #2 to value locking [2]. Approach #1 was unaffected.\n\nI'm starting this new thread, to discuss these issues. Let's try and\nconfine discussion of semantics and syntax to the main thread, since\nthat has been what ... |
[
{
"msg_contents": "Hi all,\n\nShouldn't we update the copyright notices to 2015 for PGDG like in\n7e04792? I mean those things mainly:\nPortions Copyright (c) 1996-2014, PostgreSQL Global Development Group\nRegards,\n-- \nMichael\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo m... |
[
{
"msg_contents": "Hi,\n\nSince at least 61e532820824504aa92ad93c427722d3fa9c1632 from 2009,\naddRangeTableEntry() relies pstate being != NULL via its call to\nisLockedRefname() even though its documentation says:\n * If pstate is NULL, we just build an RTE and return it without adding it\n * to an rtable list.... |
[
{
"msg_contents": "\nI don't wish to seem humorless, but I think this should probably be changed:\n\nroot/HEAD/pgsql/src/test/regress/sql/event_trigger.sql:248: RAISE \nEXCEPTION 'I''m sorry Sir, No Rewrite Allowed.';\n\nQuite apart from any other reason, the \"Sir\" does seem a bit sexist - we \nhave no idea ... |
[
{
"msg_contents": "/*\n * errhidestmt --- optionally suppress CONTEXT: field of log entry\n *\n * This should only be used for verbose debugging messages where the\nrepeated\n * inclusion of CONTEXT: bloats the log volume too much.\n */\nint\nerrhidecontext(bool hide_ctx)\n\n\nHere in function header, function ... |
[
{
"msg_contents": "Hi All,\n\nPlease forgive if this is a repost.\n\nPlease find attached patch for supporting ORDER BY clause in CREATE\nFUNCTION for SRFs. Specifically:\n\nCREATE OR REPLACE FUNCTION func1(OUT e int, OUT f int) returns setof record\nas ' SELECT a,b FROM table1 ORDER BY a; ' language 'sql' ORDE... |
[
{
"msg_contents": "Hi all.\n\nI have a simple script for planned switchover of PostgreSQL (9.3 and 9.4) master to one of its replicas. This script checks a lot of things before doing it and one of them is that all data from master has been received by replica that is going to be promoted. Right now the check is... |
[
{
"msg_contents": "Hi, \n\nwe are running postges 9.3.5 on gentoo linux kernel 3.16.5, compiled with gcc 4.8.3 \n\ngetting a segfault from time to time with the below core dump.\n\nThe error happens only on our production system and is not reproducible a second run after\ndatabase recovery always succeed withou... |
[
{
"msg_contents": "PGCon 2015 will be on 18-19 June 2015 at University of Ottawa.\n\n* 16-17 (Tue-Wed) tutorials\n* 18-19 (Thu-Fri) talks - the main part of the conference\n* 20 (Sat) The Unconference (very popular)\n\nPLEASE NOTE: PGCon 2015 is in June.\n\nSee http://www.pgcon.org/2015/\n\nWe are now accepting... |
[
{
"msg_contents": "The patch that implements INSERT ... ON CONFLICT UPDATE has support\nand tests for per-column privileges (which are not relevant to the\nIGNORE variant, AFAICT). However, RLS support is another thing\nentirely. It has not been properly thought out, and unlike per-column\nprivileges requires c... |
[
{
"msg_contents": "hi,\n\nI am going through the hashjoin algorithm in postgres. I find a function\nExecHashjoin , which is called each time a new tuple is required by the\nhash join *Node.*\n\ncould someone explain what exactly node mean in postgres.\n\nThanks\n\nhi, I am going through the hashjoin algorithm ... |
[
{
"msg_contents": "Hi,\n\nAttached is fix for\nhttp://www.postgresql.org/message-id/1420492505.23613.15.camel@bloodnok.com\n\nIt was dumping comment with NULL owner while the function expects\nempty string for objects without owner (there is pg_strdup down the\nline).\n\n-- \n Petr Jelinek htt... |
[
{
"msg_contents": "Hi,\n\nFollowing is perhaps a typo:\n\n- qualifications of queries which are run against the table the policy\nis on,\n+ qualifications of queries which are run against the table if the\npolicy is on,\n\nAttached fixes it if so.\n\nThanks,\nAmit\n\n\n\n-- \nSent via pgsql-hackers mailing ... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nThis seems like either a psql bug or maybe just a documentation bug. I\nknow the psql docs say that -c behavior can be surprising, but I find\nthe below surprising even after reading the docs a couple of times.\nGiven that ON_ERROR_STOP defaul... |
[
{
"msg_contents": "Hi,\n\nwhen I was fixing how commit_ts handles the XLOG_PARAMETER_CHANGE I \nnoticed that for wal_log_hints we assign the value in ControFile to \ncurrent value instead of value that comes from WAL.\n\nISTM it has just information value so it should not have any practical \nimpact, but it loo... |
[
{
"msg_contents": "Oleg, Teodor:\n\nI take it VODKA is sliding to version 9.6?\n\n-- \nJosh Berkus\nPostgreSQL Experts Inc.\nhttp://pgexperts.com\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_contents": "Hi Hackers,\n\nIn order to make incremental backup\n(https://wiki.postgresql.org/wiki/Incremental_backup) efficient we\nneed a way to track the LSN of a page in a way that we can retrieve it\nwithout reading the actual block. Below there is my proposal on how to\nachieve it.\n\nLSN Map\n-----... |
[
{
"msg_contents": "Interestingly, the following query works (it didn't used to):\n\nselect from generate_series(1, 1);\n\nWas this intentional?\n\nmerlin\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": "Hello, I am unable to find the function which retrieves the 'list of names of the tables' used in a DB. \nReason: I need a mechanism by which I can extract the names of the tables used in a query which has been parsed. My plan is to check for a match of each word in the query with a list of n... |
[
{
"msg_contents": "There was a long thread on the trouble that the Windows \"Norwegian \n(Bokmål)\" locale name causes, because the locale name is not pure ASCII. \nThat was fixed by mapping \"Norwegian (Bokmål)\" to a pure-ASCII alias of \nit, \"norwegian-bokmal\". \n(http://www.postgresql.org/message-id/20140... |
[
{
"msg_contents": "Hi,\n\nI ran into a comment type. Please find attached a patch.\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-hackers",
"msg_date": "Fri, 09 J... |
[
{
"msg_contents": "Hi all\n\nWhile looking into client code that relies on parsing server_version\ninstead of checking server_version_num, I was surprised to discover that\nserver_version_num isn't sent to the client by the server as part of the\nstandard set of parameters reported post-auth.\n\nThe docs reflec... |
[
{
"msg_contents": "According to Coverity, there's a memory leak bug in transfer_all_new_dbs().\n\n\t\tmappings = gen_db_file_maps(old_db, new_db, &n_maps, old_pgdata,\n\t\t\t\t\t\t\t\t\tnew_pgdata);\n\n\t\tif (n_maps)\n\t\t{\n\t\t\tprint_maps(mappings, n_maps, new_db->db_name);\n\n#ifdef PAGE_CONVERSION\n\t\t\t... |
[
{
"msg_contents": "A while ago [1] I proposed an enhancement to the way qual pushdown\nsafety is decided in RLS / security barrier views. Currently we just\ntest for the presence of leaky functions in the qual, but it is\npossible to do better than that, by further testing if the leaky\nfunction is actually bei... |
[
{
"msg_contents": "xlogreader.c contains a bunch of strings passed to the \nreport_invalid_record function, that are supposed to be translated. \nsrc/backend/nls.mk lists report_invalid_record as a gettext trigger.\n\nIn 9.2 and below, when those functions were still in xlog, those strings \nwere in the postgre... |
[
{
"msg_contents": "> On Tue, Jan 6, 2015 at 9:17 AM, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:\r\n> > The attached patch is newer revision of custom-/foreign-join\r\n> > interface.\r\n> \r\n> It seems that the basic purpose of this patch is to allow a foreign scan\r\n> or custom scan to have scanrelid == 0, r... |
[
{
"msg_contents": "I'm worried about libpq blocking in some circumstances; particularly\naround SSL renegotiations.\nThis came up while writing an async postgres library for lua, I\nrealised that this code was dangerous:\nhttps://github.com/daurnimator/cqueues-pgsql/blob/ee9c3fc85c94669b8128386d99d730fe93d9dbad... |
[
{
"msg_contents": "Hi,\n\nI've got several reports that postfix's pgsql lookup tables are broken\nwith 9.4's libpq5, while 9.3's libpq5 works just fine. The error\nmessage looks like this:\n\nJan 10 00:11:40 lehmann postfix/trivial-rewrite[29960]: warning: connect to pgsql server localhost:5432: out of memory?\... |
[
{
"msg_contents": "I'm surprised to see that the docs make no mention of how max_connections, max_worker_processes and autovacuum_max_workers (don't) relate. I couldn't remember and had to actually look at the code. I'd like to clarify this in the max_connecitons section of the documents by doing s/connections/... |
[
{
"msg_contents": "While looking at fe-auth.c I noticed quite a few places that weren't\nbothering to make error messages localizable (ie, missing libpq_gettext\ncalls), and/or were failing to add a trailing newline as expected in\nlibpq error messages. Perhaps these are intentional but I doubt it.\nMost of th... |
[
{
"msg_contents": "I've not tried to build HEAD on my HPPA dinosaur for awhile, but I did\njust now, and I am presented with boatloads of this:\n\n../../../src/include/storage/s_lock.h:759: warning: `S_UNLOCK' redefined\n../../../src/include/storage/s_lock.h:679: warning: this is the location of the previous de... |
[
{
"msg_contents": "Attached is a cumulative patch set - version 2.0 of INSERT ... ON\nCONFLICT {UPDATE | IGNORE}.\n\nThis revision does not offer a variant implementing approach #1 to\nvalue locking [1] (only approach #2), since maintaining both\napproaches in parallel has about outlived its usefulness.\n\nI'm ... |
[
{
"msg_contents": "Hi,\n\nI want to know what kind of hash function postgres is using currently, can\nsomeone please explain the algorithm postgres is using for the hash\nfunction in the hash join algorithm.\n\nThanks,\n\nK.Ravikiran\n\nHi, I want to know what kind of hash function postgres is using currently, ... |
[
{
"msg_contents": "Hello, postgresmen! I found incorrect execution of ereport() macro. If we pass into ereport() function 2 or more arguments, the macro errcontext does not correct execute. So, ereport() call stack is: errstarterrcontext_msgset_errcontext_domainerrmsgerrfinishpg_unreachable This bug causes that... |
[
{
"msg_contents": "Hi,\n\nlatch.h has the following comment:\n\n* Presently, when using a shared latch for interprocess signalling, the\n * flag variable(s) set by senders and inspected by the wait loop must\n * be protected by spinlocks or LWLocks, else it is possible to miss events\n * on machines with weak m... |
[
{
"msg_contents": "A reminder, only about a week to submit your proposal: http://www.pgcon.org/2015/papers.php\n\nPGCon 2015 will be on 18-19 June 2015 at University of Ottawa.\n\n* 16-17 (Tue-Wed) tutorials\n* 18-19 (Thu-Fri) talks - the main part of the conference\n* 20 (Sat) The Unconference (very popular)\n... |
[
{
"msg_contents": "I'd like to propose a wiki to-do item for a backslash command in psql which\nwould show all installable extensions, basically just a wrapper around\n'select * from pg_available_extensions'.\n\nI've wanted it a few times recently, mostly in testing.\n\nAny reason this wouldn't be desirable? W... |
[
{
"msg_contents": "Hi!\n\nLast I said something about the new CF app I said I was planning to deploy\nit over the holidays, and that clearly did not happen.\n\nBut I've been talking to Michael, as the current cf-chief, and doing some\nfurther testing with it, and we think now is a good time to go for it :) As\n... |
[
{
"msg_contents": "Hi all,\n\nFor the last couple of weeks it has been mentioned a couple of times\nthat it would be useful to have a set of palloc APIs able to return\nNULL on OOM to allow certain code paths to not ERROR and to take\nanother route when memory is under pressure. This has been for example\nmenti... |
[
{
"msg_contents": "Hi all,\n\nCoverity pointed out that hstore_to_jsonb in hstore_io.c does not use\na couple of return values from pushJsonbValue.\nAttached is a patch to fix that.\nRegards,\n-- \nMichael\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to your su... |
[
{
"msg_contents": "Hi all,\n\nCoverity has pointed out that vacuumlo.c is leaking memory when\ngrabbing the list of candidate table names and schemas. Attached is a\npatch to fix the leak.\nRegards,\n-- \nMichael\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)\nTo make changes to ... |
[
{
"msg_contents": "Hi all,\n\nreceivelog.c is leaking memory in CopyStreamReceive when receiving COPY data.\nThe issue has been spotted by coverity. The patch attached fixes the\nproblem, and contains as well improved comments.\nRegards,\n-- \nMichael\n\n\n\n-- \nSent via pgsql-hackers mailing list (pgsql-hacke... |
[
{
"msg_contents": "Hello!\n\nI found that EXPLAIN command takes very much memory to execute when huge \nunions are used.\nFor example the following sql\n-- begin sql\ncreate table t (a000 int, a001 int, ... a099 int);\nexplain select * from (\n select a001 a from t\n union all\n select a001 a from t... |
[
{
"msg_contents": "Hi,\n\nI just noticed that authentication_timeout is ineffective for\nreplication=true type connections. That's because walsender doesn't\nregister a SIGINT handler and authentication_timeout relies on having\none.\n\nThere's no problem with reading the initial startup packet\n(ProcessStartup... |
[
{
"msg_contents": "Hi,\n\nCurrently the combination from $subject fails for me with \"could not\nread from backend variables file ...\".\n\nThe origin for that problem seems to be b94ce6e80 which moved\nRemovePgTempFiles() to after SysLogger_Start(). Unless the syslogger\nstarts up very quickly RemovePgTempFile... |
[
{
"msg_contents": "Commit db4ec2ffce35 added alignment attributes for 64-bit atomic\nvariables as required on 32-bit platforms using\n__attribute__((aligned(8)). That works fine with GCC, and would work\nwith Solaris Studio Compiler [1] and IBM XL C [2], but src/include/c.h\ndefines __attribute__ as an empty m... |
[
{
"msg_contents": "On my workstation today (running vanilla 9.4.0) I was testing some new\ncode that does aggressive parallel loading to a couple of tables. It\nran ok several dozen times and froze up with no external trigger.\nThere were at most 8 active backends that were stuck (the loader is\nthreaded to a c... |
[
{
"msg_contents": "Would anyone object to modifying configure.in like this:\n \n if test \"$GCC\" = yes -a \"$ICC\" = no; then\n- CFLAGS=\"$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith\"\n+ CFLAGS=\"-Wall $CFLAGS -Wmissing-prototypes -Wpointer-arith\"\n # These work in some but not all gcc versions\n ... |
[
{
"msg_contents": "Hi all,\n\nI noticed that SET STATISTICS was not in a <literal> block in alter_table.sgml:\n <para>\n- SET STATISTICS acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.\n+ <literal>SET STATISTICS</literal> acquires a\n+ <literal>SHARE UPDATE EXCLUSIVE</literal> loc... |
[
{
"msg_contents": "Hi all,\n\nIn pg_standby.c, we use a 32-byte buffer in CheckForExternalTrigger to\nwhich is read the content of the trigger file defined by -f:\nCheckForExternalTrigger(void)\n{\n char buf[32];\n[...]\n if ((len = read(fd, buf, sizeof(buf))) < 0)\n {\n stuff();\n ... |
[
{
"msg_contents": "Hi all,\n\nThe postgresql.auto.conf is loaded after loading of postgresql.conf\nwhenever configuration file is loaded or reloaded.\nThis means that parameter in postgresql.auto.conf is quite high\npriority, so the parameter in postgresql.conf does not work at all\neven if user set it manually... |
[
{
"msg_contents": "> On Fri, Jan 9, 2015 at 10:51 AM, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:\r\n> > When custom-scan node replaced a join-plan, it shall have at least two\r\n> > child plan-nodes. The callback handler of PlanCustomPath needs to be\r\n> > able to call create_plan_recurse() to transform the u... |
[
{
"msg_contents": "dst1 doesn't get an OID column:\n\nregression=# create table src1 (f1 int) with oids;\nCREATE TABLE\nregression=# create table dst1 (like src1);\nCREATE TABLE\nregression=# \\d+ src1\n Table \"public.src1\"\n Column | Type | Modifiers | Storage | Stats target | Desc... |
[
{
"msg_contents": "Hi,\n\nThis mail is a answer to\nhttp://archives.postgresql.org/message-id/20150110022542.GF12509%40alap3.anarazel.de\nbut I decided that it's a good go move it into a new thread since the\npatchseries has outgrown its original target. It's invasive and touches\nmany arcane areas of the code,... |
[
{
"msg_contents": "Hi all,\n\npg_regress will fail with test suites using only source files if the\ndestination folders do not exist in the code tree. This is annoying\nbecause this forces to maintain empty folders sql/ and expected/ with\na .gitignore ignoring everything. The issue has been discussed here\n(ht... |
[
{
"msg_contents": "Hi all\n\nIt's recently occurred to me that many people rely on the RETURNING clause\nfor multi-valued INSERTs, INSERT INTO ... SELECT, etc, returning rows in\nthe same order they were supplied as input into the INSERT. I often see\nlock-step iteration over the inputs to an INSERT and the RET... |
[
{
"msg_contents": "Hi all,\n\nWe are soon entering in the money time for this CF. The last month has\nbeen mainly a vacation period, the progress being fantomatic on many\nfronts, still there are a couple of patches that are marked as ready\nfor committer:\n- Foreign table inheritance , whose first patch has be... |
[
{
"msg_contents": "Here is an example using postgres_fdw.\n\n[Terminal 1]\npostgres=# create table t (a int, b int);\nCREATE TABLE\npostgres=# insert into t values (1, 1);\nINSERT 0 1\npostgres=# begin;\nBEGIN\npostgres=# update t set b = b * 2;\nUPDATE 1\n\n[Terminal 2]\npostgres=# create foreign table ft (a i... |
[
{
"msg_contents": "Hello,\n\nThere's a long pending issue with pg_dump and extensions that have table\nmembers with foreign keys. This was previously reported in this thread\nhttp://www.postgresql.org/message-id/CA+TgmoYVZkAdMGh_8EL7UVM472GerU0b4pnNFjQYe6ss1K9wDQ@mail.gmail.com\nand discuss by Robert. All Postg... |
[
{
"msg_contents": "Hi all,\n\nWe are getting following error message on doing any action on the table like(Select or open from pgadmin).\n\nPlease suggest.\n\nERROR: missing chunk number 0 for toast value 54787 in pg_toast_2619\n********** Error **********\n\nERROR: missing chunk number 0 for toast value 54787... |
[
{
"msg_contents": ">\n>\n> From: \"Timmer, Marius\" <marius.timmer@uni-muenster.de>\n>\n> Hi,\n>\n> attached is version 8, fixing remaining issues, adding docs and tests as\n> requested/agreed.\n>\n>\n> Marius & Arne\n>\n>\nThis looks good to me. Test coverage seems complete. Doc updates are\nincluded. Outp... |
[
{
"msg_contents": "Hi,\n\nHere's a patch that does:\n\n * For each new index tuple inserted, *numSummarized (if not NULL) is\n- * incremented; for each existing tuple, numExisting (if not NULL) is\n+ * incremented; for each existing tuple, *numExisting (if not NULL) is\n * incremented.\n */\n\nThanks,\nAmit\... |
[
{
"msg_contents": "Hi\n\nI am proposing a simple function, that returns a position of element in\narray.\n\nFUNCTION array_position(anyarray, anyelement) RETURNS int\n\nImplementation is simple (plpgsql code)\n\nCREATE OR REPLACE FUNCTION array_position(anyarray, anyelement)\nRETURNS int AS $$\nDECLARE i int :=... |
[
{
"msg_contents": "Hi\n\nI am returning back to processing records in plpgsql.\n\nI am thinking so it can be simply processed with transformations to array.\n\nNow we have similar functions - hstore(row), row_to_json, ... but using of\nthese functions can be a useless step. Any row variable can be transformed\n... |
[
{
"msg_contents": "Another attempt at fixing Windows Norwegian locale.\n\nPrevious fix mapped \"Norwegian (Bokmål)\" locale, which contains a non-ASCII\ncharacter, to the pure ASCII alias \"norwegian-bokmal\". However, it turns\nout that more recent versions of the CRT library, in particular MSVCR110\n(Visual S... |
[
{
"msg_contents": "Hi all,\n\nAs mentioned in $subject, commit 08c33c4 of 2003 has made the\nfollowing block of code dead in tablefunc.c:1320 because level is\nincremented to at least 1:\n /* First time through, do a little more setup */\n if (level == 0)\n {\n ... |
[
{
"msg_contents": "Hi all,\n\nsome time ago, I proposed a lock time measurement related to query. A main\nissue was a method, how to show this information. Today proposal is little\nbit simpler, but still useful. We can show a total lock time per database\nin pg_stat_database statistics. High number can be sign... |
[
{
"msg_contents": "Hi,\n\nWe are seeing a strange behavior where n_live_tup is way smaller than the number of rows in a table. The table has > 18m rows, but n_live_tup only has < 100K. We tried to do vacuum analyze to clear up any sticky errors, but it didn’t correct the problem. We are running Postgres 9.2. An... |
[
{
"msg_contents": "Hello\n\ntwo years a operator \"=>\" is marked as deprecated (from PostgreSQL 9.2).\n\nIsn't time to use it for named parameters now (for PostgreSQL 9.5) ?\n\nI am sending a implementation where syntax based on \"=>\" symbol is second\n(but preferred) variant of \":=\" syntax .. syntax \":=\"... |
[
{
"msg_contents": "Is your PGCon 2015 submission going in today or tomorrow?\n\n-- \nDan Langille\nhttp://langille.org/\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\n",
"msg_date": "Sun... |
[
{
"msg_contents": "One of the biggest causes of buildfarm run failures is \"out of disk\nspace\". That's not just because people are running buildfarm critters\non small slow machines; it's because \"make check-world\" is an enormous\nspace hog. Some numbers from current HEAD:\n\nclean source tree:\t\t120MB\n... |
[
{
"msg_contents": "Hi,\n\nI ran into another typo in execMain.c. Patch attached.\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-hackers",
"msg_date": "Mon, 19 Jan... |
[
{
"msg_contents": "Today is your last day to submit your PGCon 2015 proposal.\n\n-- \nDan Langille\nhttp://langille.org/\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\n",
"msg_date": "Mo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.