threads
listlengths
1
2.99k
[ { "msg_contents": "Hello\n\nI created new project on pgfoundry. It's wrapper of integrated\nfulltext and it's binary compatible with TSearch2 API.\n\n* it works, (I am able load 82 dump without changes)\n* it is ugly :( . I expected, so this wrapper can be more elegant, but\nnot. I had to create full dual inter...
[ { "msg_contents": "\nHi All, \n\nThe ls and rls commands are used to list files and directories in the repository, but we should be logged in to the repository for getting the listing of the same.\n\nI use the command \"cvs login\" to connect to the repository but instead of connecting to the local repository i...
[ { "msg_contents": "Is this the regular behavior on DBLink?\n\nrot=> SELECT user, current_database();\n current_user | current_database\n--------------+------------------\n sa_rot | rot\n(1 registro)\n\nrot=> SELECT *\nrot-> FROM dblink('dbname=escola',\nrot(> 'SELECT user, current_database()')\nrot-> AS (...
[ { "msg_contents": "\nI think we should go ahead and kill the old 'n'/' ' api for heaptuple.c. The\ncode duplication here is really annoying and it makes it confusing for\ndevelopers trying to read or write code where they have to keep straight which\ninterface they're using.\n\nWhat I think we should do is just...
[ { "msg_contents": "I'm getting annoyed by glimpse hits on the old code when I'm looking\nfor bits of tsearch code... Is there any reason to keep the current\ncontents of contrib/tsearch2 any longer? It'll all still be obtainable\nfrom CVS, of course, but it doesn't seem like it has any more purpose\nin HEAD.\...
[ { "msg_contents": "regression=# SELECT 'a very fat cat sat:4 on:5 a:6 mat:7'::tsvector;\n tsvector \n-----------------------------------------------\n 'a' 'on':5 'cat' 'fat' 'mat':7 'sat':4 'very'\n(1 row)\n\nregression=# SELECT 'a very fat cat sat:4 on:5 a:6 mat:7'::tsvecto...
[ { "msg_contents": "Tom,\n\nThat is great. I am looking forward to your patch. After the\nissues that you needed to address, I think that it would be\nreasonable to add a few more user settings for the hash index.\nFill-factor is too course a knob. The others that I have been\nconsidering are:\n\nmaxtuples - Not...
[ { "msg_contents": "While working on the documentation it's finally sunk into me what\nts_rewrite is all about, and I'm not very happy. The simple\nthree-argument form is fine, it's basically a tsquery-specific\nversion of replace():\n\nregression=# select ts_rewrite('a & b'::tsquery, 'a'::tsquery, 'foo|bar'::t...
[ { "msg_contents": "Hmm ... playing a bit more with the example I was just on about:\n\nregression=# create table ts_subst(target tsquery, subst tsquery);\nCREATE TABLE\nregression=# insert into ts_subst values('a', 'foo|bar');\nINSERT 0 1\nregression=# insert into ts_subst values('bar', 'baz');\nINSERT 0 1\nreg...
[ { "msg_contents": "Folks,\n\nI'm writing up the new GUCs, and noticed that max_prepared_transactions \ndefaults to 5. This is too many for most applications (which don't use them \nat all) and far too few for applications which use them regularly. \n\nIt seems like we should either set the value to 0, or to s...
[ { "msg_contents": "Hello\n\nthis function can help with array's iteration.\n\ncreate function generate_iterator(anyarray)\nreturns setof integer\nas $$\nselect i\n from generate_series(array_lower($1,1),\n array_upper($1,1)) g(i)\n$$ language sql;\n\n-- multidimensional\nc...
[ { "msg_contents": "> > I'm writing up the new GUCs, and noticed that max_prepared_transactions \n> > defaults to 5. This is too many for most applications (which don't use them \n> > at all) and far too few for applications which use them regularly. \n> \n> I think the intention was to have enough so you coul...
[ { "msg_contents": "Hello. I am trying to upgrade from PostgreSQL 8.0.3 to PostgreSQL\n8.1.10. I'm on WindowsXP and I'm compiling with Visual C++ 6.0.\n\n \n\nI have a very simple routine that works fine with the 8.0.3 version:\n\n \n\nint easy_connect()\n\n{\n\nexec sql connect to my_db as my_cnxtn;\n\nprintf...
[ { "msg_contents": "> > Can' we make the default 0, which is what the majority should want, and have the regression test explicitly set it up on the commandline?\n> \n> No. It's a postmaster-start-time-only option, which means that your\n> proposal breaks \"make installcheck\".\n\nBummer. There are lots of ways...
[ { "msg_contents": "Is it intentional that dblink's unnamed connections don't get re-used?\n\nstats=# select datname, usename from pg_stat_activity;\ndatname | usename\n---------+---------\nstats | decibel\n(1 row)\n\nstats=# select dblink_connect('dbname=stats');\ndblink_connect\n----------------\nOK\n(1 row)...
[ { "msg_contents": "Further to the thread\n\n Re: Send email from PostgreSQL, may I ?\n\n * From: Devrim GUNDUZ <devrim ( at ) commandprompt ( dot ) com>\n * To: Gerson Machado <gersonamach ( at ) yahoo ( dot ) com ( dot ) br>\n * Subject: Re: Send email from PostgreSQL, may I ?\n * Date: Fri, 27 ...
[ { "msg_contents": "db=# alter table isi.items_stat drop constraint items_stat_item_id_fkey;\nERROR: \"items_pkey\" is an index\n\nThe foreign key points to items.Item_id which is what's indexed by items_pkey. But I only wanted to drop that constraint.\n\n/Magnus \n", "msg_date": "Thu, 18 Oct 2007 16:26:27 ...
[ { "msg_contents": "Hi there,\n\nIs it possible to write a dynamic loaded C function as an UDP or TCP server?\n\nWhat we want to do it is:\nAdd a search function which send a UDP package to remote UDP server\nand then listen to an UDP port, waiting for the result.\nIdeally, we don't close the UDP server after th...
[ { "msg_contents": "On Thu, 18 Oct 2007 10:55:19 -0400\n\"Billow Gao\" <billowgy@gmail.com> wrote:\n> Is it possible to write a dynamic loaded C function as an UDP or TCP\nserver?\n>\n> What we want to do it is:\n> Add a search function which send a UDP package to remote UDP server\n> and then listen to an UDP p...
[ { "msg_contents": "Log Message:\n-----------\nConsistently indent release notes for prior releases.\n\nModified Files:\n--------------\n pgsql/doc/src/sgml:\n release.sgml (r1.526 -> r1.527)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.526&r2=1.527)\n", ...
[ { "msg_contents": "Hellow,\nI continue to have problems using the debugger, can not achieve any\nbreakpoint that is outside the postmaster.c? Can anyone give me any hint?\nWhere do I mark a breakpoint so that I can follow the creation of an index\nto file index.c for example?\nThank,\n-- \nPedro Belmino.\n-----...
[ { "msg_contents": "Hellow,\nI continue to have problems using the debugger, can not achieve any\nbreakpoint that is outside the postmaster.c? Can anyone give me any hint?\nWhere do I mark a breakpoint so that I can follow the creation of an index\nto file index.c for example?\nThank,\n\n-- \nPedro Belmino.\n---...
[ { "msg_contents": "> >> Hmm, which locale do you use and what breakage do you see?\n> \n> > Swedish_Sweden.1252. Diffs attached. The reason is that in swedish sort\n> > order, \"w\" and \"v\" are considered equal.\n> \n> If that's all, I see no objection to adding a select_1.out expected\n> file that matches yo...
[ { "msg_contents": "I know I haven't been very active for a while here, but I just got to \ntesting the October 3 version a bit prior to getting back to the Java \nGSS client stuff I promised. There seem to be some funny things there.\n\nThe only serious issue is that the server doesn't require the realm \nn...
[ { "msg_contents": "> Ühel kenal päeval, R, 2007-10-19 kell 15:29, kirjutas Magnus Hagander:\n> > On Thu, Oct 18, 2007 at 10:48:02AM -0400, Tom Lane wrote:\n> > > \"Magnus Hagander\" <magnus@hagander.net> writes:\n> > > > db=# alter table isi.items_stat drop constraint items_stat_item_id_fkey;\n> > > > ERROR: \...
[ { "msg_contents": "regression=# SELECT plainto_tsquery('the any'); \nNOTICE: query contains only stopword(s) or doesn't contain lexeme(s), ignored\n plainto_tsquery \n-----------------\n \n(1 row)\n\nregression=# select ''::tsquery;\nNOTICE: tsearch query doesn't contain lexeme(s): \"\"\n tsquery \n---------\...
[ { "msg_contents": "Those who have been with the community from long ago might remember\ndiscussion about implementing a undo log. The big advantage of this is\nthat it allows UPDATE to _replace_ rows and limits the amount of cleanup\nrequired for UPDATEs.\n\nI am hoping that with HOT we will no longer have any...
[ { "msg_contents": "We have had very few beta1 issues. I am thinking we should release\nbeta2 next week and perhaps accelerate beta and consider a final release\nin November rather than December. Because of the length of our feature\nfreeze it is possible we are not going to have as many beta bugs.\n\n-- \n B...
[ { "msg_contents": "Many community members were disappointed that feature freeze took so\nlong, but based on the number of features added to 8.3 our feature\nfreeze duration was similar to previous releases.\n\nI think our only big mistake was setting expectation that this would be\na short feature freeze. We c...
[ { "msg_contents": "If I am reading the state machine in wparser_def.c correctly, the\nthree classifications of words that the default parser knows are\n\nlword\t\tComposed entirely of ASCII letters\nnlword\t\tComposed entirely of non-ASCII letters\n\t\t(where \"letter\" is defined by iswalpha())\nword\t\tEntire...
[ { "msg_contents": "I hadn't realized till just now that ts_debug()'s output is not\ncompatible with the way the function was defined in 8.2 contrib.\nBut since apparently backwards-compatibility is not a controlling\nfactor here, I have a couple suggestions:\n\n* It seems like a bad idea to merge the controllin...
[ { "msg_contents": "\nThis change in pgbench.c:\n\n revision 1.71\n date: 2007-08-25 10:21:14 +0100; author: ishii; state: Exp; lines: +7 -2;\n The upper limit for -c option of pgbench is now obtained from\n (FD_SETSIZE - 10) rather than a hardwired number.\n\nTurns out to be, perhaps, ill-advised on Wind...
[ { "msg_contents": "Hi all,\n\nI'm working for a brazillian company developing and maintaining a ERP sw\nthat uses PostgreSQL as it main OLTP database system. We're just to start\nthe migration to IBM DB2 because of many performance issues.\n\nI searched the solution for these performance problems, and can't fin...
[ { "msg_contents": "\n> 2) The constraint doesn't exist on the master, only the slave, so I don't \n> beleive EXECUTE SCRIPT will work, no?\n\nNo, it does not work. I've tried.\n\n\n// John\n\n_________________________________________________________ \n \nJohn Parnefjord\nSamordnare UBIT Utveckling / Coordinator...
[ { "msg_contents": "Hello,\n\nI've installed on a windows xp machine beta 1 of postgresql 8.3 and pgadmin III 1.8.\nI've loaded a backup of a database from a 8.2.5 machine, for testing purpose, and tried\nthe new functionality of plpgsql debug of functions.\n\nBut I was disappointed to see that does not work.\nI...
[ { "msg_contents": "Dave, \n\nthe problem isn't with a particular function. Debug does not work with every function I try, even with the simplest one, always with the same behaviour I've previously explained. \nI repeat, my postgresql server is an 8.3 beta 1 installed on the same machine where pgadmin III 1.8 is...
[ { "msg_contents": "I've requested this before without response, but I'm asking again\nbecause it just caused me pain again: could we get a TODO added to\nhave the planner recognize equivalent IN and EXISTS constructs and\nhave them compete on cost estimates? I know it's not a trivial\nimprovement, but if it's ...
[ { "msg_contents": "----- Original Message ----- \nFrom: \"Roberto Icardi\" <roberto_icardi@hotmail.com>\nTo: \"Dave Page\" <dpage@postgresql.org>\nSent: Monday, October 22, 2007 5:31 PM\nSubject: Re: [HACKERS] pgadmin debug on windows\n\n\n>> When you attempt to debug it, do you see the parameter dialogue befor...
[ { "msg_contents": "Hello,\nI have a problem. Because some changes I made in the implementation of the\ncreation of indexes at the time that I try to insert an index is the\nfollowing error:\n\"bogus pg_index tuple\"\nWhat can be happening?\nThank,\n-- \nPedro Belmino.\n------------------------------------------...
[ { "msg_contents": "Hello, \n\n \n\nYes, I've searched though the archives and can't seem to find the answer I'm looking for. \n\n \n\nI would like to modify the PostgreSQL Setup Wizard to only display certain options. Only provide the user with one option as oppose to a number. i.e. Driver: ODBC. \n\n \n\nWhich...
[ { "msg_contents": "For planning purposes, I think its always a good idea to lay down some\ndates for the next lot of development milestones. These can be\nprovisional, until declared solid later.\n\nSo: When is the next Feature Freeze? \n\nIs it March 31? If not, when?\n\nI know the answer is \"too early to tel...
[ { "msg_contents": "Hi,\ni am new in this, and i need help with catalog system of postgresql, i need know\nhow are the relationship between the tables of the system catalog, and how work\neach table, if anybody know about this please, answer me.\n\nthank all of you.\n\n------------------------------------------...
[ { "msg_contents": "I find a number of places coded like this:\n\nstatic TParserStateActionItem actionTPS_InHyphenLatWordFirst[] = {\n\t{p_isEOF, 0, A_POP, TPS_Null, 0, NULL},\n\t{p_islatin, 0, A_NEXT, TPS_InHyphenLatWord, 0, NULL},\n\t{p_isnonlatin, 0, A_NEXT, TPS_InHyphenUWord, 0, NULL},\n\t{p_isdigit, 0, A_NE...
[ { "msg_contents": "This does not seem right:\n\nregression=# select alias,description,token from ts_debug('foo-8.3beta');\n alias | description | token \n-----------------+-------------------------------------+---------\n numhword | Hyphenated word, letters and digits ...
[ { "msg_contents": "Machine: Sun Microsystems Ultra 5 (SPARC IIi).\n\nOS: FreeBSD 6.2/SPARC64\n\nCompiler: gcc v.3.4.6\n\nPostgreSQL 8.3 Beta builds on my system with no trouble.\n\n\nMatthew Alton\n\nMachine: Sun Microsystems Ultra 5 (SPARC IIi).OS: FreeBSD 6.2/SPARC64Compiler: gcc v.3.4.6PostgreSQL 8.3 Beta bu...
[ { "msg_contents": "VACUUM in 8.3dev always makes all pages dirty even if there are no jobs.\nIn 8.2.5, VACUUM produces no dirty pages in the same workload. Therefore,\nVACUUM on 8.3 takes longer time than 8.2. I doubt some bugs in the\nHOT-related codes here, but I cannot point out the actual position yet...\n\...
[ { "msg_contents": "I construct a postmaster.pid file and then set the pid to be one of existing \nprocess id(not postgres, e.g vim), then I run postgres. This may happen if \npostgres crashed last time and left a postmaster.pid file, and last postgres \nid is reused by another process which is not postgres now....
[ { "msg_contents": "\n> The main problem with using Git on a much larger scale is that there's \n> still limited ability to use it on Win32. Google is working on that: \n> http://code.google.com/p/msysgit/ but it's not quite there yet; there's \n> also a partial MinGW port.\n\nIIRC the official word from the gi...
[ { "msg_contents": "Hi,\n\nIf i do update and delete operations on a row pointed by cursor's current\nthen only first operation succeeds, second operation fails.\nEx.\nDROP TABLE IF EXISTS tab;\ncreate table tab (num int,num2 int );\ninsert into tab values(1,100);\ninsert into tab values(2,200);\ninsert into tab...
[ { "msg_contents": "Hi,\n\nIs initdb supposed to pick up reasonable TS configurations in general?\n\nIf so, it's failing for me:\n\ninitdb: could not find suitable text search configuration for locale fr_CA.UTF-8\nThe default text search configuration will be set to \"simple\".\n\nIt fails for es_CL as well.\n\n...
[ { "msg_contents": "I looked into the problem reported by Jakub Ouhrabka here:\nhttp://archives.postgresql.org/pgsql-bugs/2007-10/msg00173.php\nThere are a couple of things happening in his example. One is a\ngarden-variety oversight in make_outerjoininfo: it omitted to test\nwhether an upper LEFT JOIN's join-c...
[ { "msg_contents": "If a cursor is declared using \"Order by\" then it gives following error\nduring updation of the cursor:\nERROR: cursor \"c\" is not a simply updatable scan of table \"test\"\nEx:\nDROP TABLE IF EXISTS test;\ncreate table test (num int,num2 int );\ninsert into test values(1,100);\ninsert int...
[ { "msg_contents": "Hi everybody,\n\nI'm looking for using zlib function directly in the database :\n\nExample : a function \"zipit\" that would take a bytea as argument and\nreturns a compressed bytea\nand an \"unzipit\" that would take a compressed bytea as argument and\nreturns a uncompressed bytea\n\nI'm sur...
[ { "msg_contents": "Is there any reason to have both these macros? By my opinion \nMaxHeapTuplesPerPage is more accurate and it should replace all \nMaxOffsetNumber occurrence.\n\n\tAny comments?\n\n\t\tZdenek\n\nhttp://doxygen.postgresql.org/htup_8h.html#c8829334a53a69e12b070bf09b7b7ab7\nhttp://doxygen.postgres...
[ { "msg_contents": "Hi,\n\nI noticed that the default parser does not recognize Windows-style\nfilenames:\n\nalvherre=# SELECT alias, description, token FROM ts_debug(e'c:\\\\archivos');\n alias | description | token \n-----------+-----------------+----------\n asciiword | Word, all ASCII | c\n blank ...
[ { "msg_contents": "I'm trying to solve one TODO item mentioned in \nsrc/backend/utils/mmgr/mcxt.c.\n\n----\n/*\n * MemoryContextSwitchTo\n * Returns the current context; installs the given context.\n *\n * This is inlined when using GCC.\n *\n * TODO: investigate supporting inlining for some ...
[ { "msg_contents": "I observed that the parser calls the part after the host in a URL,\n\"uri\". This is quite incorrect; a URI is supposed to be a\ngeneralization of a URL, so it makes no sense to call that a URI.\n\nRFC 1738, section 3.1 calls that \"url-path\".\n\nAre there objections to changing it at this ...
[ { "msg_contents": "Log Message:\n-----------\nExtract catalog info for error reporting before an error actually happens.\nAlso, remove redundant reset of for-wraparound PGPROC flag.\n\nThanks to Tom Lane for noticing both bogosities.\n\nModified Files:\n--------------\n pgsql/src/backend/postmaster:\n ...
[ { "msg_contents": "Hi\n\nIn looking at current developments in computers, it seems we're nearing\na point where a fundamental change may be possible in databases...\nNamely in-memory databases which could lead to huge performance\nimprovements.\n\nA good starting point is to look at memcached, since it provides...
[ { "msg_contents": "\n From time to time people have raised the idea of a CPAN-like mechanism \nfor downloading, building and installing extensions and the like (types, \nfunctions, sample dbs, anything not requiring Postgres itself to be \nrebuilt), and I have been thinking on this for the last few days. What \...
[ { "msg_contents": "Update on my testing 8.3beta1 on Solaris.\n\n* CLOG reads\n* Asynchronous Commit benefit\n* Hot CPU Utilization\n\nRegards,\nJignesh\n\n__Background_:_\nWe were using PostgreSQL 8.3beta1 testing on our latest Sun SPARC \nEnterprise T5220 Server using Solaris 10 8/07 and Sun Fire X4200 using \...
[ { "msg_contents": "I encountered PANICs on CentOS 5.0 when I ran write-mostly workload.\nIt occurs only if wal_sync_method is set to open_sync; there were\nno problem in fdatasync. It occurred on both Postgres 8.2.5 and 8.3dev.\n\n PANIC: could not write to log file 0, segment 212 at offset 3399680,\n ...
[ { "msg_contents": "Hi hackers,\n\nJust looked at the new features of 8.3 and realized that positioned\nupdates/deletes is now possible with this new release...\n\nWe would use that if we could define the cursor name with a libpq function.\n\nSomething similar to ODBC's SQLSetCursorName() function...\n\nFor now ...
[ { "msg_contents": "> > Taking this one to -hackers once and for all now...\n> > \n> > Can you try the attached patch? See how many backends you can get up to.\n> \n> Regression tests run just fine, and I've run multiple pgbench runs with\n> 3 and 4 sessions of 100 connections each*, with pgAdmin monitoring\n> t...
[ { "msg_contents": "Log Message:\n-----------\nAllow an autovacuum worker to be interrupted automatically when it is found\nto be locking another process (except when it's working to prevent Xid\nwraparound problems).\n\nModified Files:\n--------------\n pgsql/src/backend/postmaster:\n autovacuum.c (r1...
[ { "msg_contents": "I have a test PG 8.2.5 installation that has been left idle with no \nconnections to it whatsoever for the last 24 hours plus. WALs are \nbeing archived exactly 5 minutes apart, even though archive_timeout \nis set to 60. Is this the expected behavior for a database with no \nchanges?\n\n...
[ { "msg_contents": "While fooling around with the planner performance bug reported here:\nhttp://archives.postgresql.org/pgsql-bugs/2007-10/msg00173.php\nI noticed that even after fixing the bug, 8.3 seemed to plan this\nmany-way join about 50% slower than 8.2 :-(. After some digging\nI understand the reason: 8...
[ { "msg_contents": "Hi,\n\nI\nhave been doing my master degree research and I am using Postgresql\n8.2.5. I would appreciate if anyone could help me, ASAP, concerning the\nfollowing question:\n\n\nHow can I obtain the time spent by the Postgresql EXECUTOR during a given time interval? \n \nI am trying to get...
[ { "msg_contents": "\nThe topic was recently mentioned again on -performance of Append nodes from\ninherited tables destroying available orderings. Luke posted a patch a while\nback which enabled using indexes for the sub plans and preserved the orderings\nthough a lot of the meat of the code to do this was miss...
[ { "msg_contents": "Hi all,\n I am having a project in Postgres where I need to modify some code in the parser section of the code base. During some analysis I came across a function called \"base_yylex\" which is called in the function yylex in the file parser.c. However, I was unable to find the definition of...
[ { "msg_contents": "Hello,\n\nI found lot of discus about this topic.\n\nhttp://www.postgresql.org/docs/faqs.TODO.html\nhttp://archives.postgresql.org/pgsql-hackers/2003-08/msg00501.php\nhttp://archives.postgresql.org/pgsql-hackers/2004-09/msg00734.php\nhttp://archives.postgresql.org/pgsql-hackers/2004-08/msg008...
[ { "msg_contents": "\nIn investigating the planner changes necessary for the append node planning I\ndescribed in my other email I noticed something else I find strange.\n\nThe min/max optimization which builds an \"ORDER BY ... LIMIT 1\" type of plan\nfor min or max works by explicitly building an index path to...
[ { "msg_contents": "I am trying to implement materialized views using trigger which will be used to maintain the views which will be generated. For this I am required to add a new command for the creation of a materialized view, which is already done by modifying the grammar in the gram.y file.\n However, I nee...
[ { "msg_contents": "Hi,\n\nIn an address search framework of a company, we need to deal with\nqueries including potential spelling errors. After some external\naddress space constraints (e.g. match first letters, word length,\netc.) we're still ending up with a huge data set to filter through\nLevenshtein like d...
[ { "msg_contents": "While poking at the complaint reported here:\nhttp://archives.postgresql.org/pgsql-general/2007-10/msg01484.php\nI realized that there is a related issue for null defaults. Consider\n\n\tcreate table p (f1 int default 0);\n\tcreate table c (f1 int);\n\talter table c inherit p;\n\nAt this poi...
[ { "msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\nit seems that the stats collector on my box is using more CPU than\nit did in the past.\n\nThis is what I'm observing:\n\nCPU usage for the stat process: 25% flat\n\n$ psql -c \"select version()\"\n ...
[ { "msg_contents": "Log Message:\n-----------\nNew versions of mingw have gettimeofday(), so add an autoconf test\nfor this.\n\nModified Files:\n--------------\n pgsql:\n configure (r1.565 -> r1.566)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.565&r2=1.566)\n config...
[ { "msg_contents": "LS,\n\nI don't know if this is the right mailing list to post my request. But here\nit goes. PostgreSQL has greatly support for data types inet and cidr. But so\nfar I haven't been able to figure out how one would convert a ip/netmask\n(what one will find on a network card) pair into a networ...
[ { "msg_contents": "Log Message:\n-----------\n- Add check of already changed page while replay WAL. This touches only\nginRedoInsert(), because other ginRedo* functions rewrite whole page or\nmake changes which could be applied several times without consistent's loss\n\n- Remove check of identifying of correspo...
[ { "msg_contents": "\n\n> ------- Original Message -------\n> From: Peter Eisentraut <peter_e@gmx.net>\n> To: pgsql-hackers@postgresql.org\n> Sent: 29/10/07, 17:54:00\n> Subject: Re: [HACKERS] pg_ctl configurable timeout\n> \n> Am Freitag, 17. August 2007 schrieb Peter Eisentraut:\n> > I'm having trouble with th...
[ { "msg_contents": "We've had two hard to diagnose errors in recovery in recent months. ISTM\nthat the core issue is the way we allow Resource Managers to have\nmulti-stage WAL actions that persist for long periods of time. This\nmeans we have no way of telling whether the answer\nrm_safe_restartpoint() == false...
[ { "msg_contents": "Hi all,\n\nThree years ago, Andrew MacRae logged the following bug:\n\nhttp://archives.postgresql.org/pgsql-bugs/2004-02/msg00042.php\n\nIn brief, when installing on OS X with \"make install-strip\", \ninstallation goes fine, but initdb dies here:\n\ncreating conversions... ERROR: could not ...
[ { "msg_contents": "Log Message:\n-----------\n\nsimple script to pull together a very small (<500k) tar file that builds\n*just* libpq ... its not perfect, as it pulls in more files then is \nnecessarily required to build, but as it is, it requires one simple patch\nto configure.in in order to work ...\n\nTeste...
[ { "msg_contents": "Hello All,\n I am doing a project in DBMS postgresql. I have the folllowing query : in the function exec_simple_query, in which condition does the \n parsetree_list include more than 1 parsetree_items? How are passed to this function from the parser/gram.c?\n \n Thanks a lot for all the ...
[ { "msg_contents": "Hi all,\n\n \n\nI am working a lot with custom procedures/functions which are implemented in \"language sql\". At the moment function parameter refs cannot work with parameter names. I would like to try to implement this. The actual TODO item is:\n\n \n\nAllow SQL-language functions to refere...
[ { "msg_contents": "Hello\n\n\nC:\\Program Files\\PostgreSQL\\8.3-beta2\\bin>pgAdmin3.exe\nThe system cannot execute the specified program.\n\n\nWhen I run pgAdmin from menu I got\n\nThis applications has failed to start because the application\nconfiguration is incorrect. Reinstalling the application may fix th...
[ { "msg_contents": "Hi,\n\nIs it possible to use UTF-8 for SGML docs?\n\nI would like to enhance the full text search docs, especially table 12-1,\nwhich includes ASCII and LATIN1 examples only. I find that word,\nnumword alias etc. allow not only LATIN characters but Asian\nones. This fact is not stated in the ...
[ { "msg_contents": "I created one function which updates a table using updatable cursor. I wrote\none trigger also on the same table. When i execute the function it gives\nexpected results. But after that all DMLs fail.\n\nCREATE TABLE test(i int, j int);\nDrop trigger test_trig;\nINSERT INTO test VALUES(1, 100...
[ { "msg_contents": "Hi,\n I went through the mailing list and couldn't get answer to the question.\n\na) Is there a proposal in place for going back in time within a transaction?\n\n\n\n-- \nThanks,\nGokul.\nCertoSQL Project,\nAllied Solution Groups.\n(www.alliedgroups.com)\n\nHi,   I went through the mailing ...
[ { "msg_contents": "Following test case is crashing the postgresql-8.3-beta \n\ncreate schema st;\n\n CREATE TABLE ST.STUDENT(\n STUDENT_ID VARCHAR2(10),\n NAME VARCHAR(50) NOT NULL,\n NIC CHAR(11),\n DOB DATE NOT NULL,\n GENDER CHAR(1) NOT NULL,\n MAR_STAT ...
[ { "msg_contents": "\nwith autovacuum enabled with default settings, cramd.sql is 154M:\n\nandy@slacker:/pub/back$ time pg_restore -Fc -C -d postgres cramd.sql\n\nreal 3m43.687s\nuser 0m11.689s\nsys 0m0.868s\nandy@slacker:/pub/back$\n\nduring restore we see scary things like:\n\nroot@slacker:~# ps awx|...
[ { "msg_contents": "I know its way too late in the game, sorry, but it's a very small patch...\n\nI was wondering if this could be added to 8.3: it adds the dbsize to \\l \nin psql.\n\nIt looks like this:\n\n List of databases\n Name | Owner | Encoding | Dbsize\n-----------+----------+-----...
[ { "msg_contents": "This email was sent to you by Xandria.com. To ensure delivery to your inbox (not bulk or junk folders), \nplease add xandriaselect@lists.xandria.com to your safe senders list.\n\nOver 200 Vibrators on Sale!\nhttp://www.xandria.com/promo-pages/toychest-sale.html?aid=SEL110107T&amp;utm_source=...
[ { "msg_contents": "Greetings,\n\n Regarding Magnus' patch for matching against the Kerberos realm- I'd\n see it as much more useful as a multi-value configuration option.\n Perhaps 'krb_alt_realms' or 'krb_realms'. This would look like:\n\n Match against one, and only one, realm (does not have to be the re...
[ { "msg_contents": "Hi.\n\nI think that a calculation sheet will be made.\nHowever, calculation does not suitable.:-(\n\nIt is this.(8.2.5 Default-FreeBSD)\n--\nmax_locks_per_transaction 64\nmax_connections 40\nmax_prepared_transactions 5\nshared_buffers 28MB\nwal_buffers 64kB\nmax_fsm_relations 1000\nmax_fsm_pa...
[ { "msg_contents": "Hello\n\nI would to initdb with UTF8 encoding. But after installation, I had\ncp1250 encoding\n\n lc_collate | Czech_Czech Republic.1250\nhe collation order locale.\n lc_ctype | Czech_Czech Republic.1250\nhe character classification and case convers...
[ { "msg_contents": "Hi,\n I would like to propose an additional feature for Postgres to enable\ntime-travelling inside a transaction.\n\nI went through the source code and i found Savepoint is already saving the\nnecessary information. But currently it doesn't store the CommandId.\n\nThis change, if implemente...
[ { "msg_contents": "The documentation doesn't really tell how to disable synchronous\ncommits for a single commit. I believe the correct command is\n\n SET LOCAL synchronous_commit TO OFF;\n\njust before the COMMIT statement.\n\n-- \nFlorian Weimer <fweimer@bfk.de>\nBFK edv-consulting GmbH ...
[ { "msg_contents": "\nThere's an xlogdump project on pgfoundry. However it suffers from perennial\nbitrot as it has to maintain its own table of xlog record types and code to\ndecode each xlog record type.\n\nEarlier I modified xlogdump to generate a CSV loadable data set so I could do\nsome basic analysis and s...
[ { "msg_contents": "Hey folks,\n\nAsking here since it may deal with clever things such as alignment \nand or binary reps.\n\nI'm migrating from some opterons to some xeons (E5345) both are \nrunning x86_64. At first I figured I'd need to dump & load my data, \nwhich will be painful. But on a whim I made a t...