threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Include the file:\nsrc\\backend\\port\\dynloader\\win32.h\nin dynloader.c\n \nPossibly with #ifdef for OS type, if that is needed.\n\n\t-----Original Message-----\n\tFrom: pgsql-hackers-owner@postgresql.org\n[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Dann Corbit\n\tSent: Wednesd... |
[
{
"msg_contents": "So I thought I would take this opportunity to congratulate the\nPostgreSQL team on a fantastic job with the PostgreSQL 8.0 beta.\n \nAmazing in its scope. It's almost a miracle.\n \n \n\nMessage\n\n\n\nSo I thought I would take this opportunity to \ncongratulate the PostgreSQL team on a fant... |
[
{
"msg_contents": "Probably an error on my part. I assume that there is some configuration\nscript that is supposed to define the following:\n\n\tINCLUDEDIR\n\tINCLUDEDIRSERVER\n\tLIBDIR\n\tLOCALEDIR\n\tPGBINDIR\n\tPGSHAREDIR\n\tPKGINCLUDEDIR\n\tPKGLIBDIR\n\nBecause of this:\n\nmake -C ecpglib all\nmake[4]: En... |
[
{
"msg_contents": "I see that these symbols are found in src\\port\\pg_config_paths.h\n\nI will try to find out why that file did not get included in path.c\n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Dann Corbit\n> Sen... |
[
{
"msg_contents": "It seems that there are two identically named include files:\n\nU:\\postgresql-8.0.0beta2\\src\\interfaces\\libpq>type pg_config_paths.h\n#define SYSCONFDIR \"\"\n\nU:\\postgresql-8.0.0beta2\\src\\port>type pg_config_paths.h\n#define PGBINDIR \"/usr/local/pgsql/bin\"\n#define PGSHAREDIR \"/us... |
[
{
"msg_contents": "Is it normally necessary to manually export the paths:\n/usr/local/pgsql/bin\n/usr/local/pgsql/lib\n\nAfter installation of PostgreSQL under MINGW?\n\nUsually, after:\nmake install\n\nI can run an application, but PostgreSQL's installation does not seem to\nhave exported the paths for me.\n",... |
[
{
"msg_contents": "I put the following at the bottom of /msys/1.0/etc/profile:\n\nPOSTGRESHOME=/usr/local/pgsql\nexport MANPATH=$MANPATH:$POSTGRESHOME/man\nexport PATH=$PATH:$POSTGRESHOME/bin::$POSTGRESHOME/lib\nexport LD_LIBRARY_PATH=$POSTGRESHOME/lib\nexport PGDATA=$POSTGRESHOME/data\nexport PGLIB=$POSTGRESHO... |
[
{
"msg_contents": "Sorry to be such a pest. Since an administrator will get this error:\n\ncreating template1 database in u:/msys/1.0/local/pgsql/data/base/1 ...\nexecution of PostgreSQL by a user with administrative permissions is not\npermitted.\nThe server must be started under an unprivileged user ID to pr... |
[
{
"msg_contents": "grep \"administrative permissions\" *.html\nIn the pgsql/doc/html directory turns up nothing.\n\nAdministrator all seems to be linked to database administrator:\nadmin.html (107): > database administrator. This includes\napp-ipcclean.html (153): > Only the database administrator should\nexecu... |
[
{
"msg_contents": "I installed PostgreSQL under an account named postgres, using the\ninstaller project.\n\ndcorbit@DANNFAST ~\n$ psql -h localhost -U postgres -W template1\npsql.exe: FATAL: Password authentication failed for user \"postgres\"\n",
"msg_date": "Wed, 1 Sep 2004 14:57:40 -0700",
"msg_from... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\nthis morning I perform an upgrade 7.4.2 -> 7.4.5 and\nafter 6 months without errors this night a backend\ncrashed:\n\n\nERROR: invalid string enlargement request size 1476395004\nDEBUG: AbortCurrentTransaction\nWARNING: AbortTransa... |
[
{
"msg_contents": "hi,\n\nI m a M.Tech student of IIT Bombay. I am working on Implementation of \nMain Memory DBMS. Plz let me know, if any1 of u is working on similar kind \nof project.\n\nRegards,\nAmeya.\n\n-------------------------------------\n| Ameya S Sakhalkar, |\n| M.Tech(II), CSE, ... |
[
{
"msg_contents": "I am traveling September 5-24, leaving this Sunday night, EDT. The trip\nis 19 days:\n\n\t9/5 leave for London\n\t9/6 London, afternoon/evening meeting\n\t9/7 leave for Shanghai\n\t9/8 Shanghai\n\t9/9 Shanghai\n\t9/10 Sha... |
[
{
"msg_contents": "I just posted a source rpm for beta2, along with binary rpms for \nfc1-i386, fc2-i386, and fc2-x86_64.\n\nhttp://www.joeconway.com/postgresql-8.0.0beta/\n\nBTW, I've been naming these similar to the \"official\" rpms (e.g. \nPostgresql-8.0.0*PGDG.*.rpm) mainly just to be consistent. No one ha... |
[
{
"msg_contents": "Dear patchers,\n\nThis patch addresses open item \"make pgxs install by default\" in Bruce's\nlist.\n\n(1) \"make intall\" installs everything.\n\n(2) \"make light-install\" does not install pgxs and server dev stuff.\n this is the previous version of \"make install\". This target maybe\n... |
[
{
"msg_contents": "> Sorry to be such a pest. Since an administrator will get this error:\n> \n> creating template1 database in u:/msys/1.0/local/pgsql/data/base/1 ...\n> execution of PostgreSQL by a user with administrative \n> permissions is not permitted.\n> The server must be started under an unprivileged ... |
[
{
"msg_contents": "\n\nPart of my final year thesis involves creating a\ndatabase using PostgreSQL. As a way of documentation,\nis it correct to say that PosgreSQL belongs to the\nfifth generation of database management systems? Where\ndoes MySQL fall into? The fourth generation?\n\nThanks,\n\nNewton Eyinagho\n... |
[
{
"msg_contents": "By chance I noticed that when you tagged 8.0beta2, you rebuilt configure\nwith autoconf 2.59. This is not good when the rest of us are using\n2.53. We have to stick to a common standard.\n\nWe could talk about asking all committers to update to 2.59, but\nmid-beta is probably not the right ... |
[
{
"msg_contents": "Open Source Projects:\nhttp://www.garret.ru/~knizhnik/fastdb.html\nhttp://sourceforge.net/projects/monetdb\n\nPapers:\nhttp://citeseer.ist.psu.edu/cha95objectoriented.html\nhttp://www.cs.ou.edu/~database/main_memory.htm\n\nHTH\n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postg... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\nwhat is that: myGeek balance authentication page ?\n\n\n\nRegards\nGaetano Mendola\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.2.4 (MingW32)\nComment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org\n\niD8DBQFBOG3A7Up... |
[
{
"msg_contents": "This \"bug\" was heavily commented on but the behavior was never changed:\n\nWelcome to psql 8.0.0beta2, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL commands\n \\? for help with psql commands\n \\g or terminate wi... |
[
{
"msg_contents": "Hi,\n\nI've been playing with OSDL DBT-3 for a while and found very strange\nphenomemon. The query in question is Q4:\n\nselect o_orderpriority, count(*) as order_count from orders where\no_orderdate >= date '1997-10-01' and o_orderdate < (date\n'1997-10-01' + interval '3 month')::date and o_... |
[
{
"msg_contents": "Hi all,\nnow that Apache Portable Runtime was release why don't\nuse it on Postgres?\n\n\n\nRegards\nGaetano Mendola\n\n\n",
"msg_date": "Sat, 04 Sep 2004 22:24:40 +0200",
"msg_from": "Gaetano Mendola <mendola@bigfoot.com>",
"msg_from_op": true,
"msg_subject": "APR 1.0 release... |
[
{
"msg_contents": "--- Gaetano Mendola <mendola@bigfoot.com> escribi�:\n> Jaime Casanova wrote:\n> \n> > Hi guys i was looking for the\n> > http://developer.postgresql.org/todo.php in order\n> >to view what things are you posponing for later\n> > versions\n> > but the entire developer.postgresql.org site is\n... |
[
{
"msg_contents": "\r\n\r\n\r\n-----Original Message-----\r\nFrom: pgsql-hackers-owner@postgresql.org on behalf of D'Arcy J.M. Cain\r\nSent: Sat 9/4/2004 2:24 PM\r\nTo: Jim C. Nasby\r\nCc: peter_e@gmx.net; neyinagho@yahoo.com; pgsql-hackers@postgresql.org\r\nSubject: Re: [HACKERS] Thesis on PostgreSQL\r\n \r\n>... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nI don't see the last post about the issue I had\nand that was solved ( due I think to last days problems),\nI post it here again:\n\n\n================================================================\n\n\nTom Lane wrote:\n\n| Gaetano Mendola <... |
[
{
"msg_contents": "Attempted to install PostgreSQL 8.0beta1 on AIX 5.2 on a POWER4+ system\ntoday. 7.4.5 worked fine (with header warnings), but 8.0 failed to\ncompile.\n\nFull log attached.\n\nUname -a: AIX newman_l1 2 5 000061FA4C00\n\nLog snippit:\n\ngmake[3]: Leaving directory\n`/tmp/sitesell/postgresql-8.0... |
[
{
"msg_contents": "Are there any plans to support indexed views, or cross-table indexes,\nor any form of \"materialized views\" in postgresql? How complex would\nthe implementation be? Indexed views are sometimes the best way to\nimprove the performance of complex queries.\n\n-Tiago\n",
"msg_date": "Sun, 5 ... |
[
{
"msg_contents": "With the current definitions of the \"special\" snapshot values:\n\n#define SnapshotNow ((Snapshot) 0x0)\n#define SnapshotSelf ((Snapshot) 0x1)\n#define SnapshotAny ((Snapshot) 0x2)\n#define SnapshotToast ((Snapshot) 0x3)\n\nit ... |
[
{
"msg_contents": "Hi\n\nThanks for PostgreSQL Beta 8.0!\n\nI try to use the native Win32 build (http://pgfoundry.org/projects/pginstaller)\n(Beta 1) but i get an error during DB startup.\n\n\"failed to get token information: 122\"\n\n\nMaybe this is related to \nhttp://groups.google.com/groups?hl=en&lr=&ie=UTF... |
[
{
"msg_contents": "I know you've heard about this before, for instance in\nhttp://archives.postgresql.org/pgsql-hackers/2002-06/msg00452.php\nhttp://archives.postgresql.org/pgsql-bugs/2004-08/msg00304.php\nhttp://archives.postgresql.org/pgsql-general/2004-04/msg00555.php\nbut here is another try at redefining w... |
[
{
"msg_contents": "I can't believe that the coding at trigger.c line 2010 ff is correct:\n\n /*\n * Skip executing cancelled events, and events done by\n * transactions that are not aborted.\n */\n if (!(event->dte_event & TRIGGER_DEFERRED_CANCELED) ||\n (event->... |
[
{
"msg_contents": "Hi with beta2 i get\n\nleak:relation \"pg_largeobject_loid_pn_index\" has refcnt 1 instead of 0\n\nwhile running my script\nthat's an example throwing this message\n\nUPDATE reports SET r_blob=lo_import('../reports.r_id.'|| CAST(r_id AS \nVARCHAR) || '.blob') WHERE r_blob IS NOT NULL\n\nPS : ... |
[
{
"msg_contents": "Here's another thing that I think it would be good to fix in 8.0.\nWe've had numerous complaints before about RI constraints not firing\ninside PL functions; a recent one is\nhttp://archives.postgresql.org/pgsql-bugs/2004-09/msg00020.php\n\nI think also that the current behavior violates the ... |
[
{
"msg_contents": "Hi List, I have another error now here:\n\nnotice that only one backend is dying, all others are up and working.\n\nError - Message :\n\nduplicate key violates unique constraint \"ferber_rust_params_pkey\"\nFATAL: block 0 of 1663/19335/476756 is still referenced (local 2)\nserver closed the ... |
[
{
"msg_contents": "Folks,\n\nI was just noticing that pg_stat_activity is truncating queries which are \nlogged to it at about 150 chars. I can't think of any good reason for this. \nIs there one?\n\n-- \n--Josh\n\nJosh Berkus\nAglio Database Solutions\nSan Francisco\n",
"msg_date": "Tue, 7 Sep 2004 14:... |
[
{
"msg_contents": "Achtung neue Mail-Adresse !\nNeu: vorname.familienname bei gleichem Provider oder rufen Sie uns bitte an (01/977 13 77) und wir werde die neue Adresse mitteilen. \n\nLeider erhalten wir pro Tag mehr als 100 Mails welche wir nicht wollen. Wir haben uns daher entschieden, eine neue Adresse zu w... |
[
{
"msg_contents": "I've accepted an offer from Fujitsu Australia Software Technologies to \nwork on PostgreSQL full-time for them for the next twelve months in \nSydney, Australia. I'll be working with Gavin Sherry and two other \nfull-time developers from FAST. I'm grateful to Fujitsu for giving me \nthe oppor... |
[
{
"msg_contents": "Hi,\nare you planning to implement WRITABLE cursors\nin one of the next releases of pgsql?\nIf so, do you have some kind of roadmap about that?\n\nWe are currently looking for a replacement rdbms for an informix based\napplication with a duty of over 100 concurrent interactive user sessions.\... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] \n> Sent: 08 September 2004 19:15\n> To: Dave Page\n> Cc: PgSQL Win32 developers; PostgreSQL Patches\n> Subject: Re: [pgsql-hackers-win32] Contrib modules on Win32\n> \n> Dave Page wrote:\n> > \n> > cu... |
[
{
"msg_contents": "Kind people,\n\nLately (past 3 days or so, but I don't know exactly how far back this\ngoes), I've been getting some regression test failures for geometry\nwith CVS HEAD on OS/X. Here is regression.diffs.\n\n*** ./expected/geometry.out Fri Oct 31 19:07:07 2003\n--- ./results/geometry.out... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\nHi,\n\nAFAIR there was a thread about \"SELECT FOR UPDATE NOWAIT\" availability in \n{7.5,8.0}, 7-8 months ago.\n\nNow we have LOCK TABLE ... NOWAIT; but I wonder whether we'll have the \nSELECT ... NOWAIT one. Today I got a request for thi... |
[
{
"msg_contents": "Anyone know why we are maintaining a TRIGGER_DEFERRED_HAS_BEFORE flag\nbit in the deferred-trigger event list? It's unused and quite pointless\nAFAICS.\n\n\t\t\tregards, tom lane\n",
"msg_date": "Wed, 08 Sep 2004 21:03:40 -0400",
"msg_from": "Tom Lane <tgl@sss.pgh.pa.us>",
"msg_f... |
[
{
"msg_contents": "I've been going over the translation again and found 2 places that was \nbroken.\n\nIn libpq there was some files that was not scanned for translated strings\nand in scan.l there was a call to gettext() missing which made error\nmessages into a mix of english and swedish (in my case).\n\nNorm... |
[
{
"msg_contents": "Hello, Hackers! I use Nagios - monitoring system. Can you help, please? I want to compile plugin for Nagios named 'check_pqsql'.\nWhich libraries I need to compile it successful? Thank you.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nHello, Hackers! I use Nagios – monitoring system. Can you help, please? I\... |
[
{
"msg_contents": "Following result seems strange since it is not what the standard\nexpects:\n\ntest=# select (1,1) > (0,10);\n ?column? \n----------\n f\n(1 row)\n\nOn the other hand I see following in the doc:\n\n-----------------------------------------\n9.17.5. Row-wise Comparison\n\n(expression [, express... |
[
{
"msg_contents": "Hi,\n\nI was thinking that new things will appear in v8.0 about pg_autovacuum ??\n\nBut I find nothing new in README and/or Version History ....\n\nAny help ?\n\nRegards,\n-- \nHervᅵ Piedvache\n\nElma Ingᅵnierie Informatique\n6 rue du Faubourg Saint-Honorᅵ\nF-75008 - Paris - France\nPho... |
[
{
"msg_contents": "> Tatsuo Ishii <t-ishii@sra.co.jp> writes:\n> > I guess this means that PostgreSQL does not fully support SQL's\n> > row-wise comparison. We need to add this to the TODO list?\n> \n> I thought it was there already ... certainly this has been discussed\n> before ...\n\nThis was discussed (incl... |
[
{
"msg_contents": "I wanted to know the contents of the buffer cache in 7.4, so I created\nthis function and view that seems to work ok:\n\n/* Takes relfilenode (from pg_class) and returns the number of\n * buffer cache pages it is using.\n */\nPG_FUNCTION_INFO_V1(block_count);\nDatum\nblock_count(PG_FUNCTION_A... |
[
{
"msg_contents": "On an x86_64 machine I'm finding that I cannot configure --with-python \nwithout the attached patch. Undoubtedly there is a better way to fix \nthis -- any suggestions?\n\nAnother configure issue: I find that --enable-depend breaks parallel builds:\n\nmake -j 2\n [...]\nmake[3]: Entering di... |
[
{
"msg_contents": "\nI have someone that is asking if you can recover some tablespaces in a \ndatabase, but leave the others online ... apparently its a feature of \ntablespaces under Oracle ... I could see it for schemas, but sounds like \nit could cause problems depeending on how you are using tablespaces ...... |
[
{
"msg_contents": "For our research project, I need to implement an encryption support for \nPostgressql. At this current phase, I need to at least support page \nlevel encryption In other words, each page that belongs to a certain \nsensitive table will be stored encrypted on the harddisk.\nSince we are tryin... |
[
{
"msg_contents": "Murat,\n\n> For our research project, I need to implement an encryption support for\n> Postgressql. At this current phase, I need to at least support page\n> level encryption In other words, each page that belongs to a certain\n> sensitive table will be stored encrypted on the harddisk.\n\nA... |
[
{
"msg_contents": "\n> I think adding 'S' to \\df confuses more than it helps.\n\nWhy that? Imho it would be consistent.\n\nAndreas\n",
"msg_date": "Fri, 10 Sep 2004 09:22:51 +0200",
"msg_from": "\"Zeugswetter Andreas SB SD\" <ZeugswetterA@spardat.at>",
"msg_from_op": true,
"msg_subject": "Re: p... |
[
{
"msg_contents": "\n> > Well, it's easily changed, if all that's needed is a search-and-replace.\n> > Suggestions for a better name?\n> \n> MINGW32\n\nI think that is a bad idea. That symbol sure suggests, that you are using mingw. \nAre you expecting someone who creates a VisualStudio project to define\nMINGW... |
[
{
"msg_contents": "Hi,\n\nI am using a version of PostgreSQL compiled from a CVS update of yesterday,\nand compiled with\n make clean all\n make install\n\nOne client connection to the database doing routine and low volume population\nscripts (using schemas) After several normal runs of the population scrip... |
[
{
"msg_contents": "Bruce Momjian schrieb:\n> Andrew Dunstan wrote:\n>>Reini Urban wrote:\n>>>FYI: WIN32 is also defined because <windows.h> is included. \n>>>(/usr/incluse/w32api/windef.h)\n>>>If you want this or that, do proper nesting, and use #else.\n>>>\n>>>\n>>\n>>Ugh, yes. A little experimentation shows t... |
[
{
"msg_contents": "\n> > Personally I don't think that any rename()-usleep loop is necessary.\n> > I'll check the archives.\n> \n> I agree the rename loop seems unnecessary. I kept it in case we hadn't\n> dealt with all the failure places. Should we remove them now or wait\n> for 8.1? Seems we should keep th... |
[
{
"msg_contents": "> Yes, I found the following thread started by you in the\n> pgsql-performance list:\n> \n> Subject: [PERFORM] best way to fetch next/prev record based on index\n> Date: Tue, 27 Jul 2004 06:18:43 -0700\n> \n> > there were some concerns about backwards compatibility.\n> \n> IMO 8.0 is a good c... |
[
{
"msg_contents": "pgman wrote:\n> Andrew Dunstan wrote:\n> > >>I think Bruce was mostly trying to make all the similar tests look\n> > >>alike. Also I agree that \"if a && !b\" is clearer than \"if !b && a\";\n> > >>the latter requires a bit more thought to parse the extent of the !\n> > >>operator...\n> > >>... |
[
{
"msg_contents": "OK, I am caught up on email now after five days of travel. I have\nloaded the patch queue for others to empty. Two weeks to go.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard dr... |
[
{
"msg_contents": "\n\n\n-----Original Message-----\nFrom: pgsql-hackers-win32-owner@postgresql.org on behalf of Tom Lane\nSent: Fri 9/10/2004 10:20 PM\nTo: Bruce Momjian\nCc: Reini Urban; PostgreSQL-development; PostgreSQL Win32 port list\nSubject: Re: [pgsql-hackers-win32] [HACKERS] more dirmod CYGWIN \n\n> W... |
[
{
"msg_contents": ">Hi\n>\n>Thanks for PostgreSQL Beta 8.0!\n>\n>I try to use the native Win32 build \n>(http://pgfoundry.org/projects/pginstaller)\n>(Beta 1) but i get an error during DB startup.\n>\n>\"failed to get token information: 122\"\n>\n>\n>Maybe this is related to \n>http://groups.google.com/groups?h... |
[
{
"msg_contents": "Hi list,\n\nis it is known that postgres 8.0 (beta1 and beta2 both same behavoir) \nwill eat tons of memory on Windows under heavy load?\n\nScenario:\n\nI have a big delete with about 56000 rows. (DELETE FROM mytable;)\nThere are triggers (after delete) updating 2 or 3 other tables. (there \n... |
[
{
"msg_contents": "I'm fairly displeased with what pgindent has done to single-line PG_TRY\nconstructs, as in this example from pl_exec.c:\n\n*************** exec_stmt_block(PLpgSQL_execstate * esta\n*** 911,922 ****\n SPI_result_code_string(xrc));\n \n PG_TRY();\... |
[
{
"msg_contents": "Hi all,\none year ago I did this post:\n\nhttp://archives.postgresql.org/pgsql-admin/2003-04/msg00137.php\n\nhowever I had no reply att all, do you know why there is not a\nconcept of: \"security definer\" on views too ?\n\nIf in that post I was not clear please let me know.\n\n\nRegards\nGae... |
[
{
"msg_contents": "Hackers,\n\nI am in the process of fixing the oid2name contrib module. It needs a\nlot of care and feeding. Hopefully for the next release we can move it\nto src/bin/scripts so it can use the routines that are in common.c, and\nsome of the ugliness can go.\n\nI think it will stay in contrib... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nBruce Momjian wrote:\n\n| Gaetano Mendola wrote:\n|\n|>>I had that argument a while ago with Bruce and lost :-) . It does horrible\n|>>things to if/else constructs too. The workaround is to put a comment in the\n|>>block. On the whole I agree ... |
[
{
"msg_contents": "Hello all,\n\nA few days ago, I found that \"CREATE OR REPLACE TRIGGER\"\nis not allowed on 7.4.2. However, functions and rules allow\n\"CREATE OR REPLACE\" statement.\n\nIs threre any reason not to support \"CREATE OR REPLACE\"\nonly for triggers?\n\nThanks.\n-- \nNAGAYASU Satoshi <nagayasu... |
[
{
"msg_contents": "I've been knocking around a bit with user level locks and I have a few\nsuggestions/questions:\n\nFirst, the pg_locks view lists user level locks but doesn't really say\nmuch about them. For example, for traditional locks we get the xid but\nfor user locks we don't really get anything useful... |
[
{
"msg_contents": "> Merlin Moncure wrote:\n> > Second,\n> > Is there a reason why user level locks are completely undocumented?\n> > AFAICT, There is no mention of them in anywhere in the docs,\n> > particularly 12.4, which describes methods for application managed\n> > concurrency. The availability of cooper... |
[
{
"msg_contents": "> I said some time ago that I would pester contrib authors about fixing\n> license issues, but it still hasn't gotten to the top of my to-do list\n:-(\n> AFAIK nothing at all has been done on this score.\n> \n> If Merlin is hot about contrib/userlock right now, he's welcome to try\n> to conta... |
[
{
"msg_contents": "BTW, I'm not going to make the lock release/XactLockTableWait fix just yet,\nbecause exhaustion of shared memory provides an easy test case for a\nproblem that I want to fix first. What I noticed while testing the\nreported case is that you get\n\nWARNING: out of shared memory\nCONTEXT: PL... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n \n \nAnyone working on the libpq interface to prepared statements?\nWe could really use that for DBD::Pg. Alternatively, if someone\nknows a trick to prepare an INSERT statement without knowing\nthe data types, that would be neat too. For exa... |
[
{
"msg_contents": "Hello all,\n\nI'm now working on performance tuning for PostgreSQL application.\n\nI know shared_buffers and sort_mem have huge impacts for the performance.\n\nIf a disk sort (called tape sort in the code) is occured, we need to\nincrease sort_mem value. Then I found it is difficult to get a\... |
[
{
"msg_contents": "I wanted to allow WIN1250 as a server-side encoding, in light of the \nWindows port. Now I wonder why there are client-only encodings at all. \nWithout knowing details, it seems the client-only encodings are all \n\"Windows world\" encodings. So was the original reason not to allow \nthese... |
[
{
"msg_contents": "Hello folks,\n\nI have an idea, to break pg_dump into functions within PostgreSQL.\n\nWe currently have some functions like pg_get_viewdef, but it would\nbe great to have a function or functions to dump the SQL definition\nof any object.\n\nThis would allow easy dumping of any object from adm... |
[
{
"msg_contents": "Current pg_restore segfaults.\nManually fault seems to happen at (*AH->ClosePtr) (AH)\nin pg_backup_archiver.c/CloseArchive(Archive *)\n\n--strk;\n",
"msg_date": "Tue, 14 Sep 2004 10:55:30 +0200",
"msg_from": "strk <strk@keybit.net>",
"msg_from_op": true,
"msg_subject": "pg_re... |
[
{
"msg_contents": "This might be gist-related or not. The cost estimator\nis wrongly estimating an higher cost on Index Scan then\nit estimates on Seq Scan (while reality shows the difference).\n\nI've found out that the gistcostestimate function is just\na stub calling the genericcostestimate, can this be the ... |
[
{
"msg_contents": "I just read this in the MySQL manual:\n(http://dev.mysql.com/doc/mysql/en/InnoDB_Error_handling.html)\n\n\"Error handling in InnoDB is not always the same as specified in the SQL\nstandard. According to the standard, any error during an SQL statement\nshould cause the rollback of that stateme... |
[
{
"msg_contents": "HI,\n\nI'm using 7.4.5 on Mac OS X (G5) and was profiling it to see why it is \nSO SLOW at committing inserts and deletes into a large database. One \nof the many slowdowns was from MemSet. I found an old (2002) thread \nabout this and retried the tests (see below). The main point is that \... |
[
{
"msg_contents": "Good morning\n\nLet me introduce, I'm Ricardo Rezende and I'm SQL Magazine subeditor, from \nBrazil (http://www.sqlmagazine.com.br.).\n\nMy goal in this first contact is to solve a doubt about PostgreSQL RDBMS.\n\nI'm writing an article about redundant storage technology, called RAID. \nThe f... |
[
{
"msg_contents": "> Anyone working on the libpq interface to prepared statements?\n> We could really use that for DBD::Pg. Alternatively, if someone\n> knows a trick to prepare an INSERT statement without knowing\n> the data types, that would be neat too. For example:\n> \n> CREATE TABLE foobar(a INTEGER);\n> ... |
[
{
"msg_contents": "> \"Merlin Moncure\" <merlin.moncure@rcsonline.com> writes:\n> > ... is there any merit to promoting the user lock wrappers out of\n> contrib\n> \n> Dunno. Yours is the first message I can recall in quite a long time\n> indicating that anyone was using userlocks. I thought the code was\nkin... |
[
{
"msg_contents": "Is select a transaction starting statement according to the the sql\nspecification?\n\nIn the specification (sql99) there is a list of things that are and a list\nof things that are not, but I can't figure out which list a select query\nbelongs to. Isn't that great :-)\n\nIn postgresql it is ... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nHi all,\nI'm bouncing on the following problem, I don't know if is a bug or if exist a different\nway to do it.\nThe following code is not meaningfull but it's an extract of what I'm trying to do:\n\n\nCREATE TABLE foo ( field1 INTEGER );\n\nC... |
[
{
"msg_contents": "CREATE TABLE test(word text);\nINSERT INTO test VALUES('\\342\\204\\226');\n\nSELECT * FROM test WHERE word='\\342\\200\\242';\nor\nSELECT * FROM test WHERE word='\\342\\200\\224';\nreturns word previously inserted instead of zero rows.\n_______________________________________________________... |
[
{
"msg_contents": "I am also don't know how use NEW,OLD in plpgsql\nbut in pltcl possible to use $NEW($my_field), $OLD($my_field)\n\n-- \nVadim Passynkov\n\n-----Original Message-----\nFrom: Gaetano Mendola [mailto:mendola@bigfoot.com]\nSent: Tuesday, September 14, 2004 2:35 PM\nTo: pgsql-hackers@postgresql.org... |
[
{
"msg_contents": "While doing some testing for someone, I have run across what appears to be a \nbug that is only readily reproduceable in FreeBSD 4.x (dual Xeon 2.4 GHz, \n2GB RAM, PG 7.4). The same test run on a pair of linux boxen, work as \nexpected.\n\nThis process has now been running 25 hours, is stil... |
[
{
"msg_contents": "I ran the postmaster under valgrind, and ran the regression tests (\"make\ninstallcheck\") against it. Curiously, this resulted in an assertion\nfailure:\n\nTRAP: FailedAssertion(\"!(lock->shared > 0)\", File:\n\"/home/neilc/pgsql/src/backend/storage/lmgr/lwlock.c\", Line: 443)\n\nThe error i... |
[
{
"msg_contents": "> A bit of context here. The perl DBD::Pg developers are trying to\nfigure\n> out\n> how to implement prepared queries sanely. As it stands now they're\n> basically\n> writing off both binary prepared queries and SQL based prepared\nqueries as\n> basically useless. It would be a shame to have... |
[
{
"msg_contents": "G'day,\n\nThere seems to be a kind of statement parsing problem in 7.4.5\n(from debian postgresql-7.4.5-3, i386).\n\nEither that, or I'm missing something...\n\nThe following script:\n\n----------------------------------------------------------------------\ncreate table t1 ( foo1 integer, foo... |
[
{
"msg_contents": "I'd like to make it possible to perform function calls in PL/PgSQL\nwithout needing to use PERFORM. I think this would be useful because (a)\nit is closer to how PL/SQL works (b) PERFORM is (IMHO) a kludge, and\nmaking it unnecessary would make programming in PL/PgSQL more natural.\n\nAttache... |
[
{
"msg_contents": "Some people have requested to add WIN1250 as an allowed server encoding. \nSo far, the order of the encoding numbers determined which ones were \nclient-only, so in order not to renumber the encodings, I could only \ncome up with the attached ugly solution. If no one thinks of a better \non... |
[
{
"msg_contents": "Didn't find a solution for this on the lists, and I am not a yet-brand-new-guru, so... I ask :)\n\nWhat about this?\n\nI've found a box (dual Intel(R) Xeon(TM) CPU 2.80GHz) in which to test the beta2. Trying to cretae proc languages I found this error. I've seen error creating languages on ... |
[
{
"msg_contents": "[postgres@prdpwgb0208 local]$ psql template1\nWelcome to psql 8.0.0beta2, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL commands\n \\? for help with psql commands\n \\g or terminate with semicolon to execute query\n... |
[
{
"msg_contents": "Hi Simon, \n\nSorry it has taken so long. Among other things, I doubled the controllers\nand drives on the system I was testing this on. But now I have some data\nagainst PostgreSQL-8.0beta2.\n\nHere is the test run with archiving enabled:\n\thttp://www.osdl.org/projects/dbt2dev/results/dev... |
[
{
"msg_contents": "Hi!\nI posted the following message to the general list but no answer.Could\nyou please help?\n\nI have some problems with the SPI memory management (at least I think\nthis is the problem).\n\nWhat I'm trying to do is to get the Query related to a select statement,\nalter it and produce a new... |
[
{
"msg_contents": "After looking over the state machine in xact.c, I'm thinking of removing\nthe TBLOCK_SUBENDABORT_ALL and TBLOCK_SUBENDABORT_RELEASE states in\nfavor of having the ROLLBACK command mark the whole transaction state\nstack similarly to what is now done for COMMIT. In detail this would\nrequire ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Lane\n> Sent: Wednesday, September 15, 2004 10:51 AM\n> To: Greg Stark\n> Cc: Merlin Moncure; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] libpq ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.