threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I have implemented this TODO item:\n\n\t* Add getpid() function to backend\n\nThere were a large number of pg_stat functions that access pids and\nbackends slots so I added it there:\n\t\n\ttest=> select pg_stat_get_backend_mypid();\n\t pg_stat_get_backend_mypid \n\t--------------------------... |
[
{
"msg_contents": "\nI'm having a weird problem on my \" PostgreSQL 7.2.1 on i386--netbsdelf,\ncompiled by GCC 2.95.3\" system. Executing these commands:\n\nCREATE TABLE test_one (id int PRIMARY KEY, value_one text);\nCREATE TABLE test_two (id int PRIMARY KEY, value_two text);\nCREATE VIEW test AS\n SELECT t... |
[
{
"msg_contents": "I have completed this TODO item:\n\n\t* Remove LockMethodTable.prio field, not used (Bruce)\n\nApplied.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Ave... |
[
{
"msg_contents": "\nHere are the open items for 7.3. We have one more month to address them\nbefore beta.\n\n---------------------------------------------------------------------------\n\n P O S T G R E S Q L\n\n 7 . 3 O P E N I T E M S\n\n\nCurrent at... |
[
{
"msg_contents": "Hi,\n\nI see different results in Oracle and postgres for same outer join queries.\nHere are the details.\n\nI have the following tables in our pg db\n\ntable: yuva_test1\nyt1_id\t\tyt1_name\tyt1_descr\n1\t\t1-name1\t1-desc1\n2\t\t1-name2\t1-desc2\n3\t\t1-name3\t1-desc3\n4\t\t1-name4\t1-desc4... |
[
{
"msg_contents": "Hi Tom,\n\nThanks for your prompt reply, after second thought(before receiving your\nreply) I realized that postgres is doing more logically - i.e if the outer\njoin condition returns false then replace by nulls for right table columns.\nWe may change our code accordingly :-(.\n\nThanks\nYuva... |
[
{
"msg_contents": "This is great, we thought we may go for code changes, we will go with this\nsolution instead.\n\nThanks\nYuva\n\n-----Original Message-----\nFrom: Stephan Szabo [mailto:sszabo@megazone23.bigpanda.com]\nSent: Tuesday, July 30, 2002 9:31 PM\nTo: Yuva Chandolu\nCc: 'pgsql-hackers@postgresql.org'... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Sent: Tuesday, July 30, 2002 9:50 PM\n> To: Bruce Momjian\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] Open 7.3 items \n[snip]\n\n> > Win32 - timefame?\n\nI may be able to contribute the Win32 stuff we hav... |
[
{
"msg_contents": "wow=# update \\d dmoz\n Table \"dmoz\"\n Column | Type | Modifiers\n--------+---------+-----------\n id | integer |\n name | text |\n path | ltree |\nIndexes: dmoz_id_idx unique btree (id),\n dmoz_path_idx gist (\"path\")\n\nwow-#\nwow-# ;\nERROR: parser... |
[
{
"msg_contents": "\n> > Seems more accurate, but actually you may also have two or more\n> > conditional rules that cover all possibilities if taken together.\n> > Maybe\n> > ERROR: Cannot insert into a view\n> > You need an ON INSERT DO INSTEAD rule that matches your INSERT\n> > Which covers both cas... |
[
{
"msg_contents": "\n> > Since I see a huge benefit in allowing conditional rules for a view,\n> > I think it is worth finding a solution.\n> \n> We do allow conditional rules for a view. You just have to write an\n> unconditional one too (which can be merely DO INSTEAD NOTHING).\n\nHmm, but you cannot then tr... |
[
{
"msg_contents": "> > Schema handling - ready? interfaces? client apps?\n> \n> The backend will be ready (it's not quite yet). pg_dump is ready.\n> psql is very definitely not ready, nor is pgaccess. I don't know the\n> status for JDBC or ODBC; any comments? The other interface libraries\n> probably don't c... |
[
{
"msg_contents": "Yuva,\n\nThe results make sense to me. The left outer join functionality in Postgres\nis explained as follows:\n\nLEFT OUTER JOIN returns all rows in the qualified Cartesian product (i.e.,\nall combined rows that pass its ON condition), plus one copy of each row in\nthe left-hand table for wh... |
[
{
"msg_contents": "Bruce,\n\nplease find attached patch to current CVS ( contrib/ltree )\n\nChanges:\n\nJuly 31, 2002\n Now works on 64-bit platforms.\n Added function lca - lowest common ancestor\n Version for 7.2 is distributed as separate package -\n http://www.sai.msu.su/~megera/postgres/gist/ltree/... |
[
{
"msg_contents": "> As for 7.3, maybe we can get that done in time of everyone \n> likes it. If\n> we can't, what do we do? Do we re-add the secondary password \n> file stuff\n> that most people don't like? My big question is how many other\n> PostgreSQL users figured out they could use the secondary \n> p... |
[
{
"msg_contents": "> OK, how do secondary passwords work in pg_hba.conf. It requires\n> clear-text 'password', right, because the password is already crypt-ed\n> in the file.\n\nI presume that you're referring to passwords being transmitted clear text? \n\n> One idea I had was to look for a colon in the usern... |
[
{
"msg_contents": "Hi,\n\nWe had seen the following exception when we tried for a heavy query(around\n10000 to 20000 in result is possible)\n\nAn I/O error occured while reading from backend - Exception:\njava.net.SocketException: socket closed: Bad file number\nStack Trace:\n\njava.net.SocketException: socket ... |
[
{
"msg_contents": "> \n> Yes, is that your pg_hba.conf line? 'password' is insecure over\n> networks you don't trust.\n\nYes, we're using 'password password' in our pg_hba.conf file. I trust my\nnetwork (so far).\n\n-ron\n\n",
"msg_date": "Wed, 31 Jul 2002 16:06:42 -0700",
"msg_from": "Ron Snyder <sny... |
[
{
"msg_contents": "\nOkay ... since this is pretty much going to be 'one camp for, one camp\nagainst' without anything to really back up either camps perspectives /\narguments, I did some research on CVS in order to find a nice, effective\nmiddle ground ... and it actually works quite sweet ...\n\nBasically, CV... |
[
{
"msg_contents": "How do I find the current username a query is running as from within the\nbackend? I'm thinking of improving the permission denied errors a bit...\n\nI see GetUserId(), but how do I get a char* of the username...\n\nChris\n\n",
"msg_date": "Thu, 1 Aug 2002 10:09:11 +0800",
"msg_from"... |
[
{
"msg_contents": "If you have RelationGetRelationName(rel) to get the name of a relation, how\ndo you get it's fully qualified schema name? Or how do I get the schema\nname for the relation?\n\nChris\n\n",
"msg_date": "Thu, 1 Aug 2002 10:48:46 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@... |
[
{
"msg_contents": "Are snapshots still being generated on ftp.postgresql.org (and rsync)?\nI've just noticed that the date for the last /dev/*-snapshot* is May 8th.\nWhat's the deal?\n\n- Brandon\n\n\n----------------------------------------------------------------------------\n c: 917-697-8665 ... |
[
{
"msg_contents": "\nI've just updated the README.cvsup file in order to reflect the changes,\nto provide a sample of how to download the whole thing, as well as\ninstructions on how to do \"just\" a particular module:\n\n========================[ Updated README.cvsup ]=========================\n# This file rep... |
[
{
"msg_contents": "Neil Conway said:\n>> FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32?\n>\n>Until someone takes the time to determine what the performance\n>implications of this change will be, I don't think we should\n>change this. Given that no one has done any testing, I'm not\n>convinced th... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Iavor Raytchev [mailto:iavor.raytchev@verysmall.org] \n> Sent: 31 July 2002 22:12\n> To: pgsql-hackers\n> Cc: pgaccess - developers\n> Subject: Re: [HACKERS] Open 7.3 items\n> \n> \n> \n> > > psql is very definitely not ready, nor is pgaccess.\n> \n> ... |
[
{
"msg_contents": "\n> > > NAMEDATALEN - disk/performance penalty for increase, 64, 128?\n> > > FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32?\n> > \n> > At the moment I don't see a lot of solid evidence that increasing\n> > NAMEDATALEN has any performance penalty. Someone reported about\n> > a... |
[
{
"msg_contents": "\n> But the message I was replying to was a similar union query, and I was\n> thinking that that person might be having a similar initial intuitive\n> reaction, \"well, it looks kinda the same.\" I just wanted to note that\n> you need to check this stuff with explain, rather than \n> blindly ... |
[
{
"msg_contents": "\n... is once more 'normal' ...\n\nthere are three modules right now setup:\n\nearthdistance\nlibpqxx\npgsql-server\n\npgsql combines all three of the above to transparently give the equivalent\nof the whole distribution from its component parts ...\n\n\n\n",
"msg_date": "Thu, 1 Aug 2002 ... |
[
{
"msg_contents": "I have discussed the idea of contributing our Win32 work to the\nPostgreSQL project with management.\n\nWe have also converted all of the utilities (initdb, psql, pg_dump,\npg_restore, pg_id, pg_passwd, etc.)\n\nManagement is (rightfully) concerned about recouping the many thousands\nof dolla... |
[
{
"msg_contents": "Do we have any way to disable foreign key constraints? If not, I would\nlike to add it to TODO. I was asked for this feature several times at\nO'Reilly. \n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n +... |
[
{
"msg_contents": "UNSUSCRIBE\n",
"msg_date": "Thu, 1 Aug 2002 20:48:34 +0200",
"msg_from": "\"Bernardo Pons\" <bernardo@atlas-iap.es>",
"msg_from_op": true,
"msg_subject": ""
}
] |
[
{
"msg_contents": "All this talk of modularity reminds me of a pet peeve: doing\ndump/restore upgrades when your databases include extension functions is\nhighly clunky, because extension functions include the fully qualified\npath to the linking library. So, for example\n\ncreate function geometry_in(opaque)\n... |
[
{
"msg_contents": "Ok, here are some crude benchmarks to attempt to measure the effect of\nchanging FUNC_MAX_ARGS. The benchmark script executed:\n\nCREATE FUNCTION test_func(int, int, int, int, int, int, int, int)\nRETURNS INTEGER AS 'SELECT $1 + $2 + $3 + $4 + $5 + $6 + $7 + $8'\nLANGUAGE 'sql' VOLATILE;\n\nF... |
[
{
"msg_contents": "It is possible I may be off line intermittently during the next few\nweeks. I am moving to a new house _and_ my ISP is switching ADSL\nproviders at the same time.\n\nThis may effect my email account and web pages. I have a secondary mail\nhost so I will not lose any mail, but I am not sure ... |
[
{
"msg_contents": "OK, we need all the interfaces to properly handle schemas within the\nnext month. However, we don't have psql working properly yet. Once we\nget psql working, we can show examples of the changes we made and the\nother interfaces can use that as a model.\n\nIs anyone working on schema fixes ... |
[
{
"msg_contents": "\n> Hmm. I think this consideration boils down to whether the WHERE clause\n> can give different results for rows that appear equal under the rules of\n> UNION/EXCEPT/INTERSECT. If it gives the same result for any two such\n> rows, then it's safe to push down; otherwise not.\n> \n> It's not... |
[
{
"msg_contents": "I checked out a fresh copy of the dev code today, and get the following\nerrors when doing a configure with no options followed by a make all:\n\nmake[7]: Entering directory `/usr/local/src/pgsql/src/utils'\ngcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../src/include -I/usr... |
[
{
"msg_contents": "\nJust making sure that I haven't screwed up anything plugging in amavis ...\n\n\n",
"msg_date": "Fri, 2 Aug 2002 10:17:09 -0300 (ADT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Does this go out?"
},
{
"msg_contents": "... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\n> OK, we need all the interfaces to properly handle schemas within the\n> next month. However, we don't have psql working properly yet. Once we\n> get psql working, we can show examples of the changes we made and the\n> other interfaces ... |
[
{
"msg_contents": "> > The predicate for files we MUST (fuzzy) copy is: \n> > File exists at start of backup && File exists at end of backup\n> \n> Right, which seems to me to negate all these claims about needing a\n> (horribly messy) way to read uncommitted system catalog entries, do\n> blind reads, etc. W... |
[
{
"msg_contents": "> > (In particular, I *strongly* object to using the buffer \n> manager at all\n> > for reading files for backup. That's pretty much \n> guaranteed to blow out\n> > buffer cache. Use plain OS-level file reads. An OS \n> directory search\n> > will do fine for finding what you need to read, ... |
[
{
"msg_contents": "> > So, we only have to use shared buffer pool for local (but probably\n> > not for temporary) relations to close this issue, yes? I personally\n> > don't see any performance issues if we do this.\n> \n> Hmm. Temporary relations are a whole different story.\n> \n> It would be nice if updates... |
[
{
"msg_contents": "> > You don't need it.\n> > As long as whole block is saved in log on first after\n> > checkpoint (you made before backup) change to block.\n> \n> I thought half the point of PITR was to be able to turn\n> off pre-image logging so you can trade potential recovery\n\nCorrection - *after*-image... |
[
{
"msg_contents": "> > How do you get atomic block copies otherwise?\n> \n> Eh? The kernel does that for you, as long as you're reading the\n> same-size blocks that the backends are writing, no?\n\nGood point.\n\nVadim\n",
"msg_date": "Fri, 2 Aug 2002 15:01:11 -0700 ",
"msg_from": "\"Mikheev, Vadim\" <... |
[
{
"msg_contents": "> > > As long as whole block is saved in log on first after\n> > > checkpoint (you made before backup) change to block.\n> >\n> I thought half the point of PITR was to be able to\n> turn off pre-image logging so you can trade potential\n> recovery time for speed without fear of data-loss.\n> ... |
[
{
"msg_contents": "> Are you sure this is true for all ports?\n\nWell, maybe you're right and it's not.\nBut with \"after-image blocks in log after checkpoint\"\nyou really shouldn't worry about block atomicity, right?\nAnd ability to turn blocks logging on/off, as suggested\nby Richard, looks as appropriate fo... |
[
{
"msg_contents": "> So I think what will work then is pg_copy (hot backup) would:\n> 1) Issue an ALTER SYSTEM BEGIN BACKUP command which turns on \n> atomic write,\n> checkpoints the database and disables further checkpoints (so \n> wal files\n> won't be reused) until the backup is complete.\n> 2) Change ALTER... |
[
{
"msg_contents": "> I really dislike the notion of turning off checkpointing. What if the\n> backup process dies or gets stuck (eg, it's waiting for some \n> operator to\n> change a tape, but the operator has gone to lunch)? IMHO, backup\n> systems that depend on breaking the system's normal \n> operational ... |
[
{
"msg_contents": "> >> It should be sufficient to force a checkpoint when you\n> >> start and when you're done --- altering normal operation \n> in between is\n> >> a bad design.\n> \n> > But you have to prevent log files reusing while you copy data files.\n> \n> No, I don't think so. If you are using PITR th... |
[
{
"msg_contents": "I count about seventy occurrences of this code pattern:\n\n /* keep system catalog indices current */\n if (RelationGetForm(pg_rewrite_desc)->relhasindex)\n {\n Relation idescs[Num_pg_rewrite_indices];\n\n CatalogOpenIndices(Num_pg_rewrite_indices, Name_pg_rewrite_in... |
[
{
"msg_contents": "> > Well, PITR without log archiving could be alternative to\n> > pg_dump/pg_restore, but I agreed that it's not the big\n> > feature to worry about.\n> \n> Seems like a pointless \"feature\" to me. A pg_dump dump serves just\n> as well to capture a snapshot --- in fact better, since it's li... |
[
{
"msg_contents": "\nI wonder if we actually did the right thing with this.\n\nFor example:\n select cast('ab' as char(1));\n\nUsing sql92's definitions, I read TD as\na fixed length character string and\nSD as the same.\n\nWhich means I think the section that\ncomes into play is:\n\nSQL92 6.10 GR5 c ii\n\n ii)... |
[
{
"msg_contents": "I have been wondering if we should add a web page of a list of\ndevelopers working on PostgreSQL who's time is sponsored by companies.\n\nI know myself (SRA), Tom Lane(RH), Neil Conway (RH), and probably many\nothers sponsor PostgreSQL developement, and I think we should have a way\nof recog... |
[
{
"msg_contents": "I just tried CLUSTER command at fts.postgresql.org to cluster\nfts index and got very visual performance win. Unfortunately\nI had to restore permissions and recreate other indices by hand.\nSo, I'm interested what's a future of CLUSTER command ?\n\n\tRegards,\n\t\tOleg\n_____________________... |
[
{
"msg_contents": "I couldn't keep up with the list traffic this week, but I thought I saw \nenough to convince me that after it was all said and done, I would still \nbe able to do `cvs co pgsql`. I'm finding today that after using cvsup \nto sync up, I can no longer checkout pgsql, but pgsql-server instead. I... |
[
{
"msg_contents": "Hi all,\n\nIt occured to me on the plane home that now that CLUSTER is fixed we may\nbe able to put pg_index.indisclustered to use. If CLUSTER was to set\nindisclustered to true when it clusters a heap according to the given\nindex, we could speed up sequantial scans. There are two possible w... |
[
{
"msg_contents": "CVSROOT:\t/cvsroot\nModule name:\tpgsql-server\nChanges by:\tthomas@postgresql.org\t02/08/04 02:26:38\n\nModified files:\n\tsrc/backend/tcop: postgres.c \n\tsrc/backend/bootstrap: bootstrap.c \n\tsrc/backend/postmaster: postmaster.c \n\tsrc/bin/initdb : initdb.sh \n\tsrc/bin/pg_ctl : pg_ctl.s... |
[
{
"msg_contents": "CVSROOT:\t/cvsroot\nModule name:\tpgsql-server\nChanges by:\tthomas@postgresql.org\t02/08/04 02:44:47\n\nModified files:\n\tsrc/include/utils: timestamp.h \n\nLog message:\n\tDefine macros for handling typmod manipulation for date/time types.\n\tShould be more robust than all of that brute-fo... |
[
{
"msg_contents": "I've committed changes to do the following:\n\no Fix buffer overrun possibilities in date/time handling\no Handle fixed-length char and bit literals\no Implement IS OF type predicate\no Define macros to manipulate date/time typmod values\no Map hex string literals to bit string type (may chan... |
[
{
"msg_contents": "I think it's that XLog stuff:\n\ngcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -R/home/c\nhriskl/local/lib -export-dynamic access/SUBSYS.o bootstrap/SUBSYS.o\ncatalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o\nlib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o n... |
[
{
"msg_contents": "Hi,\n\nI've recently observed some strange behavior using postgresql 7.2.1 on a \nRH-7.3 system. I've got a service for fetching rss feeds from the web. \nThese feeds are stored into a text column. Here's how the table looks like:\n\n Column | Type | Modifiers\n--... |
[
{
"msg_contents": "On Mon, 2002-08-05 at 07:26, Gene Selkov, Jr. wrote:\n> Hi Everybody!\n> \n> I'm sorry I dropped out for so long -- was switching jobs and was on\n> the verge of deportation for a while. Still not entirely back to\n> normal, but can raise my head and look around.\n> \n> The first thing I disc... |
[
{
"msg_contents": "\nGot it, I think ... If you download 'repository' instead of 'pgsql', it\nshould grab everything required, so that you can use CVS locally ...\n\nI looks like its working as expected over here, so that I can 'setenv\nCVSROOT' to this new location, and it will use the modules file properly\n.... |
[
{
"msg_contents": "Could we overload \"ALTER TABLE/DROP COLUMN oid\" to allow someone to change a\ntable to be WITHOUT OIDs at runtime?\n\nChris\n\n",
"msg_date": "Mon, 5 Aug 2002 13:27:58 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 05 August 2002 04:56\n> To: Joe Conway\n> Cc: Bruce Momjian; Thomas Lockhart; Neil Conway; PostgreSQL Hackers\n> Subject: Re: [HACKERS] FUNC_MAX_ARGS benchmarks \n> \n> \n> Joe Conway <mail@joeconway.com> ... |
[
{
"msg_contents": "Hello together,\n\nfinally i've got PostgreSQL 7.2.1 running on NetWare.\n\n\nNow I have two questions:\n\n1. Where can I find the latest version 7.3 of PostgreSQL?\nI want to check where I have to make changes and\n\n2. Who is the best person to contact for submitting patches.\nI would like ... |
[
{
"msg_contents": "Hi all,\n\nI'd love to submit a patch for this, but I can't get my head round the\nintricacies of the build system.\n\nI'm building CVS from earlier today, and get the following errors:\n\nmake -C mb SUBSYS.o\nmake[4]: Entering directory\n`/home/jgray/postgres/pgbuild2/src/backend/utils/mb'ma... |
[
{
"msg_contents": "There is one thing I really miss when working with PostgreSQL.\nIn many cases I have to optimize complex queries (8-10 tables, views and \ntables, ...).\nI can define if indexes are used or not but it would be fine to turn \nindexes on certain tables off temporarily.\n\nAt OSCON Gavin Sherry ... |
[
{
"msg_contents": "So far as I recall, no one's really taken up the challenge of deciding\nhow psql's various \\d commands should work in the presence of schemas.\nHere's a straw-man proposal:\n\n1. A wildcardable pattern must consist of either \"namepattern\" or\n\"namepattern.namepattern\". In the first cas... |
[
{
"msg_contents": "Patch for current CVS. It add test of lca() to ltree test suite.\n\n\n-- \nTeodor Sigaev\nteodor@stack.net",
"msg_date": "Mon, 05 Aug 2002 21:30:18 +0400",
"msg_from": "Teodor Sigaev <teodor@stack.net>",
"msg_from_op": true,
"msg_subject": "Please, apply patch for ltree"
},
... |
[
{
"msg_contents": "Hello\n\nplease add the attached files to src/backend/port/dynloader\n\nThank you\n\nUlrich\n\n----------------------------------\n This e-mail is virus scanned\n Diese e-mail ist virusgeprueft",
"msg_date": "Mon, 05 Aug 2002 20:03:54 +0200",
"msg_from": "\"Ulrich Neumann\" <U_Neuma... |
[
{
"msg_contents": "I upgraded PostgreSQL to 7.2.1 from a 7.2beta (yeah, I know). One of my\nusers requested plperl, so I got it to createlang, but it SIGSEGV's on\nany simple perl. \n\nThe compile gives:\n\nplperl_installdir='$(DESTDIR)/usr/local/pgsql/lib' \\\n/usr/bin/perl Makefile.PL INC='-I. -I../../../sr... |
[
{
"msg_contents": "I am wondering if the contrib module tsearch supports reqular expressions\nand\nif it has any kind of indexing over the stored text data like for instance\na suffix trie?\n\n\tTnks\n\tAmancio\n\n\n\n",
"msg_date": "Mon, 5 Aug 2002 17:46:43 -0700",
"msg_from": "\"Amancio Hasty, Jr\" <a... |
[
{
"msg_contents": "Hey Peter,\n\nI notice that here:\n\nhttp://candle.pha.pa.us/main/writings/pgsql/sgml/ddl-alter.html\n\nYou mention that you cannot remove a column. This is no longer true as of\nlast friday.\n\nAnd here:\n\nhttp://candle.pha.pa.us/main/writings/pgsql/sgml/ddl-depend.html\n\nYou say:\n\n\"Al... |
[
{
"msg_contents": "I have added SQL99's CONVERT() function. docs and regression tests\nalso updated. Our own convert() functions can also be used. Example\nusage of CONVERT():\n\nconvert('PostgreSQL' using iso8859_1_to_utf8)\n\nwill return 'PostgreSQL' in UTF-8 encoding. See \"String Functions and\nOperators\" ... |
[
{
"msg_contents": "****************************** WARNING *******************************\nThis message has been scanned by MDaemon/DKAV and was found to contain\ninfected attachment(s). Please review the list below.\n\nAttachment Virus name Action taken\n----------------------... |
[
{
"msg_contents": "pgman wrote:\n> Peter Eisentraut wrote:\n> > Bruce Momjian writes:\n> > \n> > > OK, I have attached a patch for testing. Sample output is:\n> > >\n> > > \t$ sql -U guest test\n> > > \tpsql: FATAL: user \"test.guest\" does not exist\n> > > \t$ createuser test.guest\n> > \n> > I will object t... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 06 August 2002 07:58\n> To: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] SQL99 CONVERT() function\n> \n> \n> > I believe remaining work for CONVERSION stuffs is some \n> conversions for \n> >... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 06 August 2002 08:25\n> To: Dave Page\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] SQL99 CONVERT() function\n> \n> \n> > > Oops. I forgot the cygwin (and AIX) issue. Need to address it... |
[
{
"msg_contents": "Hi everyone,\n\nWe need someone who's a member of the Australian Unix Users Group to\nstep forward and say Hi about now.\n\n:)\n\nThe AUUG is having a conference soon, and at this conference they're\nhaving an \"Australian Open Source Awards\" night. I personally feel we\nshould nominate Chr... |
[
{
"msg_contents": "OK,\n\nThis is HEAD after a gmake clean && gmake:\n\ngmake[4]: Entering directory\n`/home/chriskl/pgsql-head/src/backend/access/heap'\ngcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../..\n/../src/include -c -o heapam.o heapam.c -MMD\nheapam.c: In function `heap_inse... |
[
{
"msg_contents": "Hi all,\n\nAttached is a small patch to scan.l for consideration. It hands\nyyerror() the position in the query string of the token which caused a\nparse error. It is not even close to an implementation of error handling\na-la SQL99 but it certainly makes debugging complicated queries easier.... |
[
{
"msg_contents": "On Tue, 2002-08-06 at 14:03, Oleg Bartunov wrote:\n> make[4]: Entering directory /db1/pgsql/cvs/pgsql-server/src/backend/access/heap'\n> gcc -O2 -mpentiumpro -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c -o heapam.o heapam.c\n> heapam.c: In function \beap_in... |
[
{
"msg_contents": "Please, apply patch for contrib/intarray (current CVS)\n\nChanges:\n\nAugust 6, 2002\n 1. Reworked patch from Andrey Oktyabrski (ano@spider.ru) with\n functions: icount, sort, sort_asc, uniq, idx, subarray\n operations: #, +, -, |, &\n\nFUNCTIONS:\n\n int icount(int[]) - the nu... |
[
{
"msg_contents": "Can we make the fact that the \"explicit\" inner join syntax also controls\nthe join order optional? It's pretty annoying, because that syntax is\nsupposed to be a convenience but with PostgreSQL it's a recipe to slow\ndown your applications.\n\n-- \nPeter Eisentraut peter_e@gmx.net\n\n",
... |
[
{
"msg_contents": "Hello all,\n\nwe have a fairly complicated query that we thought might run a bit \nfaster, so ran postgress under a profiler. We're running on Solaris 8 \nusing the Sun Forte 7 compilers and it's profiler tools that can collect \nexecution profiles on a clock based profile as well as various... |
[
{
"msg_contents": "I am implementing a trigger based database replicator.\nAll the updates run on the master database, and the\nmaster fires the trigger once there is any update and\nwrites the change to the slave database.\nI am new to pgsql and I'd like some suggestion where to\nstart.\n\nThanks. \n\nAngela\n... |
[
{
"msg_contents": "I'm still getting ltree failures on 64bit freebsd:\n\nsed 's,MODULE_PATHNAME,$libdir/ltree,g' ltree.sql.in >ltree.sql\ngcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI\nC -DLOWER_NODE -I. -I../../src/include -c -o ltree_io.o ltree_io.c -MMD\nltree_io.c: In functi... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 07 August 2002 02:09\n> To: Peter Eisentraut\n> Cc: Marc G. Fournier; Ron Snyder; Neil Conway; PostgreSQL-development\n> Subject: Re: [HACKERS] Open 7.3 items\n> \n> \n> \n> It had such limited u... |
[
{
"msg_contents": "Since the encoding conversion now looks up database, it must be\ndone within a transaction. Currently the encoding conversion function\npg_client_to_server() is called in pq_getstr(), which may not be in a\ntransaction. So I would like to move the call to pg_client_to_server()\nwithin pg_exec... |
[
{
"msg_contents": "On Mon, 05 Aug 2002 10:06:37 -0400, Tom Lane <tgl@sss.pgh.pa.us>\nwrote:\n>I've refrained from touching the tuple-header issues until Manfred\n>returns from vacation and can defend himself ;-)\nEn garde! Seriously, I don't think I have to defend *myself*, because\nI'm not going to be attacke... |
[
{
"msg_contents": "\nJust letting everyone know that Rackspace swap'd out the RAM on the server\nthis afternoon, which appears to have cleared up the cascade of SegFaults\nthat the server was generating this aft ...\n\nAll appears well right now ...\n\n\n",
"msg_date": "Wed, 7 Aug 2002 19:46:52 -0300 (ADT)"... |
[
{
"msg_contents": "Okay, I read\nhttp://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never\nsaw a fix offered up. Since I'm gearing up to use Postgres and Python\nsoon, I figured I'd have a hand at trying to get this sucker addressed. \nApologies if this has already been plugged. I looked in th... |
[
{
"msg_contents": "This fixes some text as well as enforces the use of \"drop table cascade\"\nsince we moved from an implicate to explicate implementation.\n\nPlease find attached the func.py patch.\n\nSorry these are not all one single patch. I really hadn't planned on\ndoing all this...especially not tonigh... |
[
{
"msg_contents": "Hi,\n\nI asked on -interfaces and there was no answer, so I'm trying here:\n\nCan someone give me an example how to use LISTEN in ECPG, please? NOTIFY\nis simple but I need LISTEN too...\n\nthanks, kuba\n\n\n\n",
"msg_date": "Thu, 8 Aug 2002 09:46:04 +0200 (CEST)",
"msg_fro... |
[
{
"msg_contents": "Hi all,\n\nI just spent some of the morning helping a customer build Pg 7.2.1 from \nsource in order to get Linux largefile support in pg_dump etc. They \npossibly would have kept using the binary RPMs if they had this feature.\n\nThis got me to wondering why the Redhat/Mandrake...etc binary ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 08 August 2002 09:26\n> To: peter_e@gmx.net\n> Cc: Dave Page; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Build errors with current CVS\n> \n> \n> > Tatsuo Ishii writes:\n> > \n> > > I think... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp] \n> Sent: 08 August 2002 09:26\n> To: peter_e@gmx.net\n> Cc: Dave Page; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Build errors with current CVS\n> \n> \n> > Tatsuo Ishii writes:\n> > \n> > > I think... |
[
{
"msg_contents": "Hmm. That maybe. I've yet to sit down and try to fully understand the\nrelations in the system tables. I simply grep'd for pg_attribute and\nadded a check for \"and attisdropped = 'f'\".\n\nIn each case, I did attempt to run the modified queries to ensure they\nstill executed and compared ... |
[
{
"msg_contents": "I'm going to be overseeing a move from a Mac-based postgres database (100k\ntransactions/day, roughly 5M rows) to an SGI Octane in the near-ish term.The\nmachine will only be two-way SMP. I'd like to see it working 64-bit and\ncompiled with MIPSpro. I have a friend who has mostly succeeded in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.