threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I looked for another thread-unsafe usage of variables like prep_stmts,\nand I found the 4 possibly-unsafe ones:\n\n [1] all_descriptors in ecpg/ecpglib/descriptor.c:\n Management of descriptors used by SQL DESCRIPTOR is not safe.\n\n [2] auto_allocs in ecpg/ecpglib/memory.c:\n All... |
[
{
"msg_contents": "Here is the talk I gave in Moscow highlighting 8.3 performance features:\n\n\thttp://momjian.us/main/writings/pgsql/features.pdf\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life... |
[
{
"msg_contents": "\n",
"msg_date": "Wed, 26 Sep 2007 14:54:28 +0200",
"msg_from": "=?ISO-8859-2?Q?Martin_Bedn=E1=F8?= <bednar@triax.cz>",
"msg_from_op": true,
"msg_subject": "(bez =?ISO-8859-2?Q?p=F8edm=ECtu=29?="
}
] |
[
{
"msg_contents": "I have a CREATE TABLE statement where I am trying to initialize\nseveral inet fields, e.g.\n\nCREATE TABLE myConfigTable\n(\n telnet bool DEFAULT\nFALSE,\n ftp bool DEFAULT\nFALSE,\n ipForwarding bool DEFAULT\nFALSE,\n configIntControlNetw in... |
[
{
"msg_contents": "> The PGBuildfarm member dugong had the following event on branch HEAD:\n> Status changed from OK to ContribCheck failure\n> The snapshot timestamp for the build that triggered this notification is: 2007-09-25 20:05:01\n\nThis seems to be exactly what we saw two weeks ago, and I just noticed\... |
[
{
"msg_contents": "Even though many of the list members of pgsql-general@postgresql.org\nsuggest that the following is an expected behaviour, my experience in\nother databases doesn't permit me accept it as such. I am putting this\nfor the kind consideration of this list\n\n \n\nDescription : I have two tabl... |
[
{
"msg_contents": "Hi,\n\nOne of our qmg folks reported an assertion failure:\n\ncreate table x(y char(1));\ninsert into x values (\"*\");\n\nThe above causes the following assertion to be hit:\n\n /*\n * Target item is a bare '*', expand all tables\n *\n * (e.g., SELECT * FROM e... |
[
{
"msg_contents": "We're so close I can almost taste it ... Here are the open tasks\nI can see, does anyone have others?\n\n* Review the one remaining patch from Simon that's on Bruce's patch\nqueue page\nhttp://momjian.us/cgi-bin/pgpatches\n(Everything else on that page is either dealt with, mentioned explicit... |
[
{
"msg_contents": "The current (CVS version) configure script has the following options\n(among many others):\n\n --enable-dtrace build with DTrace support\n --with-ossp-uuid build with OSSP UUID library for UUID generation\n --with-libxml build with XML support\n --with-libxslt ... |
[
{
"msg_contents": "I was reminded again just now of the bad consequences of selecting a\ndatabase encoding that is not compatible with your LC_CTYPE setting:\nhttp://archives.postgresql.org/pgsql-bugs/2007-09/msg00158.php\nAside from that one, which is perilously close to being a denial of\nservice attack, ther... |
[
{
"msg_contents": "To continue our streak of bad luck, here is the second tsearch2 bug we found\nthis week.\n\nThe attached script creates a tsvector with a value that can be dumped using\npg_dump, but not loaded again using pg_restore. This causes restores of a\ndump containing this value to fail.\n\nThis scri... |
[
{
"msg_contents": "Hi,\n\nStarting from version VC7 msvc supports __FUNCTION__, so I think this \ncould be enabled in pg_config.h.win32, see attached diff.\n\n-Hannes",
"msg_date": "Fri, 28 Sep 2007 22:43:17 +0200",
"msg_from": "Hannes Eder <Hannes@HannesEder.net>",
"msg_from_op": true,
"msg_sub... |
[
{
"msg_contents": "I spent a bit of time tonight poking at the issue reported here:\nhttp://archives.postgresql.org/pgsql-novice/2007-08/msg00123.php\n\nIt turns out to be quite easy to reproduce, at least for me: start CVS\nHEAD on an NFS-mounted $PGDATA directory, and run the contrib regression\ntests (\"make... |
[
{
"msg_contents": "PG Build Farm wrote:\n> The PGBuildfarm member skylark had the following event on branch HEAD:\n> \n> Failed at Stage: Make\n> \n> The snapshot timestamp for the build that triggered this notification is: 2007-09-29 03:00:01\n> \n> The specs of this machine are:\n> OS: Windows XP / SP2\n> Ar... |
[
{
"msg_contents": "\nA while back in an off-hand comment Tom packed varlenas he mentioned that we\nmight want to have more types of toast pointers. Since then the idea of some\nalternative column-wise partitioning scheme has come up and another idea I've\nbeen tossing around is some kind of compression scheme w... |
[
{
"msg_contents": "It strikes me that CLUSTER has been broken since CREATE INDEX\nCONCURRENTLY was put in, because it doesn't check whether the index\nit's been asked to cluster on is valid. If C.I.C. fails before marking\nthe index indisvalid, a subsequent CLUSTER would happily cluster using\nonly the index e... |
[
{
"msg_contents": "I think we need another week to get things ready for beta. I will have\nthe release notes done mid-week and hopefully we can close out all open\nitems by the end of the week.\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http... |
[
{
"msg_contents": "Log Message:\n-----------\nApplied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>\nto get memory allocation thread-safe. He also did some cleaning up.\n\nModified Files:\n--------------\n pgsql/src/interfaces/ecpg:\n ChangeLog (r1.356 -> r1.357)\n (http://... |
[
{
"msg_contents": "This morning's ecpg patch certainly seems to have been snake-bit.\nAlthough the Windows gcc buildfarm members seem happy, the MSVC ones\nare all failing with\n\nLinking...\n Creating library Release\\libecpg\\libecpg.lib and object Release\\libecpg\\libecpg.exp\n libecpg.exp ... |
[
{
"msg_contents": "Dear PostgreSQL developers\n\nI am a graduate student in the University of Calgary. I want to add some new operators to PostgreSQL to perform some specific tasks in a project I am working in. My problem is that I cannot find my way into the code, where should I start and where to find the doc... |
[
{
"msg_contents": "Why the Fun_ABC1 is created and Fun_ABC12 is raising the following\nerror, while run through psql, ( I Could create both the functions from\nPgAdmin III query ) \n\n \n\nERROR: invalid byte sequence for encoding \"UTF8\": 0x93\n\nHINT: This error can also happen if the byte sequence does no... |
[
{
"msg_contents": "Hello,\nI am having problems of productivity with IDE that I am using. Exists some\nIDE that recommended to develop postgresql?\n\nI am thankful,\n\n-- \nPedro Belmino.\n\nHello,I am having problems of productivity with IDE\nthat I am using. Exists some IDE that recommended to develop postgre... |
[
{
"msg_contents": "Log Message:\n-----------\nUse BIO functions to avoid passing FILE * pointers to OpenSSL functions.\nThis fixes potential crashes on old versions of OpenSSL and the requirement on\n\"Applink\" in new versions when building with MSVC and using different\nruntimes.\n\nDave Page with fixes from ... |
[
{
"msg_contents": "\ndugong (icc on ia64) has been failing the contrib installcheck consistently\nsince 6 days ago with errors like:\n\nERROR: could not fsync segment 0 of relation 1663/40960/41403: No such file or directory\n\nI checked a cvs diff between the two timestamps and that's precisely when the\nself... |
[
{
"msg_contents": "Log Message:\n-----------\nITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe\ndescriptor handling\n\nModified Files:\n--------------\n pgsql/src/interfaces/ecpg:\n ChangeLog (r1.357 -> r1.358)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interface... |
[
{
"msg_contents": "Who's in charge of editing this site? I just thought about adding my IRC\nnick but the page is locked.\n\nMichael\n-- \nMichael Meskes\nEmail: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)\nICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org\nGo SF 49ers... |
[
{
"msg_contents": "Hello,\nI am implementing some functions involving index. It has some days I am with\nthe same problem: \"ERROR: bogus pg_index tuple\" in the moment of the\ncreation of an index. What this can be?\n\nGrateful,\n\nPedro Belmino.\n\nHello,I am implementing some functions involving index. It ha... |
[
{
"msg_contents": "Hi,\n\nwhile rebuilding the entire project I ran across following warning:\n\n.\\src\\interfaces\\libpq\\fe-secure.c(593): warning C4101: 'fp' : \nunreferenced local variable\n\nsee attached diff for a fix.\n\n-Hannes",
"msg_date": "Tue, 02 Oct 2007 23:45:51 +0200",
"msg_from": "Hanne... |
[
{
"msg_contents": "I expected these numbers to be in sync, but was suprised to see that the \nsequence skips a values after every generate series.\n\nCREATE TABLE jefftest ( id serial, num int );\nINSERT INTO jefftest (num) values (generate_series(1,10));\nINSERT INTO jefftest (num) values (generate_series(11,2... |
[
{
"msg_contents": "Getting much further now - now they all build :-) But I'm getting a couple\nof failures in autoprep and oldexec. Diffs attached. \n\nPointers?\n\n//Magnus",
"msg_date": "Wed, 3 Oct 2007 13:54:50 +0200",
"msg_from": "Magnus Hagander <magnus@hagander.net>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Now that we've renamed the server binary to \"postgres\", what is the\nstatus on use of the name \"postmaster\"? Is it now deprecated? And if\nnot, is there any point in keeping it around?\n\nI've come across the occasional reference to \"postmaster\" in the FAQs\nand I was thinking that th... |
[
{
"msg_contents": "Buildfarm member brown_bat (cygwin/gcc) still isn't happy:\n\ngcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../..... |
[
{
"msg_contents": "There's been a lively discussion on JDBC list recently about how we\nhandle connection pooling. This has connected a few thoughts in my head.\n\nThat's made me think about the PHP interface, which issues a \n\tBEGIN; ROLLBACK;\npair every time somebody connects to the pool.\n\nWe should have ... |
[
{
"msg_contents": "Hi,\n\nI am engaged in a master degree project and i need the answer to the following question:\n\nHow much time the EXECUTOR of PostgreSQL spent during a determined time interval?\n \nMy Scenario is like this: \n\nPostgreSQL 7.4 with the following parameters:\n- log_duration = true\n- log_pi... |
[
{
"msg_contents": "Hello\n\nI am working on subj. There are two variants:\n\na) simple C wrapper which can be SQL compatible .. with this wrapper\nwe don't need any changes in dump files .. but I thinking it's\nimpossible, because there are conflicts between functio'n names and\ntable's names.\n\nb) simple SQL ... |
[
{
"msg_contents": "I noticed that if you create a dump on a database containing a money\ncolumn and a certain locale, this dump is not restorable on a database\nwith a different locale.\n\nMost notably, I tried dumping the regression database (which is created\nwith --locale=C), and then importing it into a dat... |
[
{
"msg_contents": "\ndllwrap -o libecpg.dll --dllname libecpg.dll --def libecpgdll.def execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o path.o strlcpy.o snprintf.o -L../pgtypeslib -L../../../../src/interfaces/libpq -L../../../../src/port -L/mingw/lib -lpgtypes -lpq -lm -lsh... |
[
{
"msg_contents": "This business with having libpq and ecpg pull in src/port modules\nmanually is getting unmaintainable. I wonder whether we could persuade\nsrc/port to generate three versions of libpgport.a --- backend,\nfrontend, and frontend-shlib-ready --- and then just -l the appropriate\none in libpq an... |
[
{
"msg_contents": "When I run initdb -E EUC_JP --no-locale, I found following in my\npostgresql.conf:\n\ndefault_text_search_config = 'pg_catalog.english'\n\nThe manual says:\n\ndefault_text_search_config (string)\n\n Selects the text search configuration that is used by those\n variants of the text searc... |
[
{
"msg_contents": "My suggested edit of the Overview section of the Release Notes. The\nemphasis is on user-noticeable features, so some of the major internal\nchanges are lower down the list. Some items have been removed or placed\nbelow the performance features.\n\n\nNew data types for SQL/XML, enum and uuid ... |
[
{
"msg_contents": "Something to add to the TODO:\n\nEXPLAIN doesn't show Datum sorts explicitly that occur because of\nDISTINCT aggregates in the SELECT clause.\n\nEXPLAIN looks like this\n\npostgres=# explain select count(distinct col3) from blah3;\n QUERY PLAN ... |
[
{
"msg_contents": "I have a few questions from recent attempts to perform a join between\ntwo tables, where one table has an integer array in it. Join is of the\nform:\n\nselect ... from t1 where col1 = any (select col2 from t2);\n\nNot sure whether these are bugs, intentional, incomplete functionality.\nI've s... |
[
{
"msg_contents": "\nReading the commit message about the TZ encoding issue I'm curious why this\nisn't a more widespread problem. How does gettext now what encoding we want\nmessages in? How do we prevent things like to_char(now(),'month') from\nproducing strings in an encoding different from the database's en... |
[
{
"msg_contents": "I've been learning much more than I wanted to know about $SUBJECT\nsince putting in the src/port/chklocale.c code to try to enforce\nthat our database encoding matches the system locale settings.\nThere's an ongoing thread in -patches that's been focused on\ngetting reasonable behavior from t... |
[
{
"msg_contents": "Log Message:\n-----------\nAdded the Skytools extended transaction ID module to contrib as discussed\non CORE previously.\n\nThis module offers transaction ID's containing the original XID and the\ntransaction epoch as a bigint value to the user level. It also provides\na special txid_snapsho... |
[
{
"msg_contents": "Hi,\n Currently The index implementation in Postgresql does not store the\nSnapshot information in the Index. If we add the snapshot information into\nthe indexing structure, we will have the following advantages.\n\na) There can be index only scans like Oracle\nb) Unique indexes will beco... |
[
{
"msg_contents": "\n\n> ------- Original Message -------\n> From: Andrew Dunstan <andrew@dunslane.net>\n> To: Marko Kreen <markokr@gmail.com>\n> Sent: 08/10/07, 18:05:57\n> Subject: Re: [HACKERS] [COMMITTERS] pgsql: Added the Skytools extended transactionID module to contrib as\n> \n> \n> Surely there should a... |
[
{
"msg_contents": "Hello,\n\nThe docs since 7.3 have declared the money type deprecated.. that is an\nawful long time. Can we get some clarity on the issue?\n\nIf it isn't deprecated cool, I will submit a patch to docs.\n\nSincerely,\n\nJoshua D. Drake\n\n\n-- \n\n === The PostgreSQL Company: Command Promp... |
[
{
"msg_contents": "I had a thought a week ago. If we update the time zone database for\nfuture dates, and you have a future date/time stored, doesn't the time\nchange when the time zone database changes.\n\nFor example if I schedule an appointment in New Zealand for 10:00a and\nwe change the time zone database... |
[
{
"msg_contents": "\n> In hindsight, all these ecpg changes should have been made between beta1\n> and beta2 when we have time to deal with the fallout, not right before\n> beta1.\n> \n\nOr considered new features and held back for 8.4. Not picking on Michael, but the resemblance to the /contrib discussion is s... |
[
{
"msg_contents": "\n> > Right. My thought is still that if it isn't good enough for core, it\n> > shouldn't be in contrib. If it *is* good enough, and we want it, we\n> > should accept that it came in long after freeze and put it in core\n> > anyway. If it *isn't*, then it should be on pgfoundry and be moved i... |
[
{
"msg_contents": "\n> > (1) we've always been laxer about contrib than the core code,\n> \n> While that appears to be true, I think\n> \n> (a) there is no technical reason allowing us to do that, and\n> (b) most people don't seem to like it.\n> \n\nI will even go so far as to say there are technical reasons no... |
[
{
"msg_contents": "Hello\n\nI would to manage czech FAQ with mediawiky\n\nhttp://www.pgsql.cz/index.php/Frequently_Asked_Questions\n\nand automaticly transform FAQ to any format.\n\nwhat is good format for you? I prefere plain html or DocBook?\n\nCurrent form of F.A.Q. is little bit obsolette.\n\nRegards\nPavel... |
[
{
"msg_contents": "Hello\n\nI found lot of slow queries in some databases which I checked based on\nadvice 4.1. from FAQ,\n\n To SELECT a random row, use:\n SELECT col\n FROM tab\n ORDER BY random()\n LIMIT 1;\n\nIt's robust and slow on bigger tables. Can we add some better solutions?\n\nRegards\nPa... |
[
{
"msg_contents": "Hi,\n When i saw the IndexTuple structure, i saw that 13 bits are allocated\nto store the size of the Values List of the IndexTuple Structure. Also the\nIID(ItemId Identifier) in the Page header stores the complete size of the\nIndexTuple. Can't we derive the size of the IndexTuple from t... |
[
{
"msg_contents": "These messages from pg_ctl are not useful\n\n$ pg_ctl -D nonexistent stop\npg_ctl: PID file \"nonexistent/postmaster.pid\" does not exist\nIs server running?\n\nThe message should say\npg_ctl: Data Directory \"nonexistent\" does not exist\n\n$ pg_ctl -D nonexistent start\npostgres cannot acce... |
[
{
"msg_contents": "4.1)\n\n To SELECT a random row, use:\n SELECT col\n FROM tab\n ORDER BY random()\n LIMIT 1;\n\n+ On bigger tables this solution is slow. Please, find smarter\nsolution on network.\n\n\n4.6)\n\nILIKE is slow, specially on multibyte encodings. If is possible use\nFULLTEXT. LIKE '%s... |
[
{
"msg_contents": "Hi.\n\nI'm looking at the strange phenomenon....\n--\nC:\\Program Files\\PostgreSQL\\8.3-beta1\\bin>psql postgres postgres\nPassword for user postgres:\nWelcome to psql 8.3beta1, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL co... |
[
{
"msg_contents": "OS: Windows XP Pro SP2\nCPU: AMD Athlon 64 3500+\nRAM: 2GB\nDB: PostgreSQL 8.3beta1, compiled by Visual C++ build 1400\n\nI've come to the conclusion that it seems like a deadlock occurs when \ndropping a column in a table the same moment that table is autovacuumed.\n\nExample:\n\nALTER TABLE... |
[
{
"msg_contents": "I'm working on some code for pgInstaller that will check the locale and\nencoding selected by the user are a valid combination.\n\nThe changes recently added to initdb (which highlighted the UTF-8 issue\non Windows that Tom posted about) appear to only allow the default\nencoding for the loca... |
[
{
"msg_contents": "Hi hackers,\n\nI note that if you pass NULL to quote_literal(), you get NULL.\n\nThis isn't surprising, but I was thinking that the stated purpose of\nquote_literal is preparing the argument for entry into a dynamic SQL\nstatement. In this context, it fails for NULL input.\n\nWouldn't it be ... |
[
{
"msg_contents": "> > > We allow /contrib to be more lax about beta changes.\n> > \n> > the postgresql ecosystem is growing and there is a lot of people like\n> > packagers that will be a quite irritated if we keep randomly adding\n> > completely new code and modules during BETA.\n> \n> Should packagers be con... |
[
{
"msg_contents": "> > Simon Riggs wrote:\n> > \n> > > I would prefer that we backported pg_standby into 8.2 contrib, so the\n> > > solution is where people need it to be. If not...\n> > > \n> > Don't know about the policy to put things in already-released-version\n> > but if it's not the case, we could at leas... |
[
{
"msg_contents": "> > > > > We allow /contrib to be more lax about beta changes.\n> > > > \n> > > > the postgresql ecosystem is growing and there is a lot of people like\n> > > > packagers that will be a quite irritated if we keep randomly adding\n> > > > completely new code and modules during BETA.\n> > > \n>... |
[
{
"msg_contents": "Alvaro Herrera schreef:\n> Deblauwe Gino wrote:\n> \n>> OS: Windows XP Pro SP2\n>> CPU: AMD Athlon 64 3500+\n>> RAM: 2GB\n>> DB: PostgreSQL 8.3beta1, compiled by Visual C++ build 1400\n>>\n>> I've come to the conclusion that it seems like a deadlock occurs when \n>> dropping a column in a t... |
[
{
"msg_contents": "hello\n\nthere are lot of spam. Can I remove it from my project?\n\nhttp://pgfoundry.org/tracker/index.php?group_id=1000113&atid=497\n\nPavel\n",
"msg_date": "Wed, 10 Oct 2007 12:05:39 +0200",
"msg_from": "\"Pavel Stehule\" <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg... |
[
{
"msg_contents": "Hi,\n\n \n\nI have tested \"pgstattuple\" with lot of scenarios & want to clarify some\nof the things.\n\nIn the Readme file you have explained clearly about pgstattuple\nfunction. I mean explanation for each column.\n\nBut for some of the functions like btree index metapage,single btree\npag... |
[
{
"msg_contents": "Hi All,\n\nYou knew it was coming....\n\nI have an 8.2 database that has full text searching. I tried to \nbackup/restore it to 8.3 but got lots of errors:\n\n<snip>\nERROR: could not access file \"$libdir/tsearch2\": No such file or directory\nERROR: function public.gtsq_in(cstring) does ... |
[
{
"msg_contents": "In bug #3662\nhttp://archives.postgresql.org/pgsql-bugs/2007-10/msg00047.php\n\nwe see that it doesn't work to do nextval('seq') on a temp sequence\nin a plpgsql function except via EXECUTE, because the sequence OID gets\nembedded into the cached plan, same as any other temp table. This is t... |
[
{
"msg_contents": "Greetings:\n\nI am interested in increasing the PostgreSQL TransactionID, as part \nof testing a (yet another) replication system that I am working on. \n(http://bruce.codehaus.org/ for the interested). I would like to test \nwhat happens when the transactionID crosses 2^31 and when it wra... |
[
{
"msg_contents": "\n> > The results have nothing to do with whether the process was followed. \n> > We do not ignore process violations just because the outcome was OK.\n> \n> Agreed. But reversing something that came out OK for no other reason \n> than that the process was violated? I know you don't, but some... |
[
{
"msg_contents": "> \n> btw, can you publicly discuss how CommandPrompts WAL-based\n> replication works ? \n\nIt's my company, if course I am ;)... but not in this thread. If you\nare interested feel free to email me directly or start a new thread.\n\nGood :)\n\nHere come my questions :\n\n>From looking at ht... |
[
{
"msg_contents": "We wrote a little contrib module, which we'd like to share. It can be\nused to generate random datasets as they have been used in\n[Borzsonyi2001] and related work. The code is based directly on the\ncode of the authors, thanks to Donald Kossmann for sharing the\ncode. Donald Kossmann agrees ... |
[
{
"msg_contents": "Just in case there is initdb required in beta2, here is patch\nthat adds txid into core.\n\nOtherwise please register this as submission to 8.4. I'd like to\navoid any process related discussions in the future...\n\nIt is syned with the latest patch I sent to -patches.\n\nThe docs are minima... |
[
{
"msg_contents": "After much thought and discussion, here is my proposal of how to handle\nautovacuum workers which block out user-initiated SQL statements.\n\nAutovacuum workers running VACUUM, VACUUM ANALYZE and ANALYZE can give\nproblems by blocking out other users in various circumstances. There are\ngood ... |
[
{
"msg_contents": "[ BCC to docs and hackers. Sorry this seems like the only logical way\nto do this.]\n\nI have added the following introductory paragraph to the release notes:\n\n\tThis release represents a major leap forward by adding significant new\n\tfunctionality and performance enhancements to\n\t<prod... |
[
{
"msg_contents": "Following on from Hiroshi's earlier post:\nhttp://archives.postgresql.org/pgsql-hackers/2007-10/msg00324.php\n\nPer http://archives.postgresql.org/pgsql-hackers/2007-08/msg01018.php,\nsuperusers should be able to use pg_tablespace_size() on any tablespace,\nhowever when logged in as postgres ... |
[
{
"msg_contents": "There's a IMO a problem with pg_restore, it should be easy to fix (I \nhope - and I could try to fix it and send a patch).\n* I've a dump taken from a 8.1 database\n* I'm using gist and ltree\n* I'm restoring to a 8.2 database\n\nProblem:\nI cannot use \"-1\" for performance, because some gis... |
[
{
"msg_contents": "Hi, I'm calling an arbitrary user-defined function from the backend. \nAlthough I can do it via FunctionCallInvoke, I have a weird problem when \ncalling fmgr_info. The call results in a argument variable (eventType) \nbeing cleared. A gdb hardware watch says that the variable is modified by ... |
[
{
"msg_contents": "As Martin Pitt pointed out in this pgsql-bugs thread\nhttp://archives.postgresql.org/pgsql-bugs/2007-10/msg00089.php\nwe have managed to create an ABI break between 8.2 and 8.3 libpq\nby renumbering encoding IDs in pg_wchar.h. Although perhaps this\ndoes not hurt any third-party clients, it ... |
[
{
"msg_contents": "> It seems that we are faced with a choice of two evils:\n> \n> 1. Accept that there's an ABI break and increment libpq.so's major\n> version number for 8.3. This will be a PITA for packagers, who will\n> have to carry a compatibility package to provide 8.2 libpq.so.\n> \n> 2. Renumber 8.3... |
[
{
"msg_contents": "We are presently investigating to migrate large\n\n(>10 TB) databases from Oracle to PostgreSQL. We find the need\n\nfor table partitioning and the support of that is not good in\n\nPgSQL. We think the problem might be important enough to reach\n\nout to someone who might help us. Our idea is... |
[
{
"msg_contents": "I have two doc updates I'd like to offer. I see we have two example \nsections: creating rule-based dict's and creating parsers. When I was \nstarting I would have liked to see an example usage.\n\nI'd like to offer: \"example usage\" and \"Upgrading\".\nThis is my first draft, if anyone ha... |
[
{
"msg_contents": "\nHm, I suppose this is expected. I always hated the idea that libraries could\nintroduce new symbols without an soname bump but obviously nobody's going to\nbe interested in an soname bump today...\n\n! /home/stark/src/local-HEAD/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bi... |
[
{
"msg_contents": "Hello all,\nAs of now, PGSQL does not support materialized views. Just wanted to confirm the difference between the materialized view and table. Is there some operation which can be performed only on a table and not on a materialized view or vice-versa?\n\nPlease let me know.\nThanks in advan... |
[
{
"msg_contents": "I noticed that two of the buildfarm members are failing the 8.1 branch\nbecause they're trying to build plpython with python 2.5. To get that\nto work, I think we'd need to back-patch these two fixes:\nhttp://archives.postgresql.org/pgsql-committers/2006-11/msg00165.php\nhttp://archives.post... |
[
{
"msg_contents": "There's a gripe over here\nhttp://archives.postgresql.org/pgsql-general/2007-10/msg00640.php\nto the effect that PG should not give a message like \"password\nauthentication failure\" when the user is attempting to log in as a\nNOLOGIN role. This surprised me because there is a specific mess... |
[
{
"msg_contents": "\nSomething very strange is going on on my machine with UTF8:\n\npostgres=# show server_encoding;\n server_encoding \n-----------------\n UTF8\n(1 row)\n\npostgres=# select length(convert_from(E'\\343\\203\\251\\343\\202\\244\\343\\202\\273\\343\\203\\263','utf8'));\n length \n--------\n ... |
[
{
"msg_contents": "Log Message:\n-----------\nAdd sample text search dictionary templates and parsers, to replace the\nhard-to-maintain textual examples currently in the SGML docs. From\nSergey Karpov.\n\nModified Files:\n--------------\n pgsql/contrib:\n Makefile (r1.80 -> r1.81)\n (http://de... |
[
{
"msg_contents": "Hi hackers,\n\nIs there a technical reason we do not set the value of FOUND when\nexecuting a dynamic statement in plpgsql?\n\nIt seems surprising that FOUND is set by SELECT, PERFORM, UPDATE,\nINSERT, DELETE, etc, *except* when those statements are invoked by\nEXECUTE.\n\nI had a brief look ... |
[
{
"msg_contents": "Hi,\n\nV3 protocol seems to be slower than V2 if we don't use prepared statement\ntogether. I measured performance of protocols on 8.3beta using pgbench -S\nwith modification to use PQsendQueryParams and PQsendQueryPrepared\ninstead of PQsendQuery. (I'll send the patch to -patches shortly.)\n... |
[
{
"msg_contents": "Hi hackers,\n\nI recently ran afoul of the following error message:\n\nERROR: type of \"varname\" does not match that when preparing the plan\n\nIMO the message isn't quite in English and doesn't explain the problem\nvery well. I'd like to change it to something more like\n\nERROR: the type ... |
[
{
"msg_contents": "If I run the database under non-archiving mode, and execute the following \ncommand:\n alter table t set tablespace tblspc1;\nIsn't it possible that the \"new t\" cann't be recovered? \n\n\n",
"msg_date": "Tue, 16 Oct 2007 18:30:10 +0800",
"msg_from": "\"Jacky Leng\" <lengjianquan... |
[
{
"msg_contents": "Log Message:\n-----------\nRe-allow UTF8 encodings on win32. Since UTF8 is converted to \nUTF16 before being used, all (valid) locales will work for this.\n\nModified Files:\n--------------\n pgsql/src/backend/commands:\n dbcommands.c (r1.201 -> r1.202)\n (http://developer.po... |
[
{
"msg_contents": "at the moment i am working on an application which is supposed to run \nextremely large transactions (a lot of server side stored procedure \nstuff which can hardly be split into small transactions for \nvisibility reasons).\nso, from time to time it happens that i exceed my CommandCounter... |
[
{
"msg_contents": "Although the new txid functions are very clean 1:1 interface\nto the internal MVCC info and they don't need much docs\nin that respect, their \"killer\" usage comes from the\npossibility to query txids committed between 2 snapshots.\n\nBut how to do that (efficiently) is far from obvious when... |
[
{
"msg_contents": "There are a lot of incoming DST or TZ changes (Venezuela, Brazil, \nIndiana...). Most hot is Indiana which will happen at 4th Nov.\n\nhttp://www.worldtimezone.com/dst_news/dst_news_usa02.html\n\nIs there any schedule to release new minor versions? It seems that new \nOlson database is in CVS ... |
[
{
"msg_contents": "Hello,\n\nthis proposal change older unaccepted proposal\nhttp://archives.postgresql.org/pgsql-hackers/2006-03/msg01157.php .\n\nChanges:\n* based on prepared statements\n* syntax and behave is near to Oracle\n* usable as protection from SQL injection\n\nNew syntax:\n\na) EXECUTE stringexpr\n... |
[
{
"msg_contents": "> Hi,\n> \n> Sorry for top-posting but since I am answering questions that don't all\n> appear in this message:\n> \n> - I installed the default download of Postgres. I didn't compile myself,\n> so it's probably the mingw version\n\nIt is.\n \n> - Max_connections is set to 500. I did that ori... |
[
{
"msg_contents": "Hi All, \n\nI am trying to configure CVS through Eclipse, infact i was able to do that but when I map the postgreSQL code into CVS through Eclipse, it is displaying the folders but the files in those folders are not getting displayed.\n\nCan anyone help me over this..\n\nThanks in advance\nCi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.