threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I'm getting time, timetz, and horology regression failures in HEAD\non Solaris 9 / gcc 3.4.2. So are other machines in the build farm,\nsuch as this one:\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=shark&dt=2005-05-26%2004:21:00\n\nI'm getting the same regression failures shown in t... |
[
{
"msg_contents": "Hackers,\n\nI'm seeing the following weirdness with the 2PC patch:\n\nalvherre=# begin;\nBEGIN\nalvherre=# create table a (a int);\nCREATE TABLE\nalvherre=# insert into a values (1);\nINSERT 0 1\nalvherre=# prepare transaction 'foo';\nPREPARE TRANSACTION\nalvherre=# select * from a;\n\n\nAt t... |
[
{
"msg_contents": "-- First part ---\n\nIn md.c/RememberFsyncRequest():\n\n if (hash_search(pendingOpsTable, &entry, HASH_ENTER, NULL) == NULL)\n ereport(FATAL,\n (errcode(ERRCODE_OUT_OF_MEMORY),\n errmsg(\"out of memory\")));\n\npendingOpsTable uses \"MdCxt\" to allocate memory. So if \"out of memory\"... |
[
{
"msg_contents": "> > > I assume that this will not break the use of pg_ctl to deliver \n> > > pseudo-signals. That would be a show-stopper.\n> >\n> > It shouldn't, but there is one concern: it has to be created in the \n> > global namespace. On older windows there is no different, but on \n> > modern windows ... |
[
{
"msg_contents": "\nI've got a table I've split into two, a portion that can be modified\nunder normal circumstances, and a portion that can't be. (In a testing\nmode they both can be, but in production the user IDs doing the work\ndon't have update or delete access on the immutable portion. BTW, I'm\nopen to ... |
[
{
"msg_contents": "Thanks! \n\n>-----Original Message-----\n>From: Simon Riggs [mailto:simon@2ndquadrant.com] \n>Sent: Friday, May 27, 2005 11:45 AM\n>To: David Parker\n>Cc: pgsql-hackers@postgresql.org\n>Subject: Re: [HACKERS] logging sql from JDBC\n>\n>On Wed, 2005-05-25 at 12:03 -0400, David Parker wrote:\n>... |
[
{
"msg_contents": "I've quite some trouble with the overlaps function:\nSELECT overlaps('9.6.2005'::date, '9.6.2005'::date, '9.6.2005'::date, \n'9.6.2005'::date);\nreturns true (these are german timestamps dd.mm.yyyy)\n\nSELECT overlaps('8.6.2005'::date, '9.6.2005'::date, '9.6.2005'::date, \n'9.6.2005'::date); ... |
[
{
"msg_contents": "Folks,\n\nWith OSCON 2005 (August 1-5) registration now open, I wanted to invite members \nof the PostgreSQL community along on a \"field trip\" immediately following \nOSCON. We will be visiting the offices of the National Weather Service and \nof ODSL in Portland. Transportation will be p... |
[
{
"msg_contents": "Is the following behavior intended?\n\nCREATE FUNCTION foo(INOUT x integer, INOUT y integer) AS $$\nBEGIN\n x := x * 10;\n y := y * 10;\nEND;\n$$ LANGUAGE plpgsql;\n\nSELECT * FROM foo(1, 2);\n x | y \n----+----\n 10 | 20\n(1 row)\n\nALTER FUNCTION foo(integer, integer) IMMUTABLE;\n\n... |
[
{
"msg_contents": "Hi, here we go again...\n\nAs you know there is a problem executing something like:\n\ncreate table foo (\n col1 serial,\n col2 int\n);\n\ncreate view v_foo as select * from foo;\n\ncreate rule ins_rule as on insert to v_foo do instead\ninsert into foo(col1, col2) values (new.col1, new.... |
[
{
"msg_contents": "I have just noticed that this patch:\n\t\n\t* Implements a hash-table cache of loaded tables, so we don't have\n\tto read and parse the TZ file everytime we change a timezone. While\n\tnot necesasry now (we don't change timezones very often), I beleive\n\tthis will be necessary (or at least g... |
[
{
"msg_contents": "Has any thought been given to adding bloom filter indexes to PostgreSQL?\n\nA bloom index would be created on a column, and could then be used to\naccelerate exact matches where it is common that the user may query\nfor a value that doesn't exist. For example, with the query select\nuserid fr... |
[
{
"msg_contents": "\nHas anyone tried to compile postgres with Visual Age compiler on\nOpenPower5 (IBM-ese for linux only PowerPC based server) either 32 or 64\nbit ?\n\nWe got it to build fine on both Suse and RHAS, but have had no luck with\nVAC.\n\n\nI have not researched any deeper,but currently it fails w... |
[
{
"msg_contents": ">I have just noticed that this patch:\n>\t\n>\t* Implements a hash-table cache of loaded tables, so we \n>don't have\n...\n\n>balloons the working store of every backend process by something over 5\n>megabytes:\n>\n>Timezones: 5678768 total in 19 blocks; 3904 free (0 chunks); \n>5674864 used\... |
[
{
"msg_contents": "I'm not sure when this broke, but using contrib/pg_buffercache with\nthe latest HEAD causes an assertion failure:\n\ntest=# SELECT * FROM pg_buffercache;\nserver closed the connection unexpectedly\n This probably means the server terminated abnormally\n before or while processin... |
[
{
"msg_contents": "For the past couple of releases we've had support for cstring\n(null-terminated string) as a full fledged datatype: you set\ntyplen = -2 to indicate that strlen() must be used to calculate\nthe actual size of a Datum.\n\nIt occurs to me that we should change type UNKNOWN's internal\nrepresent... |
[
{
"msg_contents": "I'm thinking of making two small changes in LockAcquire's behavior:\n\n1. Bogus parameters (in particular an invalid locktable id) should\nresult in elog(ERROR), not a failure return. The existing API makes\nit impossible to tell the difference between an invalid parameter\nand an unobtainab... |
[
{
"msg_contents": "\n> I have not researched any deeper,but currently it fails with\n> \n> .[hannu@power postgresql-8.0.3]$\n> CC=/opt/ibmcmp/vac/7.0/bin/xlc ./configure\n> ..A..\n> checking for int timezone... yes\n> checking types of arguments for accept()... configure: error: \n> could not determine argumen... |
[
{
"msg_contents": "There has been discussion in the past of including number of days as \npart of the Interval structure in addition to the current months and \ntime components. Here are some mailing list threads where the topic \nhas arisen.\n\n[Re: [GENERAL] '1 year' = '360 days' ????](http:// \narchives.p... |
[
{
"msg_contents": "FYI, two weeks ago I attended the Computer & Communications Industry\nAssociation (http://www.ccianet.org/) 2005 Summit in Washington. I was\ninvited as a member of an open source project.\n\nIt was a great opportunity for our project to get visibility in\nWashington among industry lobbyist ... |
[
{
"msg_contents": "In 8.0, PostgreSQL lost its previously postulated ability to be \ncross-compiled and it turns out some people actually used that, so \nhere's an attempt to fix it.\n\nThe problem is that the program zic in src/timezone/ is built and run \nduring the build process, which doesn't work if it's c... |
[
{
"msg_contents": "Does anyone object if we moved to Autoconf 2.59? It's been the last \nrelease for 18 months now, so it seems reasonable to settle on it. I'm \nnot actually looking to use features from there, but it gets a bit \nannoying to have to keep so many Autoconf versions around.\n\n-- \nPeter Eisent... |
[
{
"msg_contents": "I'm not sure whether this article has been mentioned here before,\nbut it definitely is worth a read:\n\nhttp://www.usenix.org/events/fast03/tech/full_papers/anderson/anderson_html/\n\n From the proceedings of the FAST '03 conference:\n\n\tMore than an interface - SCSI vs. ATA\n\tDave Anderso... |
[
{
"msg_contents": "Hi\n\nI was wondering whether it will be useful to extend postgreSQL support \nto ddl triggers.\nThis may be useful for tracking and auditing purposes.\n\nI am planning on prototyping this.\nWould be interested to hear any comment.\n\nThanks\n\nBarnali\n",
"msg_date": "Tue, 31 May 2005 16... |
[
{
"msg_contents": "пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ\nпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅ/пїЅ пїЅпїЅ пїЅпїЅпїЅ пїЅпїЅ 300 $ пїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ\n(IBM, HP, DELL, Compaq, Toshiba, Panasonic, Apple).\n\nпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ пїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пї... |
[
{
"msg_contents": "----09-2[5]-2047-2[3]-085[3]\nContent-Type: ;text/plain;\nContent-Transfer-Encoding: 7Bit\n\nThe New Breakthrough of \"The Antidote\" \nPROVEN FORMULA Not available in any retail outlet - \n\n\nTo Learn More please follow: \nhttp://www.lyfdad.us/fvd \n\n\nShips direct from the medical researc... |
[
{
"msg_contents": "\nJust want to make sure that this is, in fact, what is expected:\n\nclient1: begin;\nclient1: update articles set some_col = <foo> where id = <bar>;\nclient2: update articles set some_col2 = <foo2> where id = <bar>;\nclient1: update articles set some_col3 = <foo> where id = <bar>;\nclient1: ... |
[
{
"msg_contents": "\nDo to moderator error (namely, mine), several hundred messages (spread \nacross all the lists) were just approved ...\n\nSorry for all the incoming junk :(\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy... |
[
{
"msg_contents": "\n\nERROR: source database \"template1\" is being accessed by other users\n\nWhy is this not allowed? Not that there is generally a reason to be in \ntemplate1, but am curious as to why it prevents a new DB from being \ncreated if someone is connected to it ...\n\n----\nMarc G. Fournier ... |
[
{
"msg_contents": "It seems we are more or less agreed that 32-bit CRC ought to be enough\nfor WAL; and we also need to make a change to ensure that backup blocks\nare positively linked to their parent WAL record, as I noted earlier\ntoday. So as long as we have to mess with the WAL record format, I was\nwonde... |
[
{
"msg_contents": "\nIf a table is created as WITHOUT OIDS, is it still possible to take\nadvantage of the physical tlist optimization?\n\nBest Regards, Simon Riggs\n\n",
"msg_date": "Tue, 31 May 2005 23:26:11 +0100",
"msg_from": "Simon Riggs <simon@2ndquadrant.com>",
"msg_from_op": true,
"msg_s... |
[
{
"msg_contents": "Recent test results have shown a substantial performance improvement\n(+25%) if WAL logging is disabled for large COPY statements. This is to\nbe expected, though has a price attached: losing the ability to crash\nrecover data loaded in this manner.\n\nThere are two parts to this proposal. Fi... |
[
{
"msg_contents": "Hi all,\n\nI'm now interested in audit facilities for database accessing.\nAre anyone thinking or working on audit stuffs?\n\n-- \nNAGAYASU Satoshi <nagayasus@nttdata.co.jp>\nOpenSource Development Center,\nNTT DATA Corp. http://www.nttdata.co.jp/\n",
"msg_date": "Wed, 01 Jun 2005 10:03:3... |
[
{
"msg_contents": "hi\nI want to know that does ODBC executes all statement\nas simple query as i have't found any thing as\nparse/bind/execute messeges in ODBC case.Or where can\ni find the implementation of these messeges on ODBC\nside\n\nThx\nZahid K \n\n\n\t\t\n__________________________________ \nDo you Ya... |
[
{
"msg_contents": "Hi,\n i want to know how postgres will store a\nrelation in pages and where can i see the code related\nto this in the source code.Plz help me .\n\n S.Nithin \n\n\n\n\t\t\n__________________________________ \nDiscover Yahoo! \nUse Yahoo! to plan a weekend, have fun online and more. Ch... |
[
{
"msg_contents": "> I have simplified the code according to the discussion. Now \n> there is no pipe or signaling threads, process access shared \n> memory directly to pass signals.\n> Seems everything works fine except pg_ctl. I now have two \n> choices to fix it:\n> \n> (1) Record Shared memory name (it is a... |
[
{
"msg_contents": "\n> The problem I see with this proposal is that the buffer manager knows\n> how to handle only a equally-sized pages. And the shared memory stuff\n> gets sized according to size * num_pages. So what happens if a certain\n> tablespace A with pagesize=X gets to have a lot of its pages cached... |
[
{
"msg_contents": "\n> Date: Tue, 31 May 2005 16:26:20 -0400\n> From: Tom Lane <tgl@sss.pgh.pa.us>\n> To: pgsql-hackers@postgreSQL.org\n> Subject: Quick-and-dirty compression for WAL backup blocks\n> Message-ID: <23210.1117571180@sss.pgh.pa.us>\n\n(cut)\n\n> ... make the WAL writing logic aware of the layout\n>... |
[
{
"msg_contents": "\"Mark Cave-Ayland\" <m.cave-ayland@webbased.co.uk> writes:\n> I also noticed your comment above that mentioned that compression would be\n> less effective as the pages became more full. Would changing the loading\n> factor of database pages have an effect here, as I would have thought that\n... |
[
{
"msg_contents": "Our customer is running Postgresql v. 7.3.4 on Linux(Redhat 3.0 Ent.)\nThe application crashed and I am trying to understand what could have caused\nthis kind of problems:\n\n fdatasync of log file 0, segment 2 failed: input/output error\n PGSTAT: Error closing temp stats file \n ...... |
[
{
"msg_contents": "\nIn case nobody has seen this:\n\n \thttp://code.google.com/summerofcode.html\n\nMight be something to help fun, say, the GiST stuff? Just need to find a \nstudent that could be mentor'd/directed/brought up to speed?\n\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://... |
[
{
"msg_contents": "> > Why not just use the pid in teh name, and have one segment \n> per backend?\n> \n> Being used only for signals you mean? That might work.\n\nThat was my idea. We'll end up using three global namespace objects\n(mutex+event+shared memory) instead of one (named pipe), but as we're\nnot tal... |
[
{
"msg_contents": "Is there any reason we can't have SELECT FOR UPDATE on union ALL queries?\n\nChris\n\n",
"msg_date": "Thu, 02 Jun 2005 11:24:03 +0800",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "SELECT FOR UPDATE and UNION ALL"
... |
[
{
"msg_contents": "yeah, this is all a bit confusing, but I *hope* I can clarify things here as I think I got a better understanding now.\n\nbefore that, let me just clarify that the performance improvements in the patch have nothing to do with the escaping mechanizm. Escapes could change. The performance gain ... |
[
{
"msg_contents": ">I've been following this thread, and I'm a little confused. Could you\npossibly clarify what you mean, by providing a couple of lines of\ninput as it would be formatted with escape processing turned off - \ncontaining a text field with an embedded newline and tab and a null field.\n\n\nyeah,... |
[
{
"msg_contents": "contrib/ltree, contrib/tsearch, and contrib/tsearch2 each contain\nimplementations of CRC32 calculations. I think these are now pretty\nredundant with the CRC32 code existing in the main backend. They\nuse a different CRC polynomial than the main backend code does,\nbut it's hard to credit ... |
[
{
"msg_contents": "\n> Escape processing would proceed as before, but the semantics would change to\n> allow the use of different characters as the escape character, in addition\n> to the special characters for delimiter and newline.\n\nIf you mean syntax to specify escape and delimiter (and newline ?), \nthat ... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of \n> Vishal Kashyap @ [SaiHertz]\n> Sent: 02 June 2005 16:19\n> To: Robert Treat\n> Cc: Jonah H. Harris; Marc G. Fournier; \n> pgsql-hackers@postgresql.org... |
[
{
"msg_contents": "hi,\n i want to know how CREATE table (creating a\nrelation)\n\nworks in Postgres.where can i find this in source\ncode.\n\nalso i want to know how postgres parser the\ninput(create table) and how is this connected to the\ncreate table source code files.\n\n\n______________________________... |
[
{
"msg_contents": "Dear People,\n\n \n\nAfter a long time of various timeouts, I managed to get back on track\ndeveloping the long promised PQDN website. As some of you might know. I was\nworking on a project called the PostgreSQL Developer Network. \n\n \n\nThe websites (which is a la MSDN) is meant to provide... |
[
{
"msg_contents": "\nJust got word back that they have reached their 'limit' on # of projects \nthey are working with this summer ... considering they only 'opened up' \nthe floor on the 31st, and its closed already ... damn, that was a small \nwindow of opportunity.\n\nBut, I've been told to contact the co-ord... |
[
{
"msg_contents": "Dear all, \n\nI completed my Computer Science MSc thesis in Athens University of Economics \nand Business, A.U.E.B (under the supervision of Ass.Prof. V.Vassalos). Its \nsubject was \"DAIMON: Data Integration for a Mobile Network\", i.e. mobile \npeers integrating data from other peers. We us... |
[
{
"msg_contents": "wht i wanted to do is... identify the tables which are getting used simultaneously... so that i can move them to different tablespaces....\n \nfor that i tried to do sampling of \"pg_statio_user_tables\" for top 20 tables...(in terms of usage)... so that i know how much io is being done... fo... |
[
{
"msg_contents": "i just noted one more thing...\npg_stat_get_db_blocks_fetched/hit is getting updated\nbut pg_stat_get_blocks_fetched/hit are not getting\nupdated.....\n\nwhy is this happening..\n\nRegards\nHimanshu\n\n--- Himanshu Baweja <himanshubaweja@yahoo.com> wrote:\n\n> wht i wanted to do is... identif... |
[
{
"msg_contents": "Dear people,\n\n \n\nDoes anyone know how to execute an OS command from pgsql. I would like to\ncreate a trigger that op on firing would run/execute an external program.\n\nDoes such functionality exist or do I have to write my own trigger function\nin C.\n\n \n\nReagrds,\n\nGevik.\n\n \n\n\n... |
[
{
"msg_contents": "The code given to implement lo data-type in contrib/lo takes something \nlike:\ninsert into a values( lo_import(\"/home/postgres/LargeObject\"));\nWhat i want to do is .. cover this, that is, i mean i should only pass the \nfilename to the input function. I hope you got my problem. If you kno... |
[
{
"msg_contents": "I enclose a complete patch for avoiding WAL usage for CREATE TABLE AS\nSELECT, when not in archive mode (PITR). The main use case for this is\nlarge BI environments that create summary tables or prejoined tables,\nthough there are many general applications.\n\nThere is no user interface for t... |
[
{
"msg_contents": "Look at peter eisentraut's procedural language PL/sh\nIt's on pgfoundry.\n\n... John\n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Lane\n> Sent: Saturday, June 04, 2005 5:16 AM\n> To: Gevik babakhan... |
[
{
"msg_contents": "Does anyone understand why the precedence of % is strange:\n\t\n\ttest=> select -25 % -10;\n\t ?column?\n\t----------\n\t -35\n\t(1 row)\n\t\n\ttest=> select -25 % (-10);\n\t ?column?\n\t----------\n\t -5\n\t(1 row)\n\nIs it treating the first as -25 - 10? Why? Why are parens nec... |
[
{
"msg_contents": "Log Message:\n-----------\nFix NUMERIC modulus to properly truncate division in computation. \nDivision rounding was causing incorrect results. Test case:\n\n\ttest=> SELECT 12345678901234567890 % 123;\n\t ?column?\n\t----------\n\t 78\n\t(1 row)\n\nWas returning -45.\n\nModified Files... |
[
{
"msg_contents": "\nHow do we force the dependency according to pg_dependency records? Seems\npg_dependency just records them and we follow the records by hand on\ncreate or delete ...\n\nRegards,\nQingqing\n\n",
"msg_date": "Sat, 4 Jun 2005 11:08:32 -0400",
"msg_from": "Qingqing Zhou <zhouqq@cs.toront... |
[
{
"msg_contents": "Dear all,\n\n \n\nThe PostgreSQL Developer Network's Source Browser (beta1) is ready.\n\nIf you got the time to check it for a moment, please do not hesitate to send\nyour opinion.\n\n \n\nRegards,\n\nGevik\n\n \n\nPGDN can be found at http://www.truesoftware.net/pgdn/ \n\n \n\n \n\n\n\n\n\n... |
[
{
"msg_contents": "> > Exactly. In theory it probably works fine to allow one backend to exit\n> > via kill -TERM, but it cannot be claimed that that behavior has been\n> > tested to any significant extent --- \"fast\" shutdown is not stressing it\n> > in the same way.\n> >\n> > I think this is largely a quest... |
[
{
"msg_contents": "Bruce,\n\nAttached patch replaces the original, applied today against CVS HEAD.\nFixes the surrogates, and limits to 4 byte utf8 as per spec.\n\nAlso extends UtfToLocal to 4 byte characters (tho, it does not add any,\njust enables the code to handle them. If my interpretation of this code\nis... |
[
{
"msg_contents": "I'm intending to remove the \"planner internal\" fields of Query\n(base_rel_list et al) and put them into a separate struct along\nthe lines of\n\ntypedef struct PlannerInfo\n{\n NodeTag type;\n\n Query *parse; /* the Query being planned */\n\n List *base_re... |
[
{
"msg_contents": "Hi,\n i want to know how create relation works and how \nthe populated relation is stored in the form of pages\nand also when a tuple is inserted how page concept\nworks\nin postgress.\n\n\nS.Nithin.\n\n__________________________________________________\nDo You Yahoo!?\nTired of spam? Yah... |
[
{
"msg_contents": "Dear All,\n\n \n\nI am sure this is all asked before, so forgive me.\n\nDoes anyone know (besides the documentation) if there is a graphical\nrepresentation of the pg catalog?\n\n \n\nRegards,\n\nGevik.\n\n \n\n\n\n\n\n\n\n\n\n\nDear All,\n \nI am sure this is all asked before, so forgive me…... |
[
{
"msg_contents": "Following up on my own post from last night:\n\n > Could it be that there is some code in autovacuum that is O(n^2) in\n > the number of tables?\n\nBrowsing the code using webcvs, I have found this:\n\nfor (j = 0; j < PQntuples(res); j++)\n{\n\ttbl_elem = DLGetHead(dbs->table_list);\n\twhile ... |
[
{
"msg_contents": "hey all,\n\n\nI'm trying to convince some people here to adopt either mysql or postgresql\nas a relational database here.. However, we can't start from a clean slate; \nwe have a very mature oracle database that applications point to right now, \nand so we need a migration path. I went to the... |
[
{
"msg_contents": "I need your advice.\n\nFor on-disk bitmap I run a list of TIDs.\n\nTIDs are stored in pages as an array, page's opaque data holds an array of\nbits, indicating whether corresponding TID has been deleted and should be\nskipped during the scan.\n\nPages, that contain TIDs list, are organized in... |
[
{
"msg_contents": "Hello\n\n\tThis patch contains three oracle users missing functions. But I \nhope can be usefull for all PostgreSQL users (users vote me ;-) Certainly \nLEAST and GREATEST, which has not analogy. Using of DECODE is similar \nCASE, but with some differences. There exist some workarounds in plp... |
[
{
"msg_contents": "I have added the unresolved issue referenced here to TODO:\n\n\thttp://archives.postgresql.org/pgsql-bugs/2005-01/msg00306.php\n\nIt relates to the use of rtree indexing:\n\n\t* Fix incorrect rtree results due to wrong assumptions about \"over\"\n\t operator semantics [rtree]\n\n-- \n Bruce... |
[
{
"msg_contents": "Yes,\n\nThank you! :)\n\n.. John \n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: Tuesday, June 07, 2005 10:07 AM\n> To: John Hansen\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] unicode upper/lower functions\n> \n> \n> I think ... |
[
{
"msg_contents": "... Except,.. It was never decided if the 'C' locale optimisations was\ngoing to be removed if/when implementing ICU.\n\nTho I think the conclusion was a postgresql.conf parameter to\nenable/disable the optimisations.\nEither way, this code is now obsolete.\n\n... John \n\n> -----Original Me... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> John Hansen wrote:\n> > ... Except,.. It was never decided if the 'C' locale \n> optimisations was \n> > going to be removed if/when implementing ICU.\n> \n> Uh, why would we remove it? Oh, meaning if the locale is C \n> we bypass locale lookups? I think we will have... |
[
{
"msg_contents": "Can we get a list features we want for RESET CONNECTION? At this point,\nI see ideas but no consistent approach. Some say protocol only, others\nsay an SQL command is fine, but the protocol has to find out it happened\nsomehow. Is that a plan?\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "After months of being behind, I have gone through my entire mailbox and\naddressed all the patches held over from 8.0beta. I have loaded up the\npatch queue and will apply them in a day or two.\n\n\thttp://momjian.postgresql.org/cgi-bin/pgpatches\n\nSome of the patches lack documentation whi... |
[
{
"msg_contents": "When you do a pg_start_backup()/pg_stop_backup(), the *.backup files\ncreated in pg_xlog are never deleted. Is that intended?\n\n\t$ lf /u/pg/data/pg_xlog/\n\t000000010000000000000000.0034C96C.backup 000000010000000000000004\n\t000000010000000000000000.0034C9AC.backup 000000010... |
[
{
"msg_contents": "Dear Hackers,\n\nI am trying to create a wrapper around Postgres on Win32, but have found the macro used to export/import a little unhelpful. \n\nWould it be worth considering modifying it from DLLIMPORT to something like PGSQL_DLLIMPORT and instead of BUILDING_DLL to PGSQL_BUILDING_DLL. This... |
[
{
"msg_contents": "Hi there,\n\nI want to inform that we began to work on concurrency and recovery\nsupport in GiST on our's own account and hope to be ready before 8.1\ncode freeze. There was some noise about possible sponsoring of our work,\nbut we didn't get any offering yet, so we're looking for sponsorhi... |
[
{
"msg_contents": "Our current RESET CONNECTION TODO item is:\n\n\t* Add RESET CONNECTION command to reset all session state\n\t\n\t This would include resetting of all variables (RESET ALL), dropping of\n\t temporary tables, removing any NOTIFYs, cursors, open transactions,\n\t prepared queries, currval()s,... |
[
{
"msg_contents": "hi, \n\nI'm trying to copy the contents of a bucket of a hash table to a BufFile. \nThere is a memory context for each bucket. That is, there is an array \n(#nbuckets) memory contexts.\nthus the tree of mem cxts are\n ...\n hashCxt\n |\n batchCxt\n | |\n | |\nB... |
[
{
"msg_contents": "Hi all,\n\nI've got myself into a vicious loop that I can't seem to get out of.\n\nI have paired down the query for debugging this particular problem that I'm\nhaving.\n\nWhat I'm trying to do is find all 'encounters' that have no matching record\nin 'p_l_d' for a date range.\n\nMy first SELE... |
[
{
"msg_contents": "Folks,\n\nI had a lot of time to kill on airplanes recently so I've gone\ndigging through /contrib in an effort to sort out what's in\nthere and try to apply some consistent rules to it. Before\npeople read further, please understand that this is just an\ninitial discussion on what will and ... |
[
{
"msg_contents": "FYI, I have results being generated daily against CVS, in addition to\ndbt2:\n\n\t http://developer.osdl.org/markw/postgrescvs/\n\nI've also added a link to instructions on how to submit patches to test\nagainst PostgreSQL on that page, if anyone's interested.\n\nThanks,\nMark\n",
"msg_da... |
[
{
"msg_contents": "I was just helping out some Red Hat colleagues who were trying to deal\nwith a corrupted database in which pg_dump was failing like so:\n\npg_dump: Error message from server: ERROR: missing chunk number 3 for toast value 205026\n\nFrequently the best recovery action for this involves finding... |
[
{
"msg_contents": "A week ago, I had a discussion with AndrewSN (Andrew Sullivan, I\nsuppose) on #postgresql IRC channel about the following issue.\n\nI have a function, ss_info(text, text) which stores/replaces given key\nand value in ss_info temporary table; the table is created unless exists\nyet. The functi... |
[
{
"msg_contents": "Are any PostgreSQL hackers planning to be at Linuxtag in Karlsruhe?\n\n-- ams\n",
"msg_date": "Wed, 8 Jun 2005 10:06:18 +0530",
"msg_from": "Abhijit Menon-Sen <ams@oryx.com>",
"msg_from_op": true,
"msg_subject": "linuxtag 2005"
},
{
"msg_contents": "On Wed, Jun 08, 200... |
[
{
"msg_contents": "The regression test file subselect.sql contains the following query under the \nheading \"Correlated subselects\":\n\nSELECT '' AS five, f1 AS \"Correlated Field\"\n FROM SUBSELECT_TBL\n WHERE (f1, f2) IN (SELECT f2, CAST(f3 AS int4) FROM SUBSELECT_TBL\n WHERE f3 IS NOT ... |
[
{
"msg_contents": "I have table:\n\n--------------------------------------------\nCREATE TABLE \"public\".\"test\" (\n \"id\" INTEGER,\n \"text1\" VARCHAR(25),\n \"text2\" VARCHAR(25)\n) WITH OIDS;\nINSERT INTO test VALUES (1, 'qwerty', '111');\nINSERT INTO test VALUES (2, 'asdfgh', '222');\n----------------... |
[
{
"msg_contents": "I've took a look at the TODO item\n\n Allow objects to be moved to different schemas\n\nI've done some code so far which implements the syntax\n\n ALTER [OBJECT] name SET SCHEMA name\n\nwhere OBJECT currently is\n\n SEQUENCE\n TABLE\... |
[
{
"msg_contents": "Hello,\n\nDoes it look like it is going to make it for 8.1?\n-- \nYour PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240\nPostgreSQL Replication, Consulting, Custom Programming, 24x7 support\nManaged Services, Shared and Dedicated Hosting\nCo-Authors: plPHP, plPerlNG - http:/... |
[
{
"msg_contents": "Hi,\n\nI was searching for some information about the storage of the user data\nin postgresql. As far as I know there is one dictionary table for\nstoreing all the users of any known database, right?\n\nAs we'd like to provide a postgresql database service to our students\nwe'd like to create... |
[
{
"msg_contents": "\nHow are ppl using this? I'm trying to use it to re-configure, having \ntried both tcsh and bash, and neither seem to 'work':\n\n# ./configure `pg_config --configure`\nconfigure: error: invalid variable name: '--with-libraries\n\nSo, is there another way I can use the output from pg_config ... |
[
{
"msg_contents": "I've been making a bit of progress on adding a day field to the \nInterval struct (thanks to the help of this list and the find folks \non IRC). Selects and basic math seem to be working, and the code is \npassing more regression tests than it was before.\n\nI'm running into a bit of a pro... |
[
{
"msg_contents": "\nI thought it was supposed to know \"proper ordering\" for doing the restore, \nbut:\n\n%bin/pg_restore -d data ../db/data.dump | & tee data.data.log\npg_restore: NOTICE: CREATE TABLE will create implicit sequence \"resellers_id_seq\" for \"serial\" column \"resellers.id\"\npg_restore: NOTI... |
[
{
"msg_contents": "I propose the attached patch as a poor fix for the cross-compilation \nproblems. It doesn't really solve anything but prints out a message to \nlet cross-compiling folks know that they need to fix up the \ninstallation themselves.\n\nComments?\n\n-- \nPeter Eisentraut\nhttp://developer.postg... |
[
{
"msg_contents": "Greetings!\n\nIs there an issue when a large number of INHERITS tables exist for\nplanning?\n\nWe have 2 base tables, and use INHERITS to partition the data. When we get\naround 2000-2200 sub-tables (approx 1000-1100 per base table), planning a\nSELECT statement on the base table (ie, to sear... |
[
{
"msg_contents": "Someone commented to me recently that they usually use psql's \\x \n\"expanded output\" mode, but find that it produces pretty illegible \nresults for psql slash commands such as \\d. I can't really see a reason \nyou would _want_ \"expanded output\" mode for the result sets of psql \nslash c... |
[
{
"msg_contents": "\n\nWhen i try to compile postgres 8 on windows machine i get this error \nafter i issue the make command\n\nmake -C doc all\nmake[1]: Entering directory `/src/pgsql/doc'\nmake[1]: Nothing to be done for `all'.\nmake[1]: Leaving directory `/src/pgsql/doc'\nmake -C src all\nmake[1]: Entering d... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.