threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Short Desc: Cursor with hold emits the same row more than once across \ncommits in 8.3.7\nOs : Debian Etch amd64 / Ubuntu Jaunty amd64\nPg : 8.3.7\nBuild options: Official package and also compiled from source with \n--enable-integer-datetimes\nDetailed Desc:\n\nA construction of the form\n\n... |
[
{
"msg_contents": "Building 8.4beta2 on my AIX test machine works fine,\r\nbut when I set listen_addresses = '*' in postgresql.conf,\r\nthe server fails to start.\r\n\r\nThis is what I get:\r\n\r\nLOG: 00000: could not translate service \"5432\" to address: Hostname and service name not provided or found\r\nLO... |
[
{
"msg_contents": "\nA couple of people in recent years have had a problem with \"page X is\nuninitialised -- fixing\" messages.\n\nI have a case now with 569357 consecutive pages that required fixing in\npg_attribute. We looked at pages by hand and they really are\nuninitialised, but otherwise what we would ex... |
[
{
"msg_contents": "I noticed the following core-dump situation in CVS HEAD:\n\nregression=# select array_agg_finalfn(null);\nserver closed the connection unexpectedly\n This probably means the server terminated abnormally\n before or while processing the request.\nThe connection to the server was ... |
[
{
"msg_contents": "It is time to run pgindent on CVS HEAD for 8.4. I am thinking of\nrunning it at zero-hour GMT tomorrow, meaning five hours from now. \nAny objections?\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://enterprisedb.com\n\n ... |
[
{
"msg_contents": "Getting error while trying to insert date with the format 'dd-month-yyyy' ,\n'day-mm-yyyy' (format which add the space in between the date ) etc..\n\nTestcase:\n========\npostgres=# \\d t\n Table \"public.t\"\n Column | Type | Modifiers\n--------+------+-----------\n a | date |\n\npo... |
[
{
"msg_contents": "Hi all,\n\nI created a function which needs build or find a relation (RelOptInfo).\nThe build is ok.\nOn the other hand, I can't find the relation. I have all informations that\npg_plan_query has: querytree (Query), cursorOptions (int),\nboundParams(ParamListInfo) and plan (PlannedStmt).\nSo,... |
[
{
"msg_contents": "If we are to make the proposed schedule for 8.4 (ie, wrap RC1 tomorrow)\nwe've got to get pretty hard-nosed about closing out the open items at\nhttp://wiki.postgresql.org/wiki/PostgreSQL_8.4_Open_Items\n\nThe current list is:\n\n* do we need to worry about re-encoding file path names?\n\nThe... |
[
{
"msg_contents": "I'm having trouble coming up with a sensible translation for the last line of \nthis:\n\npeter=# \\d test*\n Table \"public.test1\"\n Column | Type | Modifiers\n--------+---------+-----------\n a | integer | not null\nIndexes:\n \"test1_pkey\" PRIMARY KEY, btree (a)\nReferenced... |
[
{
"msg_contents": "Dear PostgreSQL Hackers,\n\nThrough PostgreSQL 8.3, both of the following functions worked, using\n generate_series(array_lower($1, 1), array_upper($1, 1)) i\ninstead of generate_subscripts($1, 1).\n\nWith PostgreSQL 8.4, both are accepted, but only the second one works,\nregardless of wheth... |
[
{
"msg_contents": "\nI notice that one of my tables gets TOASTed, about 40% of it. I read about\nTOAST and understand the general motivation (get faster access to the\n*other* columns). But in my case the big column (~2.5KB fixed width) is a\nlist (array) of values (not text) and the usage pattern is that I alw... |
[
{
"msg_contents": "I just started reading the pg_migrator source code, and I notice that\nwe still didn't get AlterTableCreateToastTable's API right for\npg_migrator's usage. It needs to be exposing an option to force\na particular OID for the toast table. The way pg_migrator is handling\nthat now is both ugl... |
[
{
"msg_contents": "Log Message:\n-----------\nDocument struct/union problem with pgindent.\n\nModified Files:\n--------------\n pgsql/src/tools/pgindent:\n pgindent (r1.100 -> r1.101)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent?r1=1.100&r2=1.101)\n",
"msg_d... |
[
{
"msg_contents": "Dear sir/madam,\n\n \n\nI am from Cambodia. I want to use PostgreSQL. But I am poor of knowledge to\ninstall could you please help me give some guide to install PostgreSQL on\nSolaris 10,\n\nThanks for your respond and value times.\n\nBrs,\n\nLyvar\n\nCambodia\n\n\n\n\n\n\n\n\n\n\n\nDear sir/... |
[
{
"msg_contents": "OK, here it is again. Changes are the same as the previous version,\nbut this one should apply cleanly after today's pgindent run.\n\nhttp://archives.postgresql.org/message-id/603c8f070906051803nd4a9e3ekb72bcc379ad73f16@mail.gmail.com\n\n(Rebasing this wasn't too bad, but I have to say that ... |
[
{
"msg_contents": "Here's an updated version of my \"generic options for explain\" patch.\n\nhttp://archives.postgresql.org/message-id/603c8f070905231747j2e099c23hef8eafbf26682e5f@mail.gmail.com\n\nThis is rebased to CVS HEAD, post pgindent. Also, I've made a few\nchanges to the syntax. Previously, I suggeste... |
[
{
"msg_contents": "Here we go, XML and JSON output.\n\nYou will need to apply explain_refactor-v4.patch and\nexplain_options-v2.patch first, then apply the two patches attached to\nthis message.\n\nhttp://archives.postgresql.org/pgsql-hackers/2009-06/msg00865.php\nhttp://archives.postgresql.org/pgsql-hackers/20... |
[
{
"msg_contents": "Hi,\n\n$ cvs update\n....\ncvs update: Updating src/backend/commands\ncvs update: [08:32:37] waiting for anoncvs's lock in\n/projects/cvsroot/pgsql/src/backend/commands\ncvs update: [08:33:07] waiting for anoncvs's lock in\n/projects/cvsroot/pgsql/src/backend/commands\ncvs update: [08:33:37] ... |
[
{
"msg_contents": "Hi,\n\nWe trying to port PostgreSQL to Windows x64.\nIt based on Windows 64bit patch which are posted before.\n\n http://archives.postgresql.org/pgsql-hackers/2008-07/msg00440.php\n\nIs there someone working in progress about it ?\nThis patch works if total activity memory is less than 2GB,\... |
[
{
"msg_contents": "This errdetail doesn't seem quite right in the following situation:\n\nrhaas=# select distinct proacl from pg_proc;\nERROR: could not implement DISTINCT\nDETAIL: Some of the datatypes only support hashing, while others only\nsupport sorting.\n\n...Robert\n",
"msg_date": "Fri, 12 Jun 200... |
[
{
"msg_contents": "I'm currently doing some benchmarking on a Nehalem \nbox(http://www.kaltenbrunner.cc/blog/index.php?/archives/26-Benchmarking-8.4-Chapter-1Read-Only-workloads.html) \nwith 8.4 and while investigating what looks like issues in pgbench I \nalso noticed that using char() has more than a negligab... |
[
{
"msg_contents": "Every so often the buildfarm shows row-ordering differences in the copy2\ntest, for example\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=jaguar&dt=2009-06-13%2003:00:02\n(\"jaguar\" seems particularly prone to this for some reason, but other\nmembers have shown it too.) I believe what ... |
[
{
"msg_contents": "Hello\n\ncan somebody explain this behave?\n\npostgres=# select '10' ~ e'^\\\\d+$';\n ?column?\n----------\n t\n(1 row)\nok\n\npostgres=# select '10' ~ '[0..9]+$';\n ?column?\n----------\n t\n(1 row)\nok\n\npostgres=# select '10' ~ '^[0..9]+$';\n ?column?\n----------\n f\n(1 row)\n?????\npost... |
[
{
"msg_contents": "http://www.postgresql.org/docs/8.4/static/release-8-4.html\n\nIn the current 8.4rc1 release notes, it says (point 2):\n\n \"Common Table Expressions and Recursive Joins\"\n\n\nIt would be better to replace this by:\n\n \"Common Table Expressions and Recursive Queries\"\n\n\nIf only because ... |
[
{
"msg_contents": " Recently, when I was running my application on 8.3.7, my data got \ncorrupted. The scene was like this: \"invalid memory alloc request size ....\"\n\n I invested the error data, and found that one sector of a db-block became \nall-zero (I confirmed the reason later, it was because that my... |
[
{
"msg_contents": "In reading through our documentation, I am unclear how \"log_destination\n= csvlog\" works. It seems to me that 'cvslog' is a format-output type,\nnot a real destination, or rather it is a special output format for\nstderr. Is this accurate? I would like to clarify our documentation.\n\n--... |
[
{
"msg_contents": "Dears,\n\nHow to embed postgresql if possible?\n\nIn our Java application solution, we need an embedded database. Berkeley DB\ncan not meet our reqirements in performance and license, so we wish to port\npostgresql as embedded database.\n\nArchitecture: Java -> JNI -> the API is wrapped from ... |
[
{
"msg_contents": "Hello,\nI've found following description: \"If character varying is used without\nlength specifier, the type accepts strings of any size. The latter is a\nPostgreSQL extension.\"\n\nDoes this mean that \"character varying without length\" is equivalent to\n\"text\" type. Are there any differe... |
[
{
"msg_contents": "On Mon, Jun 15, 2009 at 1:20 PM, Tom Lane<tgl@sss.pgh.pa.us> wrote:\n> Robert Haas <robertmhaas@gmail.com> writes:\n>> it looks like I can probably rip that member out of TupOutputState\n>> altogether.\n>\n>> Will update patch. Does this look like what you were thinking otherwise?\n>\n> Yeah... |
[
{
"msg_contents": "Hi,\n\nhttp://archives.postgresql.org/message-id/496B9495.4010902@enterprisedb.com\n\n> IMHO, the synchronous replication isn't in such good shape, I'm afraid.\n> I've said this before, but I'm not happy with the \"built from spare parts\"\n> nature of it. You shouldn't have to configure an a... |
[
{
"msg_contents": "http://archives.postgresql.org/pgsql-hackers/2008-12/msg00448.php\n\nOne of the major complaints about the current synch rep patch is that\nsignals are used for communication between backends and walsender.\nOn some platforms, a signal doesn't interrupt sleep (i.e. poll or select\nsystem call... |
[
{
"msg_contents": "Hi all,\n\nI am thinking about implementing GRANT ON ALL TABLES IN schema TODO \nitem. I saw many people sending proposals to the list but nobody seemed \nto actually do anything. I have few questions and problems to iron out \nbefore I can start the implementation. I would also like to note ... |
[
{
"msg_contents": "Hi!\n\nI have been doing some bulk loading testing recently - mostly with a \nfocus on answering why we are \"only\" getting a (max of) cores/2(up to \naround 8 cores even less with more) speedup using parallel restore.\nWhat I found is that on some fast IO-subsystem we are CPU bottlenecked \... |
[
{
"msg_contents": "Hello, pgsql-hackers.\n\nIs there any possibility that Postgres will have named transaction\never, like Firebird?\n\nNow for each transaction client should open separate connection. But\nCONNECTION LIMIT option for database make this a little bit harder\n\n-- \nWith best wishes,\n Pavel ... |
[
{
"msg_contents": "We currently require that you set client_encoding correctly, or you get \ngarbage in psql and any other tool using libpq. How about setting \nclient_encoding automatically to match the client's locale? We have \npg_get_encoding_from_locale() function that we can use to extract the \nencoding ... |
[
{
"msg_contents": "In plpgsql, if you write\n\nOPEN var BLAH\n\nyou can an error message like this:\n\nERROR: syntax error ...\nDETAIL: Expected \"FOR\", to open a reference cursor.\n\nBut what is a \"reference cursor\"? Isn't this rather saying \"... to open a \ncursor, a reference to which will be stored i... |
[
{
"msg_contents": "This was failing:\n\nCREATE TRIGGER foo\nAFTER INSERT OR UPDATE OR DELETE OR TRUNCATE\nON foobar\nFOR EACH STATEMENT EXECUTE PROCEDURE baz();\n\nTurns out the parser wasn't set up to handle four different trigger\nevent types. Patch attached.\n\n-- \nGreg Sabino Mullane greg@endpoint.com gre... |
[
{
"msg_contents": "Here is an updated version of my \"generic options for explain\" patch.\nPrevious version here:\n\nhttp://archives.postgresql.org/pgsql-hackers/2009-06/msg00866.php\n\nThis patch requires the \"explain refactoring v4\" patch, which you can\nfind here, to be applied first:\n\nhttp://archives.p... |
[
{
"msg_contents": "OK, here's the second version of my machine-readable explain output\npatches. Previous version here:\n\nhttp://archives.postgresql.org/pgsql-hackers/2009-06/msg00867.php\n\nTo apply the current version, you will first need to apply\nexplain_refactor-v4.patch and explain_options-v3.patch.\n\n... |
[
{
"msg_contents": "Hi,\n\nHere're the patches to fix typos in source comment.\ntypo_postgres.patch should be backported to v8.2 and v8.3.\n\nRegards,\n\n-- \nFujii Masao\nNIPPON TELEGRAPH AND TELEPHONE CORPORATION\nNTT Open Source Software Center",
"msg_date": "Thu, 18 Jun 2009 18:01:37 +0900",
"msg_fro... |
[
{
"msg_contents": "I noticed that the rc1 tarball includes scanner files that are built with an \nolder flex version that generates warnings with our default compilation flags. \nSince I have been running with -Werror by default for a great while now, this \ncaught my attention while testing the tarball. Are ... |
[
{
"msg_contents": "I noticed that the rc1 tarball does not contain man pages for \nCREATE/ALTER/DROP FOREIGN DATA WRAPPER/SERVER/USER MAPPING. But it does \ncontain man pages for TABLE and WITH, so it appears to be 8.4 material.\n\nCan someone check, or remind me how the man pages end up in the tarball?\n",
... |
[
{
"msg_contents": "Any objections if I add:\n\nhttp://archives.postgresql.org/pgsql-performance/2009-06/msg00215.php\n\nto the (currently empty) list of open items for 8.4?\n\nA 25-30% performance regression in our main bulk loading mechanism \nshould at least be explained before the release...\n\n\n\n\nStefan\... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 4862\nLogged by: Jeremy Ford\nEmail address: jeremford@gmail.com\nPostgreSQL version: 8.4 RC1\nOperating system: Fedora 10 i386\nDescription: different results in to_date() between 8.3.7 & 8.4.RC1\nDetai... |
[
{
"msg_contents": "The todo list says, as follows:\n* Binary Data\n o Add security checks for large objects\n\nhttp://wiki.postgresql.org/wiki/Todo#Binary_Data\n\nIs anyone working on? or interested in?\n\nThanks,\n-- \nOSS Platform Development Division, NEC\nKaiGai Kohei <kaigai@ak.jp.nec.com>\n",
"msg_da... |
[
{
"msg_contents": "Dear Sir/Madam\n\n\n\nI am running postgresql 8.1 on winows 2003 R2 in a production scenario. I am\ngetting the following error from my java application while trying to connect\nto postgresql.\n\n\n\norg.postgresql.util.PSQLException: FATAL: semctl(9335088, 3, SETVAL, 0)\nfailed: A non-blocki... |
[
{
"msg_contents": "I'm getting a failed assertion on 8.4b1. With cassert off it crashes\nthe postmaster. The assertion is:\nERROR: array size exceeds the maximum allowed (134217727)\n\nHere is the query:\n select * from (select generate_series(1,500) as id) c left outer\njoin foo_status a on c.id = a.id;\n\... |
[
{
"msg_contents": "I've identified the cause of Merlin Moncure's crash report here:\nhttp://archives.postgresql.org/pgsql-hackers/2009-06/msg01171.php\n(Thanks to Merlin for making some proprietary stuff available to me\nfor testing it.)\n\nThe problem query generates a plan in which a HashAggregate node is on\... |
[
{
"msg_contents": "Dear:\n my operating system is vista.I build the postgresql using visual studio 2005, when i run the initdb ,it gives me the error like:\n\"It appears that your GMT time zone uses leap seconds PostgreSql does not support leap secondds\"\nWhat can I do?\n\n2009-06-21 \n\n\n\nrct682 \n\n\... |
[
{
"msg_contents": "Howdy,\n\nI was just looking at the documentation for cursors command, and \nnoticed that the MOVE command's \"direction\" argument doesn't seem to \nhave documentation for its possible values.\n\n http://www.postgresql.org/docs/8.4/static/sql-move.html\n\nI assume that they should be F... |
[
{
"msg_contents": "Hello,\n\nthe small attached patch changes the error message for a blocked\ndatabase in case there are prepared transactions. The original message\n\"accessed by other users\" is misleading.\n\n\nExample:\n\n----- snip -----\npostgres=# begin;\nBEGIN\npostgres=# prepare transaction 'abc';\nPR... |
[
{
"msg_contents": "I'm a bit confused as to what we're trying to support. While I was\npoking around tonight, I notice that we have both\n./src/backend/utils/Gen_fmgrtab.sh and\n./src/backend/utils/Gen_fmgrtab.pl, ostensibly because:\n\n# The reason for implementing this functionality twice is that we don't\n#... |
[
{
"msg_contents": "Dear Sir/Madam,\n\n\n\nI am using postgresql db server for our production environment. I have\ncreated a schema by the name “application”. The public schema is not being\nused at all. I have noticed that suddenly, the public schema is having some\ntable definition and a whole lot of functions... |
[
{
"msg_contents": "Dear Sir/Madam,\n\n \n\nI am using postgresql db server for our production environment. I have\ncreated a schema by the name \"application\". The public schema is not being\nused at all. I have noticed that suddenly, the public schema is having some\ntable definition and a whole lot of functi... |
[
{
"msg_contents": "We spun an 8.4RC2 tarball, mainly to check that Peter's recent fixes\nto the man page generation process actually worked. There will not be\nbinary builds of RC2, but if anyone who's building from source wants to\ndouble check it, it should be on most mirrors by now.\n\n\t\t\tregards, tom la... |
[
{
"msg_contents": "On Tue, Jun 23, 2009 at 2:11 AM, Rajdeep\nDas<rajdeep.das@ontrackindia.com> wrote:\n> Dear Sir/Madam,\n>\n>\n>\n> I am using postgresql db server for our production environment. I have\n> created a schema by the name “application”. The public schema is not being\n> used at all. I have noticed... |
[
{
"msg_contents": "Hi,\n\n= PostgreSQL Extensions\n\nHere's the first round of User Design about PostgreSQL Extensions. I tried\nto put together the ideas expressed by a lot of different people. The aim\nhere is to first agree on the naming and the goals, then talk about what\nuser design we propose.\n\n== name... |
[
{
"msg_contents": "Is the %d actually in the right place here?\n\nerrmsg(\"picksplit method for %d column of index \\\"%s\\\" failed\",\n attno + 1, RelationGetRelationName(r))\n\nAnd later in the file there is this, which might have the same problem:\n\nelog(LOG, \"PickSplit method of %d columns of inde... |
[
{
"msg_contents": "contrib/dblink in 8.4 supports a server name by CREATE SERVER for connection\nstring, but it always requires an user-mapping (by CREATE USER MAPPING).\nHowever, I think it should work user-mappings because it works when\nthe connection string is passed directly.\n\n=# SELECT * FROM dblink('db... |
[
{
"msg_contents": "It appears that, for no particularly good reason, pg_listener.h\ndeviates from the usual convention for declaring attribute number\nconstants. Normally, it's\n\n#define Anum_{catalog-name}_{column-name} {attribute-number}\n\npg_listener.h, however substitutes a different string that is simi... |
[
{
"msg_contents": "Hi,\n\nattached is our latest patch extending ECPG:\n\n1. Support computed cursorname (DECLARE :cursorname ..., etc)\n No change in that part, it's purely a parser-only change, there's no\n ECPGdo() change you criticized or any other bad juju. Because of\n adding support for :cursorn... |
[
{
"msg_contents": "Hi All,\n\ncontinued from discussion mail\nhttp://archives.postgresql.org/pgsql-hackers/2009-06/msg00971.php\n\n>\n>\n>> - Am I reading the patch correctly that you do not end up creating\n>> indexes on the children tables? That is a big problem!\n>\n>\n>\nSo what expected is when an index i... |
[
{
"msg_contents": "Dear PostgreSQL Hackers,\n\nI have a couple of user defined types, which have reference semantics.\nOne is more specialized, so by Liskov I can upcast both single values\nand arrays of values.\n\n-- no problem:\nCREATE CAST (derived_refs AS base_refs) WITHOUT FUNCTION AS IMPLICIT;\n\n-- ok wi... |
[
{
"msg_contents": "Hi,\n\nI wonder why pg_standby requires libpq.so.5. We should get rid of\nPG_LIB settings from contrib/pg_standby/Makefile? Here is the patch\nto do so.\n\nAm I missing something?\n\nRegards,\n\n-- \nFujii Masao\nNIPPON TELEGRAPH AND TELEPHONE CORPORATION\nNTT Open Source Software Center",
... |
[
{
"msg_contents": "Short patch to \n1. disable pg_standby -l\n\tOne line change only appropriate for this stage of release\n2. Remove mention of -l and link from docs\n\npg_standby -l is still accepted, just does nothing (for now).\n\nExisting code maintained in case we backpatch a fix for linking problem\nat a... |
[
{
"msg_contents": "In view of the rather significant bugs that were just found in WAL\nrecovery (see discussion of bug #4879), the core team has concluded\nit would be irresponsible to wrap 8.4.0 without some more time for\nreview and testing of the proposed fixes. We will postpone the release\nat least one da... |
[
{
"msg_contents": "\nWith 8.4RC1, I get the following error with the SQL below.\n\nERROR: failed to find conversion function from unknown to character varying\nSQL state: XX000\n\n\nSELECT 0 AS \"C1\", cast('a' as varchar) AS \"C2\"\nUNION ALL \nSELECT 1 AS \"C1\", \"X\".\"XX\" AS \"C2\"\nFROM ( SELECT NULL AS ... |
[
{
"msg_contents": "Hi,\n\ncontrib/dblink seems to have no treatments for query cancels.\nIt causes the following issues:\n\n(1) Users need to wait for completion of remote query.\n Requests for query cancel won't be delivered to remote servers.\n\n(2) PGresult objects will be memory leak. The result is not r... |
[
{
"msg_contents": "This patch adds support DAC security checks on largeobjects.\n\nEnhanced GRANT/REVOKE statement allows to set SELECT (read) and\nUPDATE (write) permission on individual largeobjects.\n\nAt the creation time, it checks ACL_CREATE on the schema object.\nCurrently, a largeobject does not have an... |
[
{
"msg_contents": "Hi all,\n\nfollowing the link in \n\nhttp://wiki.postgresql.org/wiki/Query_progress_indication\n\nbut mostly:\n\nhttp://www.postech.ac.kr/~swhwang/progress2.pdf [1]\n\nI'm trying to write an implementation of the \"dne\" method in postgresql.\n\nI added another column to the pg_stat_get_activ... |
[
{
"msg_contents": "Proposal: More portable way to support 64bit platforms\n\nShort description:\n\nCurrent PostgreSQL implementation has some portability issues to\nsupport 64bit platforms: pointer calculations using long is not\nportable, for example on Windows x64 platform. We propose to use\nintptr_t instead... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 4887\nLogged by: Alexey Bashtanov\nEmail address: bashtanov@imap.cc\nPostgreSQL version: 8.3.1, 8.3.7\nOperating system: Linux 2.6.20 FC5 i686, Linux 2.6.27 FC10 i686\nDescription: inclusion operator (@>... |
[
{
"msg_contents": "I see buildfarm member \"canary\" (NetBSD 1.6) was recently resurrected,\nbut is failing to build HEAD, because msgfmt fails like this:\n\npo/es.po:8039: keyword \"msgid_plural\" unknown\npo/es.po:8036: missing `msgstr' section\npo/es.po:8039: parse error\n\nThis indicates (1) canary needs a ... |
[
{
"msg_contents": "Hi all,\n\nWe are working with Aster for the summer and we would like to bounce some ideas that we are having for some possible PostgreSQL extensions. In order to describe our ideas we will use the following example:\n\ncreate table msg(\n msg_id int,\n msg text );\n\ncreate table receive... |
[
{
"msg_contents": "\nHi,\n\nI am trying to build Postgres (8.3.5) from source on Windows XP using Visual Studio 2005 as per the instructions in the PostgreSQL documentation. The problem is that the uuild.lib and uuid.h files are not tracable though I have done the requisite downloads from uuid and ossp link spe... |
[
{
"msg_contents": "I'd like some brief feedback on this idea before I try to make a real\nproposal.\n\nThe use case is this:\n\nYou have an application with several roles: \n * admin user - owns all the objects related to that application\n * normal user - INSERT/UPDATE/DELETE plus sequence usage\n * read-only ... |
[
{
"msg_contents": "Hi,\n\nI think that our dependencies for generated header files (gram.h,\nfmgroids.h, probes.h) are not as good as they could be. What we do\nright now is make src/backend/Makefile rebuild these before recursing\nthrough its subdirectories. This works OK for a top-level make, but\nif you ru... |
[
{
"msg_contents": "\n> You might want to take a look at this:\n> http://wiki.postgresql.org/wiki/Submitting_a_Patch\n\nI will; I'm sorry it wasn't in the proper format. It was just a proof of concept, I guess I should have talked about it before even sending the patch.\n\n\n> As to the content of the patch, I t... |
[
{
"msg_contents": "Hi All,\n\nMy function is to collect some backend information for user anlysis.\nHow to register my function into backend? It make that we can called it via\nlibpg/PQfn().\nThanks!\n\nBest regards,\nBruce\n\nHi All,\n \nMy function is to collect some backend information for user anlysis.\nHow... |
[
{
"msg_contents": "Hi all,\n\nthis patch adds the possibility to map the login-rolename to a different \nrolename actually used for permissions.\n\nWhat is it used for?\n\nI'm working with smartcard based TLS-authentication to connect to the PG \nserver. Authentication is done with the keys and certificates fro... |
[
{
"msg_contents": "\n> It's\n> easy to have\n> estimates that are off by a factor of two or three, though,\n> so I think\n> you'd frequently have situations when the query completed\n> when the\n> progress estimater was at 40% or 250%. \n\nI thought about implementing a \"given perfect estimates\" indicator at ... |
[
{
"msg_contents": "\n> IMO\n> any\n> diagnostics you can provide for a low cost are\n> useful. The more\n> detail, the better. \"Step 1 of 10\" is good, \"80%\n> complete on step 1\n> of 10\" is better. \"80% complete on step 1, 10%\n> complete on 10 steps\"\n> is even better.\n\nWell, I guess \"Step 1 of 1... |
[
{
"msg_contents": "Folks,\n\nFor things like PostGIS, which will want to index in 4 dimensions\n(x, y, z, t), we might want to have multi-dimensional selectivity\nhistograms and some way to use same.\n\nAnybody here qualified to check out this paper on the subject, please\nspeak up :)\n\nhttp://citeseerx.ist.ps... |
[
{
"msg_contents": "Hey hackers,\n\nI have a few concerns with the usability and documentation for \npg_restore (note: I'm on 8.3, but I've checked the documentation for 8.4).\n\nIn my attempts to restore a table (using -t) from a backup file with -v \n(verbose) selected, I noticed a few things:\n\n 1. If a no... |
[
{
"msg_contents": "\nThanks for your help.\nIt worked.\n\nRegards\nSwati\n\n\n \n",
"msg_date": "Mon, 29 Jun 2009 12:26:16 -0700 (PDT)",
"msg_from": "Ms swati chande <swativc@yahoo.com>",
"msg_from_op": true,
"msg_subject": "Re: Problem building from source on Windows"
}
] |
[
{
"msg_contents": "\nHi,\n\nI built postgresql from source using Windows 2005.\n\nAfter installation, I am trying to create a database using\n\ncreatedb.\n\nIt then asks for a password. What password is it? There are now passwords set on my system. Also tried editing pg_hba.conf. But could not solve the problem... |
[
{
"msg_contents": "As some of you have probably gathered from a couple of recent patches\nthat I've posted, I've been taking a look at the scripts we use to\ngenerate various derived files based on the catalog headers, and I\nthink there's room for improvement. First, as discussed on previous\nthreads, it seem... |
[
{
"msg_contents": "Header file \"include/foreign/foreign.h\" is not installed in 8.4.0.\n\nDid we forget to add subdir \"foreign\" to Makefile?\n\nIndex: src/include/Makefile\n===================================================================\n--- src/include/Makefile\t(8.4.0)\n+++ src/include/Makefile\t(fixed... |
[
{
"msg_contents": "Now that 8.4.0 is out the door, development for 8.5devel will be opened any \nday now. But we haven't discussed the development timeline so far. The core \nteam has several proposals:\n\nCommitFest Alpha\nAug. 1 Sept. 1\nOct. 1 Nov. 1\nDec. 1 Jan ~~ 5\nFeb. 1... |
[
{
"msg_contents": "\n> +1. Especially if I run it a few times and I can see\n> which counters\n> are still moving.\n\nPer-node percentage is easy to do (given the perfect estimates, of course).\nThe problem comes when you want to give an \"overall\" percentage.\n\nI wouldn't know where to put that \"explain-li... |
[
{
"msg_contents": "Currently, the sigpipe-masking code in libpq is implemented as\na set of macros, which depend on declaring local variables.\n\nThis change adds a (private) struct sigpipe_info to contain the\ncompile-dependent data required for sigpipe masking and restoring.\nThe caller can then declare a str... |
[
{
"msg_contents": "Hello,\nI am Oracle developer for 2 years, and I have a magister work - to realize\nTPR index on RDBMS :) I desided to realize TPR index on PostgreSql RDBMS. I\nam really new programmer in C language.\nwhat I done\n1 Installed Xubuntu on my computer.\n2 build and installed PostgreSql.\n3 Inst... |
[
{
"msg_contents": "Move the shift-and-test login into a separate fls() function, which\ncan use __builtin_clz() if it's available.\n\nThis requires a new check for __builtin_clz in the configure script.\n\nResults in a ~2% performance increase on PowerPC.\n\nSigned-off-by: Jeremy Kerr <jk@ozlabs.org>\n\n---\nv3... |
[
{
"msg_contents": "Hellow,\n \nI like to track the number of committed transaction for my database\nSo I use the following command \nSelect * from pg_stat_database;\n \nThe column xact_commit gives me the number of transaction committed\n \nBut if I execute the same command another time, the column xact_commit ... |
[
{
"msg_contents": "Howdy,\n\nI'm working on functions to compare result sets for pgTAP. In the \nprocess, I found what appears to be an inconsistency in error handling \nwhen comparing incomparable results. I'm testing in 8.4RC2, but the \nissue may go back for all I know. Perhaps it's intentional?\n\nThis i... |
[
{
"msg_contents": "Tom Lane <tgl@sss.pgh.pa.us> wrote:\n \n> I think we used to do it more or less like that, but people\n> didn't like it because they couldn't do any long-range planning.\n \nWell, obviously the 8.4 release cycle did little to help them.\n \nAs has already been observed, there is a crying need... |
[
{
"msg_contents": "Dear Mr. Masao\n\n \n\nMy name is Damon. \n\n \n\nI read your comments regarding pg_standby warm backup. \"New trigger option\nof pg_standby\". \n\n \n\nI got several questions on this article.\n\n \n\n1. I don't know why I have to trigger twice when switching from\npg_standby status to... |
[
{
"msg_contents": "version: PG8.2.2\n\nMY Question:\nWhy must \"take the same number of parameters\" ?\n\n\" We can check that all the referenced instances of the same support routine \nnumber take the same number of parameters\" ?\n\n1 there is no results by running regress test as follow:\nplsql/src/test/regr... |
[
{
"msg_contents": "COPY performance issue is discussed in the following threads,\nand it seems the conclusion was 8.4rc2 has been improved.\n\n http://archives.postgresql.org/pgsql-hackers/2009-06/msg01133.php\n\nHowever, I didn't see difference of COPY performance between 8.4rc1\nand 8.4rc2.\n\nIt seems that a... |
[
{
"msg_contents": "I'd like to see this topic revisited since as far as I can see it\nhasn't been seriously discussed in years. I believe the main arguments\nagainst are why do we need more more numeric datatypes and increased\nmaintenance. It would seem to me that a tinyint datatype maintenance\nwise would get... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.