threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Wednesday, January 22, 2003 3:15 PM\n> To: Steve Crawford\n> Cc: pgsql-performance@postgreSQL.org; pgsql-hackers@postgreSQL.org\n> Subject: Re: [HACKERS] Terrible performance on wide selects \n> \n> \n> Steve ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Wednesday, January 22, 2003 4:04 PM\n> To: Dann Corbit\n> Cc: Steve Crawford; pgsql-performance@postgreSQL.org; \n> pgsql-hackers@postgreSQL.org\n> Subject: Re: [HACKERS] Terrible performance on wide selects \... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Wednesday, January 22, 2003 4:18 PM\n> To: Dann Corbit\n> Cc: Steve Crawford; pgsql-performance@postgreSQL.org; \n> pgsql-hackers@postgreSQL.org\n> Subject: Re: [HACKERS] Terrible performance on wide selects \... |
[
{
"msg_contents": "[snip]\n> So (for instance) if you have 12 variable fields, you would \n> store 12 integers at the start of the record.\n\nAdditionally, you could implicitly size the integers from the properties\nof the column. A varchar(255) would only need an unsigned char to store\nthe offset, but a varc... |
[
{
"msg_contents": "Can you please tell me how can I download all the source codes for \npostgresql??\n\n-Radha Manohar\n",
"msg_date": "Wed, 22 Jan 2003 18:29:11 -0600",
"msg_from": "radha.manohar@ndsu.nodak.edu",
"msg_from_op": true,
"msg_subject": "Re: Postgresql source"
},
{
"msg_cont... |
[
{
"msg_contents": "[snip]\n> For the disk case, why not have the start of the record \n> contain an array of offsets to the start of the data for each \n> column? It would only be necessary to have a list for \n> variable fields.\n> \n> So (for instance) if you have 12 variable fields, you would \n> store 12 i... |
[
{
"msg_contents": "I have been following the debate about the Windows build environment.\n\nI would like to say that the build environment is not a real issue for \nWindows developers. For the most part Windows developers will be happy \nwith a working binary and an interface library. The one is savvy enough \n... |
[
{
"msg_contents": "Hello all,\n\nI realise this is a little off-topic, however I have been unable to find a\nmore\nsuitable newsgroup aside from linux.postgres which is basically dead.\n\nThis weekend I will be building a couple of new postgres database servers\nunder RH7.3, and I am currently deciding between ... |
[
{
"msg_contents": "Hi all,\n\nI would like to use ECPG as it is relatively easy to code. However my \napplication is multithreaded and also uses connecion pools.\n\nI would like to know if ECPG is thread safe and I can use an arbitrary PGconn* \nobject pulled from a connection pool.\n\nDo I need to use connecti... |
[
{
"msg_contents": "I am using PostgreSQL for some application and I've come in the need of \na Before Commit and an After Commit trigger. PostgreSQL currently \ndoesn't support them and I am wondering if it will ever be possible for \ndevelopers to add them.\n\nAntonio Scotti\n\n",
"msg_date": "Thu, 23 Jan ... |
[
{
"msg_contents": "CVSROOT:\t/cvsroot\nModule name:\tpgsql-server\nChanges by:\tdavec@postgresql.org\t03/01/23 13:49:22\n\nModified files:\n\tsrc/interfaces/jdbc/org/postgresql/jdbc2: \n\t AbstractJdbc2ResultSet.java \n\nLog message:\n\tadded fix from Joel Hock to get th... |
[
{
"msg_contents": "Hello. I have some code which generates subselects in the target\nlist of a query and then aggregates the results. The code allows\nthe user to determine the attributes of the aggregation. If the\nuser chooses to aggregate on the same value twice, I get the\n\"Sub-SELECT\" error. If the user ... |
[
{
"msg_contents": "I'm about to start implemention streaming of queries to the server in the\npgsql jdbc drivers when PreparedStatement is used with setBinaryStream...\nbut before I get started, since I've never contributed before, I wanted to\nrun it by everyone.\n\nI'm planning on making the following changes... |
[
{
"msg_contents": "Something that just occurred to me: should the documentation tree still\ncontain full documentation for the various client interfaces, now that\nthey have been unbundled?\n\nIf so, I'd very much like to see the part about libpq++ being \"the\" C++ \ninterface changed to mention libpqxx as a r... |
[
{
"msg_contents": "I'm about to start implemention streaming of queries to the server in the\npgsql jdbc drivers when PreparedStatement is used with setBinaryStream...\nbut before I get started, since I've never contributed before, I wanted to\nrun it by everyone.\n\nI'm planning on making the following changes... |
[
{
"msg_contents": "Folks,\n\nWhat mount options to people use for Ext3, particularly what do you set \"data \n= \" for a high-transaction database? I'm used to ReiserFS (\"noatime, \nnotail\") and am not really sure where to go with Ext3.\n\n-- \n-Josh Berkus\n Aglio Database Solutions\n San Francisco\n\n",
... |
[
{
"msg_contents": "\nHi folks\n\nI'm trying to build the documentation for pgsql (so that I can change\nit for the stuff we are building) and I'm having trouble finding the\nnecessary docbook stuff.\n\nI looked at:\n\n http://developer.postgresql.org/docs/postgres/doc-build.html \n\nchecking for onsgml... |
[
{
"msg_contents": "Are there functions for adding and subtracting this type from itself?\nOr is there a simple way to do it?\n\n\n",
"msg_date": "Fri, 24 Jan 2003 15:41:17 -0800 (PST)",
"msg_from": "\"David Durst\" <ddurst@larubber.com>",
"msg_from_op": true,
"msg_subject": "Function for adding ... |
[
{
"msg_contents": "I've started playing with a structure based on the description in this\nmessage:\nhttp://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&selm=1043257402.83856.112.camel%40jester&rnum=21\n\n\nBasically, it consists of a very simple schema to tell PSQL what \\?\ncommands ar... |
[
{
"msg_contents": "I am back from training at the Big Nerd Ranch. We had 13 people for the\nweek and it went very well.\n\nI have church meetings tomorrow but will try to get back to email this\nweekend. I also have to polish my presentations for Tokyo/Brussels\nbecause I leave on Wednesday. Also, I have Int... |
[
{
"msg_contents": "Curtis Faith wrote:\n\n>>Hannu Krosing asked:\n>> Does anyone know how MySQL and interbase/firebird do it ?\n>>\n\n>From the MySQL web site for version 4.0:\n\n>\"The Windows binaries use the Cygwin library. Source code for the\n>version of Cygwin we have used is available on this page.\"\n\n... |
[
{
"msg_contents": "Hi everyone,\n\nMark (mlw) put together a PostgreSQL installer for Windows (cygwin \nversion) a little while ago, but he hasn't been responding to requests \nfor feedback regarding it (probably busy).\n\nAs we're going to be releasing a native Windows version of PostgreSQL \n7.4 in a few mont... |
[
{
"msg_contents": "They work the same as table constraints with in-line declaration (no\ncomma).\n\nOn Sun, 2003-01-26 at 00:09, Bruno Wolff III wrote:\n> I am trying to create a domain with more than one check constraint and\n> I am getting an error that I don't think is correct according to the\n> documentati... |
[
{
"msg_contents": "I've been trying out the new hased subselect code from CVS. It appears\nthat the planner isn't taking the distinctiveness of the values from the\nsubselect into account:\n\nbbaetz=# explain analyze select count(*) FROM bugs where product_id IN\n(SELECT product_id FROM bugs);\n\nQUERY PLAN\n\n... |
[
{
"msg_contents": "Should it be saying, \"Temporarily Unavailable\"?\n\nRegards,\n\n-- \nGreg Copeland <greg@copelandconsulting.net>\nCopeland Computer Consulting\n\n",
"msg_date": "26 Jan 2003 09:39:33 -0600",
"msg_from": "Greg Copeland <greg@CopelandConsulting.Net>",
"msg_from_op": true,
"msg_... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Justin Clift [mailto:justin@postgresql.org] \n> Sent: 26 January 2003 03:12\n> To: PostgreSQL Hackers Mailing List; PostgreSQL Cygwin Mailing List\n> Subject: [CYGWIN] Have a PG 7.3.1 Windows (cygwin) easy \n> installer... now what to do with it?\n>\n... |
[
{
"msg_contents": "Hello people,\n\nI have this Postgres 7.3 database, and could not find if this is a known \nissue, but:\nI can connect to the database with my postgres user to a remote database. \nThis as supposed with\npsql -d mydb -h 123.456.789.001 -U postgres\nit goes fine... postgres user exists on my s... |
[
{
"msg_contents": "> Tatsuo,\n> \n> I have been trying to get the sorting of Chinese data in Postgresql\n> 7.3.1 to work without much success. Here is what I did.\n> \n> I rebuilt the executables with ./configure -enable-multibyte=ENC_CN on\n> a RedHat Linux 8.0 Pentium 2 system. The build was successful. I c... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Justin Clift [mailto:justin@postgresql.org] \n> Sent: 27 January 2003 02:38\n> To: Dave Page\n> Cc: PostgreSQL Hackers Mailing List; PostgreSQL Cygwin Mailing List\n> Subject: Re: [CYGWIN] Have a PG 7.3.1 Windows (cygwin) easy \n> installer... now wha... |
[
{
"msg_contents": "Hi all,\n\nRecently solving a design problem for a friend, an idea crossed my mind.\n\nIs it possible for an established connection to backend, to switch user on the \nfly, if proper credentials are supplied?\n\nIf this can be done, it would avoid initialization penalty of a new conenction \n... |
[
{
"msg_contents": " While waiting an application using the PostgreSQL database, I've \ncome in the need of an On Commit Trigger. As you know such trigger \ndoesn't not exist currently in the postgresql but I was wondering if it \nwould be possible to add, maybe in a future version, or if I can obtain \nsomet... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Justin Clift [mailto:justin@postgresql.org] \n> Sent: 27 January 2003 11:51\n> To: Dave Page\n> Cc: PostgreSQL Hackers Mailing List; PostgreSQL Cygwin Mailing List\n> Subject: Re: [CYGWIN] Have a PG 7.3.1 Windows (cygwin) easy \n> installer... now wha... |
[
{
"msg_contents": "When using the FE/BE, how do I retrieve the table name for a given\ncolumn? Say I had the following SQL:\n \nSelect c.id, c.name, d.phone from Members c, Addresses d where c.id <\n200\n \n>From the docs of the FE/BE, I would see that the fields are named id,\nname, phone but how do I find ou... |
[
{
"msg_contents": "From: bogdan@expeditor.com (Bogdan)\nNewsgroups: comp.databases.postgresql.questions\nSubject: help with I/O statistics in 7.3.1\nNNTP-Posting-Host: 12.98.224.90\nMessage-ID: <7a0f9e74.0301270519.24d69b04@posting.google.com>\n\nI can't make configuration to get \"filesystem blocks in/out\"\nt... |
[
{
"msg_contents": "Hello!\n\nI want to say that it would be fantastic when you include the Oracle like \n\"CONNECT BY\" patch (see gppl.terminal.ru/readme.html) in the next version of \nPostgreSQL.\nIt is very usefull for people that have to handle such kind of hierarchical \ndata.\n\n-- \nDipl. Inform. Boris K... |
[
{
"msg_contents": "Has anyone seen this behavior? It's corrupted a production database.\n\n\nERROR: heap_mark4update: (am)invalid tid\nWARNING: Error occurred while executing PL/pgSQL function issuewomaterial\nWARNING: line 40 at SQL statement\n\n",
"msg_date": "Mon, 27 Jan 2003 11:04:58 -0500",
"ms... |
[
{
"msg_contents": "We've done a bit more digging, and think we understand the problem. Looks like 7.3.1 is just now taking advantage of a performance flag that has been ignored up to now. The error message is a bit unclear.\n\nWhen we close this out internally, we'll document our findings to the list. So, in... |
[
{
"msg_contents": "I have read all my email while I was in Altanta. I don't think I will\nhave time to apply any outstanding patches for a week or so from Japan.\nI will try tomorrow, but I have to polish my presentations too.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@c... |
[
{
"msg_contents": "I just checked and pg_dump -d _doesn't_ place the INSERT's in a\ntranssaction. Seems it should, and perhaps add a:\n\n\tSET autocommit TO 'on'\n\nas well. Of course, that SET would fail when restoring to prior\nreleases, but they don't have autocommit off anyway so it can be\nignored. Comm... |
[
{
"msg_contents": "As part of the training class I did, some people tested what happens\nwhen the client allocates tons of memory to store a result and aborts.\n\nWhat we found was that though elog was properly called:\n\n\telog(COMMERROR, \"pq_recvbuf: recv() failed: %m\");\n\n(I think that was the message.) ... |
[
{
"msg_contents": "Folks,\n\nI've been following this discussion, but I still haven't seen a definitive \nlist of patches included in 7.2.4. Where can I find one?\n\n-- \n-Josh Berkus\n\n\n\n",
"msg_date": "Mon, 27 Jan 2003 15:29:21 -0800",
"msg_from": "Josh Berkus <josh@agliodbs.com>",
"msg_from_o... |
[
{
"msg_contents": "Due to my error, log_min_error messages went into 7.3.X with the wrong\ndefault, and the wrong listed options.\n\nThis fixes the bug in CVS current and 7.3.X. Patch attached.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | ... |
[
{
"msg_contents": "I just noticed you can do this:\n\ncreate table blah (\n\ta not null references test on delete set null\n)\n\nShould that be prevented? It shouldn't be too hard to test for really...\n\nChris\n\n",
"msg_date": "Tue, 28 Jan 2003 12:15:40 +0800",
"msg_from": "\"Christopher Kings-Lynne\... |
[
{
"msg_contents": "Here is Vixie's original comments on integrating Bind for IPv6. We\nstill need to make those customizations of display that we agreed to for\nIPv4.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If you... |
[
{
"msg_contents": "Hi all,\n\nI had this with me to submit as a bug report for a misleading error message. Is \nthis the place I send this or I need to send it to someplace else?\n\nShridhar\n\n------- Forwarded message follows -------\nDate sent: \tThu, 26 Dec 2002 12:39:59 +0530\nFrom: \tRajesh... |
[
{
"msg_contents": "I'm looking for people who want to join OLE DB Provider project. It is\npartially finished. I'm looking for people who want to help.\n-- \nMarek Mosiewicz <marekmosiewicz@poczta.onet.pl>\n\n\n\n\n***************r-e-k-l-a-m-a**************\n\nChcesz oszczedzic na kosztach obslugi bankowej ?\nm... |
[
{
"msg_contents": "Hi everyone,\n\nJust came across a reference to a new Open Source database test suite by \nIBM that supports DB2, Oracle, Sybase, PostgreSQL, and MySQL:\n\nhttp://sourceforge.net/project/showfiles.php?group_id=3382&release_id=115190\n\nIt's part of the Linux Test Project and only supports Lin... |
[
{
"msg_contents": "Hi!\n\nI think that this would be nice. OpenFTS is great, but i would\nbe great if this would be implement in real pg functions.\n\nI think that indexim would be great if pg make it by itself. \n\nAlso it could be great if we could define order of weight of\ncolumns. \n\nbye Uros\n\nI \nOn 28... |
[
{
"msg_contents": "I just completed a replication talk for the Japanese PostgreSQL Users\nGroup. Can folks eyeball it in the next few hours and let me know if\nthere are any improvements to be made?\n\n\tftp://candle.pha.pa.us/pub/postgresql/replication.pdf\n\nThanks.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "CVSROOT:\t/cvsroot\nModule name:\tpgsql-server\nChanges by:\tpetere@postgresql.org\t03/01/28 16:57:12\n\nModified files:\n\t. : configure configure.in \n\tconfig : c-compiler.m4 c-library.m4 \n\nLog message:\n\tFactor out the code that detects the long long int snprintf f... |
[
{
"msg_contents": "I've trimmed this query down as much as possible (started out much\nlarger), it no longer causes the error.\n\n\nPREPARE \"pg_psql_dd2\"(text,text) AS \nSELECT true\nFROM (\n SELECT true\n FROM pg_catalog.pg_proc p,\n pg_catalog.pg_name_pattern( $2 ) AS (schpat text, propat text)\n W... |
[
{
"msg_contents": "I wanted to update everyone on what I am doing. Things went very well\nlast week at the training class in Atlanta. We had 13 people, and the\nBig Nerd Ranch ran a first-class event, very well organized. The\nclasses went smoothly and everyone got a lot out of it.\n\nI am heading to Tokyo i... |
[
{
"msg_contents": "\nSo currently the only way to specify a row type is by using a table,\nright? E.g.:\n\n CREATE TABLE t2_retval (\n\tvalue1 int NOT NULL DEFAULT -1,\n\tvalue2 int NOT NULL,\n\tvalue3 int\n );\n\nAre there plans to add another way of declaring this sort of thing so\nthat I don't have to ... |
[
{
"msg_contents": "Hi guys,\n\nWhat was the result of the recursive unions thread? I remember Tom maybe\nsaying that the Redhat guys like the DB2 (SQL99) syntax the best, however\nwas it said that that was going to be done by Redhat for 7.4?\n\nChris\n\n",
"msg_date": "Wed, 29 Jan 2003 15:20:52 +0800",
... |
[
{
"msg_contents": "This came to -general, it seems like a serious problem...\n\nChris\n\n\n> -----Original Message-----\n> From: pgsql-general-owner@postgresql.org \n> [mailto:pgsql-general-owner@postgresql.org]On Behalf Of Damjan Pipan\n> Sent: Tuesday, 28 January 2003 9:36 PM\n> To: pgsql-general@postgresql.o... |
[
{
"msg_contents": "hi all:\nis there any unused signal on postgres?\nTIA and regards\n\n\n\n\n\n\nhi all:\nis there any unused signal on \npostgres?\nTIA and regards",
"msg_date": "Wed, 29 Jan 2003 13:12:41 +0100",
"msg_from": "\"Luis Alberto Amigo Navarro\" <lamigo@atc.unican.es>",
"msg_from_op": t... |
[
{
"msg_contents": "There is a nasty bug with the client_encoding directive in\npostgresql.conf. It is simply ignored. This bug exists in both 7.3 or\nlater and in current. Interesting thing is \"show client_encoding\"\ncommand shows expected encoding but this only shows the GUC internal\nvariable and the actual... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 16:27\n> To: Katie Ward\n> Cc: Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> The only assumption I see being... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 16:36\n> To: Dave Page\n> Cc: Katie Ward; Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> On Wed, 29 Jan 2003,... |
[
{
"msg_contents": "On Wed, 29 Jan 2003, Katie Ward wrote:\n\n> > -----Original Message-----\n> > From: pgsql-hackers-owner@postgresql.org\n> > [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Vince Vielhaber\n> > Sent: Wednesday, January 29, 2003 11:45 AM\n> > To: Dave Page\n> > Cc: Katie Ward; Tom Lane;... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 16:45\n> To: Dave Page\n> Cc: Katie Ward; Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> On Wed, 29 Jan 2003,... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 16:57\n> To: Katie Ward\n> Cc: Dave Page; Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: RE: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> The code's been avai... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 29 January 2003 16:57\n> To: Dave Page\n> Cc: Vince Vielhaber; Katie Ward; Curtis Faith; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System \n> \n> \n> \"Dave Page\"... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 17:10\n> To: Dave Page\n> Cc: Katie Ward; Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: RE: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> On Wed, 29 Jan 2003,... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Vince Vielhaber [mailto:vev@michvhf.com] \n> Sent: 29 January 2003 17:13\n> To: Dave Page\n> Cc: Katie Ward; Tom Lane; Curtis Faith; pgsql-hackers@postgresql.org\n> Subject: RE: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> On Wed, 29 Jan 2003,... |
[
{
"msg_contents": "On Wed, 29 Jan 2003, Katie Ward wrote:\n\n> > On Wed, 29 Jan 2003, Katie Ward wrote:\n> >\n> > > > On Wed, 29 Jan 2003, Dave Page wrote:\n> > > >\n> > > > > > hammering the betas is a far cry from an \"industrial-strength\n> > > > > > solution\".\n> > > > >\n> > > > > Have you a better sugges... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Jan Wieck [mailto:JanWieck@Yahoo.com] \n> Sent: Wednesday, January 29, 2003 11:47 AM\n> To: Peter Eisentraut\n> Cc: Justin Clift; Hannu Krosing; Bruce Momjian; Tom Lane; \n> Postgres development\n> Subject: Re: [HACKERS] Win32 port patches submitted\n> \n... |
[
{
"msg_contents": "\nMorning all ...\n\n I jsut bundled up v7.2.4 with all the recent security fixes ... can a\nfew ppl do some regression tests and report back before I announce in the\nmorning? I did a configure and build here and all looks fine, but some\nconfirmations is always nice ;)\n\n\n",
"msg_da... |
[
{
"msg_contents": "Linux.conf.au Report\n--------------------\n\nThe Linux.conf.au is an international Linux/Open Source event that attracts\nlots of international speakers. Total conf attendance was around 360, maybe\neven 400 I think.\n\nGavin Sherry was speaking at this particular conf, and I attended as a\... |
[
{
"msg_contents": "I have posted before about this but I am now posting to both NetBSD and \nPostgreSQL since it seems to be some sort of interaction between the two. I \nhave a NetAPP filer on which I am putting a PostgreSQL database. I run \nPostgreSQL on a NetBSD box. I used rsync to get the database onto... |
[
{
"msg_contents": "Hi everyone,\n\nThis is a call for PostgreSQL Case Study participants.\n\nWe're looking for volunteers running PostgreSQL in their companies, or \nwho have good contact with companies running PostgreSQL, to please \nassist us in creating a large number of good quality, reference \nPostgreSQL ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 30 January 2003 15:56\n> To: Hannu Krosing\n> Cc: Vince Vielhaber; Dave Page; Ron Mayer; \n> pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System \n> \n> \n> In the pull-t... |
[
{
"msg_contents": "In CVS tip, if you run \"make installcheck\" in src/pl/plpython, the test\nfails with a number of diffs between the expected and actual output.\nI'm not sure if plpython is broken, or if it's just that someone changed\nthe behavior and didn't bother to update the test's expected files (the\nt... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Thursday, January 30, 2003 12:30 PM\n> To: Lamar Owen\n> Cc: Dave Page; Vince Vielhaber; Ron Mayer; \n> pgsql-hackers@postgreSQL.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System \n> \n> \n> Lamar ... |
[
{
"msg_contents": "Tom Lane wrote:\n\n>In CVS tip, if you run \"make installcheck\" in src/pl/plpython, the test\n>fails with a number of diffs between the expected and actual output.\n>I'm not sure if plpython is broken, or if it's just that someone\n>changed the behavior and didn't bother to update the test's... |
[
{
"msg_contents": "Hi there,\n\nwe've discussed with Teodor about adding ranking feature to tsearch and\nseems we've found a way to do that. New version of tsearch will have\nranking supports, friendly configurability, linguistic options\n and removing some internal limits. Expect alpha-version in 1-2 weeks.\nB... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Greg Copeland [mailto:greg@copelandconsulting.net] \n> Sent: 30 January 2003 22:47\n> To: Dave Page\n> Cc: Tom Lane; PostgresSQL Hackers Mailing List\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> I have lost entire directory trees (... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Jeff Davis [mailto:jdavis-pgsql@empires.org] \n> Sent: 31 January 2003 06:27\n> To: pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> \n> > What about it? Someone claimed in this thread that MySQL's Windows... |
[
{
"msg_contents": "how should I use \" COPY arti FROM 'ARTI.txt' USING DELIMITERS '|' \" as normal user ?\n",
"msg_date": "Fri, 31 Jan 2003 11:13:04 +0100",
"msg_from": "Jaume Teixi <teixi@rocacorbit.com>",
"msg_from_op": true,
"msg_subject": "COPY as non super user"
},
{
"msg_contents":... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Dave Page \n> Sent: 30 January 2003 19:57\n> To: Vince Vielhaber; Lamar Owen\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System\n> \n> I ought to plonk you for a comment like that. Especially \n> coming from ... |
[
{
"msg_contents": "\nI hate following up my on my own email, especially to say I was wrong.\nIn a previous message I said plpython passed the regression test here.\nIt failed, I'll check it out over the weekend.\n\nHowever, python version 2.2 and later will fail further tests because\nof the deprecation of rexe... |
[
{
"msg_contents": "When searching techdocs.postgresql.org, if you type in \"transaction\", it\nsays, \"Your original search: transation returned zero results. The\nalternate spelling: transaction returned the results below.\" For some\nreason it is changing the spelling and then reverting back to the\norigina... |
[
{
"msg_contents": "\nSo ignore it, eh?\n",
"msg_date": "Fri, 31 Jan 2003 14:37:24 -0400 (AST)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Just a test, only a test ..."
}
] |
[
{
"msg_contents": "Hi,\n\nI have three tables, two of which are missing a column:\n\n\tCREATE TABLE table1 (t1 TEXT);\n\tCREATE TABLE table2 (t2 TEXT);\n\tCREATE TABLE table3 (t3 TEXT, i3 INTEGER);\n\nI am trying to create a view over these tables that defaults values for\nnon-existant columns to NULL.\n\n\tCRE... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Greg Copeland [mailto:greg@CopelandConsulting.Net] \n> Sent: 31 January 2003 16:12\n> To: PostgresSQL Hackers Mailing List\n> Subject: [HACKERS] Odd website behavior...\n> \n> \n> When searching techdocs.postgresql.org, if you type in \n> \"transactio... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: Friday, January 31, 2003 12:21 AM\n> To: Lamar Owen\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] Windows Build System - My final thoughts\n> \n> \n> Man, I go away for one day, and look wh... |
[
{
"msg_contents": "Despite some people's thoughts that a powerfail test is of little use, I\ngoing to spend some time doing one anyway because I think Tom's\narguments for it are valid. I have lashed together the attached test\nprogram (the important bits are the setup, run and check functions) for\nreview befo... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Greg Copeland [mailto:greg@copelandconsulting.net] \n> Sent: 31 January 2003 19:45\n> To: Dave Page\n> Cc: PostgresSQL Hackers Mailing List\n> Subject: RE: [HACKERS] Odd website behavior...\n> \n> \n> > Or do you mean the old Google one?\n> > \n> > Re... |
[
{
"msg_contents": "\n\n-------- Original Message --------\nSubject: Re: [mail] Re: [HACKERS] Windows Build System\nDate: Fri, 31 Jan 2003 15:46:20 -0500\nFrom: mlw <pgsql@mohawksoft.com>\nTo: Tom Lane <tgl@sss.pgh.pa.us>\nCC: Curtis Faith <curtis@galtcapital.com>, 'Al Sutton' \n<al@alsutton.com>, 'Bruce Momjian... |
[
{
"msg_contents": "I have a table which is very large (~65K rows). I have\na column in it which is indexed, and I wish to use for\na join. I'm finding that I'm using a sequential scan\nfor this when selecting a MIN.\n\nI've boiled this down to something like this:\n\n=> create table X( value int primary key );\... |
[
{
"msg_contents": "Hello,\n We recently upgraded a project from 7.2 to 7.3.1 to make use of some of\nthe cool new features in 7.3. The installed version is CVS stable from\nyesterday. However, we noticed a major performance hit in POSIX regular\nexpression matches against columns using the ~* operator. \nht... |
[
{
"msg_contents": "Just a quick question... are you guys using the C runtime or the win32\nAPI to do things like file i/o and memory allocation. If you are using\nthe win32 api, are you using asynchronous I/O? Generally, how much raw\nwin32 code do you expect to write (assumption: as little as possible).\n\nA... |
[
{
"msg_contents": "For MySQL:\nThere is no Cygwin needed. Period.\n\nI did a build last night. Using nothing but Visual Studio with the\nIntel C++ compiler for Win32.\nHere is what got built:\nE:\\mysql-3.23.55>dir /s *.dll, *.exe\n Volume in drive E has no label.\n Volume Serial Number is 7496-C335\n\n Direc... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: Friday, January 31, 2003 8:24 PM\n> To: mlw\n> Cc: Lamar Owen; Dann Corbit; PostgresSQL Hackers Mailing List\n> Subject: Re: [mail] Re: [HACKERS] Windows Build System \n> \n> \n> mlw <pgsql@mohawksoft.com> wri... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Greg Copeland [mailto:greg@CopelandConsulting.Net] \n> Sent: Friday, January 31, 2003 10:18 PM\n> To: Dann Corbit\n> Cc: Christopher Browne; Justin Clift; Jeff Davis; PostgresSQL \n> Hackers Mailing List\n> Subject: RE: [mail] Re: [HACKERS] Windows Build ... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Greg Copeland [mailto:greg@CopelandConsulting.Net] \n> Sent: Friday, January 31, 2003 10:39 PM\n> To: Dann Corbit\n> Cc: Christopher Browne; Justin Clift; Jeff Davis; PostgresSQL \n> Hackers Mailing List\n> Subject: RE: [mail] Re: [HACKERS] Windows Build ... |
[
{
"msg_contents": "In CVS tip, create an empty database. pg_dump it. Try to restore the\ndump. The first thing it does is\n\nREVOKE ALL ON SCHEMA public FROM PUBLIC;\n\nwhich fails with\n\nERROR: dependent privileges exist (use CASCADE to revoke them too)\n\nThis message seems incorrect --- what is a depend... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Christopher Kings-Lynne [mailto:chriskl@familyhealth.com.au] \n> Sent: 01 February 2003 12:40\n> To: Greg Copeland\n> Cc: Dave Page; PostgresSQL Hackers Mailing List; Tom Lane\n> Subject: Re: [HACKERS] Win32 port powerfail testing\n> \n> \n> Try it wi... |
[
{
"msg_contents": "mysql does not have cygwin in the server, either static or otherwise.\nWe looked at the code a while back and confirmed this. mysql has a much\nsmaller code base than pg.\n\nIf they did, it would be a very strange deal because you can link your\napp directly to the mysql server (for 200$...n... |
[
{
"msg_contents": "> I'm not sure what version of MySQL you were looking at, but that's\n> certainly doesn't seem to be the case anymore. I just checked: MySQL\n> 4.0.9 has ~435,000 LOC, PgSQL from CVS HEAD has ~372,000.\n\nHmm, you got me there, tho this was some time back from the last version\nof the 3.x ser... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.