threads
listlengths
1
2.99k
[ { "msg_contents": "I get the following display now when I connect to a non-running server, \nall default settings:\n\npsql: pg_krb5_init: krb5_cc_get_principal: No credentials cache found\ncould not connect to server: No such file or directory\n Is the server running locally and accepting\n conn...
[ { "msg_contents": "Hi, all.\n\nI had preliminary conversation with my employer about implementation of SQL5 [1] without \"Driven Scene\" [2]. He needs concrete budget.\nSo i'm asking you to estimate and say, how much will it cost.\nIn particular, speach goes about implemention of slides # 17-42, 47-56, 63, 102-...
[ { "msg_contents": "In testing an SSL patch, I found that if I use 'sslmode=require' in the\nlibpq connection string, it does not use SSL over a unix-domain socket.\n\nlibpq should either use SSL (which I don't think it can), or error out,\nor we should at least document this behavior.\n\n-- \n Bruce Momjian <...
[ { "msg_contents": "Hello\n\nI started upgrade our databases from 8.1 to 8.3. I found two strange\nbugs related to tsearch2.\n\na) server crash after creating tsearch2 function (I use tsearch2\ncontrib from 8.3)\n(gdb) bt\n#0 0x0000003838033075 in raise () from /lib64/libc.so.6\n#1 0x0000003838034be3 in abort ...
[ { "msg_contents": "While looking to add some functionality to PL/pgSQL, I found that the\nrfno member of the PLpgSQL_recfield structure is unused. This patch\nis just a cleanup and doesn't seem along the same lines as the patches\nin CommitFest... should I add it to the wiki anyway?\n\n-- \nJonah H. Harris, Se...
[ { "msg_contents": "Sorry about the delay for this update to the new hash\nindex implementation. I was trying to get the WAL logging\nin place and forgot to post the actual patch. The WAL\nfor hash indexes will need to wait for 8.5, but I did\nwant to add back in the piece of the Bob Jenkins 2006\nhash function ...
[ { "msg_contents": "I wrote:\n> All,\n> \n> This is my first patch review for PostgreSQL. I did submit a patch last\n> commit fest (Boyer-Moore) so I feel I should review one this commit fest.\n> I'm quite new to PostgreSQL so please don't rely on me totally. I'll do my\n> best. Heikki is also reviewing this pat...
[ { "msg_contents": "Hi\n\nI am reviewer of Patch \"Table command\". I wanted to build code checked out from code repo\ngot via rsyn, but I didn't find relating code in file \"gram.y\". Do i need to add the code to the file? \n\n\n\n \nHiI am reviewer of Patch \"Table command\". I wanted to build code check...
[ { "msg_contents": "Hi,\n\nThe suppress_redundant_updates_trigger() works incorrectly\non the table defined with \"WITH_OIDS\" option.\n\n----------\n(*) The latest 8.4devel tree without SE-PostgreSQL patch\n\npostgres=# CREATE TABLE min_updates_test (\n f1 text,\n f2 int,\n ...
[ { "msg_contents": "Just a superficial review. I haven't really looked hard at this yet.\n\n1 - Patch does not apply cleanly on latest git repository, although\nthere is no hunk failed but there are some hunk succeeded messages.\n\n2- Patch contains unnecessary spaces and tabs which makes the patch\nunnecessari...
[ { "msg_contents": "Hi, Pgsql-hackers.\n\nFull list of changes of two related projects (SQL5 & HTML6) at current moment\n(not reflected in documentation yet).\n\n===terms\n\n master table is table, to primary key of which this (slave) table refers\n (terms \"master\" and \"slave\" are used only for MTD).\n if...
[ { "msg_contents": "Hi,\n\n> To be reviewed easily, I'm splitting Synch Rep patch into some pieces.\n\nAttached is a patch only to start and manage walsender process. This patch\ndon't include replication itself, walreceiver and signal handling patch, etc.\n\nThe outline of this patch is as follow:\n\nAuthentica...
[ { "msg_contents": "I installed and ran the citext tests both with and without\nthe patch and had failures both times. The patch applied\ncleanly and the \"make;make install\" completed without errors.\nI have attached the two regression.diffs files, one without\nthe patch applied and the other with the patch.\n...
[ { "msg_contents": "I am trying to move a db from one machine to another.\n\npg_standby applies all the logs fine, then I trigger it and this \nhappens ???\n\n2008-11-05 11:43:45 EST [14853] LOG: restored log file \n\"00000003000016ED0000007E\" from archive\n2008-11-05 11:43:45 EST [14853] LOG: selected ne...
[ { "msg_contents": "In the current commitfest page we have this entry:\n\n\tpg_start_backup checkpoint issue \n\nHowever the URL it points to is broken (there's no message-id)\n\nWhat to do about it?\n\n-- \nAlvaro Herrera http://www.CommandPrompt.com/\nPostgreSQL Replication, Cons...
[ { "msg_contents": "(Sorry for the cross posting)\n\nCommand Prompt is sponsoring \"multiple PostgreSQL version installation\nwith RPMs\" project, which has been in my todo list for a really long\ntime. The aim is to be able to install different PostgreSQL versions\nwith RPMs, like Debian folks have been doing f...
[ { "msg_contents": "A bug was introduced a while ago by this patch:\n\n > commit 447f7364dd7227a32b58a2aff24f587dd7d7051a\n > Author: Tom Lane <tgl@sss.pgh.pa.us>\n > Date: Sat Apr 12 23:14:21 2008 +0000\n >\n > Create new routines systable_beginscan_ordered, \nsystable_getnext_ordered,\n > systable_en...
[ { "msg_contents": "This patch:\n\n> commit 35ad25ad66fa3999bbc0bb59ca13cef3d750fb07\n> Author: Tom Lane <tgl@sss.pgh.pa.us>\n> Date: Sat Jul 26 19:15:35 2008 +0000\n> \n> As noted by Andrew Gierth, there's really no need any more to force a junk\n> filter to be used when INSERT or SELECT INTO has a pl...
[ { "msg_contents": "An idea for a possible enhancement to PostgreSQL: allow creation of a\ntemporary table without generating any disk I/O. (Creating and\ndropping a three-column temporary table within a database transaction\ncurrently generates about 150 disk writes).\n \nIf some circumstances don't make it fe...
[ { "msg_contents": "--On Mittwoch, November 05, 2008 01:10:22 +0100 Guillaume Lelarge \n<guillaume@lelarge.info> wrote:\n\n> Tom Lane a écrit :\n>> Guillaume Lelarge <guillaume@lelarge.info> writes:\n>>> Should I provide a complete new patch with Bernd's and Tom's changes?\n>>\n>> Please --- it's better if you i...
[ { "msg_contents": "Why is InitIndexFreeSpaceMap coded to test for the FSM file already\nexisting? AFAICS it cannot yet exist and it should be an error anyway\nif it does. The smgrexists probe is hardly free, so losing it would be\ngood.\n\n\t\t\tregards, tom lane\n", "msg_date": "Wed, 05 Nov 2008 19:39:58...
[ { "msg_contents": "I am working on a set returning function and have a question about\nswitching memory contexts. Basically, what I want to know is whether\nmemory allocated in one context can be referenced when a different\ncontext is current. The docs give examples like:\n\n if (SRF_IS_FIRSTCALL())\n {...
[ { "msg_contents": "Hi,\r\n\r\nI am reading code about large object of pgsql and have a question: \r\n\r\nin pg_largeobject.h:\r\n\r\nCATALOG(pg_largeobject,2613) BKI_WITHOUT_OIDS\r\n{\r\n Oid loid; /* Identifier of large object */\r\n int4 pageno; /* Page number (starting from 0) */\r\n bytea data; /*...
[ { "msg_contents": "While working on the join elimination patch, I was going through the\ntrigger code and found quite a bit of nastiness in regard to naming\nand variable repurposing related to the addition of replication roles\nin 8.3. The most obvious issue is that tgenabled was switched from a\nbool to char...
[ { "msg_contents": "Hi\n   I have completed the review for Patch \"Table command\", Here is results\n   1. The patch actually implements that.\n   2. The feature work as advertised.\n   3. So far, I have not found any possible dangers that can be caused by this pacth\n   4. Since it is just an alternative to \"s...
[ { "msg_contents": "Hi all,\n\nAttached test shows a regression in analyze command.\nExpected rows in an empty table is 2140 even after an ANALYZE is executed\n\n\n-- \nAtentamente,\nJaime Casanova\nSoporte y capacitación de PostgreSQL\nAsesoría y desarrollo de sistemas\nGuayaquil - Ecuador\nCel. +59387171157", ...
[ { "msg_contents": "Hi,\r\n\r\nI am reading code about large object of pgsql and have a question: \r\n\r\nin pg_largeobject.h:\r\n\r\nCATALOG(pg_largeobject,2613) BKI_WITHOUT_OIDS\r\n{\r\n Oid loid; /* Identifier of large object */\r\n int4 pageno; /* Page number (starting from 0) */\r\n bytea data; /*...
[ { "msg_contents": "A couple of months ago I noted that 8.3.4 doesn't compile on Vista using \nMingW+msys under certain conditions:\n\nhttp://archives.postgresql.org/pgsql-hackers/2008-09/msg01496.php\n\n8.3.5 has the same problem.\n\nAttached are two one line patches that fix it.\n\nThanks,\n\nCharlie", "ms...
[ { "msg_contents": "Hello,\n\nI'm submitting 2 contrib modules and there 3 patches to core for them\nfrom me and Martin, but they confict each other and there are some hunks\nand rejections already. Here is an assorted patch of them.\nCan I ask you to review the patches in this form?\n\n- Martin's querydesc patc...
[ { "msg_contents": "Hi,\n\nWhat is the reason for not having heap_blks_write kind of stats in the\npg_statio system views? Is it because bgwriter does the writing (we do have\nbg stats there) most of the times? Wouldn't the write stats help to get the\ncomplete IO picture for the relation?\n\nRegards,\nNikhils\n...
[ { "msg_contents": "I've run regression tests many, many times recently, usually in the form\nof a looping installcheck, rather than just make check.\n\nOn a recent test the last command of the last test has failed:\nDROP TABLESPACE testspace;\nERROR: tablespace \"testspace\" is not empty\n\nThe directory was c...
[ { "msg_contents": "Hello all,\n\n \n\n \n\n( I posted already in pgsql-general and got no replies. )\n\n \n\nI am in the process of updating my DB on Postgres 8.1.11 to 8.3.4. I\nalso use Slony 1.2.14 for replication.\n\n \n\nIs there a safe path on how to accomplish this, please advice on what\nsteps I will n...
[ { "msg_contents": "http://archives.postgresql.org/message-id/20081101000154.GO27872@fune\n\n1) Sometimes index doesn't find all matching rows:\npostgres=# SELECT * FROM qq WHERE t ='asd';\n i | t\n---+-----\n 2 | asd\n 1 | asd\n 2 | asd\n(3 rows)\npostgres=# SET enable_seqscan=off;\nSET\npostgres=# SELECT ...
[ { "msg_contents": "I'm trying to do client only builds on a bunch of legacy platforms and\nnoticed that the include path is messed up...if keywords.o is not\nalready built, it fails to build be because src/backend/parser but not\nsrc/backend is in the include path. (keywords.c includes\nparser/gram.h).\n\nThe f...
[ { "msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 4516\nLogged by: Michal szymanski\nEmail address: szymanskim@datera.pl\nPostgreSQL version: 8.3\nOperating system: Windows\nDescription: FOUND variable does not work after RETURN QUERY\nDetails: \n\nThis...
[ { "msg_contents": "Hi,\n\nI just noticed that the interface for choosing a different locale at db\ncreation time is\ncreatedb --lc-collate=X --lc-ctype=X. Is there a reason for having\nthese two separate switches? It seems awkward; why can't we just have a\nsingle --locale switch that selects both settings at...
[ { "msg_contents": "Hi,\n\nI figure that you're the maintainer for the dugong Postgres buildfarm\nmember.\n\nI noticed that this member does not run tests for 8.3 or older stable\nbranches, only CVS HEAD. Is there a reason for this? I was just\nchecking IA64 machines and this seems to be the only one; it would...
[ { "msg_contents": "All,\n\nLooking at my old thread I realized I never got an answer on whether \npeople agreed with these two items:\n\n1) Take the \"SET search_path=public\" out of all contrib SQL scripts so \nthat DBAs can determine the correct schema by using PGOPTIONS.\n\n2) Add BEGIN/COMMIT to all SQL scr...
[ { "msg_contents": "--On Donnerstag, November 06, 2008 11:35:54 +0100 Guillaume Lelarge \n<guillaume@lelarge.info> wrote:\n\n> Guillaume Lelarge a écrit :\n>> v4 patch attached.\n>>\n>\n> v5 patch attached.\n>\n\nThanks Guillaume.\n\nMaybe this is nit-picking, but i see that you have to rmdir() an existing \nemp...
[ { "msg_contents": "I updated the patch set of SE-PostgreSQL (revision 1197).\n\n[1/6] http://sepgsql.googlecode.com/files/sepostgresql-sepgsql-8.4devel-3-r1197.patch\n[2/6] http://sepgsql.googlecode.com/files/sepostgresql-pg_dump-8.4devel-3-r1197.patch\n[3/6] http://sepgsql.googlecode.com/files/sepostgresql-pol...
[ { "msg_contents": "This patch ensures that the PD_PAGE_FULL bit is restored after replaying\na heap_update WAL record. I think this must have been overlooked on the\nHOT patch.\n\n-- \nAlvaro Herrera http://www.CommandPrompt.com/\nPostgreSQL Replication, Consulting, Custom Develo...
[ { "msg_contents": "So I'm looking at the patch for ALTER DATABASE SET TABLESPACE, and\nwondering about what happens if there's a system crash midway through.\nThe answer doesn't look too good: if the deletion pass has started,\nyour database is hosed.\n\nI think we can fix this along the following lines:\n\n\t1...
[ { "msg_contents": "Okay, here's my next version for you to look at/try. This versions needs NO\n@ECPG commands in gram.y anymore. I found other ways to tell the script when to\ndo what. What still needs to be done is beautifying the script (I don't like\nall those static declarations) and removing the remaining...
[ { "msg_contents": "Here's an updated version of the psql backslash patch that should\napply cleanly to the current HEAD. To recap, this makes all the \\dX\ncommands (most importantly to most: \\df) work like \\dt does, in that it\nrequires a \\dXS to see system items. See the archives for much more\ndiscussion ...
[ { "msg_contents": "Hi,\n\nI have a short CVS question please: How do I go from a particular file \nrevision like\n\npgsql/cvs/pgsql/src/backend/parser/parse_relation.c.1.3\n\nto the complete commit? I.e. I would like to navigate back from this \nparticular file to the commit and see all the other files that wer...
[ { "msg_contents": "> 2. the help.c patch no longer applies\n> \n> 3. the help.c patch breaks alignment of the help output\n\nAttached is a patch to fix problems 2 and 3: help.c clean application and\nformatting of the output therein. I also put \\z right after \\dp and removed\nthe duplicate wording, to make it...
[ { "msg_contents": "Alvaro Herrera wrote:\n> Alvaro Herrera wrote:\n> >Alvaro Herrera wrote:\n> > \n> > Hmm, oh I see another problem here -- the bit is not restored when\n> > replayed heap_update's WAL record. I'm now wondering what other bits\n> > are set without much care about correctly restoring them durin...
[ { "msg_contents": "When performing a PITR copy of a data cluster, the pg_xlog directory\nis generally omitted. As such, when starting the copy up for\nreplay/recovery, the WAL directories need to be recreated. This patch\nchecks to see whether XLOGDIR and XLOGDIR/archive_status exist on\nXLOGStartup and if no...
[ { "msg_contents": "Attached patch allows to setup storage parameter for space reservation. I use \nreloptions capability for it. You can use it:\n\nCREATE TABLE test(id int) with (reservedspace=10);\n\nThe idea is to reduce freespace value about reservedspace on places where \nPageGet(Heap)FreeSpace is called.\...
[ { "msg_contents": "Hi,\n\nis there a reason why we sometimes use ICONST and SCONST directly in a rule in\ngram.y yet in other rules use Iconst and Sconst which in turn resolve to ICONST\nand SCONST? Some rules even use ICONST and Sconst, so there does not be any\nconsistency. If this has no reason I'd like to m...
[ { "msg_contents": "I have a question about the result contract of pg_do_encoding_conversion().\nIt can receive non null-terminated string because its arguments are\na char array and a byte length.\nAnd it only returns a string, so the string should be null-terminated.\n\nHowever, if conversions are not required...
[ { "msg_contents": "The attached version now is able to generate an ecpg parser without a single\nchange in gram.y. Also included is a perl version of the script created by a2p\nand fixed by me. Unfortunately a2p did not generate working code, so I guess\neventually we have to only work with the perl version. I ...
[ { "msg_contents": "In the last week community made decision about pg_upgrade project and its \nimplementation. I would like to try summarize this conclusion and I add other \ntopic which should be finished for 8.4.\n\nConvert on read has been selected as a good way, because it is not invasive and \ndoes not lim...
[ { "msg_contents": "I got a problem when reviewing patch \"Automatically update view\", the code can be built and executed successfully, but  when i tried the eaxmple below, it seemed that the patch didn't work\n\ncreate view v_name_account\nas\n    select customer.name,\n           customer.age,\n           cu...
[ { "msg_contents": "Here is another example for testing \"Automatic update view\", seems that \"check option\" doesn't work, i am not sure any other things i need to do, or it is a bug for the patch, anyone give me a help? \n\nThanks\n\npostgres=# create view old_customer as\npostgres-# select name,\npostgres-# ...
[ { "msg_contents": "Hi,\n\nTrying to review some patches on windows... mingw: 5.1.4; msys:\n1.0.10; gcc 3.4.5\nThis is not current head but this morning snapshot tarball... but i\nsaw this same error with yesterday tarball...\n\nI get this failure on regression tests:\n\nexpected output:\n\n SELECT '10e-400'::f...
[ { "msg_contents": "Hi,\n\nSeems like you can't use \"uint\" on windows, it fails trying to compile this:\n\n typedef struct xl_xact_commit\n {\n \tTimestampTz xact_time;\t\t/* time of commit */\n+ \tint\t\t\tslotId;\t\t\t/* slotId in procarray */\n+ \tuint\t\txinfo;\t\t\t/* info flags */\n\nThe error message...
[ { "msg_contents": "Hi all,\n\nHere is my environment information:\n\n# select version();\n version\n------------------------------------------------------------------------------------------------\n PostgreSQL 8.3.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC)\n4.2....
[ { "msg_contents": "Hi,\n\nWhile looking at the code base I have encountered a server crash in\nto_timestamp function.\n\nselect TO_TIMESTAMP ( '2006 1', 'YYYY Q' );\nserver closed the connection unexpectedly\n This probably means the server terminated abnormally\n before or while processing the re...
[ { "msg_contents": "There seems to be a lot of duplication in the libpq documentation\nbetween the connection string parameters and the environment variables.\nThey are close to identical but not exactly (for example, there is a\n\"and vs or\" change in PGSSLMODE/sslmode).\n\nAny reason not to just have the envi...
[ { "msg_contents": "I just noticed that if you have libpq with SSL support, but psql\nwithout, we don't print any SSL information at all. Would it be\nworthwhile to have it print that SSL is in use, even if we can't print\nthe details about the connection?\n\nIt's not something that's very common outside develop...
[ { "msg_contents": "I have an application where I am building a plan with SPI_plan and\nthen this plan is called multiple times. There is one free parameter\n($1) to the plan. The issue is with the order of the values returned.\nIf $1 is identical during successive calls to SPI_execute_plan, is\nthere any guaran...
[ { "msg_contents": "Hi,\n\nI am able to apply your patch successfully but I am still getting\ncompilation error\n\n\n ./configure --enable-depend --enable-cassert\nmake\n\n\ngcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith\n-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing\n-fwrapv -I. -I../../...
[ { "msg_contents": "Add in the \"tup_fetched\" column.\n\n-- \nGreg Sabino Mullane", "msg_date": "Tue, 11 Nov 2008 14:16:17 -0500", "msg_from": "Greg Sabino Mullane <greg@turnstep.com>", "msg_from_op": true, "msg_subject": "Quick patch for correct pg_stat_database columns" }, { "msg_conte...
[ { "msg_contents": "The patch can be built and executed, and automatically insert/update/delete action on the view based on single table is worked.\n \n\n\n\n \nThe patch can be built and executed, and automatically insert/update/delete action on the view based on single table is worked.", "msg_date": "...
[ { "msg_contents": "Hi,\n\nCan anyone explain the way to debug this kind of situation and/or\nexplain the meaning of these locks?\n\nPartial output of \"select * from pg_locks\":\n\n | | 1192675195 | 62860 | ShareLock | f\n | | 1192675195 | 62814 | ExclusiveLoc...
[ { "msg_contents": "I've been slicing and dicing this patch for the last few days. There's a \nlot of code in there, but here's some initial comments:\n\nThe code to initialize, advance, and finalize an aggregate should be \nshared between Agg and Window nodes.\n\nI'm a bit disappointed that we need so much code...
[ { "msg_contents": "\nJust noticed that the last libpqtypes release was broken on windows when \ndynamically linking. The problem is that windows has two addresses for \nfunctions, the import library uses a stub \"ordinal\" address while the \nDLL itself is using the real address; yet another m$ annoyance. Thi...
[ { "msg_contents": "Hello lists,\n\n \n\nI am trying to run Slony on a Master Postgres 8.1.11 replicating to a\nSlave same version and 2nd Slave Postgres 8.3.4.\n\nThe purpose is to update Postgres in production by steps, first slaves\nthen switchover to upgrade the master that will not be master when\nupgraded....
[ { "msg_contents": "They're all barfing along this line:\n\ndlltool --export-all --output-def libpg_trgmdll.def trgm_op.o trgm_gist.o trgm_gin.o\ndllwrap -o pg_trgm.dll --dllname pg_trgm.dll --def libpg_trgmdll.def trgm_op.o trgm_gist.o trgm_gin.o -L../../src/backend -lpostgres -L../../src/port -L/mingw/lib ...
[ { "msg_contents": "Hi all:\n\n I am a fresh men in PostgreSQL. And i work on benchmark study these\ndays using PostgreSQL.\n\nNow i have a question: Is there some way to show the lock contention of\nPostgreSQL?\n\nAs I know, you can use *show mutex status* in MySQL to find which mutex is\nhot. But i don't...
[ { "msg_contents": "Attached patch implements client certificate authentication.\n\nI kept this sitting in my tree without sending it in before the\ncommitfest because it is entirely dependent on the\nnot-yet-reviewed-and-applied patch for how to configure client\ncertificate requesting. But now that I learned h...
[ { "msg_contents": "Hi, Pgsql-hackers.\n\n> many seem (to me) to be overly tied to an \"all XML all the time\" view.\n\nOnly for hierarchical result sets. Even in case of\nhttp://computer20.euro.ru/site/computer20/en/author/communication_eng.htm\n\n\n\nDmitry (SQL50, HTML60)\n\n\n", "msg_date": "Thu, 13 Nov ...
[ { "msg_contents": "Per bug #4528, I'm thinking we should do $SUBJECT. I'm inclined to\nput a tz_acceptable() check into pg_tzenumerate_next, which is currently\nonly used by that view but might be used for other purposes later.\n\nAny objections?\n\n\t\t\tregards, tom lane\n", "msg_date": "Thu, 13 Nov 2008...
[ { "msg_contents": "I did this:\nhttp://archives.postgresql.org/pgsql-committers/2008-11/msg00156.php\nto try to fix this:\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-12%2021:00:01\nonly to get this:\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2008-11-13%2015:00:01\n\n...
[ { "msg_contents": "Hello.\n\nWhy pg_dump dumps CONSTRAINT ... CHECK together with CREATE TABLE queries,\nbut NOT at the end of dump file (as FOREIGN KEY)?\nSometimes it causes the generation of invalid dumps which cannot be\nrestored. Details follow.\n\n\n1. I use database-dedicated search_path:\n\nALTER DATABA...
[ { "msg_contents": "Hi,\n\nWho is in charge of pg_filedump now?\n\nI noticed that the latest version (for 8.3) does not play nice with\nHEAD, because of changes in ControlFileData. The attached patch fixes\nthat, allowing it to compile.\n\nI didn't look if there were other changes needed for it to actually\nwor...
[ { "msg_contents": "Hi,\n\nsince my last email seems to have disappeared, here we go again. Here's my\ncurrent patch that includes the changes to the build system. Thanks to Magnus\nfor the Windows part.\n\nComments anyone? \n\nMichael\n\n-- \nMichael Meskes\nMichael at Fam-Meskes dot De, Michael at Meskes dot (...
[ { "msg_contents": "I was trying to call the array_in() function using the \nDirectFunctionCall3() interface. It fails as the code in array_in() \ntries to refer to fcinfo->flinfo->fnextra where flinfo is set to NULL by \nthe DirectFunctionCall3() interface. I am not sure if this is a bug or \nthat we are not su...
[ { "msg_contents": "So I went off to convert contrib/intagg to a wrapper around the new core\nfunctions, along this line:\n\nCREATE OR REPLACE FUNCTION int_agg_state (internal, int4)\nRETURNS internal\nAS 'array_agg_transfn'\nLANGUAGE INTERNAL;\n\nCREATE OR REPLACE FUNCTION int_agg_final_array (internal)\nRETURN...
[ { "msg_contents": "Hi,\n\nAttached is the latest version of Synch Rep patch. Sorry for my late posting.\nI fixed some bugs in v1patch and integrated walreceiver into core. Attached\ncontain some patches:\n\n* synch_rep_v2.patch\nThis is the whole patch of Synch Rep against head. This also contain\n\"Infrastruct...
[ { "msg_contents": "I have experienced some brittleness in the regression test setup that \ncauses the tests to be run against a different server instance or fail \nin confusing ways when you have multiple instances running.\n\nFor some historic reasons, I have my local scripts set up so that they \nbuild develo...
[ { "msg_contents": "Due to some code reshuffling, xmlconcat(NULL) will crash in 8.3 and 8.4. \n The pfree(buf.data) in ExecEvalXml() frees a buffer that is actuall \nonly initialized in the XMLFOREST case. So then the xmlconcat(NULL) \nfalls through to the pfree() it crashes. I have attached a patch for \n8.3...
[ { "msg_contents": "Log Message:\n-----------\nEnable script to generate preproc.y in build process.\n\nModified Files:\n--------------\n pgsql/src/interfaces/ecpg/preproc:\n .cvsignore (r1.1 -> r1.2)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/.cvsignore?r1=1.1...
[ { "msg_contents": "Hi.\nAs I wanted to change the order of columns of some tables (I know, I\nknow, my code does not depend\non that; but I prefer that \\dt gives me a more organized ouput...)\nI've added an option to pg_dump to reorder\ncolumns in the ouput \"CREATE TABLE\" dump.\nThe specified order is given ...
[ { "msg_contents": "I found the following behavior surprising. Is there a reason for it?\nThis is 8.3.5. ...Robert\n\nrhaas=# BEGIN WORK;\nBEGIN\nrhaas=# CREATE TABLE test_table (id serial, foo integer, bar integer);\nNOTICE: CREATE TABLE will create implicit sequence\n\"test_table_id_seq\" for serial column...
[ { "msg_contents": "a error blew was reported when peforming gmake.\n\nhba.c: In function `parse_hba_line':\nhba.c:943: error: label `hba_other_error' used but not defined\ngmake[3]: *** [hba.o] Error 1\n\nthere is also not definition of \"hba_other_error\" in  both handout of the patch and \"hba.c\". \n\n\n ...
[ { "msg_contents": "\nPeter Eisentraut wrote:\n> It was pointed out to me today that a zero-dimensional\n> matrix is a scalar. This makes a bit of sense, if you say\n> that\n> \n> '{{56}}' is of type int[][], 2 dimensions\n> '{56}' is of type int[], 1 dimension\n> '56' is of type int, 0 dimensions\n> \n> Notice ...
[ { "msg_contents": "I am trying to compile libpq on HP-UX 10.20 using gcc 2.95.3, cpu is a \n400MHz PA8500. I'm using the 8.3.5 tarball.\n\n[full make output is attached]\n\nOutside of the failure to build...\n\nI am getting a huge amount of \"implicit declaration of function\" \nwarnings from gcc, mostly about...
[ { "msg_contents": "When perl function executes first time, it is too slowly, but if\nexecute perl function(not function which executed first time) again it\nruns in 1000 times faster. Why ? how can i optimize it ?\nConfigure shared_preload_libraries = '$libdir/plperl' or\nlocal_preload_libraries = '$libdir/plug...
[ { "msg_contents": "Hi,\n\nIIRC, ^M is the EOL character on windows. latest cvs failed to compile\nin my mingw env because src/backend/utils/Gen_dummy_probes.sed had\nthat character, i had to manually remove it to continue.\n\nBesides, http://archives.postgresql.org/pgsql-committers/2008-11/msg00175.php\nadded t...
[ { "msg_contents": "The auto-explain patch needs a way to set the GUC \"flags\" for a custom\nGUC variable; a capability that was unaccountably left out of the\noriginal DefineCustomXXXVariable APIs. The original version of the patch\ndealt with this by changing those APIs, which I complained about here:\nhttp:...
[ { "msg_contents": "On 16 nov 2008, at 01.00, \"Alex Hunsaker\" <badalex@gmail.com> wrote:\n\n> On Thu, Nov 13, 2008 at 05:31, Magnus Hagander <magnus@hagander.net> \n> wrote:\n>> Attached patch implements client certificate authentication.\n>>\n>> I kept this sitting in my tree without sending it in before the...
[ { "msg_contents": "Here is a patch to reimplement the xmlconcat functionality as a variadic \nfunction instead of a hardcoded special expression type. I haven't \nfound any variadic function in the set of built-in functions so far, so \nI figured I would ask for feedback before we go down this route.\n\nBtw., ...
[ { "msg_contents": "For cygwin builds, src/test/thread/thread_test.c needs to include \nsys/param.h to get MAXHOSTNAMELEN. configure is currently failing when \n--enable-thread-safety is used because of this. See attached patch \nagainst head.\n\n-- \nAndrew Chernow\neSilo, LLC\nevery bit counts\nhttp://www.es...
[ { "msg_contents": "Heikki Linnakangas wrote:\n>> Gregory Stark wrote:\n>> However you still have a problem that someone could come along and set the\n>> hint bit between calculating the CRC and actually calling write.\n>\n> The double-buffering will solve that.\n\nOr simply require that hint bit writes acquire ...
[ { "msg_contents": "Note: this email is effectively a repeat of an email sent earlier to\nwhich there has been less response than I expected. If there's something\nelse I'm supposed to do at this point, someone please let me know,\nbecause I don't know what it is :)\n\n-----------------------------------\n\nI've...
[ { "msg_contents": "Hi,\n\n we currently want to employ PG and Gin Index for light-weight full text\nsearch engine. however, \n\nwe encounter a problem that Gin Index is not quick enough for relevence,\nbecause it must\n\nscan all heaptuples which statisfy the condition, then invoke ts_rank to\ncompute the ran...
[ { "msg_contents": "The patch mentioned in the subject leaves this compiler warning:\n\ntsvector_op.c: In function ‘insertStatEntry’:\ntsvector_op.c:815: warning: ‘res’ may be used uninitialized in this function\n\nI took a quick look but it is not immediately obvious whether the \ncompiler might actually have a...
[ { "msg_contents": "Hello\n\nI am thinking about allowing 2D array from multicolumn subselect (all\ncolumns have to share same type, ofcourse). Is there some real limit,\nwhy this functionality is disallowed?\n\nRegards\nPavel Stehule\n", "msg_date": "Tue, 18 Nov 2008 16:06:00 +0100", "msg_from": "\"Pave...