threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Peter Eisentraut wrote:\n> Am Montag, 4. September 2006 10:23 schrieb Albe Laurenz:\n>> This is just a 'one line' change in the documentation of\n>> the --with-ldap flag of ./configure\n> \n> Well, if you want to link from the configure option to the place where\nthe \n> feature is explained,... |
[
{
"msg_contents": "i am looking at some corner case which might also cause troubles for \nother people.\nconsider the following:\n\n\tSELECT some_timestamp::date FROM very_large_table GROUP BY \nsome_timestamp::date\n\nmy very_large_table is around 1billion entries.\nthe problem is: the planner has a problem ... |
[
{
"msg_contents": "Log Message:\n-----------\nsslinfo contrib module - information about current SSL certificate\nAuthor: Victor Wagner <vitus@cryptocom.ru>\n\nModified Files:\n--------------\n pgsql/contrib:\n Makefile (r1.66 -> r1.67)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/contri... |
[
{
"msg_contents": "I've gotten a little tired of reading reports that ILIKE doesn't work as\nexpected in UTF8. The problem is that iwchareq() in like.c is several\nbricks shy of a load, as noticed e.g. here\nhttp://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php\n\nI looked a little bit at making iwcha... |
[
{
"msg_contents": "The doc doesn't state in what range the argument to setseed() should be.\n\nSome tests suggest that only values in the range -1.0 to 1.0 work as a \nseed and values outside of that give the same sequence of random numbers.\n\nI've attached a trivial one line patch (this is the patch list afte... |
[
{
"msg_contents": "I should have a list of open items for 8.2 within 24 hours.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Mon, 4 Sep 2006 16:12:56 -0400 (EDT)",
"msg_from": "... |
[
{
"msg_contents": "Log Message:\n-----------\nSequences were not being shown due to the use of lowercase 's' instead\nof 'S', and the views were not checking for table visibility with\nregards to temporary tables and sequences.\n\nGreg Sabino Mullane\n\nModified Files:\n--------------\n pgsql/src/backend/cat... |
[
{
"msg_contents": "Picking out a specific point from the thread on prepared queries:\n\nCurrently, the handling of Parse/Bind on the unnamed statement seems to\ngo like this:\n\n - Parse on the unnamed statement does analysis and rewriting but does\n not plan, storing the query in a special memory context d... |
[
{
"msg_contents": "> Please fix and resubmit soon.\n\nAttached version should now work properly.\n\n--\nGreg Sabino Mullane greg@turnstep.com\nEnd Point Corporation\nPGP Key: 0x14964AC8 200609041803\nhttp://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8",
"msg_date": "Mon, 04 Sep 2006 18:04... |
[
{
"msg_contents": "Hey Stefan, could you run some hardware diagnostics on \"leveret\"?\nIt's been returning increasingly erratic results over the past few days.\n\n\t\t\tregards, tom lane\n",
"msg_date": "Mon, 04 Sep 2006 18:51:50 -0400",
"msg_from": "Tom Lane <tgl@sss.pgh.pa.us>",
"msg_from_op": tr... |
[
{
"msg_contents": "I realize this is a very stressful period for the community. We are\npushing toward beta, I am pushing in patches, and I am one of the few\npeople who know all the open items. We will get through this, folks. \n\nIn two days, things will look much clearer. For those who are curious,\nhere... |
[
{
"msg_contents": "Here are the open items for 8.2:\n\n\thttp://momjian.postgresql.org/cgi-bin/pgopenitems\n\nThis list will be continually updated until we release 8.2.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be y... |
[
{
"msg_contents": "Hi Hackers,\n\nI saw stats information was not updated sometimes when I tested HEAD on\nWindows. Once it happens, stats are not collected until server restarts.\n\nThe condition seems to happen on high-CPU load. I can reproduce it\nin a few seconds using pgbench on the machine with one Pentiu... |
[
{
"msg_contents": "Bruce,\n\nAfter some delay with server issues, I've loaded these contrib modules. Since \nI'm not hip to the magic required to remove a directory safely in CVS, please \ndo it for me?\n\nMigrated to pgFoundry:\n\tadddepends (Greg)\n dbmirror (Steve Singer)\n dbase --> dbf2pg\n ... |
[
{
"msg_contents": "After upgrading some of my buildfarm members to the latest version of\nthe buildfarm script both OpenBSD boxes startet to fail the ECPG\nregression tests:\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=emu&dt=2006-09-05%2002:35:02\n\nand\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl... |
[
{
"msg_contents": "Tom Lane wrote on September 04, 2006:\n> \"Albe Laurenz\" <all@adv.magwien.gv.at> writes:\n> \n>> # The backend doesn't need everything that's in LIBS, however\n>> ! LIBS := $(filter-out -lz -lreadline -ledit -ltermcap -lncurses\n-lcurses -lldap_r $(PTHREAD_LIBS), $(LIBS))\n> \n> This seems... |
[
{
"msg_contents": "I noticed when I was working on a patch quite a while back that there are\nno regression tests for large object support. I know, large objects\nare not the most sexy part of the code-base, and I think they tend to be\nignored/forgotten most of the time. Which IMHO is all the more reason\nth... |
[
{
"msg_contents": "Sorry if this gets through more than once, I seem to be having email\ndifficulties...\n\nOn Tue, 5 Sep 2006, Jeremy Drake wrote:\n\n> I noticed when I was working on a patch quite a while back that there are\n> no regression tests for large object support. I know, large objects\n> are not th... |
[
{
"msg_contents": "I recently changed locale in my machine and PostgreSQL build broke.\nThe reason is that Gen_fmgrtab.sh uses [^A-Z] expression to sed\nand the GNU people in their infinite wisdom made that locale-dependant.\n\nAs the script uses the complicated pipeline only for fmgroids.h -> FMGROIDS_H\nconve... |
[
{
"msg_contents": "I have two questions regarding the GUID todo item...\n\n1. Do we want to have a new datatype for that or just a macro like the\nSERIAL type? \n\ncreate table bla\n( \n my_pk GUID /* that is my_pk varchar(32) DEFAULT 'new_guid()' */\n)\n\n2. Didn't we have a contrib module doing the GUID?\n\... |
[
{
"msg_contents": "\nIs int8 a passed-by-value data type on 64-bit platforms? How do we arrange for\nthat to be the case? I don't see any magic in pg_type.h but I'm not sure what\nI'm looking for.\n\nI'm asking because I have another 8-byte data type I want to use and it would\nbe nice to have that same propert... |
[
{
"msg_contents": "\n\n\nIs there anywhere we make use of this code that handles attlen == -2?\n\nIf so I'm curious where because I was thinking of doing something similar and\ndidn't realise we already had this capability. But I suspect it's just dead\ncode left over, possibly from the days before the Name dat... |
[
{
"msg_contents": "\n\nSo I'm thinking again about the problems with fixed length data types not\nhaving typmod available when they would need it. But I'm having trouble\nfinding enough old posts to get a handle on exactly what the problem is.\n\nThis would make a nice test of the new wiki. I would be indebted ... |
[
{
"msg_contents": "> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Hannu Krosing\n> \n> Ühel kenal päeval, T, 2006-08-29 kell 22:12, kirjutas Joshua D. Drake:\n> > >> Auto creations of partitions\n> > \n> > This would be something like:\n> > \n> > create t... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Joshua D. Drake\" <jd@commandprompt.com>\nTo: \"Joshua D. Drake\" <jd@commandprompt.com>; \"Tom Lane\" <tgl@sss.pgh.pa.us>; \"Merlin Moncure\" <mmoncure@gmail.com>; \"Magnus Hagander\" <mha@sollentuna.net>; \"PostgreSQL-development\" <pgsql-hackers@post... |
[
{
"msg_contents": "Chris Browne wrote:\n>>> I also seem to recall, in past discussions about \"library matters,\"\n>>> that AIX is more sticky about requiring that libraries be named\n>>> expressly.\n>>\n>> ecpglib has\n>>\n>> SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq) \\\n>> $(filter -lintl -lssl ... |
[
{
"msg_contents": "Log Message:\n-----------\nFix compiler warnings on 64-bit boxes: difference between\npointers are int64, but warnings are emitted for position info in \nerror messages in parser, so, just cast it to int32\n\nModified Files:\n--------------\n pgsql/contrib/hstore:\n hstore_io.c (r1.... |
[
{
"msg_contents": "Hi,\n\nWarthog has been failing for the last 12 hours or so on contrib/sslinfo\n\nIt seems that readline and termcap should not be linked with.\n\nWhat can I do to help?\n\nAlso, now that beta is approaching, warthog runs his HEAD buikd every 8\nhours. Do we need it more often?\n\nRegards,\n\... |
[
{
"msg_contents": "Sorry to ask this question here...\nHow do I include newly created files in a patch with difforig or patch\nThank you.\n\n",
"msg_date": "Wed, 06 Sep 2006 13:37:51 +0200",
"msg_from": "Gevik Babakhani <pgdev@xs4all.nl>",
"msg_from_op": true,
"msg_subject": "patching question"
... |
[
{
"msg_contents": "It seems ECPG regression tests trigger a bug in OpenBSD libc. Please try\nthe attached test case. I should give ERANGE as error, but on OpenBSD\nerrno is set to 0.\n\nI tried this test case on Linux, where it works, and OpenBSD 3.8 and 4.0\n(that is HEAD). On both these systems it doesn't. No... |
[
{
"msg_contents": "I am not able to get any postgresql.org site.\n\nAny known problems?\n\n-- \nGuido Barosio\n-----------------------\n",
"msg_date": "Wed, 6 Sep 2006 13:11:04 -0300",
"msg_from": "\"Guido Barosio\" <gbarosio@gmail.com>",
"msg_from_op": true,
"msg_subject": "site down?"
},
{... |
[
{
"msg_contents": "Greetings,\n\n* Tom Lane (tgl@sss.pgh.pa.us) wrote:\n> Does anyone have examples of real user-defined types that would need two\n> fields? If not it may not be worth spending time on.\n\nGuess I'm jumping in a little late on this, but when reading the threads\nlinked to from the TODO items o... |
[
{
"msg_contents": "I would like to know if anyone is working on the GUID datatype.\nIf not, I am going to work on it. Please let me know.\n\nRegards,\nGevik.\n\n",
"msg_date": "Wed, 06 Sep 2006 19:49:09 +0200",
"msg_from": "Gevik Babakhani <pgdev@xs4all.nl>",
"msg_from_op": true,
"msg_subject": ... |
[
{
"msg_contents": "Any chance for a DB Client accessible list of allowable time zones? I've \nbeen told that the only way to get at this list is by looking through \nthe source and lifting the list from zone.tab.\n\nWhile I'm at it, how about an accessible list of country codes? I know \nthat it's not core db f... |
[
{
"msg_contents": "I happened to notice that the recently added code to log Bind-message\nparameters was printing garbage into my log. On investigation it turned\nout to be trying to print an already-pfree'd string. That's fixable,\nbut having looked at the code closely, I see a bunch of other stuff I'm\nnot ... |
[
{
"msg_contents": "\nI have added a modified version of this to the SGML documentation,\nunder data types.\n\n---------------------------------------------------------------------------\n\nbruce wrote:\n> Here is an new XML section for our SGML documentation. It explains the\n> various XML capabilities, if we ... |
[
{
"msg_contents": "Folks,\n\nI'm not getting bug reports for 8.2 from inside Sun. However, I'm not sure \nhow I can determine from the source what build day a particular snapshot \ninstance is from -- sometimes these files get copied around a bit before \nbeing built. Is there a file somewhere that would carr... |
[
{
"msg_contents": "Hi!..\n\nI noticed that the age of template0 is increasing very rapidly..Can you\nplease let me know how we can control this ....and what causes such\nproblems.\n\nWe also noticed that the database slow downs heavily at a particular\ntime..Can you suggest any tools which will help in diagnos... |
[
{
"msg_contents": "I realize this isn't the forum for this, but it's the closest thing \nto it.\n\nIn order to move to pgfoundry I need the CVS repository. I can get it \nmyself if I can login to gborg, or can someone tar it up and put it \nsomewhere ?\n\nDave\n",
"msg_date": "Thu, 7 Sep 2006 07:47:38 -0... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Dave Cramer\" <pg@fastcrypt.com>\nTo: \"PostgreSQL-development\" <pgsql-hackers@postgresql.org>\nSent: 07/09/06 12:48\nSubject: [HACKERS] getting access to gborg, specifically the jdbc CVS files\n\n> In order to move to pgfoundry I need the CVS reposito... |
[
{
"msg_contents": "Tom Lane wrote:\n>> I have realized that my modifications in configure.in and\n>> src/interfaces/libpq/Makefile to link libpq against\n>> OpenLDAP are buggy.\n>>\n>> Here is a proposed patch to fix it.\n\n[...]\n\n>> # The backend doesn't need everything that's in LIBS, however\n>> ! LIBS :... |
[
{
"msg_contents": "AFAICS, there is absolutely no difference anymore between turning\nlog_duration ON and setting log_min_duration_statement to zero.\nISTM that having the two redundant GUC settings is just confusing,\nand we should remove log_duration to simplify things.\n\n\t\t\tregards, tom lane\n",
"msg... |
[
{
"msg_contents": "\nAs many of you know I've been contemplating the implementation\nof Domains and subtypes.\n\nDISCLAIMER: This is a proposal only. The actual work needs to\nbe picked up by someone in a better place to work on the code\nthan I am. For various reasons, I can only be an active reference \nan... |
[
{
"msg_contents": "It is about time to run pgindent before we enter beta testing. Is this\nweekend good for everyone?\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Thu, 7 Sep 2006 ... |
[
{
"msg_contents": "I have started working on release notes for 8.2. I should have a draft\nlist by Saturday.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Thu, 7 Sep 2006 20:26:02 ... |
[
{
"msg_contents": "I see that the buildfarm script seems to be running ecpg-check pretty\nearly in the sequence. Considering that the ecpg tests are still far\nfrom stable, this seems to be taking away the opportunity to learn as\nmuch as we can from a buildfarm run. Could we run the ecpg tests last?\n\nAn ev... |
[
{
"msg_contents": "hai...\n\n I have installed postgresql from sourcecode.I would like to know\nhow pages are replaced in the bufferpool when we join two relations.I \ntried to trace it by editing files \npgsql/src/backend/storage/buffer/(bufmgr.c,freelist.c).But i feel still I\nam missing some informat... |
[
{
"msg_contents": "One of the new ecpg tests for comments fails to compile the resulting .c\nfile, because my vendor C compiler doesn't like '//' style comments,\nwhen running in C mode.\n\nSpecifically its line 12 of comment.pgc:\n// we also understand this style\n\nIt seems like ecpg should translate the comm... |
[
{
"msg_contents": "Hi all,\n\nI'm running PostgreSQL v 8.1.4 and found a query that returns tuples\nthat does not satisfy the WHERE clause, the query is:\n\nselect * into errores_20071 from (\n select r.id, r.trayectoria_id, r.grupo_id, regacd.insc_registra_grupo(trayectoria_id, grupo_id, true, false, true) a... |
[
{
"msg_contents": "Folks,\n\nI would like to submit the following proposal regarding the\nimplementation of the GUID datatype. Based on the findings, thoughts and\nthe discussion we have had in the past, I am going to propose the\nfollowing:\n\n1) Datatype name would be \"uuid\" or \"guid\".\nexample: create ta... |
[
{
"msg_contents": "I have a system by which I store complex data in PostgreSQL as an XML\nstring. I have a simple function that can return a single value.\n\nI would like to return sets and sets of rows from the data. This is not a\nhuge problem, as I've written a few of these functions. The question I'd\nlike ... |
[
{
"msg_contents": "I tried to build postgresql from src using vc++ 2005 but was not able to go far before hitting errors related to inline function in the \"wchar.c\" file.\n\nThe source file I downloaded is \"postgresql-8.1.4.tar.gz\". I tried to build it by runing \"nmake -f win32.mak\" in the \"src\" direc... |
[
{
"msg_contents": "\nShould have sent this out last night, apologies ... in order to move our \nservers to a new rack (so that we can add more servers), the servers are \ngoing down this afternoon for a couple of hours.\n\nWill post as soon as they are back up again ...\n\n\n\n----\nMarc G. Fournier H... |
[
{
"msg_contents": "I know I promised the release notes for today/Saturday, but a few other\nthings have taken my time. I will have a draft posted by\nMonday/Tuesday. Sorry.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can... |
[
{
"msg_contents": "[ just when you thought it was safe to go back in the water ... ]\n\n\"Zeugswetter Andreas DCP SD\" <ZeugswetterA@spardat.at> writes:\n>> But maybe we should just stick with @> and <@ as per the ltree precedent,\n>> and not worry about leaving room for strict inclusion tests.\n\n> +1\n\nOK, n... |
[
{
"msg_contents": "\nAll the servers have been moved, and everything *appears* to have come up \nfine from what I can tell ...\n\nIf anyone notices any problems, please let me know ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail . scrappy@hub.org ... |
[
{
"msg_contents": "Hi everybody,\n\nFirst of all i'de like to apolagize cause my poor english. After this, i shuould say that i beleavee a year ago i brought this problem to the community but i donn't remember some answering about it. The problem is:\n\nEvery time a users misses a external refrenced key the PGS... |
[
{
"msg_contents": "Awhile back, someone went around and made sure that all the contrib\nmodules had uninstall scripts, but most of the new contributions since\nthen don't have 'em:\n\tadminpack hstore pg_freespacemap pgrowlocks sslinfo\nall seem to need one. Also, I tested a few of the existing uninstall\nscri... |
[
{
"msg_contents": "> > ... Tom, were you able to apply the patch without problems\n> > ('cause this is one of the first times I post a patch in a mailing \n>list.)\n>\n>Um, no, doesn't work at all unfortunately:\n>\n>$ patch --dry <~/ean.patch\n>patching file isn.c\n>patch: **** malformed patch at line 6: enum ... |
[
{
"msg_contents": "Log Message:\n-----------\nInstall a cleaner solution to the AIX libpq linking problem, as per\nan earlier discussion. Centralize assumptions about what libpq depends\non in one place in Makefile.global. I am unconvinced that this list\nis complete, but since ecpg seems to have gotten along... |
[
{
"msg_contents": "Log Message:\n-----------\nBack out patch added during 8.2.X development:\n\n\tAllow to_char() \"D\" format specifiers for interval/time.\n\nIt doesn't work, and I doubt it is useful enough to fix (\"D\" = day of\nweek).\n\nModified Files:\n--------------\n pgsql/src/backend/utils/adt:\n ... |
[
{
"msg_contents": "The uninstall scripts for dblink and ltree were missing some\nfunctions.\n\n-- \nMichael Fuhr",
"msg_date": "Sun, 10 Sep 2006 17:37:03 -0600",
"msg_from": "Michael Fuhr <mike@fuhr.org>",
"msg_from_op": true,
"msg_subject": "contrib uninstall script fixes"
},
{
"msg_con... |
[
{
"msg_contents": "contrib/xml2 currently has PG_MODULE_MAGIC in xslt_proc.c, which\nresults in a runtime error on systems that built the module without\nsupport for libxslt per the comments in the Makefile. Should\nPG_MODULE_MAGIC be in xpath.c instead?\n\n-- \nMichael Fuhr\n",
"msg_date": "Sun, 10 Sep 20... |
[
{
"msg_contents": "I see this in the CVS commits for 8.2. Did we determine the proper\nnumber of lock partitions? Should it be based on the number of buffers\nor concurrent sessions allowed?\n\n Divide the lock manager's shared state into 'partitions', so as to\n reduce contention for the former single LockMg... |
[
{
"msg_contents": ">> Here is a new patch that replaces the previous one; it adds two\n>> macros LDAP_LIBS_FE and LDAP_LIBS_BE for frontend and backend,\n>> respectively.\n> \n>> I did not only add them to the Makefile for interfaces/libpq,\n>> but also everywhere something is linked against libpq in case\n>> s... |
[
{
"msg_contents": "I am a little stuck of a question.\n\nIn fmgr.c:1698, function \"InputFunctionCall\" at line 1718\n\n/* Should get null result if and only if str is NULL */\nif (str == NULL)\n{\n ....\n ....\n\nWhat are we testing to be NULL here?\nDo we expect str to changed at line 1715 \n( result = Funct... |
[
{
"msg_contents": "Hello,\n\nI'm trying to put the cassowary buildfarm member back to work (it's\nbeen inactive\nfor almost a month because i've moved to another project and switched\nthe machine).\n\nThe run_build script has trouble with sending the test results. The error is :\n\nStatus Line: 491 bad ts param... |
[
{
"msg_contents": "Tom Lane wrote:\n>> Here is a new patch that replaces the previous one; it adds two\n>> macros LDAP_LIBS_FE and LDAP_LIBS_BE for frontend and backend,\n>> respectively.\n> \n>> I did not only add them to the Makefile for interfaces/libpq,\n>> but also everywhere something is linked against li... |
[
{
"msg_contents": "I intend to play with some optimizer aspects. Just for fun. I'm a\nnovice in the DBMS development so I can not promise any available\nresults but if it can be useful even as yet another failed attempt I\nwill try.\n\nThat's what I want to do:\n1. Replace not very useful indexCorrelation with ... |
[
{
"msg_contents": "\nI don't know if this changes the calculus but apparently we've already decided\nto go down the route of having Emacs local variables attached to every file in\nthe source directory. We have things like this there:\n\n<!-- Keep this comment at the end of the file\nLocal variables:\nmode: sgm... |
[
{
"msg_contents": "\nLately there have been some buildfarm registrations for \"Debian \ntesting/unstable\" or similarly described machines. I have kicked back \nagainst these, as the description seems to me to be far too open ended. \nLikewise, I also have difficulty with Gentoo because a version there \nseems ... |
[
{
"msg_contents": "Tom Lane wrote:\n>> It builds fine on AIX 5.3 as long as you tell it to link with\n>> libpq.so. Static builds against libpq.a will fail.\n> \n> Hm. We have been assuming that AIX's problem is that dynamic\nlibraries\n> don't remember their dependencies properly, but maybe the real issue\nis\... |
[
{
"msg_contents": "Hi!\n\nI'm about to do some benchmarking on -HEAD one some hardware I have\navailable and it seems I'm hitting a rather weird issue causing the osdl\ndbt3 benchmark to run very slow and eating CPU time for hours ...\n\nit seems that the issue is caused by the following query:\n(in case it get... |
[
{
"msg_contents": "Why in the world is set_pglocale_pgservice() located in src/port/path.c?\n\nI was just trying to find out why ecpg is failing on the Darwin\nbuildfarm members since I modified the arrangements for pulling in extra\nlibraries for AIX. The answer is that ecpglib needs path.c for\nlast_dir_sepa... |
[
{
"msg_contents": "While I'm sitting here in New Jersey in a room with Bruce Momjian (aka\nRock Star), I figured now would be a good time to announce my new\nemployment. I'll be doing sales support/engineering from Austin.\n--\nJim Nasby jim@nasby.net\nEnterpriseDB http://enterprisedb.com\n",
"msg_... |
[
{
"msg_contents": "For those who don't read all the threads, I'll repeat it here. I've put \nup a wiki page working out the mysterious \"XML support\":\n\nhttp://developer.postgresql.org/index.php/XML_Support\n\nThis is pretty much my talk from the conference.\n\nThe short status is that we have quite a bit of... |
[
{
"msg_contents": "Congrats Jim!\n\n- Luke\n\nMsg is shrt cuz m on ma treo\n\n -----Original Message-----\nFrom: \tJim C. Nasby [mailto:jim@nasby.net]\nSent:\tMonday, September 11, 2006 02:12 PM Eastern Standard Time\nTo:\tpgsql-hackers@postgresql.org\nSubject:\t[HACKERS] New job\n\nWhile I'm sitting here in Ne... |
[
{
"msg_contents": "I have just realized that the recent patches in pgbench have altered its\nbehavior in a way that destroys reproducibility of results --- I'm\nseeing reported TPS numbers about twice what they were before that.\nI'd love to say we did something in the past month that made the backend\n2X faste... |
[
{
"msg_contents": "Kevin Brown wrote:\n>>> Let me expand a little on some of the peculiarities of\n>>> shared libraries on AIX:\n>> \n>>> - A normal AIX shared library is called libXX.a\n>>> It is an 'ar' archive that contains the shared object(s).\n>> \n>> Ah, so the problem really boils down to funny naming... |
[
{
"msg_contents": "Hi,\n\nWhat's the status of the bitmap index patch? Have you worked on it since \nthe last posted patch \n(http://archives.postgresql.org/pgsql-patches/2006-08/msg00003.php)?\n\nI've started to review it, to get it into CVS early in the 8.3 cycle. I \njust want to make sure that I'm working o... |
[
{
"msg_contents": "Tom Lane wrote:\n>> In our case, we have libpq.a and libpq.so in the same directory,\n>> so unless you link with -brtl you will get a static link\n>> (because libpq.a is a static library).\n> \n> I wonder whether we ought to suppress building (or at least\ninstalling)\n> our .a libraries at a... |
[
{
"msg_contents": "At risk of being chastised for reviving old issues, I was wondering, \nwhat are the chances were of getting the dump / restore selectivity into \n8.2 ? I am referring to the idea that, instead of the current 2 parts, a \ndump could be broken up into 3 parts, namely tables, data and everything... |
[
{
"msg_contents": "It has bothered me for some time that we have currentItemData and \ncurrentMarkData fields in IndexScanDescData, while it's really indexam's \nprivate data. They should be in the indexam opaque structure.\n\nAt the moment, they're used in gist and hash access methods, and they're \nnot used i... |
[
{
"msg_contents": "Tom Lane wrote:\n>> The natural way in AIX would be:\n>> - Create libpq.so\n>> - Create libpq.a by 'rm -f libpq.a; ar -rc libpq.a libpq.so'\n>> - Install only libpq.a\n> \n> Hm. This seems possible with some moderate hacking on Makefile.shlib\n> (certainly it'd be no more invasive than the e... |
[
{
"msg_contents": "I again will not be able to complete the release notes today as\npromised. My next target date is Monday, August 18. Sorry.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"ms... |
[
{
"msg_contents": "Folks,\n\nDuring past days I have been coding the UUID datatype which has been fun\nand great learning curve for me. Here is the current progress:\n\n- basic i/o functions are done.\n- various records for pg_class,pg_operator,pg_amop etc, are added\n- the additions pass the regression check :... |
[
{
"msg_contents": "Patch adds GIN documentation and slightly improves GiST docs.\n\nSomebody of native English speakers, pls, check the text... Thank you.",
"msg_date": "Wed, 13 Sep 2006 14:24:40 +0400",
"msg_from": "Teodor Sigaev <teodor@sigaev.ru>",
"msg_from_op": true,
"msg_subject": "GIN doc... |
[
{
"msg_contents": "Tom,\n\nI'm currently resyncing my parser with the changes you made to\nprepared statement logging. Everything is OK apart from an\ninconsistency between log_duration and log_min_duration_statement.\n\n* With log_duration, we have:\nprotocol : LOG: statement: execute my_query: SELECT * FROM ... |
[
{
"msg_contents": "> Tom Lane wrote:\n> > Is it\n> > possible that the rules have changed across AIX versions, \n> > and that the code in there now is needful for older versions?\n> \n> I don't think that this behaviour has changed. I remember it from\n> AIX 4.3.2.\n> \nAIX 4.3 is the first version to support t... |
[
{
"msg_contents": "The patch did not work for me :-(\n\nMy buildfarm members failed in local testing to execute the\ninstall-check, because initdb failed to find libpq.so.\n\nMake check did succeed, so I think there is a possibility of getting it\nworking, but it won't be as simple as adding -brtl to the templa... |
[
{
"msg_contents": "> The patch did not work for me :-(\n> \n> My buildfarm members failed in local testing to execute the\n> install-check, because initdb failed to find libpq.so.\n> \n> Make check did succeed, so I think there is a possibility of \n> getting it\n> working, but it won't be as simple as adding -... |
[
{
"msg_contents": "FYI, in going through the release notes, I would like to remind\ncommitters that it is important to mention if the commit was backpatched\nto any earlier release. Not only is this valuable for making the\nrelease notes, but it also helps people looking at the commit message.\n\n-- \n Bruce ... |
[
{
"msg_contents": "Tom,\n\nThanks for the update on the roadmap. I have a couple of questions:\n\n1. Is the invalidation of stored plans going to be part of 8.2? If not,\nany idea when it would be available? I'd be willing to work on this, if\nit would help.\n\n2. Is there any plan for the other part of my p... |
[
{
"msg_contents": "\n\n\"Marshall, Steve\" <smarshall@wsi.com> writes:\n> 1. Is the invalidation of stored plans going to be part of 8.2? If \n> not, any idea when it would be available? I'd be willing to work on \n> this, if it would help.\n\nNo, it did not get done; feel free to work on it for 8.3.\n\n[stev... |
[
{
"msg_contents": "I see a number of non-ASCII characters in the names of patch submitters\nin the CVS logs. Does anyone know a good way to have all these get the\nsame encoding in the CVS commit logs? I am thinking that is impossible\nbecause we can't attach the email encoding to the commit message.\n\n-- \n... |
[
{
"msg_contents": " \n\nBut forcing a reload of pltcl.so is nothing but a kluge --- it leaks\nmemory like there's no tomorrow, and it's only an accident that it fails\nto crash. I don't want to design a further kluge on top of it.\n\nAre you saying that pltcl.so leaks memory in general, or that forcing a\nrelo... |
[
{
"msg_contents": "There are several entries on the 8.2 open-items list that I think can be\nremoved:\n\n\tFix backward array comparison - subset\n\nDone (this was redundant with the containment-operator item)\n\n\tStore only active XIDs in subtransaction cache\n\nPer my note just now, this probably should wait... |
[
{
"msg_contents": "In production today (8.1.4), I ran into a backend process that \nwouldn't cancel right away -- minutes went by.\n\nIt was in\n\n[0] TransactionIdIsCurrentTransactionId\n[1] HeapTupleSatisfiesSnapshot\n...\n\nBut the interesting thing is that there were 4.6 million elements in \nthe s->child... |
[
{
"msg_contents": "Here is an early draft of the release notes. It needs more polish and\nreview:\n\n\thttp://momjian.us/cgi-bin/pgrelease\n\nI will catch up on my email tomorrow, update the open items list for\n8.2, and then return to the release notes for cleanup.\n\n-- \n Bruce Momjian bruce@momjian.us\n... |
[
{
"msg_contents": "Tom Lane wrote:\n>>> I think there's a reasonable argument that by installing\n>>> a .a file that isn't a shared library, we are violating\n>>> the platform's conventions.\n> \n> Hm. This seems possible with some moderate hacking on Makefile.shlib\n> (certainly it'd be no more invasive than ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.