threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "When we drop an operator used by other operators as COMMUTATOR or NEGATOR,\npg_dump generates an invalid SQL command for the operators depending on\nthe dropped one. Is it an unavoidable restriction?\n\n CREATE OPERATOR <<< (\n PROCEDURE = text_lt, LEFTARG = text, RIGHTARG = text, COMMUTA... |
[
{
"msg_contents": "Does the git.postgresql.org down?\n\nHarada-san being also unreachable now.\n-- \nKaiGai Kohei <kaigai@kaigai.gr.jp>\n",
"msg_date": "Wed, 29 Sep 2010 20:43:52 +0900",
"msg_from": "KaiGai Kohei <kaigai@kaigai.gr.jp>",
"msg_from_op": true,
"msg_subject": "Git downed?"
},
{
... |
[
{
"msg_contents": "Bruce,\n\nTo query for Postgresql services on Windows use:\n\nsc query type= service | find \"postgresql\"\n\n\nOn my machine this yields:\n\nSERVICE_NAME: postgresql-9.0\nDISPLAY_NAME: postgresql-9.0 - PostgreSQL Server 9.0\n\n\nNB the space after type= is very important, don't ask me why...... |
[
{
"msg_contents": "Hi,\n\nStarting from 9.0, it seems unable to generate man pages for Japanese\ntranslated sgml(generating html is ok). Until 8.4 it worked fine. Does\nanybody succeeded in generating non English/multibyte translated man pages?\n--\nTatsuo Ishii\nSRA OSS, Inc. Japan\nEnglish: http://www.sraoss.... |
[
{
"msg_contents": "Hackers,\n\n\tAny tips / conventional wisdom regarding running postgres on large- \nish memory ccNUMA intel machines, such as a 32G dual-quad-core, \nshowing two NUMA nodes of 16G each? I expect each postgres backend's \nnon-shared memory usage to remain nice and reasonably sized, hopefully... |
[
{
"msg_contents": "Hello\n\nWhat is the way to get tupledesc from array of records?\n\nRegards\n\nPavel Stehule\n",
"msg_date": "Wed, 29 Sep 2010 21:22:08 +0200",
"msg_from": "Pavel Stehule <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg_subject": "the way to get tupledesc from ArrayType"
... |
[
{
"msg_contents": "This is a basic review of Fujii Masao's synchronous replication patch\nfrom http://archives.postgresql.org/message-id/AANLkTik2c3kV7HgJnM4MjkCWVG-QvDJXD3iR9TqsCnpP@mail.gmail.com\n\nReview Description\n==================\nThis patch extends existing asynchronous streaming replication with\nop... |
[
{
"msg_contents": "Hi,\n\nIs there any reason the postmaster.pid and external_pid_file contents to be\ndifferent?\n\n\n-- \n Euler Taveira de Oliveira\n http://www.timbira.com/\n",
"msg_date": "Wed, 29 Sep 2010 21:17:59 -0300",
"msg_from": "Euler Taveira de Oliveira <euler@timbira.com>",
"msg_from... |
[
{
"msg_contents": "Attached is a patch that implements replacing a primary key with another\nindex. This would help overcome the limitation that primary keys cannot be\nreindexed\nwithout taking exclusive locks.\n\n The use case is to create an identical index, concurrenlty, with the\nsame\nstructure as the ... |
[
{
"msg_contents": "Reference: https://commitfest.postgresql.org/action/patch_view?id=312\n\nThe patch from http://archives.postgresql.org/message-id/CA2E4C4762EAE28D68404E75@amenophis\ndoes not apply cleanly to the current git master:\n\n$ patch -p1 < extend_not_null.patch\npatching file src/backend/catalog/hea... |
[
{
"msg_contents": "Hello\n\nThis patch add iteration over array to plpgsql\n\nnow is supported only iteration over scalar array\n\nRegards\n\nPavel Stehule",
"msg_date": "Thu, 30 Sep 2010 10:02:14 +0200",
"msg_from": "Pavel Stehule <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg_subject": ... |
[
{
"msg_contents": "Hello\n\nthis patch implement a new iteration construct - iteration over an\narray. The sense of this new iteration is:\n * a simple and cleaner syntax\n * a faster execution - this bring down a number of detoast operations\n\ncreate or replace function subscripts(anyarray, int)\nreturns in... |
[
{
"msg_contents": "Jayant Kumar did some benchmarking of InnoDB vs. PostgreSQL and PG\ncame out 5 times faster. The benchmark isn't very thoroughly\ndescribed, but it turns out not to matter.\n\nhttp://jayant7k.blogspot.com/2010/09/database-speed-tests-mysql-and.html\n\nApparently, the reason we're faster is t... |
[
{
"msg_contents": "Hello\n\nThe attached patch contains a implementation of \"subscripts\" function.\nThe functionality of this function is same like generate_subscripts\nfunction, but it's based for iteration from plpgsql's for-in-array.\n\nRegards\n\nPavel Stehule",
"msg_date": "Thu, 30 Sep 2010 21:29:00 ... |
[
{
"msg_contents": "Can we please change the comment lines below the patch heading to have the\nreal name instead of the postgresql.org ID?\n\nPatch by Pavel Stehule\nPatch by Gurjeet Singh\n\ninstead of\n\nPatch by okbobcz\nPatch by singh.gurjeet\n\nhttps://commitfest.postgresql.org/action/commitfest_view?id=8\... |
[
{
"msg_contents": "Attached is a patch to display getrusage output to EXPLAIN output.\nThis is the patch I mentioned previously in\nhttp://archives.postgresql.org/pgsql-hackers/2010-02/msg00684.php and\nit raises the same issues we were talking about then. Should the\nresource usage stats displayed be per-itera... |
[
{
"msg_contents": "While tackling the top-level CTEs patch, I found that INSERT ...\nVALUES isn't aware of ORDER BY / LIMIT.\n\nregression=# CREATE TABLE t1(x int);\nCREATE TABLE\nregression=# INSERT INTO t1 VALUES (1),(2),(3) LIMIT 1;\nINSERT 0 3\nregression=# TABLE t1;\n x\n---\n 1\n 2\n 3\n(3 rows)\n\nregres... |
[
{
"msg_contents": "I hope this is the right forum to talk about git.postgresql.org\n\nMy community login is singh.gurjeet, but our setup seems to not like the\nspecial character there; users/singh.gurjeet/postgres is rejected.\n\nWould it be a problem if I requested users/gsingh/postgres ? I hope that\ndoesn't ... |
[
{
"msg_contents": "man git-pull sayeth\n\n In its default mode, git pull is shorthand for git fetch followed by\n git merge FETCH_HEAD.\n\nHowever, I just tried that and it failed rather spectacularly. How do\nyou *really* update your local repo without an extra git fetch step?\n\nPoking around, it loo... |
[
{
"msg_contents": "Would this be correct?\nDatumGetTimestamp(DirectFunctionCall3(timestamp_in, CStringGetDatum(time),\nPointerGetDatum(0), Int32GetDatum(MAX_TIMESTAMP_PRECISION)));\n\nThis is how timestamp_in starts, *#ifdef NOT_USED* is a litle bit confusing.\nDatum timestamp_in(PG_FUNCTION_ARGS)\n{\n char ... |
[
{
"msg_contents": " There are commit messages from about 22 hours ago that say that the \nupcoming releases have been tagged, but I don't see the corresponding \ntags when I list out the tags in my repo (and there has been a commit \nsince then).\n\nI'm not sure where the release procedures are documented - I ... |
[
{
"msg_contents": "Dear List,\n\nFirstly thanks to the postgresql global development team for releasing\npostgresql\nwith such a great enterprise feature of SR & HS.\n\nAs an enduser i setup SR based on\nhttp://wiki.postgresql.org/wiki/Streaming_Replication\nThe master & standby are both powerful machines and a... |
[
{
"msg_contents": "\nWhile trying to build PostgreSQL 9.0 on a machine where the SA had \nomitted to install a lot of the required packages, I noticed a couple of \ncases where configure passed but the build failed due to missing pieces \nin the toolset.\n\nSpecifically, a) when python was installed but python-... |
[
{
"msg_contents": "I am reviewing Jan Otto's ISN patch, as part of the ongoing\ncommit-fest. I've attached a revised patch, which was produced with\ngit diff. The original was produced against CVS head.\n\nThe patch produces this warning when applied to master:\n\npeter@linux-peter-home:~/postgresql> git apply ... |
[
{
"msg_contents": "\nThis is my review on the \"Fix snapshot taking inconsistencies patch\".\n\nThe patch applies against master (a13f12b3a18da0a61571cb134fdecea03a10d6f)\n\n\nHowever initdb fails with:\n\nFATAL: return type mismatch in function declared to return record\nDETAIL: Function's final statement mu... |
[
{
"msg_contents": "Hi,\nI'm using pgadmin to administrate my postgreSQL database.\nBut now I was told to import a text file containing a table with fields\nseperated by ';'\nHow Do I do that?\n\nRegards\n\nHi,I'm using pgadmin to administrate my postgreSQL database.But now I was told to import a text file conta... |
[
{
"msg_contents": "Hi,\n\nI try to install pgAdmin III using Yum on CentOS 5.5 (x86_64), but it\nseems pgadmin3_90 package architecture is i386 in Yum repository.\n\n# cat /etc/redhat-release \nCentOS release 5.5 (Final)\n# yum list pgadmin3_90\n(snip)\nAvailable Packages\npgadmin3_90.i386 ... |
[
{
"msg_contents": "I wrote:\n> After some back-and-forth among core and -packagers, we've agreed that\n> we're overdue for update releases for the back branches. Accordingly,\n> we'll be wrapping update tarballs of all active branches on Thursday\n> for public announcement Monday Oct 4.\n\nWe had a bit of diff... |
[
{
"msg_contents": "Our documentation in \n<http://www.postgresql.org/docs/9.0/interactive/hot-standby.html> currently \nsays the following:\n\n<snip>\nRunning DROP DATABASE, ALTER DATABASE ... SET TABLESPACE, or ALTER DATABASE \n... RENAME on the primary will generate a WAL entry that will cause all \nusers con... |
[
{
"msg_contents": "Hello\n\nI am thinking so you can remove a \"scrollable cursor support\" from\nToDo for plpgsql. Scrollable cursors are supported and supported\nsyntax are same as core SQL language.\n\nregards\n\nPavel Stehule\n",
"msg_date": "Mon, 4 Oct 2010 08:52:43 +0200",
"msg_from": "Pavel Stehu... |
[
{
"msg_contents": "Hello\n\nI looked so we can enhance autocomple about: autocomplete any\ndatatypes for casting and autocomplete any psql varibles. This need\njust add support suffix and prefix strings to joining final string.\nthese variables can be filled by specified handlers - like now. Some\nproposed valu... |
[
{
"msg_contents": "Why is OUTER a type_func_name_keyword? The grammar doesn't require that, \nit could as well be unreserved.\n\n-- \n Heikki Linnakangas\n EnterpriseDB http://www.enterprisedb.com\n",
"msg_date": "Mon, 04 Oct 2010 13:47:21 +0300",
"msg_from": "Heikki Linnakangas <heikki.linnakanga... |
[
{
"msg_contents": "hello all ...\n\nit seems we have found a fairly nasty problem.\nimagine a long transaction which piles up XX.XXX of locks (count on pg_locks) inside the same transaction by doing some tasty savepoints, with hold cursors and so on.\nin this case we see that a normal count issued in a second d... |
[
{
"msg_contents": "Hi all\n\nAfter this recent \"fun\" trying to get a usable crash dump or stack trace \nfrom a crashing autovacuum worker on Windows, I'd like to make a quick \nproposal - one that'll be followed by a patch if there aren't any loud \nNACKs.\n\nWindows has a couple of built-in facilities to aut... |
[
{
"msg_contents": "Hi,\n\nfor whom it may concern:\nhttp://pdos.csail.mit.edu/mosbench/\n\nThey tested with 8.3.9, i wonder what results 9.0 would give.\n\nBest regards and keep up the good work\n\nHakan\n\nHi,for whom it may concern:http://pdos.csail.mit.edu/mosbench/They tested with 8.3.9, i wonder what resul... |
[
{
"msg_contents": "On Mon, Oct 4, 2010 at 3:08 AM, Markus Wanner <markus@bluegap.ch> wrote:\n> On 10/01/2010 05:06 PM, Dimitri Fontaine wrote:\n>> Wait forever can be done without standby registration, with quorum commit.\n>\n> Yeah, I also think the only reason for standby registration is ease of\n> configurat... |
[
{
"msg_contents": "I've been using postgresql with geometric types and I've been using\nNHibernate as an ORM solution.\nThe problem is that NHibernate can't map geometric data types to any kind of\nproperty of a class (not for insertions).\nI've (with partial success, as will be explained) mapped the desired co... |
[
{
"msg_contents": "With 9.0 there is the new hex encoding for BYTEA, which is activated by\ndefault.\n\nlibpq BEFORE 9.0 are not able to decode that encoding.\n\nI am programming with Python, using psycopg2. When psycopg2 is linked with\nlibpq 9.0, everything works fine with hex-encoding; if psycopg2 is linked\... |
[
{
"msg_contents": "Hi,\n\nDoes anybody know if pg_filedump for PostgreSQL 9.0 already exists?\n--\nTatsuo Ishii\nSRA OSS, Inc. Japan\nEnglish: http://www.sraoss.co.jp/index_en.php\nJapanese: http://www.sraoss.co.jp\n",
"msg_date": "Tue, 05 Oct 2010 17:30:31 +0900 (JST)",
"msg_from": "Tatsuo Ishii <ishii... |
[
{
"msg_contents": "\nThis is an attempt to compile everybody's stated viewpoints and come to\nan understanding about where we are and where we want to go. The idea\nfrom here is that we discuss what we are trying to achieve\n(requirements) and then later come back to how (design).\n\nTo explain replication I us... |
[
{
"msg_contents": "(Oops, this didn't go to -HACKERS)\n\nOn 2010-10-04 2:46 PM +0300, Erik Rijkers wrote:\n> (HEAD from git://git.postgresql.org/git/postgresql.git)\n>\n> The patch applies only with error.\n> If that error is ignored, the regression 'with' test failes.\n> If that is also ignored, it runs.\n\nTh... |
[
{
"msg_contents": "At this page in documentation\nhttp://www.postgresql.org/docs/9.0/static/gist-implementation.html and under\n\"picksplit\" the loop that iterates through entryvec->vector[] starts from 1\n(since FirstOffsetNumber equals 1).\nfor (i = FirstOffsetNumber; i <= maxoff; i = OffsetNumberNext(i))\n\... |
[
{
"msg_contents": "Hi\n\nI lost a few hours trying to nut out an issue with the crash handler I'm \nbuilding as a contrib module. Having found out what was going on, I want \nto post it here to help Google find it if others hit it later.\n\nCompilation of the contrib module was failing during linkage with \nbiz... |
[
{
"msg_contents": "All,\n\nThere's been a lot of discussion on synch rep lately which involves\nquorum commit. I need to raise some major design issues with quorum\ncommit which I don't think that people have really considered, and may\nbe sufficient to prevent it from being included in 9.1.\n\nA. Permanent Sy... |
[
{
"msg_contents": "\n\n--On 30. September 2010 07:38:18 +0100 Dean Rasheed \n<dean.a.rasheed@gmail.com> wrote:\n\n>> This version doesn't apply clean anymore due to some rejects in\n>> plainmain.c. Corrected version attached.\n>>\n>\n> Ah yes, those pesky bits have been rotting while I wasn't looking.\n> Thanks... |
[
{
"msg_contents": "Hi!\n\nI'm on the committee for MySQL Conf this year, and the committee is\nspecifically seeking talks about PostgreSQL. The idea is to broaden\nthe scope of the conference to include a lot of different open source\ndatabase technology, including a bunch more about Postgres. The\norganizing c... |
[
{
"msg_contents": "\nBig thanks to everyone that was involved in the git conversion.\n\nThe commit instructions were flawless and the multiple workdirs option\nworks well for our setup.\n\ngit reset helped me out of a minor issue where I'd set the case of the\nemail address incorrectly. So git has already saved... |
[
{
"msg_contents": "Simon, Fujii,\n\nWhat follows are what I see as the major issues with making two-server\nsynch replication work well. I would like to have you each answer them,\nexplaining how your patch and your design addresses each issue. I\nbelieve this will go a long way towards helping the majority o... |
[
{
"msg_contents": "Hello,\n\ntoday I found a few bugs:\n\na) parser allow a labels on invalid positions with strange runtime bug:\n\npostgres=# CREATE OR REPLACE FUNCTION foo()\nRETURNS void AS $$\nBEGIN\n FOR i IN 1..2\n <<<invalidLabel>>\n LOOP\n RAISE NOTICE '%',i;\n END LOOP;\nEND;\n$$ LANGUAGE plpgs... |
[
{
"msg_contents": "All,\n\nIn my effort to make the discussion around the design decisions of synch\nrep less opaque, I'm starting a separate thread about what has developed\nto be one of the more contentious issues.\n\nI'm going to champion timeouts because I plan to use them. In fact, I\nplan to deploy synch... |
[
{
"msg_contents": "Hi all,\n\nI noticed that granting a user column-level update privileges doesn't\nallow that user to issue LOCK TABLE with any mode other than Access\nShare.\n\nThe documentation page for LOCK TABLE claims: \"All other forms of LOCK\nrequire at least one of UPDATE, DELETE, or TRUNCATE privile... |
[
{
"msg_contents": "All,\n\nI thought we fixed this in 8.4.4, but apparently not. In the event that\nyou have a GIN index containing a WHERE clause which is sufficiently\nrestrictive, PostgreSQL will attempt to use the index even though it\ncan't. Since this is completely out of the control of the user, it\nef... |
[
{
"msg_contents": "Hello,\n\nthe current plpgsql syntax doesn't offer a functionality to define\nsome variable with type as element of some other array variable or\nreverse order. The primary goal of this proposal is enahancing plpgsql\nfor better working with polymorphic types.\n\nI propose a following syntax:... |
[
{
"msg_contents": "I have a library that compiles fine under linux.\nBut when I try to compile it under mingw on windows 7 I get the following\nerrors.\n\ngcc.exe -c -O2 -I/C/PostgreSQL/9.0/include/server\n> -I/C/PostgreSQL/9.0/include/server/utils\n> -I/C/PostgreSQL/9.0/include/server/access\n> -I/C/PostgreSQL... |
[
{
"msg_contents": "Hi\n\nI want to know how much main memory is actually allocated to be the maximum\nmemory for postgresql, because my hardware may have 4GB main memory but at\nthe end of the day, only 1GB may be allocated for postgres.\n\nI want to set (increase) it manually. Can someone tell me how to do it... |
[
{
"msg_contents": "While reading the proposed triggers-on-views patch I noticed that\ninformation_schema.sql defines these columns in the TRIGGERS view:\n\n CAST(\n CASE WHEN t.tgtype & 2 = 2 THEN 'BEFORE' WHEN t.tgtype & 64 = 64 THEN 'INSTEAD OF' ELSE 'AFTER' END\n AS characte... |
[
{
"msg_contents": "The fourth edition of the Italian PostgreSQL Day (PGDay.IT 2010) will be \nheld on December 10 in Rome.\n\nIt will cover topics for users, developers and contributors to \nPostgreSQL, as well as decision and policy makers. For more information \nabout the conference, please visit the website ... |
[
{
"msg_contents": "I'm finally trying to get current with the switch to git, following this\nwiki page:\n\n http://wiki.postgresql.org/wiki/Committing_with_Git\n\nSpecifically, I am trying to do:\n------------\nDependent Clone per Branch, Pushing and Pulling From a Local Repository\n -plus-\nClone Locally, Re... |
[
{
"msg_contents": "Hi folks,\n\nI have just set up HS+SR for the first time, and for the most part,\nthe docs were excellent. The one exception for me was the discussion\nof archive_cleanup_command. This is a pretty important part of\nconstructing a healthy standby server, and IMO the docs don't give it\nthe ... |
[
{
"msg_contents": "Hi folks,\n\nOne of the speedbumps I hit when setting up HS+SR was naming the user\nthe slave would connect as for streaming replication. At first I\npicked 'replication', which seemed quite natural to me (and I don't\ndoubt will seem natural to others as well).\n\nWhen I started up the slav... |
[
{
"msg_contents": "This is a continuation from this thread:\nhttp://archives.postgresql.org/pgsql-hackers/2010-09/msg02153.php\n\nThe attached patch allows creating a primary key using an existing index.\n\nThis capability would be helpful in situations where one wishes to\nrebuild/reindex the primary key, but ... |
[
{
"msg_contents": "I know that there haven been many discussions on the slowness of count(*) even \nwhen an index is involved because the visibility of the rows has to be \nchecked. In the past I have seen many suggestions about using triggers and \ntables to keep track of counts and while this works fine in a ... |
[
{
"msg_contents": "I have gone through the source code a bit but I wanted to know that which\nfile contains the code that performs the final SLECTION after the optimizer\nhas created the final plan? I mean which part of the executor is responsible\nfor the SELCT to be run?\n\nCan someone tell me the file which ... |
[
{
"msg_contents": "Hi,\n\nSo I'm beginning to work on the extension support for dump and restore,\nand that begins with a new pg_extension catalog. I managed to break\ninitdb already, of course, but I'm fighting my way out — no luck with\ngdb, it won't catch the Assert failure and show me a backtrace. I tried\n... |
[
{
"msg_contents": "I want to create this function:\nCREATE OR REPLACE FUNCTION myfunction(cstring)\nRETURNS cstring AS\n '$libdir/mylib','myfunction'\nLANGUAGE 'C' IMMUTABLE STRICT;\n\nIn windows this is working fine and $libdir is substituted by the actual\npath. In linux it is not substituted!\nThis is the... |
[
{
"msg_contents": "Hi all,\n\nTrivial program to demonstrate problem:\n\nmain() {\n ECPGdebug(1,stderr);\n exec sql connect to postgres;\n exec sql set autocommit to off;\n exec sql start transaction;\n exec sql savepoint s;\n exec sql rollback to s;\n exec sql commit;\n return 0... |
[
{
"msg_contents": "Folks,\n\nPlease find enclosed a WIP patch from one of my co-workers intended to\nsupport JDBC's setQueryTimeout, along with the patch for JDBC that\nuses it.\n\nI think this is an especially handy capability, and goes to the number\none TODO on the JDBC compliance list.\n\nhttp://jdbc.postgr... |
[
{
"msg_contents": "Hi,\n\n\nI was wondering what is the advantage of having hint bits for OLAP\n-style workloads, that is when the number of transactions is not\nthat high.\n\nIf I got it right, in 10 pg_clog pages we can store the status for more\nthan 320000 transactions. That's a lot, in a very small space\n... |
[
{
"msg_contents": "Hi,\n\nPlease find attached a WIP patch for extension's pg_dump support in\nPostgreSQL, following design decisions that we've outlined earlier at\nthis year's and last year's PGCon developer meetings.\n\nWhat's in the patch?\n\nAn extension is a new SQL object with a catalog and two commands ... |
[
{
"msg_contents": "[ sent to hackers where it belongs ]\n\nThom Brown wrote:\n> Hi,\n> \n> I noticed that if I run this:\n> \n> SELECT alias, description, token FROM\n> ts_debug('http://www.postgresql.org:2345/directory/page.html?version=9.1&build=alpha1#summary');\n> \n> I get:\n> \n> alias | description ... |
[
{
"msg_contents": "Hi,\n\nI'm looking for a way to reliably detect if it's a promoting\nstandby. This is neccessary for pgpool-II manage streaming replication\nclusters. When primary goes down, standby *could* start promoting to\nprimary. The only way to find it is calling\npg_is_in_recovery(). Problem is, it r... |
[
{
"msg_contents": "We have a database specification in .pgpass:\n\n\thostname:port:database:username:password\n\nWhat is the purpose of 'database' since username/password combinations\nare global, not per database? I would like to documents its purpose.\n\n-- \n Bruce Momjian <bruce@momjian.us> http:/... |
[
{
"msg_contents": "Since MaxBackends is actually max_connections + autovacuum_max_workers +\n1, when you get an error message from shmget() it will tell you\n\n\"reduce ... its max_connections parameter (currently 104)\"\n\nwhen you actually set\n\nmax_connections = 100\n\nThis looks a bit silly.\n\nShould we j... |
[
{
"msg_contents": "This surprised me:\n\npsql -p 55555 -h localhost\npsql: could not connect to server: Connection refused\n Is the server running on host \"localhost\" and accepting\n TCP/IP connections on port 55555?\ncould not connect to server: Connection refused\n Is the server running... |
[
{
"msg_contents": "Hi all!\n\n./configure --prefix=$HOME/inst/pg-9 --enable-nls --enable-debug --enable-depend --enable-cassert --enable-thread-safety --with-pgport=5431 --with-libxml --with-libxslt --with-python --with-perl --with-tcl FLEX=/usr/local/bin/flex\n\n--8<---------------cut here---------------start-... |
[
{
"msg_contents": "Hi\n\nI am a keen Postgres user and I run my local PUG (JNBPUG in Gauteng,\nSouth Africa), but I have found the idea of contributing on a code\nlevel daunting.\n\nHaving read the many warnings along the lines of \"It's still on the\ntodo because it isn't trivial\" I have identified what I bel... |
[
{
"msg_contents": "I would like to ask in which future version of postgresql knngist is planned\nto be included. Is there any possibility to be included in 9.1?\n\nI would like to ask in which future version of postgresql knngist is planned to be included. Is there any possibility to be included in 9.1?",
"... |
[
{
"msg_contents": "Hello guys,\n\nThe concept of time line makes sense to me in the case of asynchronous\nreplication. But in case of synchronous replication, I am not so sure.\n\nWhen a standby connects to the primary, it checks if both have the same time\nline. If not, it doesn't start.\n\nNow, consider the f... |
[
{
"msg_contents": "Hi,\n\nIt takes nonsensically extra several seconds to shut down the standby server.\nThis is because the startup process cannot respond immediately the SIGTERM\nsignal sent by postmaster for the shutdown while it's sleeping on WaitLatch.\nThis delays the shutdown for up to the sleep time on ... |
[
{
"msg_contents": "Hi,\n\n--------------\n\tif (recoveryTarget == RECOVERY_TARGET_XID)\n\t\tsnprintf(buffer, sizeof(buffer),\n\t\t\t\t \"%s%u\\t%s\\t%s transaction %u\\n\",\n\t\t\t\t (srcfd < 0) ? \"\" : \"\\n\",\n\t\t\t\t parentTLI,\n\t\t\t\t xlogfname,\n\t\t\t\t recoveryStopAfter ? \"after\" : \"before\",\n\t... |
[
{
"msg_contents": "Robert Haas wrote:\n \n> Is this a JDBC patch or a PG patch? Are we tracking JDBC patches\n> using the CF app?\n \nIf this were the only patch for setQueryTimeout in front of us I\nprobably wouldn't have suggested that, but this thread started with a\npatch proposal to implement the same JDB... |
[
{
"msg_contents": "I found PostgreSQL accepts UNION DISTINCT but documents don't mention it.\n\nhttp://www.postgresql.org/docs/9.0/static/sql-select.html#SQL-UNION\n\nselect_statement UNION [ ALL ] select_statement\n\nUNION DISTINCT is nothing more than UNION itself, but gram.y\ndefinitely accept it and the SQL... |
[
{
"msg_contents": "On Thu, Oct 14, 2010 at 12:44 PM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:\n> On 14 October 2010 16:42, Robert Haas <robertmhaas@gmail.com> wrote:\n>> In view of the fact that we are out of time for this CommitFest, ...\n>\n> When is the official end of this commitfest?\n> I remember ta... |
[
{
"msg_contents": "Robert Haas wrote:\nKevin Grittner wrote:\n \n> I thought we had decided on the client-side approach, but maybe\n> I'm confused. I don't have a position one way or the other, just\n> trying to understand the state of the conversation.\n \nWell, I've been pretty vocal on supporting a client-... |
[
{
"msg_contents": "We got an interesting documentation document left by Christian Freund \nrecently, in regards to \nhttp://www.postgresql.org/docs/9.0/interactive/install-windows-full.html \n; it says:\n\nRegarding 16.1.3 - \"perl mkvcbuild.pl\"\n\nIn case you use a German version of VC change line 69 in \"Sol... |
[
{
"msg_contents": "Hey all,\n\nIs there way to determine failed connection attempt due to invalid\nauthorization (libpq)?\n\n-- \n// Dmitriy.\n\nHey all,Is there way to determine failed connection attempt due to invalid authorization (libpq)?-- // Dmitriy.",
"msg_date": "Thu, 14 Oct 2010 22:59:00 +0400",
... |
[
{
"msg_contents": "-----------------------------------------------------------------------\n\nDarth Revan wants to stay in better touch using some of Google's coolest new\nproducts.\n\nIf you already have Gmail or Google Talk, visit:\nhttp://mail.google.com/mail/b-eb174a8d94-0811140ea1-_yP4b-RCSu5vdiKkK0WEDXikE... |
[
{
"msg_contents": "Hi hackers,\n\nI choose (for my master's thesis) support PostgresSQL XML schema validation. Is anybody there with suggestions? I had a look at current state and noted that there is commented out code for DTD.\n\nMy plan is to use libxml2, that have in the last version better support for DTD, ... |
[
{
"msg_contents": "Hi,\n\nAs the result of the discussion, I think that we need the following two\nparameters for the case where the standby goes down.\n\n* replication_timeout\n This is the maximum time to wait for the ACK from the standby. If this\n timeout expires, the master closes the replication connect... |
[
{
"msg_contents": "Howdy folks,\n\nWas wondering if there are any docs on which contrib modules don't work with \npg_upgrade? I seem to remember discussion on this during the 9.0 cycle, but \ncouldn't find it in the mail archive, and don't see anything in the wiki. What \nbrings this up is I'm currently workin... |
[
{
"msg_contents": "Tom Lane wrote:\n \n> I'm all for doing this client-side.\n \nWell, that makes a big difference. Unless someone can make a\nconvincing argument for why we should modify the server side to\nsupport this, I think we should just focus on this one client-side\npatch.\n \nI'd be happy to give i... |
[
{
"msg_contents": "\n\n--On 15. Oktober 2010 13:36:38 -0400 Tom Lane <tgl@sss.pgh.pa.us> wrote:\n\n> Bernd Helmle <mailings@oopsware.de> writes:\n>> Here is an updated version of the patch. It fixes the following issues\n>> Andrew discovered during his review cycle:\n>\n> I looked through this a bit. It's not ... |
[
{
"msg_contents": "Hi,\n\nDoes anybody know PostgreSQL LISTEN/NOTIFY is more reliable than\nprevious versions? I vaguely recall that in the previous\nimplementation, message sent by NOTIFY may not be reached to listner.\nDoes PostgreSQL 9.0's new implementation guarantee that the message is\nreceived by the li... |
[
{
"msg_contents": "As a small addition to the pg_hba.conf host name feature, I figured it\nwould be useful to allow \"all\" in the host column, instead of having to\nwrite 0.0.0.0/0 and ::/0. Patch attached.",
"msg_date": "Sat, 16 Oct 2010 13:56:43 +0300",
"msg_from": "Peter Eisentraut <peter_e@gmx.net... |
[
{
"msg_contents": "Hi all -\nI independently started some work on a similar capability as was contributed\nback in August by Joey Adams for a json datatype. Before starting, I did a\nquick search but for some reason didn't turn this existing thread up.\n\nWhat I've been working on is out on github for now:\nht... |
[
{
"msg_contents": "So, it seems we're pretty firmly on git now, and I doubt we're ever\ngoing to shift back now :)\n\nThat means I'd like to get the two CVS VMs shut down (that's\ncvs.postgresql.org and anoncvs.postgresql.org), so we don't have to\nattempt to maintain them...\n\nWhat should we do with the offic... |
[
{
"msg_contents": "I'm working on the design for Range Types for 9.1:\n\n http://wiki.postgresql.org/wiki/RangeTypes\n\nBut I think that floating-point timestamps may pose a problem. In this\nthread:\n\n http://archives.postgresql.org/pgsql-bugs/2010-08/msg00378.php\n\nI pointed out that floating-point timest... |
[
{
"msg_contents": "Hi all.\n\nHere is a proposed patch which enables cancellation of $subject. The \nproblematic point about doing so is that the client is not expecting any \nmessages from the server when its in an idle state during an transaction and \nthat simply suppressing that message is not enough as rea... |
[
{
"msg_contents": "This is based on the Kevin's git repo at:\n\n git://git.postgresql.org/git/users/kgrittn/postgres.git\n SHA1: 729541fa5ea94d66e6f4b22fb65bfef92214cd6b\n\n* Trivial stuff:\n\nI get a compiler warning:\n\n indexfsm.c: In function ‘RecordFreeIndexPage’:\n indexfsm.c:55: warning: implicit... |
[
{
"msg_contents": "as seen below create tablespace does not throw an error or appear to\ndo anything other than register the tablespace.\n\npostgres@db01:~> less /opt/pg/data/jnj_indexes/PG_VERSION\n8.4\npostgres@db01:~> /opt/pg91/bin/psql -p 5433\npsql (9.0.1)\nType \"help\" for help.\n\npostgres=# select vers... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.