threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi hackers,\nI have some questions about guc units, new feature in 8.2.\n\n#shared_buffers = 32000kB # min 128kB or max_connections*16kB\n#temp_buffers = 8000kB # min 800kB\n#effective_cache_size = 8000kB\n\nAre there any reasons to continue to use 1000-unit numbers? Megabyte-u... |
[
{
"msg_contents": "Hi all,\n\nI would like to submit two ideas:\n\n1/\nIn the daily tasks I have as (also) a standard DBA, I found usefull to\nview locks in a human point of view. I think the \"~ '^pg_'\" part of the\nqueries may be not so clean... Any ideas welcome :)\n\n2/\nAlso, I like having a cache hit/mis... |
[
{
"msg_contents": "Hello,\n\nThe Cassowary buildfarm memeber is curently failing when performing initdb .\nThe corresponding log file initdb.log is empty.\n\nWhen running initdb manually, it dies immediately \"with code 0200\".\nOther executables (psql, createlang, createdb for example) fail in the same\nmanner... |
[
{
"msg_contents": "Hi,\n\nI just read the docs about DELETE RETURNING in 8.2, and a small idea arised:\n\nINSERT INTO logtable DELETE * FROM lifetable WHERE date<'2006-01-01'\nRETURNING *;\n\nWill this work as expected?\n\nIt might be a good example to put into the docs then.\n\nIf not, it may be worth the effo... |
[
{
"msg_contents": "At the end of the following page:\n\nhttp://www.postgresql.org/docs/8.0/static/indexes-partial.html\n\n there is a link [Generalized Partial\nIndexes<http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z>]\nwhich is pointing to a missing link.\n\n Can someone update the link ... |
[
{
"msg_contents": "Hi,\n\nhttp://developer.postgresql.org/pgdocs/postgres/release-8-2.html tells:\n\n> Add pg_dump -X no-data-for-failed-tables option to suppress loading\n> data if table creation failed (the table already exists) (Martin\n> Pitt)\n\nHowever, http://developer.postgresql.org/pgdocs/postgres/app-... |
[
{
"msg_contents": "\n\nLinux:\n\n$ echo 'DROP FUNCTION if exists foo(int);' | psql 1c\nTiming is on.\nSET\nTime: 197.941 ms\nNOTICE: function foo(О©╫) does not exist ... skipping\nERROR: invalid byte sequence for encoding \"UTF8\": 0x90\nHINT: This error can also happen if the byte sequence does not match th... |
[
{
"msg_contents": "I'm playing with catalog upgrade via BKI format. I enhanced the pg_dump \nof BKI output (not patch ready yet). I'm using it for some test now, but \nI think It should be useful for some one other, for example some \napplication with embedded postgres should use own prepared BKI for \ndatabase... |
[
{
"msg_contents": "All,\n\nHere:\nhttp://pgfoundry.org/docman/view.php/1000047/233/release82.zip\nis a zip file of a draft of the PostgreSQL 8.2 release and accompanying \npress kit. Please check if the technical details are correct, and get \nback to me with any corrections by Thursday.\n\nThanks!\n\n-- \n--J... |
[
{
"msg_contents": "Hello!\nWould you like to give me a simple introduction of Levenshtein distence function?\nThank you!\n\n On 2006-05-19 19:54, Martijn van Oosterhout wrote: > On Fri, May 19, 2006 at 04:00:48PM -0400, Mark Woodward wrote: > > (3) Is there also a desire for a Levenshtein distence function f... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Michael Meskes [mailto:meskes@postgresql.org] \n> Sent: 26 September 2006 08:57\n> To: Joachim Wieland\n> Cc: Dave Page; meskes@postgresql.org\n> Subject: Re: [HACKERS] Buildfarm alarms\n> \n> On Mon, Sep 25, 2006 at 09:20:19PM +0200, Joachim Wieland... |
[
{
"msg_contents": "I've been experimenting with the idea of a so-called Block B-Tree. The \nbasic idea is that instead of storing an index tuple for each heap \ntuple, we store an index tuple for each heap block. This dramatically \nreduces the size of an index, leading to savings on I/O. This idea was \nbriefl... |
[
{
"msg_contents": "While trying to reproduce power outage restart problem I reported \nearlier, I have found something odd when pulling the plug on a VM during \na createdb operation.\n\nIf I run...\nsleep 3; echo starting; createdb bar\n...and power off the VM while the \"createdb bar\" is running.\n\nUpon res... |
[
{
"msg_contents": "What's the purpose of mark/restrpos in heapam.c?\n\nAFAIK, mark/restore is only used by merge joins, and you can't feed a \nmerge join from a heap scan because merge join requires sorted input.\n\nUnless I'm missing something, heap_markpos and heap_restrpos are dead code.\n\n-- \n Heikki Lin... |
[
{
"msg_contents": "Hi,\n \n My application based on Java servlets was running fine with version PostgreSQL 7.x, but started giving error: \"transaction is read-only\", in version 8.0 and 8.1. I am using Suse Linux 9.3/PostgreSQL 8.0 or Suse Linux 10.1/PostgreSQL 8.1. I am using JDBC 3 drivers and all connect... |
[
{
"msg_contents": "Hi All-\n\nI'm having some issues with connecting to my servers if I put 'md5' as the \nconnection method in my pg_hba.conf (which is what I want!). If I put \n'trust', I can connect without any issues.\n\nI built 8.0.8 from source because we wanted to use SSL; and my pg_hba.conf \nfile curr... |
[
{
"msg_contents": "I tried regression test with Postgres Beta and horology test field. See \nattached log. It appears few month ago - see \nhttp://archives.postgresql.org/pgsql-ports/2006-06/msg00004.php\nI used Sun Studio 11 with -fast flag and SPARC platform.\n\n\nI played little bit with cc flags and followi... |
[
{
"msg_contents": "Hello guys,\n\nI would like to ask you to change my name on picture from \"Radovan\nJablonov\" to \"Radovan Jablonovsky\". I am guy bellow Postgresql sign\nsitting on the ground in dark red shirt.\n\nSincerely,\n--------------------------------------------\nRadovan Jablonovsky\nDatabase Archi... |
[
{
"msg_contents": "If psql wants a Password:, it won't gracefully give up in response to\n^C, ^D, or ^J ... you *must* enter a nonempty string before you can get\nyour console back. This is pretty unfriendly, and I don't recall prior\nversions behaving that way (though I so seldom use a password with PG\nthat ... |
[
{
"msg_contents": "I suspect the '-fast' introduced arithmetic associativity transformations that horology is sensitive to. I've seen this in the past.\n\nThe solution I used was to mod the Makefile to exclude the sensitive routines from the aggressive optimizations. As I recall, adt.c was the prime culprit.\... |
[
{
"msg_contents": "Recommending downgrade of these annoying messages from LOG to DEBUG1:\n\n2006-09-23 15:57:56 EDT_3147 LOG: transaction ID wrap limit is 2147484170, limited by database \"postgres\"\n2006-09-23 15:57:57 EDT_3147 LOG: transaction ID wrap limit is 2147484170, limited by database \"postgres\"\n... |
[
{
"msg_contents": "As per a recent discussion in pgsql-admin,\nhttp://archives.postgresql.org/pgsql-admin/2006-09/msg00297.php\nlibpq doesn't cope well with the situation where the server is\nconfigured to allow only SSL connections (or only non-SSL connections)\nand there is some unrelated-to-SSL connection pr... |
[
{
"msg_contents": "Hello list\n\nwould like to know postgres implements ACID ?\n\nhas some document ?\n\nthanks\n\nHello list\n\nwould like to know postgres implements ACID ?\n\nhas some document ?\n\nthanks",
"msg_date": "Tue, 26 Sep 2006 16:46:41 -0300",
"msg_from": "\"Marlon Petry\" <marlonpetry@... |
[
{
"msg_contents": "David Strong points out here\nhttp://archives.postgresql.org/pgsql-hackers/2006-09/msg02071.php\nthat some popular implementations of strncpy(dst,src,n) are quite\ninefficient when strlen(src) is much less than n, because they don't\noptimize the zero-pad step that is required by the standard... |
[
{
"msg_contents": "Hello\n\nWe're looking for HA PostgreSQL solution,so have a couple of questions:\n\n1. Is it possible for multiply PostgreSQL instances (engines,cores) to use\nsame DATA space? For example,to have two PostgreSQL processes which will use\nsame data directory,same files,and same data ? So,if Yo... |
[
{
"msg_contents": "Hi I'm a student from Valencia-Venezuela and I'm working with some\nother friends to make PostgreSQL allows the definition of Temporal\nDatabases and their respective Selection, Insertion and some other\nfunctions needed to treat this paradigm (all based in TSQL2 Query\nLanguage).\n\nRight n... |
[
{
"msg_contents": "While looking around to see where to insert strlcpy(), I couldn't help\nnoticing that port/strdup.c has its very own header file,\ninclude/strdup.h. AFAICS this is utterly redundant given that we have\n\n#ifndef HAVE_STRDUP\nextern char *strdup(char const *);\n#endif\n\nin port.h. Can anyon... |
[
{
"msg_contents": "Since I don't recall any ideas ever having been thrown out on how to do\nthis...\n\nISTM that we could gain additional insight on how many rows would likely\nresult from a join be comparing the \"shape\" of the histogram for the\njoining columns. For example, if the histogram arrays were exac... |
[
{
"msg_contents": "Hi, Strk,\n\nstrk wrote:\n> Markus, I noticed we have a .jar file in the repository.\n> Why is that ? Can't we build it from sources with free software tools ?\n\nIt was a mistake when chekcing in the EJB3 code.\n\nIt's just a copy of the normal postgis.jar that's needed to compile the\nEJB3 ... |
[
{
"msg_contents": "\nMagnus Hagander writes:\n> Now, I still twist my head around the lines:\n> \tif ((fd = _open_osfhandle((long) h, fileFlags & O_APPEND)) < 0\n> ||\n> \t\t(fileFlags & (O_TEXT | O_BINARY) && (_setmode(fd,\n> fileFlags & (O_TEXT | O_BINARY)) < 0)))\n> \n> \n> With the _setmode() call deep in t... |
[
{
"msg_contents": "\nI have just noticed that there does not seem to be a psql command line \nswitch to specify a pg_service.conf name to connect to. I know we can \nuse a PGSERVICE environment setting instead, but I think we should have \na command line switch too. Small 8.3 TODO item?\n\ncheers\n\nandrew\n",
... |
[
{
"msg_contents": "Tom Lane wrote:\n> Andrew Dunstan <andrew@dunslane.net> writes:\n>> I have just noticed that there does not seem to be a psql \n>> command line switch to specify a pg_service.conf name\n>> to connect to. I know we can use a PGSERVICE environment\n>> setting instead, but I think we should have... |
[
{
"msg_contents": "I noticed that the build farm is only looking for the cvs-ignore'd files\nfor a vpath build.\n\nAttached is a patch that will stop at the CVS stage if there are any\ncvs-ignore'd files in the clean repository.\n\nIts not triggered by a from-source build, only what should have been a\nclean ch... |
[
{
"msg_contents": "When I have \"unix_socket_directory\" set to an alternate value, \"pg_ctl -\nD data -w start\" times out. If I set it to default, it works fine.\n\nI'm using postgresql 8.1.4 on FreeBSD.\n\nPerhaps pg_ctl is waiting to see the socket file in /tmp/ before\nreporting that postgresql successfull... |
[
{
"msg_contents": "Chattopadhyay asked:\n> My application based on Java servlets was running fine with \n> version PostgreSQL 7.x, but started giving error: \n> \"transaction is read-only\", in version 8.0 and 8.1. I am \n> using Suse Linux 9.3/PostgreSQL 8.0 or Suse Linux \n> 10.1/PostgreSQL 8.1. I am using JD... |
[
{
"msg_contents": "Folks,\n\nContinuing on previous discussion:\nhttp://archives.postgresql.org/pgsql-hackers/2006-09/msg01681.php\n\nI was wondering why we are stripping the domains in\nfind_coercion_pathway(). Is it because we do not care for domains at\nthat point? And why don't we have extra logic there in ... |
[
{
"msg_contents": "\r\nI cannot get gmake to work for the postgresql-8.1.4 source code on Windows\r\nXP.\r\n\r\nI created MinGW with the MinGW 5.0.3.exe (both current & latest) and MySyS\r\n1.0.10.\r\nGmake was not available so I used the included mysys make – GNU version 79.\r\nAfter succeeding with “./configu... |
[
{
"msg_contents": "I'm playing around NULL. Docs says that\n\"A row value is considered not null if it has at least one field that is not \nnull.\" and \"SELECT ROW(table.*) IS NULL FROM table; -- detect all-null rows\"\n\nSo, I try:\n\nwow=# \\d tst\n Table \"public.tst\"\n Column | Type ... |
[
{
"msg_contents": "Hello List\nI am trying to develop, a API to carry through backup and restore through\nJDBC.\nI think that the best form is to use JNI.\nSome Suggestion?\n\nHello List\nI am trying to develop, a API to carry through backup and restore\nthrough JDBC.\nI think that the best form is to use JNI. ... |
[
{
"msg_contents": "Though this may be the kiss of death, I favor a 64 bit float version of money. It's more terse than numeric and a *lot* faster when performing numeric operations because it would use a cpu intrinsic operand.\n\n\n- Luke\n\nMsg is shrt cuz m on ma treo\n\n -----Original Message-----\nFrom: \t... |
[
{
"msg_contents": "Oic - so it's a floating point in an 8 byte int. That probably limits the speed benefits, no?\n\n- Luke\n\nMsg is shrt cuz m on ma treo\n\n -----Original Message-----\nFrom: \tD'Arcy J.M. Cain [mailto:darcy@druid.net]\nSent:\tThursday, September 28, 2006 11:14 AM Eastern Standard Time\nTo:\t... |
[
{
"msg_contents": "In addition to/instead of abstracting cmin/cmax to a phantom ID, what\nabout allowing for two versions of the tuple header, one with cid info\nand one without? That would allow for cid info to be stripped out when\npages were written to disk.\n\nThe downside to this is that we'd have to be ab... |
[
{
"msg_contents": "Hello,\n\nI try 8.2 features. I tested to_char from doc, but without success.\n\npostgres=# select to_char(now(), 'TMDay, DD TMMonth YYYY');\n to_char\n-----------------------------\nThursday, 28 September 2006\n(1 row)\n\nI expected translated names :-(. What can be wrong.\n\nlc_co... |
[
{
"msg_contents": "It appears that the JDBC client doesn't include the Kerberos support \nthat the C clients do.\n\nSo, two questions:\n\n1) Is there an alternative JDBC client that's just a glue layer \ninstead of a complete re-implementation?\n\n2) If I were willing to add a GSSAPI or SASL layer as an alter... |
[
{
"msg_contents": "There's an old post from Phil about having GSSAPI support \"almost \nworking\" with PostgreSQL. I'd like to ask him about his work, but \nthe email link in the archives doesn't work.\n------------------------------------------------------------------------ \n----\nThe opinions expressed in... |
[
{
"msg_contents": "Folks,\n\nDennis Björklund and I discovered a little problem with how CVS TIP\nreports overflows on cast. Please find enclosed a patch which fixes\nit.\n\nCheers,\nD\n-- \nDavid Fetter <david@fetter.org> http://fetter.org/\nphone: +1 415 235 3778 AIM: dfetter666\n ... |
[
{
"msg_contents": "Log Message:\n-----------\nFix IS NULL and IS NOT NULL tests on row-valued expressions to conform to\nthe SQL spec, viz IS NULL is true if all the row's fields are null, IS NOT\nNULL is true if all the row's fields are not null. The former coding got\nthis right for a limited number of cases... |
[
{
"msg_contents": "With the latest Apple developers' tools, I get some warnings that\nweren't there before:\n\ndynloader.c: In function 'pg_dlsym':\ndynloader.c:44: warning: 'NSIsSymbolNameDefined' is deprecated (declared at /usr/include/mach-o/dyld.h:150)\ndynloader.c:46: warning: 'NSLookupAndBindSymbol' is de... |
[
{
"msg_contents": "PostgreSQLers,\n\nI just ran into an issue where a client thought that autovacuum was \nrunning but it wasn't. This is because it's not fatal when autovacuum \nis on but stats_start_collector and/or stats_row_level is off. I \nsuspect that there's a reason that it's not fatal, so I thought... |
[
{
"msg_contents": "I have a large stored procedure with 16 arrays, mostly varchar, each \nwith dimension 3000. The procedure works fine on a small number of rows \nused from these arrays but gets the following error for large rowsets:\n\n ERROR: invalid array subscripts\n CONTEXT: PL/pgSQL function \"name_... |
[
{
"msg_contents": "Marlon Petry wrote:\n> I am trying to develop, a API to carry through backup and \n> restore through JDBC.\n> I think that the best form is to use JNI. \n> Some Suggestion? \n\nDo you mean 'backup' or 'export/dump'?\nIf you mean 'export', do you need anything besides SQL?\nIf you mean 'backup... |
[
{
"msg_contents": "Hi,\n\nCurrently, there's a discussion on the pljava list, and we're confused\nabout a small detail:\n\nDoes PostgreSQL call the datatypes' defined send() function before\nstoring the tuple data in the table, on disk, and call receive() when\nreading it again?\n\nMy position was that send()/r... |
[
{
"msg_contents": "Hi all. I'm playing with pl/python AND i'm with a doubt.\n\nI wanna create a domain to roman numerals.\n\nI have made:\n\nCREATE OR REPLACE FUNCTION valid_roman(text)\nRETURNS BOOLEAN\nIMMUTABLE\nLANGUAGE plpythonu AS\n$$\nfrom roman9 import fromRoman\n\nroman = args[0]\ntry:\n r = fromRoma... |
[
{
"msg_contents": "Following up yesterday's discussion, I've been studying the SQL spec for\n<null predicate> and <distinct predicate>, and it seems a bit\ninconsistent.\n\nThe rules for <distinct predicate> make it clear that you are supposed\nto \"drill down\" into row and array values to determine distinctne... |
[
{
"msg_contents": "We've completed some tests comparing Postgres 8.2beta1 (beta1) and Postgres 8.2beta1 with strlcpy () (strlcpy).\n \nFirst and foremost, the patch seems to be stable - we have not run into any issues with it.\n \nAfter a database reload, there is an 11% difference between strlcpy and beta1 - s... |
[
{
"msg_contents": "Hello,\n\nAt the beginning of the month, in\n<http://archives.postgresql.org/pgsql-hackers/2006-09/msg00453.php>,\nI said that I'd be willing to try to do any sort of co-ordination,\ndocument writing, &c. for a project that might define common back-end\nresources necessary for the various kin... |
[
{
"msg_contents": "Folks,\n\nI'd like to propose a feature for 8.3, which would let login roles\nhave a default search_path both globally, as it is now, and\nper-database. This is because in general no two databases have\nany schemas in common, and a login role should be able to do something\nreasonable just b... |
[
{
"msg_contents": "Hello,\n\nIt seems I am unable to compile libedit support in -HEAD\n\n\nt -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port\n-Wl,-rpath,'/usr/local/pgsql/lib' -lpgport -lz -lcrypt -ldl -lm -o psql\ninput.o: In function `pg_send_history':\ninput.c:(.text+0x10d): undefined refe... |
[
{
"msg_contents": "That seems right, there won't be a performance impact unless the warnings are issued.\n\n- Luke\n\nMsg is shrt cuz m on ma treo\n\n -----Original Message-----\nFrom: \tTom Lane [mailto:tgl@sss.pgh.pa.us]\nSent:\tSaturday, September 30, 2006 01:48 PM Eastern Standard Time\nTo:\tStephen Frost\n... |
[
{
"msg_contents": "All,\n\nSome change which was made in the last couple weeks broke select for update \nwith an outer join:\n\nPlease examine the SQLException for more information.\nNestedException: org.postgresql.util.PSQLException: ERROR: SELECT FOR \nUPDATE/SHARE cannot be applied to the nullable side of a... |
[
{
"msg_contents": "We added GUC update_process_title (default is 'on') in 8.2 based on\ntests Tom ran showing that there was a performance impact for the\nprocess title. With the new use of strlcpy(), is there still an impact\nfrom process title? Tom, would you run your tests again? Thanks.\n\n-- \n Bruce M... |
[
{
"msg_contents": "I'm getting some failures in the regression tests on 8.2beta1 on IRIX.\nIt looks like IRIX (or at least some versions) has a broken strtod.\n\nThe float4 and float8 tests fail, I've attached a patch to\ntools/adt/float.c that fixes the problem along with the regression output.\n\nAs a side n... |
[
{
"msg_contents": "I was just trying to build using the src/tools/msvc scripts on windows,\nand I was wondering if there were any instructions on how to do this, what\nprerequisites there are, where to get them, etc. I couldn't find any, but\nI may not know the correct place to look.\n\nSorry if this is the wr... |
[
{
"msg_contents": "I'm getting some failures in the regression tests on 8.2beta1 on IRIX.\nIt looks like IRIX (or at least some versions) has a broken strtod.\n\nThe float4 and float8 tests fail, I've attached a patch to\ntools/adt/float.c that fixes the problem along with the regression output.\n\nAs a side n... |
[
{
"msg_contents": "G'day all,\n\nPG version: 8.1.4 (also 7.4.13)\nOS: Linux (debian/testing)\n\nIn an update, using a sub-select from a table with the same name\nbut in a different schema results in an error. The same thing\nworks if you alias the sub-select table or if you qualify the\nschema of the update t... |
[
{
"msg_contents": "Can we have the beta1 binaries for Win32 with --with-ldap?\n\nOn Windows, the LDAP library is part of the OS, so we won't\nincur any undesirable dependencies.\n\nYours,\nLaurenz Albe\n",
"msg_date": "Mon, 2 Oct 2006 10:32:43 +0200",
"msg_from": "\"Albe Laurenz\" <all@adv.magwien.gv.at... |
[
{
"msg_contents": "Hi,\n\nWe are trying to introduce access control. For this we have to rewrite the\ninput query by replacing each relation by its corresponding authorized view.\nWhich part of the code should we modify for this.\n\nTill now we have thought of the following:\n\n1. We take as input the parse tre... |
[
{
"msg_contents": ">\n> unsubscribe pgsql-hackers\n>\n\n\nunsubscribe pgsql-hackers",
"msg_date": "Mon, 2 Oct 2006 13:37:21 -0400",
"msg_from": "uwcssa <uwcssa@gmail.com>",
"msg_from_op": true,
"msg_subject": "undescribe"
}
] |
[
{
"msg_contents": "Are people ready for me to run pgindent?\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Mon, 2 Oct 2006 16:09:23 -0400 (EDT)",
"msg_from": "Bruce Momjian <bruc... |
[
{
"msg_contents": "Are we ready to think about a beta2? Seems beta1 was quiet.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Mon, 2 Oct 2006 16:09:55 -0400 (EDT)",
"msg_from": ... |
[
{
"msg_contents": "Hello,\n \nI carefully check all mail threads of Re:\n<http://secure.linuxports.com/pgsql-hackers/2006-07/msg01507.php>\nOn-disk bitmap index patch\nhttp://secure.linuxports.com/pgsql-hackers/2006-07/msg01514.php\n \nI am testing 8.2 postgresql features and wonder if on-disk bitmap\nindexes a... |
[
{
"msg_contents": "I'm looking at how NULLs are handled in relation to plpgsql row types.\nLooking at exec_assign_value, it appears that we're supposed to be able\nto handle setting a row variable to NULL:\n\n if (*isNull)\n {\n /* If source is null, just assign ... |
[
{
"msg_contents": "Hi,\n\nI'm happy that the rather verbose \"timestamp with time zone\" has the\nmuch nicer alias \"timestamptz\", however it seems that this alias is not\ndocumented, neither at\nhttp://developer.postgresql.org/pgdocs/postgres/datatype-datetime.html\nnor at http://www.postgresql.org/docs/8.1/i... |
[
{
"msg_contents": "Postgres has own implementation of qsort. It is used only for Solaris, \nbecause in some cases Solaris implementation was terrible slow.\n\nNow, New qsort is present in the Solaris from version 9 update 6 and I \nperformed some quick test and the speed is very similarly with pg \nimplementati... |
[
{
"msg_contents": "search=# select to_tsquery('foo bar');\nERROR: syntax error\n\n\nMight want to enhance that message to include the information that it's\nparsing the tsquery that's failing? I originally had it as part of a\nmuch larger query, and it took me a while to remember that it's tsearch\nthat spits ... |
[
{
"msg_contents": "I'm working on user-defined typmod and try to move all typmod calculations into \ntype-specific functions. But there is a strange place:\n\n/*\n * exprTypmod -\n * returns the type-specific attrmod of the expression, if it can be\n * determined. In most cases, it can't and we retur... |
[
{
"msg_contents": "Having recently tried to build 7.4, and 8.0 branches on Itanium2 with ICC\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dugong&dt=2006-09-29%2015:59:09\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dugong&dt=2006-09-29%2015:59:43\n\nI encountered the same error as people before:\n... |
[
{
"msg_contents": "On Mon, 2006-10-02 at 12:02 -0300, Shaunak Godbole wrote:\n> Hi,\n> \n> We are trying to introduce access control. For this we have to rewrite\n> the\n> input query by replacing each relation by its corresponding authorized\n> view.\n\nI assume from this that you are trying to implement somet... |
[
{
"msg_contents": "\nI'm looking at some of the code in contrib/tsearch2/snowball and see\nthat the code there is *generated* code. The Snowball stemmer produces\nthis C code in much the same way bison reads gram.y\n\nMy understanding is that the Snowball code moves forwards regularly and\nthere are many other ... |
[
{
"msg_contents": "The code around errcode is definitly messy. In CVS now, it actually\nrenames *our* errcode() function to __msvc_errcode, and exports this\nfrom postgres.exe. This is definitly very borken.\n\nThe check for _MSC_VER > 1400 won't come true until Microsoft releases\nthe next verison of Visual St... |
[
{
"msg_contents": "Attached patch adds a version check for bison when running the vc++\nbuild.\n\n//Magnus <<vcbuild_bison.diff>>",
"msg_date": "Tue, 3 Oct 2006 21:36:17 +0200",
"msg_from": "\"Magnus Hagander\" <mha@sollentuna.net>",
"msg_from_op": true,
"msg_subject": "vcbuild bison check"
},... |
[
{
"msg_contents": "\nI can't shake the feeling that merely tweaking the way our varlenas work with\na shortvarlena or with compressed varlena headers is missing the real source\nof our headaches. It seems very strange to me to be trying to step through a\ntuple with length bits at the head of every field. It's ... |
[
{
"msg_contents": "Just a minor thing. In yesno_prompt(), the value is resp is allocated\nmemory that is never freed.\n\nFile: src/bin/scripts/common.c\nLine: 218\n\nNot terribly important though, it's not used in critical utilities, but\nit's used often.\n\nFound by coverity.\n-- \nMartijn van Oosterhout <kl... |
[
{
"msg_contents": "Why is it timestamptz can store a date and time to 1 microsecond in 8\nbytes but a timetz needs 12 to store just the time to 1 microsecond?\n-- \nJim Nasby jim@nasby.net\nEnterpriseDB http://enterprisedb.com 512.569.9461 (cell)\n",
"msg... |
[
{
"msg_contents": "\nSolaris had broken strtod function when parse \"Inf\" and \"Nan\". See \nsolaris.h. This bug has been fixed for all current versions of Solaris ( \n8, 9, 10). See\n\nhttp://sunsolve.sun.com/search/document.do?assetkey=1-21-108993-62-1&searchclause=108993-62\nhttp://sunsolve.sun.com/search/d... |
[
{
"msg_contents": "It looks like something broke the ECPG-Check recently. A number of\nbuildfarm members are failing.\n\nOn Tue, 3 Oct 2006, PG Build Farm wrote:\n\n>\n>\n> The PGBuildfarm member mongoose had the following event on branch HEAD:\n>\n> Failed at Stage: ECPG-Check\n>\n> The snapshot timestamp for... |
[
{
"msg_contents": "Hi,\n\nI'm trying to format the output of a time interval so that it displays \nas HH:MM:SS no matter how many days it spans. So for instance, an \ninterval of 2 days 4 hours and 0 minutes would look something like \n\"52:00:00\". The documentation for to_char states that:\n\n\"|to_char(int... |
[
{
"msg_contents": "\nWhat has our cvsweb.cgi recently lost its colors? It has made it almost\ncompletely unusable. Example:\nhttp://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.195;r2=1.196;f=h\n\ncheers\n\nandrew\n\n",
"msg_date": "Tue, 3 Oct 2006 18:29:... |
[
{
"msg_contents": "I have run pgindent for 8.2.\n\n-- \n Bruce Momjian bruce@momjian.us\n EnterpriseDB http://www.enterprisedb.com\n\n + If your life is a hard drive, Christ can be your backup. +\n",
"msg_date": "Tue, 3 Oct 2006 20:26:36 -0400 (EDT)",
"msg_from": "Bruce Momjian <bruce@momjian.us... |
[
{
"msg_contents": "Hello,\n\nI miss some info in context: function's oid, function's argumenst and \nschema. Maybe:\n\n199292 function public.foo(int, int, int) language plpgsql statement return \nline 10\n\n\nor short version:\n\n1229298 function public.foo 10 return ---- which is easy parseable\n\n\nBest r... |
[
{
"msg_contents": "In gram.y\nTypename: SimpleTypename opt_array_bounds\n {\n $$ = $1;\n $$->arrayBounds = $2;\n }\n | SETOF SimpleTypename opt_array_bounds\n {\n $$ = $2;\n ... |
[
{
"msg_contents": "Just to let everyone know, I'm continuing work on the Block B-tree idea \ndiscussed earlier.\n\nThe current plan is to have a (compressed) bitmap of offsets attached to \nindex tuples, to allow vacuuming. For example, if we have a heap like this:\n\n 2\n 4\n 6\n 8\n-\n10\n12\n14\n16\n5\n-... |
[
{
"msg_contents": "I'm not sure this is the right group to ask this. I see that the 8.2\r\nnotes say all SQL:2003 statistical functions are implemented in 8.2, but\r\nI couldn't find a listing for those anywhere I looked.\r\n\r\nFor those who are clueless like me, can someone provide a listing of\r\nwhat thes... |
[
{
"msg_contents": "See attached patch.\n\n//Magnus",
"msg_date": "Wed, 4 Oct 2006 15:05:57 +0200",
"msg_from": "\"Magnus Hagander\" <mha@sollentuna.net>",
"msg_from_op": true,
"msg_subject": "qsort_arg needed for msvc build"
},
{
"msg_contents": "\"Magnus Hagander\" <mha@sollentuna.net> ... |
[
{
"msg_contents": "I updated FAQ_Solaris. I added new information related to Solaris 10, \nrewrote optimalization hints and add information about dtrace. I talked \nwith Peter about \"Current maintainer\" role, and he said that this \ninformation says anything and should be deleted.\n\n\n\tPlease, let me know ... |
[
{
"msg_contents": "I signed up for the Netflix Prize. (www.netflixprize.com) and downloaded\ntheir data and have imported it into PostgreSQL. Here is how I created the\ntable:\n Table \"public.ratings\"\n Column | Type | Modifiers\n--------+---------+-----------\n item | integer |\n client | integer |\n... |
[
{
"msg_contents": "To match the description on\nhttp://momjian.us/main/writings/pgsql/sgml/explicit-locking.html\n\n*** ../../include/storage/lock.h.orig 2006-10-05 00:25:06.000000000 -0300\n--- ../../include/storage/lock.h 2006-10-05 00:31:16.000000000 -0300\n***************\n*** 109,116 ****\n #define ... |
[
{
"msg_contents": "Hi,\n\nI've been planning to implement a caching mechanism for non-volatile\n(and non-SRF) procedures in PL/scheme, that'll return pre-computed\nvalues in case of a procedure signature overlap[1].\n\nFirst, I decided to use fcinfo->flinfo->fn_mcxt context for the storage.\nBut then I learnt i... |
[
{
"msg_contents": "I am using the netflix database:\n Table \"public.ratings\"\n Column | Type | Modifiers\n--------+----------+-----------\n item | integer |\n client | integer |\n day | smallint |\n rating | smallint |\n\n\nThe query was executed as:\npsql -p 5435 -U pgsql -t -A -c \"select clie... |
[
{
"msg_contents": "Create table as select ... Order by ...\n\nCopy to ...\n\n\n- Luke\n\nMsg is shrt cuz m on ma treo\n\n -----Original Message-----\nFrom: \tAndrew Dunstan [mailto:andrew@dunslane.net]\nSent:\tThursday, October 05, 2006 12:51 PM Eastern Standard Time\nTo:\tTom Lane\nCc:\tMark Woodward; pgsql-ha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.