threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "What are our plans for a 9.2 final release date? If we wait until\nSeptember 1 to release our first release candidate, we will probably not\nrelease final until mid/late September. Is that what we want?\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB ... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 6748\nLogged by: Xiangming Mei\nEmail address: meixiangming@huawei.com\nPostgreSQL version: 9.1.4\nOperating system: SUSE 11 X64\nDescription: \n\nReproduce steps:\n1. create a table using serial s... |
[
{
"msg_contents": "I was playing around with partitioning recently, and was annoyed that\ntab completion doesn't work for setting the table to (dis)inherit.\n\nIt seemed easy enough to add.\n\nFor the \"NO INHERIT\" case, it would be nice to complete only table\nnames currently being inherited by the first tabl... |
[
{
"msg_contents": "The attached patch is my homework at the last commit fest of v9.2.\n\nIt consolidates some similar routines into a single generic routines\nthat handles ALTER RENAME TO, OWNER TO and SET SCHEMA\naccording to the ObjectProperty in objectaddress.c, but here is\nno functionality enhancement.\n\n... |
[
{
"msg_contents": "----- Цитат от David Fetter (david@fetter.org), на 23.07.2012 в\n15:41 ----- I'm not sure how you automate testing a pull-the-plug\nscenario. \n\n\nI have a dim memory of how the FreeBSD project was alleged to have\ndone it, namely by rigging a serial port (yes, it was that long ago)\n... |
[
{
"msg_contents": "I have recently been laid up with a MRSA infection, which left me\nsuddenly unable to deal with even reading my email. (I took a shot\nat catching up a week ago, and it was too taxing, resulting in a\nrelapse.) I'm trying to fight though the backlog and get caught up,\nwithout pushing it to... |
[
{
"msg_contents": "I am running into a lot of customer situations where the customer\nreports that \"canceling autovacuum task\" shows up in the logs, and\nit's unclear whether this is happening often enough to matter, and\neven more unclear what's causing it.\n\nMe: So, do you know what table it's getting canc... |
[
{
"msg_contents": "\nHi,\n\nI notice that pg_basebackup has lots of messages where file names are\nnot in quotes. Is this okay?\n\nThere's also this one which is probably against our conventions:\n#: pg_receivexlog.c:181\n#, c-format\nmsgid \"%s: segment file '%s' is incorrect size %d, skipping\\n\"\n\nI also ... |
[
{
"msg_contents": "Hello\n\nwe cannot actually store result of query to psql variable\n\nI propose a new slash statement \"\\eset for this purpose\n\nSyntax:\n\n\\eset variable [, variable [..]] query -- it raise exception when\nmore than one row is returned or when no row is returned\n\nUsage:\n\n\\eset var1,... |
[
{
"msg_contents": "Hi!\nI am developing a work that will need to make some changes in the PostgreSQL source code. More precisely, I'll also make changes in the PostGIS extension. So I work with geographic data.\nI wonder if someone can show me a better way for me to make such changes in PostgreSQL:\n-> I need t... |
[
{
"msg_contents": "Hi, guys.\n\n \n\nHere is my task situation:\n\nI have a TupleTableSlot, with its own TupleDesc. Now I want to extract\nseveral attributes to form a new TupleTableSlot, how can I define my own\nTupleDesc and the ProjectionInfo?\n\n \n\nBest.\n\n\nHi, guys. Here is my task situation:I have a T... |
[
{
"msg_contents": "It seems strange that the external_pid_file is never removed. There is\neven a C comment about it:\n\n/* Should we remove the pid file on postmaster exit? */\n\nI think it should be removed with proc_exit hook just like the main\npostmaster.pid file.\n\nDoes anyone remember why this was not ... |
[
{
"msg_contents": "Rebuilt the PostgreSQL server software because we were patching up from 9.0.4 to 9.0.8. Deployed software and received the following error when trying to restart server.\n\nfgets failure: Error 0\nThe program postgres is needed by pg_ctl but was not found in the same directory as pg_ctl\n\n9... |
[
{
"msg_contents": "Working on bringing online a new build farm machine running Mountain Lion.\n\nWarnings are being generated in the contrib installcheck phase, causing the failure of the build transaction.\n\n[5012f1c9.4014:27] LOG: statement: select pgp_key_id(dearmor(seckey)) from keytbl where id=6;\n[5012f... |
[
{
"msg_contents": "Hi,\n\nI'm thinking of adding new probes to trace smgr activities.\n\nIn this implementation, I just found that md.c has its own probes\nwithin it, but I'm wondering why we do not have those probes\nwithin the generic smgr routines itself.\n\nWhich would be a better choice?\n\nAny ideas or co... |
[
{
"msg_contents": "The bitmap heap scan can benefit quite a bit from\neffective_io_concurrency on RAID system (and to some extent even on\nsingle spindle systems)\n\nHowever, the planner isn't aware of this. So you have to just be\nlucky to have it choose the bitmap heap scan instead of something else\nthat ca... |
[
{
"msg_contents": "Hello\n\nI am returning to topic, that I opened with discussion about enhancing\nprotocol to support access to host variables.\n\nThere was a second idea about joining host variables and session\nvariables. This can be implemented without protocol enhancing, but it\nis only one way tool - we ... |
[
{
"msg_contents": "On Tue, Jun 5, 2012 at 3:37 PM, Noah Misch <noah@leadboat.com> wrote:\n> On Fri, Mar 23, 2012 at 11:03:27PM +0900, Fujii Masao wrote:\n>> (2) WAL files which were restored from the archive\n>>\n>> In 9.1 or before, the restored WAL files don't remain after failover\n>> because they are always... |
[
{
"msg_contents": "Many of you will be aware that the behaviour of commit_delay was\nrecently changed. Now, the delay only occurs within the group commit\nleader backend, and not within each and every backend committing a\ntransaction:\n\nhttp://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=f11e8be3e81... |
[
{
"msg_contents": "Hi,\n\nI'm just trying to figure out what's possible with Postgresql and Python. One thing that's important for me, would be to pass result sets around to process them further. I have a table like this:\n\ncreate table fps (\n\tdocid integer,\n\tconceptid integer,\n\trank float4\n)\n\nAnd the... |
[
{
"msg_contents": "Hello\n\nI seen nice trick based on window function\nhttp://stackoverflow.com/questions/11700930/how-can-i-trim-a-text-array-in-postgresql\n\nbut isn't it example of wrong evaluation? Result of row_number is not\ncorrect\n\nRegards\n\nPavel\n\nHelloI seen nice trick based on window function h... |
[
{
"msg_contents": "Folks,\n\nI just noticed that there's yet another change to time zones:\n\nhttp://www.iana.org/time-zones\n\nCan we slide this into the upcoming point release? When would that\nbe?\n\nCheers,\nDavid.\n-- \nDavid Fetter <david@fetter.org> http://fetter.org/\nPhone: +1 415 235 3778 AIM: dfett... |
[
{
"msg_contents": "Hello,\n\nJust over a year ago, I posted a patch (based on a previous patch by\nBernd Helmle) that attempted to add pg_constraint rows for NOT NULL\nconstraints. \nhttp://archives.postgresql.org/message-id/20110707213401.GA27098@alvh.no-ip.org\nThat patch was rather long and complex, as it t... |
[
{
"msg_contents": "Hi, I was doing patch review for patch of \"pg_stat_lwlocks view - lwlocks statistics\". https://commitfest.postgresql.org/action/patch_view?id=885\n The mail for the patch work is at: http://archives.postgresql.org/pgsql-hackers/2012-06/msg01518.php \n Following the steps on http://... |
[
{
"msg_contents": "Hi,\n\nCould we add a reference from the JSON data type page to the JSON\nfunctions page akin to how we do for the XML data type? Something\nlike the attached patch.\n\nCheers\n\nThom",
"msg_date": "Tue, 31 Jul 2012 14:06:16 +0100",
"msg_from": "Thom Brown <thom@linux.com>",
"msg... |
[
{
"msg_contents": "Hi:\n\nI'm trying to learn SQL, using PostgreSQL 9.1.3. I would like to understand some behavior that strikes me as inconsistent. To wit:\n\nThis works:\n\nWITH innermost AS (SELECT 2)\nSELECT * FROM innermost\nUNION SELECT 3;\n\nI get this:\n\n ?column? \n----------\n 2\n 3\n(2... |
[
{
"msg_contents": "We've had a couple of complaints recently from people who were unhappy\nbecause the syslogger's log_truncate_on_rotation logic does not fire\nduring the first log rotation after it's forked off from the postmaster.\nThe key reason for that was that to know whether to truncate or not,\nthe cod... |
[
{
"msg_contents": "Hi,\n\nOn the new Darwin 10.8 (aka mountain lion), I had to add\n\n#ifdef __APPLE__\n#if (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1080)\n#define _XOPEN_SOURCE\n#endif\n#endif\n\nto the very beginning of contrib/uuid-ossp/uuid-ossp.c to get the build\nworking with --with-ossp-uuid.\n\... |
[
{
"msg_contents": "Dear PostgreSQL developers,\n\nPlese find attached a patch so that:\n\n Make \"psql -1 < file.sql\" work as with \"-f\"\n\n Make psql --single-transaction option work on a non-interactive\n standard input as well, so that \"psql -1 < input.sql\" behaves as\n \"psql -1 -f input... |
[
{
"msg_contents": "On Wed, Aug 1, 2012 at 10:12 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:\n> I think you may be right that using __asm__ __volatile__ in gcc\n> S_UNLOCK cases would be a big step forward, but it needs more research\n> to see if that's the only fix needed.\n\nLooking through the spinlock implementa... |
[
{
"msg_contents": "Hi,\n\n please find attached version 1 of the patch introducing \"Array\nELEMENT Foreign Keys\" support. This new thread and related patch\nsubstitute any previous discussion about \"Support for foreign keys with\narrays\", as anticipated in\nhttp://archives.postgresql.org/pgsql-hackers/201... |
[
{
"msg_contents": "Hi, hackers I was exporting my project to a patch file. As the patch review requires, the patch needs to be in context diff format (http://wiki.postgresql.org/wiki/Reviewing_a_Patch). But the git diff exports in a format similar to unified format. What is everyone doing with patching now? ... |
[
{
"msg_contents": "The following is a comment at fileGetForeignPaths() in contrib/file_fdw.c:\n\n /*\n * If data file was sorted, and we knew it somehow, we could insert\n * appropriate pathkeys into the ForeignPath node to tell the planner\n * that.\n */\n\nTo do this, I would like to propos... |
[
{
"msg_contents": "select (interval '56:48' minute to second);\nresult:00:56:48\nselect (interval '-56:48' minute to second);\nresult:-56:48:00\nselect (interval '+56:48' minute to second);\nresult:56:48:00\n\n\n\nWhen user uses ‘+’ or ‘-‘ symbol, then minute to second range is getting\nignored.\n\n\n\nI hav... |
[
{
"msg_contents": "Per recent discussion, today is the tarball wrap day for beta3.\n\nI plan to wrap the tarballs around 2200 UTC. I will have the\nlibpq single-row mode patch in before then, and if time permits\nI'll see if I understand how to fix SPGiST now. It'd be nice if\nrelevant people could review and... |
[
{
"msg_contents": "Hi,\n\nIn HEAD and 9.2, the following scenario happens in archive recovery.\n\n1. The archived WAL file is restored onto the temporary file name\n\"RECOVERYXLOG\".\n2. The restored WAL file is renamed to the correct file name like\n000000010000000000000002.\n3. The startup process tries to op... |
[
{
"msg_contents": "\nHello,\n\nI was looking into using hardlinks to reduce the storage of keeping and \nsyncing periodic database dumps when they are identical. This works fine \nwith the textual format, but not for the custom format because the file \nheader includes a timestamp set by function WriteHead in f... |
[
{
"msg_contents": "Problem statement:\n\n-----------------------------------\n\nReducing wal size for an update operation for performance improvement.\n\nAdvantages:\n\n---------------------\n 1. Observed increase in performance with pgbench when server is running in sync_commit off mode.\n ... |
[
{
"msg_contents": "One thing I forgot to mention that for tests I have used pg_prewarm utility\nto load all the data in shared buffers before start of test.\n\n \n\nWith Regards,\n\nAmit Kapila.\n\n \n\nFrom: pgsql-hackers-owner@postgresql.org\n[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Amit kapil... |
[
{
"msg_contents": "Hi all\n\nI'm seeing enough questions on pgsql-general and stack overflow to \nsuggest that the docs for how sequences interact with transaction \nrollback. Take the most recent post on -general, where the person read \nat least the tutorial, but had no idea about the exemption.\n\nThe attach... |
[
{
"msg_contents": "Despite its efforts, CreateLockFile() does not reliably prevent multiple\nclosely-timed postmasters from completing startup on the same data directory.\nThis test procedure evades its defenses:\n\n1. kill -9 the running postmaster for $PGDATA\n2. \"mkdir /tmp/sock1 /tmp/sock2\"\n3. \"gdb post... |
[
{
"msg_contents": "Missed one point which needs to be handled is pg_upgrade\n\n-----Original Message-----\nFrom: pgsql-hackers-owner@postgresql.org\n[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Amit Kapila\nSent: Saturday, August 04, 2012 12:12 PM\nTo: 'Heikki Linnakangas'\nCc: pgsql-hackers@postgre... |
[
{
"msg_contents": "Hackers,\n\nattached patch is for collecting statistics and selectivity estimation for\nranges.\n\nIn order to make our estimations accurate for every distribution of\nranges, we would collect 2d-distribution of lower and upper bounds of range\ninto some kind of 2d-histogram. However, this pa... |
[
{
"msg_contents": "On 04.08.2012 11:01, Amit Kapila wrote:\n> Missed one point which needs to be handled is pg_upgrade\n\nI don't think there's anything to do for pg_upgrade. This doesn't change \nthe on-disk data format, just the WAL format, and pg_upgrade isn't \nsensitive to WAL format changes.\n\n-- \n He... |
[
{
"msg_contents": "I searched the archives and didn't find the answer as to how to add\nforeign keys to a table using pgadminIII v1.14.2. I am very familiar with\nrelational databases and foreign keys, indices, etc., but I am a newbie to\npostgresql. For instance, say I have two tables, \"address\" and\n\"addr... |
[
{
"msg_contents": "Sorry for the mis-post. Got the answer on the pgsql-general.\n",
"msg_date": "Sat, 4 Aug 2012 15:59:34 -0500",
"msg_from": "\"Mary F. Masterson\" <zen@email.hal-pc.org>",
"msg_from_op": true,
"msg_subject": "Pgadmin3 v1.14.2 foreign keys"
}
] |
[
{
"msg_contents": "I've been idly amusing myself by trying to hack up support for\nSQL-standard LATERAL subqueries. I've got something that turns over,\nmore or less:\n\nregression=# select * from int4_tbl a, lateral (select unique1,unique2 from tenk1 b where a.f1 = unique1) x;\n f1 | unique1 | unique2 \n----+... |
[
{
"msg_contents": "Hi All,\n\nIt would be helpful if someone tell me, how to verify the streaming\nreplication started in standby server successfully, just after the service\nis started ?? Like knowing the exit code of the service started...\n\nI know we can do it by verifying the below functions after the serv... |
[
{
"msg_contents": "Having statistics on ranges was really missing! The planner was doing\nsome really, really bad choices on bigger tables regarding seq/random\nscans, nested loop/other joins etc.\n\nIs there any chance this makes it into 9.2 final? It would really\nround-off the introduction of range types and... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all!\n\nWe are currently planning to finalize the ongoing work on the mailsystem\nmigration we started earlier this year by migrating the\ntwo remaining components of the postgresql.org mailsystem infrastructure\nto new systems.\nThose part... |
[
{
"msg_contents": "I noticed we have this message in utils/adt/misc.c:176 (9.2 branch):\n\n (errmsg(\"must be superuser or have the same role to terminate backends running in other server processes\"))));\n\nI think the wording \"backends running in other server processes\" is\nredundant.\n\nHow about this?\n ... |
[
{
"msg_contents": "Heya all\n\nIt seems like it's a bit trickier to find beta downloads than might be \nideal.\n\nThe beta info page simply reads:\n\n \" PostgreSQL 9.2 beta 3 was released on August 6, 2012.\"\n\nwith no information about how to obtain a build or the sources, not even \na link to the downlo... |
[
{
"msg_contents": "Hello all\n\nI found strange behave of postgresql. I would to use name\npg_stat_get_some for custom function. Probably it is not smart from\nme, because I found so functions that has prefix pg are not searched\nvia search_path.\n\npostgres=# select public.pg_stat_get_creation_time('xxx'::regc... |
[
{
"msg_contents": "Hello\n\nlast year we are spoke about reusing pretty print view code for some queries.\n\nHere is patch:\n\nthis patch is really short - it is nice. But - it works only with\nknown database objects (probably we would it) and it doesn't format\nsubqueries well\n\n\npostgres=# select pg_pretty_... |
[
{
"msg_contents": "I just got a bug report from EnterpriseDB saying pg_upgrade generates a\nfile share violation on PG 9.2. I was initially confused because I know\nwe fixed this in a May commit. Well, it turns out that this commit\nre-added the same failure:\n\n\tcommit 4741e9afb93f0d769655b2d18c2b73b86f2810... |
[
{
"msg_contents": "Hi,\n\nWhen I used pg_trgm, I encountered the problem that the search result of\nSeqScan was the different from that of BitmapScan even if the search\nkeyword was the same. Is this a bug? Here is the test case:\n\n---------------------------\nCREATE EXTENSION pg_trgm;\nCREATE TABLE tbl (col t... |
[
{
"msg_contents": "I have looked at the Postgres 9.2 stable and Postgres 9.2 beta 3 git \narchives and this bug still appears to be present.\n\nTwoPhaseGetDummyProc returns a PGPROC*. In 9.0, it was safe for \nTwoPhaseGetDummyBackendId() to cast this to a GlobalTransaction \nbecause the GlobalTransactionData... |
[
{
"msg_contents": "Hello PG hackers. Yesterday I began diagnosing a peculiar bug in some\nproduction code that has been happily running for months. I finally got\nto the bottom of it despite the rather misleading error message. Anyway,\nwithin a section of code we are making a DELETE call to the database via\nt... |
[
{
"msg_contents": "Both superuser_reserved_connections and max_wal_senders can be set to\na value that's higher than max_connections, which is quite pointless,\nand annoying :)\n\nThe docs for superuser_reserved_connections say \"The value must be\nless than the value of max_connections.\", but this is never en... |
[
{
"msg_contents": "[Forwarding to the -hackers list. Please respond there.]\n \nCraig Ringer <ringerc@ringerc.id.au> wrote:\n> On 08/09/2012 04:24 AM, Kevin Grittner wrote:\n>> http://wiki.postgresql.org/wiki/Number_Of_Database_Connections\n>>\n> Can we please please PLEASE link to that as a comment above\n> m... |
[
{
"msg_contents": "Hi Craig Ringer,\n\n \n\nIt seems you have uploaded your patch\nhttps://commitfest.postgresql.org/action/patch_view?id=901\n\nto previous CF (2012-06). \n\nShouldn't it be in CF (2012-09)?\n\n \n\nWith Regards,\n\nAmit Kapila.\n\n \n\n \n\n \n\n \n\n\nHi Craig Ringer, It seems you have upload... |
[
{
"msg_contents": "I wrote:\n> I find it fairly annoying though that parseCheckAggregates (and likewise\n> parseCheckWindowFuncs) have to dig through previously parsed query trees\n> to look for misplaced aggregates; so adding even more of that is grating\n> on me. It would be a lot cleaner if transformAggrega... |
[
{
"msg_contents": "What is the intended way to handle errors in the new logging hook? For\nexample, errors in establishing a connection to wherever a hook wants to\nsend things.\n\nThe reference implementation pg_logforward just uses fprintf(stderr) to\ncommunicate its own errors, which doesn't seem ideal.\n\n... |
[
{
"msg_contents": "The MacPorts Project (http://www.macports.org/) supports building\nuniversal binaries (32/64bit binaries in one file) for most projects.\nFor PostgreSQL, they apply two patches after the configure script to\ncorrect some of the typedefs. Otherwise, the build fails in compiling\na switch state... |
[
{
"msg_contents": "An EntpriseDB testing report indicated that pg_upgrade crashes if it\ncan't write into the current directory. This only happens in 9.2 and\nhead, so I have applied the attached patch to fix it.\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB ... |
[
{
"msg_contents": "CREATE OR REPLACE VIEW makes it possible to create views that have\ncircular dependencies, for instance:\n\nregression=# create table tt(f1 int, f2 int);\nCREATE TABLE\nregression=# create view v1 as select * from tt;\nCREATE VIEW\nregression=# create view v2 as select * from v1;\nCREATE VIEW... |
[
{
"msg_contents": "A customer reported that when you set \ndefault_isolation_level='serializable' in postgresql.conf on Windows, \nand try to start up the database, it crashes immediately. And sure \nenough, it does, on REL9_1_STABLE as well as on master.\n\nStack trace:\n\npostgres!RecoveryInProgress+0x3a \n[c... |
[
{
"msg_contents": "I've been experimenting with moving the Unix socket directory to\n/var/run/postgresql for the Fedora distribution (don't ask :-().\nIt's mostly working, but I found out yet another way that pg_upgrade\ncan crash and burn: it doesn't consider the possibility that the\nold or new postmaster is ... |
[
{
"msg_contents": "Hi all\n\nWhenever I try to work with the new json types I trip over the lack of a \nfunction to escape text to json. The attached patch against master \nprovides one by exposing the existing datum_to_json function to SQL. \nI've used the name value_to_json, but I'm not sure it's necessarily ... |
[
{
"msg_contents": "It appears that a recent Perl version (I have 5.14.2) has eliminated\nOP_SETSTATE, which causes the current PostgreSQL build to fail:\n\nplperl.c: In function ‘_PG_init’:\nplperl.c:442:5645: error: ‘OP_SETSTATE’ undeclared (first use in this function)\nplperl.c:442:5645: note: each undeclared... |
[
{
"msg_contents": "Hello\n\nthis is VIP patch that implements shared - \"status\" variables to\nPostgreSQL. A motivation for this features is possibility to take\nclient parameters inside inlined PL blocks.\n\nThis design is based on Magnus's ideas. Content is synchronized\nbetween server and client. This doesn... |
[
{
"msg_contents": "A member of our technical team brought it to my attention that if you\nhave a recalcitrant backend that doesn't die when you send it a\nSIGTERM, and you don't want to cause a crash-and-restart cycle by\nsending it SIGQUIT, you can have your cake and eat it too by sending\nit SIGFPE, which wil... |
[
{
"msg_contents": "We are going to prepare back-branch update releases to take care of\na couple of minor security issues that have been waiting much too\nlong already. The schedule will be a bit unusual though: wrap tarballs\nthis Tuesday evening (that's tomorrow) for public announcement Friday\nthe 17th.\n\n... |
[
{
"msg_contents": "Looking at the docs (section 25.2.6 paragraph 6) leads one to believe \nthat downstream standbys can continue to receive and process wal merely \nby reconnecting after the cascading standby is promoted - but this does \nnot seem to be the case (indeed the same paragraph notes that timelines \... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> While playing around, I bumped into another related bug, and after\n> googling around I found out that it was already reported by Robert\n> Haas earlier, but still not fixed:\n \n> Kevin, the last message on that thread says you'll write a patch\n> for that. P... |
[
{
"msg_contents": "\"Kevin Grittner\" wrote:\n \n> OK, attached\n \n[sigh]\n \nThis time for sure!\n \n-Kevin",
"msg_date": "Tue, 14 Aug 2012 00:27:20 -0500",
"msg_from": "\"Kevin Grittner\" <Kevin.Grittner@wicourts.gov>",
"msg_from_op": true,
"msg_subject": "Re: default_isolation_level='serial... |
[
{
"msg_contents": "Hello\n\npatch that implements \"shared\" client/server session variables\n\nRegards\n\nPavel Stehule",
"msg_date": "Tue, 14 Aug 2012 09:46:04 +0200",
"msg_from": "Pavel Stehule <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg_subject": "patch: shared session variables"
... |
[
{
"msg_contents": "Hello\n\nMy colleague found a issue on 9.2 - sorry for query formatting - this\nquery is generated from ours query engine\n\ntestdb=# \\i planbug.sql\nDROP TABLE\nDROP TABLE\nDROP TABLE\nDROP TABLE\nDROP TABLE\nCREATE TABLE\nCREATE TABLE\nCREATE TABLE\nCREATE TABLE\nCREATE TABLE\npsql:planbug... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n> On 14.08.2012 08:23, Kevin Grittner wrote:\n \n>> OK, attached is a first cut to confirm that the approach looks\n>> sane to everyone; I *think* it is along the lines that we reached\n>> consensus. After moving the check to the point where we get a\n>> serializab... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> we have to somehow fix the crash and the assertion failure on 9.1.\n \nHere's a revision with some changes based on your feedback. I have\nto go to my \"day job\" now, and I was unable to find the right place\nto fix the streaming replication problem. I fear... |
[
{
"msg_contents": "Revert \"commit_delay\" change; just add comment that we don't have\na microsecond specification.\n\nBranch\n------\nmaster\n\nDetails\n-------\nhttp://git.postgresql.org/pg/commitdiff/03bda4535ee119d3dae7226faebed089925ace7e\n\nModified Files\n--------------\nsrc/backend/utils/misc/guc.c | ... |
[
{
"msg_contents": "Hi,\n\nI've just recently upgraded to postgrsql 9.1 and also hit bug #5763.\nHaving +group not match all superusers is essential to be able to assign\ndifferent authentication backends to different superusers with needing\nto edit configuration files on the radius host system. E.g. to be able... |
[
{
"msg_contents": "> \"Kevin Grittner\" wrote:\n> Heikki Linnakangas wrote:\n>> On 14.08.2012 14:25, Kevin Grittner wrote:\n\nAttached is version 3.\n\n>>> Oh, further testing this morning shows that while *queries* on\n>>> the HS seem OK, streaming replication is now broken. I probably\n>>> need to override tr... |
[
{
"msg_contents": "As described in the reference manual for COPY, we should to check file's path\nformat not to allow relative path. Please find attached a patch.\n\nThanks,\n\nBest regards,\nEtsuro Fujita",
"msg_date": "Wed, 15 Aug 2012 18:17:37 +0900",
"msg_from": "\"Etsuro Fujita\" <fujita.etsuro@la... |
[
{
"msg_contents": "Hackers,\n\nIs there any reason not to add $subject? Would it be difficult? Would save me having to write a DO statement every time I needed it (which in migration scripts is fairly often).\n\nThanks,\n\nDavid\n\n\n",
"msg_date": "Wed, 15 Aug 2012 10:50:00 -0700",
"msg_from": "\"David... |
[
{
"msg_contents": "I looked into the misbehavior reported by Adam Mackler in\nhttp://archives.postgresql.org/pgsql-bugs/2012-08/msg00073.php\nWhat it seems to boil down to is a design error in ExecReScanCteScan.\nGiven the query\n\nWITH RECURSIVE\ntab(id_key,link) AS ( VALUES (1,17), (2,17), (3,17), (4,17), (6,... |
[
{
"msg_contents": "If you create an index like this:\n\ncreate index on foo(a,b,v) where d = some_constant;\n\nthere is no way to get an IOS on the index: you have to supply a the\npartial index exclusionary value to get the value of the index and\nthat fools the IOS chooser because it doesn't see the value in ... |
[
{
"msg_contents": "Hi list,\n\nI have a table with (start_time, end_time) and I'd want to tally up\nthe number of concurrent connections at any point in time. The \"Merge\nAppend\" plan node introduced in 9.1 would be perfect for this purpose.\nIt seems to work out fine for the most trivial case, but just when ... |
[
{
"msg_contents": "Hello Jonah, Simon, and the hackers,\n\nI am going to implement a simple kind of \"encoded bitmap indexes\" (EBI).\n That is an index type where the bitmap columns may not only contain\nonly a single '1' in the set of bits belonging to a tuple. Instead, an\nadditional mapping table translate... |
[
{
"msg_contents": "In docs, change a few cases of \"not important\" to \"unimportant\".\n\nBranch\n------\nmaster\n\nDetails\n-------\nhttp://git.postgresql.org/pg/commitdiff/7c97f6a0cb1692180699694c287c2a5965d10683\n\nModified Files\n--------------\ndoc/src/sgml/advanced.sgml | 4 ++--\ndoc/src/sgml/ltree.s... |
[
{
"msg_contents": "I found a tool that Google authored that attempts to solve the same\nproblems as pgrminclude does in our codebase. It's called \"include\nwhat you use\", and is based on Clang. The project is hosted here:\n\nhttp://code.google.com/p/include-what-you-use/\n\nI'm not suggesting that we should ... |
[
{
"msg_contents": "Greetings,\n\n When doing tab-completion under 9.1, pg_table_is_visible(oid) is slow\n and is ending up as the first thing tested against all the rows\n in pg_class. Increasing the cost of pg_table_is_visible() up to\n 10 causes it to move to the end of the tests, which improves things\n... |
[
{
"msg_contents": "Hi,\n\nWhile working on the NOT NULL constraint stuff, I noticed that if you're\ncreating a foreign table with a SERIAL column, it bleats like this:\n\nCREATE FOREIGN TABLE ft1 (c1 serial) SERVER sc;\nERROR: default values on foreign tables are not supported\n\nNote that it's talking about a... |
[
{
"msg_contents": "Hi,\n\nI noticed one more problem with NOT NULL constraints and foreign tables\n-- which is that they are allowed at all (see also\nhttp://archives.postgresql.org/message-id/1345214955-sup-3970@alvh.no-ip.org\nearlier today).\n\nRight now, with my patch, foreign table creation fails if you ha... |
[
{
"msg_contents": "\n> Date: Fri, 17 Aug 2012 00:26:37 +0100 From: Peter Geoghegan \n> <peter@2ndquadrant.com> To: Jeff Janes <jeff.janes@gmail.com> Cc: \n> pgsql-hackers <pgsql-hackers@postgresql.org> Subject: Re: tuplesort \n> memory usage: grow_memtuples Message-ID: \n> <CAEYLb_VeZpKDX54VEx3X30oy_UOTh89XoejJ... |
[
{
"msg_contents": "I just had HEAD fail to recover after a backend core dump, because the\nstartup process dumped core itself during replay:\n\nLOG: all server processes terminated; reinitializing\nLOG: database system was interrupted; last known up at 2012-08-17 20:47:37 EDT\nLOG: database system was not pr... |
[
{
"msg_contents": "tab completion will add \"USING\" after CLUSTER VERBOSE, as if VERBOSE\nwere the name of a table.\n\nInstead of just making it not do the wrong thing, I tried to make it\nactually do the right thing.\n\nIt doesn't fill in the VERBOSE for you, you have to type that in full,\nbut then it comple... |
[
{
"msg_contents": "Hello all,\n\nI am providing a patch to allow you to change the output of a boolean\nvalue in psql much like you can do with NULL. A client requested this\nfeature and we thought it may appeal to someone else in the community.\n\nThe patch includes updated docs and a regression test. The code... |
[
{
"msg_contents": "Six years ago, we punted on allowing rules to use OLD and NEW in\nmulti-row VALUES constructs, because we didn't have LATERAL:\nhttp://archives.postgresql.org/pgsql-hackers/2006-08/msg00044.php\n\nI thought maybe that restriction could be fixed now that we do have\nLATERAL, and indeed the att... |
[
{
"msg_contents": "After upgrading from 8.4 to 9.1, one of my plperl functions stopped working\nproperly.\n\nFor some reason, when matching a string using a regex, the $1 variable\ncannot be returned directly using return_next() but must be\nset to a variable first.\nIf returned directly, it appears to be cache... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.