threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi Hackers,\n\nCan we resurrect the patch proposed by Junji TERAMOTO?\nIt removes unnecessary items before btree pages split.\n http://archives.postgresql.org/pgsql-patches/2006-01/msg00301.php\n\nThere was a problem in the patch when we restarted scans from deleted tuples.\nBut now we scan ... |
[
{
"msg_contents": "I have an issue with pg_dump and inherits with pg 8.1.3 and 8.1.4\n\nif I run the following SQL\ncreate table t (a text check (a = '*'));\ncreate table s () inherits (t);\nalter table s drop constraint t_a_check;\nalter table s add constraint a_check check (a='s');\n\nI get the following\n ... |
[
{
"msg_contents": "Hi,\n\nis anybody working on the Bernd Helmle's updateable views patch? or\nknow what the status of this is?\n\n-- \nregards,\nJaime Casanova\n\n\"Programming today is a race between software engineers striving to\nbuild bigger and better idiot-proof programs and the universe trying\nto produ... |
[
{
"msg_contents": "\nI just sent in the patch for online index builds to -patches.\n\n. The work to combine the two phases into a single non-transactional command\n is done. I'm not sure how long to wait between lock checks or how verbose to\n be about why it's taking so long. I do think we have to print some... |
[
{
"msg_contents": "Is there any interest in a basic perl script that would read through a\npostgresql.conf file and calculate approximate memory (and shared\nmemory) usage? Also, are there any other (simple for now) things I\nshould look at in the process? Asking because I'm getting annoyed with\ndoing this by ... |
[
{
"msg_contents": "On Wed, 2006-07-12 at 02:18 -0300, I wrote:\n> I am trying to create an initialisation function that is called using\n> the preload_libraries option.\n> \n> The purpose of this is to set up shared memory for Veil, independant\n> of postgres' own shared memory. Simple init functions work fin... |
[
{
"msg_contents": "\nignore ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail . scrappy@hub.org MSN . scrappy@hub.org\nYahoo . yscrappy Skype: hub.org ICQ . 7615664\n",
"msg_date": "Wed, 12 Jul 2006 23:03:37 -030... |
[
{
"msg_contents": "On Thu, 2006-07-13 at 01:13 -0300, Tom Lane wrote:\n> Marc Munro <marc@bloodnok.com> writes:\n> > ... A better solution from my point of view would be\n> > to simply move the call to process_preload_libraries to a point\n> after\n> > shared memory has been set up. Is there some reason this ... |
[
{
"msg_contents": "\nJust confirming that its fixed ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail . scrappy@hub.org MSN . scrappy@hub.org\nYahoo . yscrappy Skype: hub.org ICQ . 7615664\n",
"msg_date": "Thu, 1... |
[
{
"msg_contents": "Updated patch. Fixed a few minor things, added documentation and regression\ntests. Unfortunately I can't test the regression tests because I get a\nsegmentation fault earlier in the same file due to a GIN index build. So I\nhaven't updated the \"expected\" output.\n\n\n\n\n\n-- \ngreg",
... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Jonah H. Harris\" <jonah.harris@gmail.com>\nTo: \"Josh Berkus\" <josh@agliodbs.com>\nCc: \"Thomas Hallgren\" <thomas@tada.se>; \"Dave Cramer\" <pg@fastcrypt.com>; \"David Fetter\" <david@fetter.org>; \"Satoshi Nagayasu\" <nagayasus@nttdata.co.jp>; \"Tom... |
[
{
"msg_contents": "Hi All,\n\n I've been working on a small module that I will be pluging into my \nlocal PostreSQL 8.x database and am in need of doing some table locking. \nAt this time, I've used various other examples to no avail and was \nwondering what the proper method for aquiring a table lock within th... |
[
{
"msg_contents": "\nI intended to post this anyway as a followup to the conference session, \nbut I have been spurred to do it nowby the Pl/J(ava) discussion.\n\nI outlined a number of possible directions for buildfarm, and we had a \ngood discussion.\n\nBased on that, my current intention is to make provision... |
[
{
"msg_contents": "I am seeing buildfarm failures on AIX because stdio.h is being included\nbefore pg_config.h (which has the definition of _LARGE_FILES).\n\nThe problem is stemming from math.h including stdlib.h, which (after\nseveral more inclusions) ends up including stdio.h.\n\nThis is where the fgetpos64 d... |
[
{
"msg_contents": "\n\nWhat is the state of the following items that have been previously \ndiscussed?\n\n. MERGE (at least in PK case)\n. multiple values clauses for INSERT\n. recursive WITH queries\n\n\nThanks\n\nandrew\n",
"msg_date": "Thu, 13 Jul 2006 14:56:56 -0400",
"msg_from": "Andrew Dunstan <an... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Marc G. Fournier\" <scrappy@postgresql.org>\nTo: \"Rod Taylor\" <pg@rbt.ca>\nCc: \"Jonah H. Harris\" <jonah.harris@gmail.com>; \"postgres hackers\" <pgsql-hackers@postgresql.org>\nSent: 13/07/06 20:06\nSubject: Re: [HACKERS] Three weeks left until featu... |
[
{
"msg_contents": "Per discussion at the conference:\n\nIn order to run the regression tests on Windows without msys, pg_regress\nneeds to be reimplemnted in C. There are two reasons to want this:\n\n1) To be able to build completely without mingw (which can be a pain to\ninstall if you're not lucky) - build pg... |
[
{
"msg_contents": "Now it dies on nodeSubplan.c...\n\nI am guessing there will be others as well.\n\nPerhaps a check to make sure postgres.h is first in the includes can be\nadded to the include checking scripts you have been updating?\n\nThanks,\n\t-rocco\n\n> -----Original Message-----\n> From: Bruce Momjian ... |
[
{
"msg_contents": "Here's the patch that generalizes the australian_timezones hack by moving the\ncompiled-in time zone definitions into a text file. The text file to use is\nchosen via a guc.\n\nThe patch comes with `template' files and `set' files. The template files\ncontain all time zones that I could find,... |
[
{
"msg_contents": "The attached patch makes the tree build for me again after the recent \ninclude changes. This patch still violates the postgres.h before all \nsystem headers rule and I'm still not sure what changed that broke \neverything, but if people need to get work done this may help.\n\nKris Jurka",
... |
[
{
"msg_contents": "In ShmemAlloc() we have:\n\n newStart = BUFFERALIGN(newStart);\n newSpace = (void *) (ShmemBase + newStart);\n return newSpace;\n\nNotice that though newStart is ALIGNOF_BUFFER, ShmemBase is not. Thus the\nnewSpace is not aligned as we disired.\n\nAttached please find the patch.\n\nRegards... |
[
{
"msg_contents": "I'm working on Tom's xlogdump tool to add some functionality.\nIMHO some useful improvements would be and an idea of implementation:\n\n\n- have an options to output only the transactions with their status and some\naggregate data (transaction size).\n\nWhen the user pass a -t parameter, inst... |
[
{
"msg_contents": "\nThere has been action to clean up and remove some contrib modules, and \nthis is good. I would like to suggest that we should try to move one or \ntwo the other way, namely right into the core proper, on the ground that \nthey have widespread applicability and should have maximum visibility... |
[
{
"msg_contents": "Log Message:\n-----------\nHave find_static skip main() functions.\n\nModified Files:\n--------------\n pgsql/src/tools:\n find_static (r1.4 -> r1.5)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/find_static.diff?r1=1.4&r2=1.5)\n",
"msg_date": "Fri, 14 Jul... |
[
{
"msg_contents": "Hi\n\nFor my warm-standby-cluster I'm now saving the currently used wal using rsync,\nto avoid loosing data from a few hours (or days) ago, when there is little traffic,\nand thus the wal isn't rotated. For online backups, the problem is even worse, because\na backup might me unuseable even h... |
[
{
"msg_contents": "When building with --enable-cassert, without --enable-thread-safety, or \nwhen the OS supports USE_WIDE_UPPER_LOWER we need some more include files.\n\nKris Jurka",
"msg_date": "Fri, 14 Jul 2006 11:09:08 -0500 (EST)",
"msg_from": "Kris Jurka <books@ejurka.com>",
"msg_from_op": tru... |
[
{
"msg_contents": "Hi Bruce-san.\n\nUmm, c.h is the problem of msvc.\n\ngetaddrinfo.c\n..\\..\\include\\c.h(63) : fatal error C1083: 'crtdefs.h': No such file or directory\n\n<crtdefs.h> does not exist in vs2003... \nproblem is solved by removing this before vs2005. \nmoreover, nothing does not run short by it... |
[
{
"msg_contents": "The inclusion of access/tuptoaster.h in access/common/indextuple.c brought \nin the define of TOAST_INDEX_HACK which compresses large index entries. \nWhen this was removed the entries were no longer compressed which caused \nbtree_gist to fail.\n\nKris Jurka",
"msg_date": "Fri, 14 Jul 20... |
[
{
"msg_contents": "src/interfaces/libpq/win32.c contains\n\n/* Declared here to avoid pulling in all includes, which causes name collissions */ \n#ifdef ENABLE_NLS\nextern char *\nlibpq_gettext(const char *msgid)\n__attribute__((format_arg(1)));\n#else\n#define libpq_gettext(x) (x)\n#endif\n\nNow, since it has ... |
[
{
"msg_contents": "Hello, Hackers\n\nI recently discovered that some my tables with the functional indices\nhave the wrong pg_stats records.\n\nwsdb=# \\d q3c\n Table \"public.q3c\"\n Column | Type | Modifiers \n--------+------------------+-----------\n ipix | bigint |\n ra ... |
[
{
"msg_contents": "pgcheckdefines reports\n\nsrc/port/getaddrinfo.c references HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN, defined in src/include/libpq/pqcomm.h\n\nI think this is an actual bug: if we have a platform that calls its\nstruct sockaddr_storage member __ss_len, and we are using our own\ngetaddrinfo code, w... |
[
{
"msg_contents": "Hi\n\nI had a urge to do a bit of hacking today, and so I tried to implement \nmy idea about an pg_rotate_wal for postgres 8.1. It's basically a huge\nhack, and wastes io bandwith - but it doesn't need any patches to 8.1,\nand can be compiled as an extension.\n\nHere is the code (Included, be... |
[
{
"msg_contents": "Someone at the conference mentioned a tool that would portably and \nreliably report system info such as architecture. If someone has details \nI would like to have them, as it would help solve the buildfarm \npersonality problem properly.\n\ncheers\n\nandrew\n",
"msg_date": "Sat, 15 Jul ... |
[
{
"msg_contents": "Hi Bruce-san.\n\nUga..., include is removed and it is out of order.....\n\npmsignal.c: In function `PostmasterIsAlive':\npmsignal.c:121: error: `PostmasterHandle' undeclared (first use in this function)\npmsignal.c:121: error: (Each undeclared identifier is reported only once\npmsignal.c:121:... |
[
{
"msg_contents": "Instead of this rigmarole with pg_usleep() being a macro to\npgwin32_backend_usleep, why don't we just call the function in\nbackend/port/win32/signal.c pg_usleep(), and put something like\n\n\t#if defined(FRONTEND) || !defined(WIN32)\n\naround the version in src/port/pgsleep.c? We don't rea... |
[
{
"msg_contents": "What's wrong with this picture?\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_status.pl\n\nNotice how all the red is at the bottom of the report? That's because\nall the Windows machines are at the bottom, indicating that they haven't\nreported recently. AFAICT, snake is the only Windows machi... |
[
{
"msg_contents": "The latest buildfarm report from trout,\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=trout&dt=2006-07-16%2014:36:19\nshows a failure mode that we've seen recently on snake, but not for a\nlong time on any non-Windows machines: the stats test fails with\nsymptoms suggesting that the stat... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Petr Jelinek\" <pjmodos@pjmodos.net>\nTo: \"Dave Page\" <dpage@vale-housing.co.uk>\nCc: \"PostgreSQL-development\" <pgsql-hackers@postgresql.org>\nSent: 16/07/06 18:05\nSubject: Re: Windows buildfarm support, or lack of it\n\n> In fact MS released Virtu... |
[
{
"msg_contents": "Folks,\n\nHopefully by now a bunch of you have joined as Software in the Public Interest \nContributing members per my earlier e-mail and are aware that the SPI annual \nboard election has started. If you are a registered contributing member \nwith SPI, elections are at: http://members.spi-... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: Stefan Kaltenbrunner [mailto:stefan@kaltenbrunner.cc] \n> Sent: 16 July 2006 18:17\n> To: Dave Page\n> Subject: Re: [HACKERS] Windows buildfarm support, or lack of it\n> \n> care to share that script ? I set up seahorse on friday but as a\n> unix-sys... |
[
{
"msg_contents": "\n\n-----Original Message-----\nFrom: \"Andrew Dunstan\" <andrew@dunslane.net>\nTo: \"Peter Eisentraut\" <peter_e@gmx.net>\nCc: \"pgsql-hackers@postgresql.org\" <pgsql-hackers@postgresql.org>\nSent: 16/07/06 23:50\nSubject: Re: [HACKERS] automatic system info tool?\n\n\n> We also classify bui... |
[
{
"msg_contents": "Hello,\n\nWe were going to submit plPHP to core for inclusion but it is not ready \nyet. Namely it requires the apache SAPI which could introduce some \nportability issues. The other issues it has (such as some array parsing \nproblems) are minor and could probably be fixed easily within the ... |
[
{
"msg_contents": "Sorry, i'm resending because i forgot the subject\n\nOn 7/17/06, Jaime Casanova <systemguards@gmail.com> wrote:\n> Hi,\n>\n> when searching the TODO list (http://www.postgresql.org/docs/faqs.TODO.html).\n>\n> i found this on the Monitoring section:\n>\n> o Allow protocol-level BIND parameter ... |
[
{
"msg_contents": "Hello all,\nI'm working with pl/python and I'd like to use the set returning\nfunction feature.\n\nI'm not working in a debug python, so the iterator bug is not a problem me.\n\nCan someone point me to some plpython.c \"setof\" enabled sources?\n\nHint to build them in an ubuntu dapper enviro... |
[
{
"msg_contents": "Hello\n\nWhat are the possibilities (if any) for continuous dataflow streaming with\nPostgreSQL v.8.1 ? Something like TelegraphCQ project,but it was for\nv.7.3.Is there any alternatives for the latest version of PostgreSQL ?\n\nSincerely\n\n-- \n\nDragan Zubac\n\nHello\n\nWhat are the possib... |
[
{
"msg_contents": "Hello everyone, I found something that struck me as odd revolving\naround automatic typecasting and coalesce. It appears as though a\ntimestamp will not automatically be cast to a timestamp if the\ntimestamp is coalesced. Consider the following example:\n\n => select now()>'Jul 14 2006 9:16:4... |
[
{
"msg_contents": "Hi,\n\nI use the cube datatype a fair bit, and one thing I have always wanted \nis the ability to do this:\n\npg=# select cube_from_arrays('{1,2,3}'::float[], '{3,5,6}'::float[]);\n cube_from_arrays\n---------------------\n (1, 2, 3),(3, 5, 6)\n(1 row)\n\nThat is - build a cube by specifyi... |
[
{
"msg_contents": "I would like to implement \"Mark change-on-restart-only values in \npostgresql.conf\" item. Anybody works on this? Does it mean add extra \ncomment to postgresql.conf for variable which has PG_POSTMASTER context?\n\n\n\tZdenek\n",
"msg_date": "Mon, 17 Jul 2006 21:28:21 +0200",
"msg_fr... |
[
{
"msg_contents": "Hi,\n\nI already tried to mail security@postgresql.org but my message was stalled.\n\nVersion: 8.1.4 (binary for win32)\nOS: Windows XP SP2\n\nI type: pg_dump -h localhost -U postgres database_name and there is no\nquestion for the password.\n\nI haven't made changes to pg_hba.conf. I'm logge... |
[
{
"msg_contents": "Hi PostgreSQL developers,\n\nsome time ago I started a discussion [1] here about modifying pg_dump\nto not restore TABLE DATA objects if the corresponding TABLE oject\nfailed to be created (usually because it already exists, but it might\nfail due to a different error like a nonexisting data ... |
[
{
"msg_contents": "Ok. So, the cube code looks very unmaintained (not to offend anyone), \nbut it is all in V0 and I believe make installcheck fails out of the box \ndue to new error message formats. I'm in the process of twisting the arm \nof another guy here to help me clean up the code - if that is ok with \... |
[
{
"msg_contents": "Anyone have an opinion on the portability of the regular expression\nfunctions defined in POSIX 1003.2,\nhttp://www.opengroup.org/onlinepubs/007908799/xsh/regcomp.html\n? In particular, do you know of any platforms we support that don't\nhave them?\n\nThe reason I'm asking is that to convert... |
[
{
"msg_contents": "Hello,\n\nI did some work on mutliple value insert. First: SELECT .. UNION ALL SELECT \nis wrong idea. VALUES can contain DEFAULT keyword. Second: It's neccessery \ngeneral implementation of table values constructor like SQL:2003. Main \nproblem what I see is biger request on sources if we im... |
[
{
"msg_contents": "Hello,\n\nWhile setting up a buildfarm installation for cygwin, I've\nuncountered the following\nregression failure :\n\n float8 ... FAILED\n\n================== pgsql.3132/src/test/regress/regression.diffs\n*** ./expected/float8-small-is-zero.out\tTue Jul 18 09:24:52 2006\... |
[
{
"msg_contents": "Hi,\nIn 8.2 the function tuplestore_gettuple in tuplestore.h is either missing or \ndeprecated? can someone shed some light on this?\n(it appears in the tuplestore.c file and there is no deprecation warning \nthere)\n10x.\n\n\n-- \nRegards,\n Tzahi.\n--\nTzahi Fadida\nBlog: http://tzah... |
[
{
"msg_contents": "I have a client with the following EAV inspired schema.\n\nCREATE TABLE many_tables (\n table_id text primary key, -- defines which virtual table is\nencoded\n attribute1 text,\n attribute2 text,\n attribute3 text,\n attribute4 text,\n ...\n);\n\nI'd like to use a mix... |
[
{
"msg_contents": "\nI'm having trouble with pgxs and it seems like either it's doing something\nactively wrong which defeats the purpose of having pgxs or I'm doing something\nwrong in how I'm using it.\n\nI have postgres installed in /usr/local/pgsql in addition to having the debian\npackages installed in the... |
[
{
"msg_contents": "Log Message:\n-----------\nDone:\n\n o -Display IN, INOUT, and OUT parameters in \\df\n\nModified Files:\n--------------\n pgsql/doc:\n TODO (r1.1914 -> r1.1915)\n (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1914&r2=1.1915)\n pgsql/doc/src/F... |
[
{
"msg_contents": "\nHas anyone looked thought about what it would take to get progress bars from\nclients like pgadmin? (Or dare I even suggest psql:)\n\nMy first thought would be a message like CancelQuery which would cause the\nbackend to peek into a static data structure and return a message that the\nclien... |
[
{
"msg_contents": "+1\n\nLooked, talked it through, it's a very important feature to BI users.\n\n\n- Luke\n\nSent from my GoodLink synchronized handheld (www.good.com)\n\n\n -----Original Message-----\nFrom: \tGregory Stark [mailto:gsstark@mit.edu]\nSent:\tTuesday, July 18, 2006 02:38 PM Eastern Standard Time\... |
[
{
"msg_contents": "If looking at http://www.sai.msu.su/~megera/oddmuse/index.cgi?Hstore the \nfollowing is displayed :\n\n-----------------------------------------\nLicense\n\nStable version, included into PostgreSQL distribution, released under BSD \nlicense. Development version, available from this site, rele... |
[
{
"msg_contents": "I could really use a --view option to pg_dump (and pg_restore, i\nimagine). This would instruct pg_dump to dump just a named view, much\nlike --table, --trigger, --function, etc. Could this maybe be added to a\ntodo list?\n",
"msg_date": "Tue, 18 Jul 2006 18:06:06 -0400",
"msg_from": ... |
[
{
"msg_contents": "The attached patch provides add-ins with the means to register for\nshared memory and LWLocks. This greatly improves the ease with which\nshared memory may be used from add-ins, while keeping the accounting and\nmanagement for that shared memory separate.\n\nSpecifically it adds named add-in... |
[
{
"msg_contents": "\n> > I've seen a few EAV designs in practice. They've all been\nproblematic. \n> > I'd like to have a better way of dealing with them. Which is why I'm\n\n> > tentatively suggesting support for inheritance and constraints in \n> > views. If there's some other way to achieve constraint based\... |
[
{
"msg_contents": "\nI've tracked down my problem with pgxs to Makefile.global in lib/pgxs/src.\nThese lines seem to be the culprits:\n\nbindir := $(shell pg_config --bindir)\ndatadir := $(shell pg_config --sharedir)\nsysconfdir := $(shell pg_config --sysconfdir)\nlibdir := $(shell pg_config --libdir)\npkglibdi... |
[
{
"msg_contents": "\nThe psql manual says this:\n\nAUTOCOMMIT\n ... The autocommit-off mode works by issuing an implicit BEGIN for you,\n just before any command that is not already in a transaction block and\n is not itself a BEGIN or other transaction-control command, nor a\n command that ... |
[
{
"msg_contents": "pg_regress now seems to break on Msys virtual locations:\n\nExample from the buildfarm: http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=snake&dt=2006-07-19%2009:00:00\n\n\n================== pgsql.4660/src/test/regress/log/initdb.log ===================\nThe filename, directory name, or vol... |
[
{
"msg_contents": "Hi,\n\nhere is a patch that extends update syntax following the sql standard.\nThe patch includes sgml documentation, too.\n\nFor example:\n\nUPDATE table SET (col1, col2, ...) = (val1, val2, ...), \n(colm, coln, ...) = (valm, valn, ...), ...;\n\nSusanne",
"msg_date": "Wed, 19 Jul 2006 16... |
[
{
"msg_contents": "\nIs there any way to refer to standard functions when defining new functions? I\ntried \" AS '-','int4eq' \" but it just said \"ERROR: could not access file \"-\":\nNo such file or directory\".\n\nIt seems like a lot of data types would find it convenient if they have a\nrepresentation that ... |
[
{
"msg_contents": "Just a general question - I submitted a patch for contrib/cube (adding a \nnew function & converting everything from V0 to V1), what is the process \nfrom here onwards? Do we have an active maintainer of this code? How is \nit reviewed?\n\nI would like to continue working on the cube stuff, a... |
[
{
"msg_contents": "I'm working on a patch that implements the PL/pgSQL instrumentation \nstuff (i.e. the PL/pgSQL debugger) that I discussed at the Anniversary \nSummit and I need some opinions (this seems like a good place to look \nfor opinions :-)\n\nA quick review: the PL/pgSQL debugger is designed as an ... |
[
{
"msg_contents": "Hi,\n\nI just finished setting up a new buildfarm member (Bandicoot) running\nWindows 2000 Pro. Aside from the fact that it now fails with the same\ncyptic pg_regress error as seen on Snake, it also became apparent that\nCVS HEAD won't run properly on an unpatched Windows 2000 (initdb - and\n... |
[
{
"msg_contents": "I posted about this a couple of days ago, but the post was not\ncomplete. Trying again:\n\n-- suppose the following table exists\nCREATE TABLE many_tables (\n table_id text, -- defines which virtual table encoded\n att0 text,\n att1 text,\n att2 text,\n att3 text\n);\n-- with ... |
[
{
"msg_contents": "Client has a table with 9 indexes; one is on just ident_id and takes up\n75181 pages, the other is on ident_id and another field and uses 117461\npages. \n\n\"bdata__ident_filed_departure\" btree (ident_id, filed_departuretime), tablespace \"array4\"\n\"bdata_ident\" btree (ident_id), tables... |
[
{
"msg_contents": "Currently, the loop in vacuumlazy.c that scans through the tuples on a\npage checks each tuple to see if it needs to be frozen (is it's Xmin\nolder than half-way to wrap-around).\n\nISTM that as soon as vacuum dirties a page, it might as well update all\ntuples it can (any where Xmin < GetOld... |
[
{
"msg_contents": "Hello,\n\nMy Name is Moisés Herrera Vázquez, I begin to work with PostgreSQL, for make\na Real Data Base for Process Control.\n\n \n\nI have some question for know what modules I have to change for theses\npoints\n\n \n\n1.\tHow can I Add some kind of priorities to one transaction, for\nconcu... |
[
{
"msg_contents": "One frequent source of confusion are the different units that the parameters \nin postgresql.conf use. shared_buffers is in 8 kB, work_mem is in 1 kB; \nbgwriter_delay is in milliseconds, checkpoint_warning is in seconds. \nObviously, we can't change that without inconveniencing a lot of us... |
[
{
"msg_contents": "Can any body talk me how many transactions make postgres in a second?\n\nFor example Inserts, Update, delete, etc.\n\n \n\nIm very interesting in this data, because I want to use postgres for a real\ntime database for process control.\n\n \n\nThanks and regards\n\n \n\n______________________... |
[
{
"msg_contents": "This is how netezza and teradata do it and it works very well.\n\nIn each of their cases you can see a graphical representation of the plan with progress for each stage.\n\nFor the command line it would be great to just dump the current status, which would provide a snapshot of the explain an... |
[
{
"msg_contents": "Log Message:\n-----------\nAs a stopgap to get the Windows buildfarm members running again, hot-wire\nthe check on diff's exit status to check for literally 0 or 1. Someone\nshould look into why WIFEXITED/WEXITSTATUS don't work for this, but I've\nspent more than enough time on it already.\n... |
[
{
"msg_contents": "Is it safe to use the output of EXPLAIN in regression tests? I want to \nmake sure that certain GiST indexes are being used by sample queries, \nbut I am not sure if it is safe to rely on the format of EXPLAIN to be \nunchanging.\n\nThoughts?\n\nJosh Reich\n",
"msg_date": "Thu, 20 Jul 200... |
[
{
"msg_contents": "Log Message:\n-----------\nAh, I finally realize why Magnus wanted to add a --bindir option to\npg_regress: there's no other way to cope with testing a relocated\ninstallation. Seems better to call it --psqldir though, since the\nonly thing we need to find in that case is psql. It'd be bett... |
[
{
"msg_contents": "Tom-san.\nAhhhh...Sorry.\nIt looked for the optimal result.\n\n> =======================\n> All 100 tests passed.\n> =======================\n> \n> \n> However, A result tells a lie. So, pursuit continues tracking.\n> \n> $ diff -w \"./expected/char.out\" \"./results/char.out\"\n> 66d65\n\ndi... |
[
{
"msg_contents": "\nWe apologize for multiple receipts.\n\n\n\n--------------------------------------------------------------------------------\n\n\n\n Eighth Real-Time Linux Workshop\n\n October 12-15, 2006\n Lanzhou University - SISE\n ... |
[
{
"msg_contents": "Hi,\n\nI've have attached a patch along with two new files.This patch should \nreflect what we discussed at the Summit. Please let me know if I miss \nanything.\n\nThere are a few potential/known issues which I need help from the gurus.\n\n1) The current logic in src/backend/Makefile will onl... |
[
{
"msg_contents": "Bandicoot is currently failing on HEAD with the following error shown in\na message box during make check:\n\n---------------------------\npostgres.exe - Entry Point Not Found\n---------------------------\nThe procedure entry point ldap_start_tls_sA could not be located in the\ndynamic link l... |
[
{
"msg_contents": "> Real time databases needs some other kinds of semantics and \n> features that postgres don't have.\n> \n> Postgres don't supports real time constrains semantics in \n> transactions. In other hands the concurrent transactions \n> don't wok well based on priorities of task.\n> \n> The progra... |
[
{
"msg_contents": "Intro\n-----\n\nFollowing patch exports 8 byte txid and snapshot to user level\nallowing its use in regular SQL. It is based on Slony-I xxid\nmodule. It provides special 'snapshot' type for snapshot but\nuses regular int8 for transaction ID's.\n\nExported API\n------------\n\nType: snapshot... |
[
{
"msg_contents": "I thought I had successfully added the patch for gin support to my \n8.1.4 installation, however I get the error: access method \"gin\" does \nnot exist. There is no record for the \"gin\" index in the pg_am \ntable, which I assume needs to be present. I have restarted \npostgres. Is t... |
[
{
"msg_contents": "The documentation [1] says this about On-line backup and point-in- \ntime recovery:\n\n> If we continuously feed the series of WAL files to another machine \n> that has been loaded with the same base backup file, we have a \"hot \n> standby\" system: at any point we can bring up the second ... |
[
{
"msg_contents": "\nThe cygwin buildfarm is failing:\n\nhttp://pgbuildfarm.org/cgi-bin/show_log.pl?nm=eel&dt=2006-07-21%2015:00:01\n\ninitdb failed\nExamine ./log/initdb.log for the reason.\n\ninitdb.log is empty, but a dialog box pops up saying:\n\n\"initdb.exe - Unable To Locate DLL\"\n\"The dynamic link lib... |
[
{
"msg_contents": "Hi,\n\nat the code sprint, we agreed to put together some documentation about \ncurrent and upcoming replication solutions for PostgreSQL. Is somebody \nalready working on that?\n\nFor Postgres-R, you can find some information on www.postgres-r.org. And \nI've just opened a project on pgFound... |
[
{
"msg_contents": "\nI see that pg_regress.c has the following (after I adjusted the #ifdef):\n\n /*\n * On Windows, it seems to be necessary to adjust PATH even in\n * this case. (XXX really? If so, what if installation has\n * been relocated?)\n */\n #if defined(WIN32... |
[
{
"msg_contents": "Hi,\n\nMy name is Tetsuo Sakata.\nNow, I'm checking the PostgreSQL's CLUSTER command.\n(I read PostgreSQL 8.1.2.)\n\nI found that when clustering a table the toast table associated with\nthe table is not reindexed.\n( reindex_relation() is called while the parameter toast_too is set false.\n ... |
[
{
"msg_contents": "-hackers,\n\nWith help from Andrew Dunstan, I'm adding the ability to do a pgbench\nrun after all of the other tests during a buildfarm run. \n\nAndrew said I should solicit opinions as to what parameters to use. A\ncursory search through the archives led me to pick a scaling factor of\n10, 5... |
[
{
"msg_contents": "Updateable cursors are used as follows:\n\nbegin;\ndeclare foo cursor for select * from bar for update;\nfetch foo;\nupdate bar set abc='def' where current of foo;\nfetch foo;\ndelete from bar where current of foo;\ncommit;\n\n\nPostgreSQL doesn't support this feature now ( 8.1.4). Will PGSQL... |
[
{
"msg_contents": "[please use \"reply to all\", otherwise you'll have what you just had: the\nguy who you write goes home for the weekend and all the rest of the\npeople on the list who would answer you won't know there is soemthing to\nanswer...]\n\nOn Fri, 2006-07-21 at 13:39, moises wrote:\n> Sorry if I can... |
[
{
"msg_contents": "Hello All,\n\nSince the feature freeze is in a few days, I'm sending the first iteration \nof my patch implementing the multi-argument aggregates (PolyArgAgg) (SOC \nproject)\n\nI currently fully enabled the creation and usage of PolyArgAggs, like this\n\nCREATE OR REPLACE FUNCTION sum2_trans... |
[
{
"msg_contents": "Any chance that my LDAP patch\nhttp://momjian.us/mhonarc/patches/msg00000.html\nwill get reviewed before the feature freeze?\n\nYours,\nLaurenz Albe\n",
"msg_date": "Mon, 24 Jul 2006 14:28:00 +0200",
"msg_from": "\"Albe Laurenz\" <all@adv.magwien.gv.at>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Is there a way to figure out from the catalogs somehow the largest size in \nbytes of the largest tuple in a relation without going one by one over the \nrelation and calculating that. alternatively, without actually pulling out \nthe whole tuple from the disk?\n(It is necessary for the algor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.