threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Attached is a patch that adds a namespace capability to reloptions. It\nworks this way:\n\nalter table foo set (namespace.option = value)\n\nCurrently the only namespace that does anything is \"toast\". What it\ndoes is store the option in the toast table pg_class.reloptions.\n\nIt works fi... |
[
{
"msg_contents": "Hi,\n\nThis works:\n\n\tcritik=# select current_timestamp::abstime::int4 as score order by score;\n\nThis doesn't:\n\n\tcritik=# select current_timestamp::abstime::int4 as score order by score + 1; \n\tERROR: column \"score\" does not exist\n\tLINE 1: ...urrent_timestamp::abstime::int4 as s... |
[
{
"msg_contents": "Hello,\n\nis it possible to call a trigger for a row in a table without updating the\nrow? I want to do it in plpgsql.\n\nSomething like UPDATE table WHERE id = 10;\nor PERFORM table.trigger('UPDATE', row) WHERE id = 10;\n\nRegards,\n Gerhard",
"msg_date": "Wed, 14 Jan 2009 15:52:46 +010... |
[
{
"msg_contents": "Log Message:\n-----------\nMake 'find' syntax consistent; add .git exclusion to make_ctags.\n\nModified Files:\n--------------\n pgsql/src/tools:\n make_ctags (r1.11 -> r1.12)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/make_ctags?r1=1.11&r2=1.12)\n ma... |
[
{
"msg_contents": "http://wiki.postgresql.org/wiki/Hot_Standby\n\nv8 - resolves a dozen minor issues.\n\nDev build with various debugging enabled. Expect clean v10 on Friday.\n\nAll outstanding items from emails now listed on Wiki. \n\nSome new refactoring targets and tuning opportunities identified as\nknock-o... |
[
{
"msg_contents": "Hello,\n\nI have a server running PostgreSQL 8.1.15-0etch1 (Debian etch) that was\nrecently put into production. Last week a developer started having a problem\nwith his psql connection being terminated every couple of minutes when he\nwas running a query. When I look through the logs, I noti... |
[
{
"msg_contents": "Hi,\n\nThis trivial patch moves a misplaced tablespace.c call from smgr.c into\nthe newly created storage.c. This is appropriate because smgr.c is\nsupposed to be bare metal, and storage.c has the high-level calls.\n\n-- \nAlvaro Herrera http://www.CommandPromp... |
[
{
"msg_contents": "Hi,\n\nfirst, many thanks to all for the great work, i'm waiting for 8.4.\n\n\nI have played with the new possibilities:\n\ntest=# select typ, ts, rank() over (partition by typ order by ts desc ) from foo;\n typ | ts | rank\n-----+-------------------------------+--... |
[
{
"msg_contents": "Hey all,\n\nI recently had pg_dump produce a non-restorable dump for one of my\ndatabases. I can't share the dump itself, but I can describe what\nwent wrong.\n\nThis database had a user-defined composite type in it. I wanted to be\nable to GROUP BY this type, so I added a family of compari... |
[
{
"msg_contents": "WSACleanup is not really needed during a PQfinish. Its horribly slow if \n the library ref count is 0 and it actually unloads the winsock \nlibrary, adds 225ms to PQfinish.\n\nSolution:\nA) Call WSAStartup once and never clean it up. When the app dies, so do \nthe ref counts and winsock is... |
[
{
"msg_contents": "WSACleanup is not really needed during a PQfinish. Its horribly slow if \n the library ref count is 0 and it actually unloads the winsock \nlibrary, adds 225ms to PQfinish.\n\nSolution:\nA) Call WSAStartup once and never clean it up. When the app dies, so do \nthe ref counts and winsock is... |
[
{
"msg_contents": "All,\n\n Attached is an updated patch for column-level privileges. This is a\n very minor change to use get_rel_name(), so the main point of this is\n to update the general community on the status of the patch. It was\n pointed out to me that some folks havn't been able to follow along ... |
[
{
"msg_contents": "Severals animals complain about PL check. It seems that problem is in\nnew messages format introduced in latest update:\n\nhttp://archives.postgresql.org/pgsql-committers/2009-01/msg00188.php\n\nDatails:\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=gothic_moth&dt=2009-01-15%2021:06:00... |
[
{
"msg_contents": "URL Links to changed files diff are broken in the buildfarm report. See\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=gothic_moth&dt=2009-01-15%2021:06:00\n\nLinks points to the:\n\nhttp://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/nls.mk?rev=1.2\n\ninstead of \n\nhttp:/... |
[
{
"msg_contents": "\nSnapshotResetXmin is called 3 times after each statement in\nReadCommitted mode.\n\nToo keen, perhaps?\n\n-- \n Simon Riggs www.2ndQuadrant.com\n PostgreSQL Training, Services and Support\n\n",
"msg_date": "Fri, 16 Jan 2009 16:22:09 +0000",
"msg_from": "Simon Riggs <simon@... |
[
{
"msg_contents": "No need to wait for idle-in-transaction sessions during index builds.\n\nGetCurrentVirtualXIDs() specifically *includes* backends that have\nproc->xmin == InvalidTransactionId (0), but I'm not sure why.\n\n$SUBJECT is currently used by DefineIndex() to wait for all backends\nthat might be abl... |
[
{
"msg_contents": "Hello,\n\nwe found a bug while testing the latest version of Hot Standby. Then\nwe could reproduce it on the unpatched HEAD, so we are going to ignore\nit in the next few days.\n\nDuring a Warm Standby session using current HEAD I obtained the\nfollowing error on the standby node:\n\n---8<---... |
[
{
"msg_contents": "Bruce asked for 2 more weeks to get patches into shape for commit.\n\nCurrent patch v8e is attached here. Ready for commit? Up to you.\n\nMy overall opinion is that it's in very good shape. Worth the community\nincluding it in this release and spending further time on it. I'm happy\nto stand ... |
[
{
"msg_contents": "I also think it is a good idea to summarize current status of\nSE-PostgreSQL, as Simon Riggs doing on his works.\n\nThe current revision of SE-PostgreSQL is 1425, available here:\n\n [1/5] http://sepgsql.googlecode.com/files/sepostgresql-sepgsql-8.4devel-3-r1425.patch\n [2/5] http://sepgsql.g... |
[
{
"msg_contents": "Attached are patches to fix the following compiler warnings that I see when\nusing gcc 4.3.2.\n\nMASTER warning:\ntablecmds.c: In function 'DropErrorMsgWrongType':\ntablecmds.c:601: warning: format not a string literal and no format\narguments\n\nREL8_3_STABLE warnings:\nutility.c: In functio... |
[
{
"msg_contents": "Any objections adding the below to postgres.h?\n\n#define VARLEN(PTR) (VARSIZE(PTR) - VARHDRSZ)\n\nIt adds a little more abstraction and cleans up userland code.\n\n-- \nAndrew Chernow\neSilo, LLC\nevery bit counts\nhttp://www.esilo.com/\n",
"msg_date": "Sat, 17 Jan 2009 21:27:18 -0500",
... |
[
{
"msg_contents": "On Jan 17, 2009 3:34pm, Peter Eisentraut <peter_e@gmx.net> wrote:\n> On Saturday 17 January 2009 11:44:07 Alan Li wrote:\n>\n> > Attached are patches to fix the following compiler warnings that I see \nwhen\n>\n> > using gcc 4.3.2.\n>\n> >\n>\n> > MASTER warning:\n>\n> > tablecmds.c: In func... |
[
{
"msg_contents": "> One thing to watch out for is that the intention may have been to allow\n>\n> the strings to be translated.\n>\n>\n>\n> regards, tom lane\n>\n\nI'm not sure if that's the case. How does one find out?\n\nAlan\n\n> One thing to watch out for is that the intention may have been to allow> > the... |
[
{
"msg_contents": "Apologies for submitting new patches while we're still in the midst of\nCommitFest:November, but I think I've more or less come to the end of\nthe reviewing that I can usefully do for 8.4 (or at least, I haven't\nhad any requests lately, feel free...) and I don't want to wait\nforever to star... |
[
{
"msg_contents": "I've extracted this patch from Hiroshi Inoues patch about bug #4186. Per\nhis comment, \"It also includes the changes to mbutils.c and elog.c which\nfix recently introduced bug by the domain name change from \"postgres\" to\n\"postgres-8.4\".\"\n\n\nCan somebody who actually knows how that wo... |
[
{
"msg_contents": "Hi!\n\nFirst of all, excuse my english...\n\nI have a doubt. I am designing a program for manage CV's. This program\nconnect with a PostgresDB. This program will be used for 5,000 persons\nbecaus it will be used in a University. Then, ¿how many actives connection\ncould be postgres? ¿does it ... |
[
{
"msg_contents": "--On Samstag, Januar 17, 2009 02:01:15 +0200 Peter Eisentraut \n<peter_e@gmx.net> wrote:\n\n> Here is my updated patch based on yours.\n>\n> Outstanding issues, as far as I can see, are:\n>\n> Critical:\n>\n> * Updatability check must reject views where the select list references\n> the same ... |
[
{
"msg_contents": "Hi,\n\nThe docs at http://developer.postgresql.org/pgdocs/postgres/functions-aggregate.html\ndon't prohibit using array values with array_arg(), so I assumed that it would work.\nHowever, with CVS HEAD from Friday afternoon, I get\n\ntest=> select version() ;\n ... |
[
{
"msg_contents": "This is a proposed patch to document disabling the statistics collector \npg_dump activity, and give a bit more visibility to the PGOPTIONS \nenvironment variable supported by libpq.\n\nIt is an alternative to the prior patch, which supplied a --no-stats flag.\n\nThis is a documentation only ... |
[
{
"msg_contents": "Hi all,\n\nWe're looking for a deductive database for our application. Oracle, in the\n11g version, has extended its RDBMS with deductive capabilities, supporting\na subset of OWL-DL[1]. They are able to load an ontology, perform the\ninferences, dump the inferred info in the database and aft... |
[
{
"msg_contents": "A hash join modification patch is under review for 8.4 that needs\nperformance testing. We would appreciate help with this testing. \n\n \n\nA testing version of the patch is attached in addition to testing\ninstructions and where to retrieve a sample data set. The basic idea\nof the patc... |
[
{
"msg_contents": "Latest patch is attached. Changed as discussed to issue TRUNCATE ... \nONLY when talking to servers >= 8.4 instead of plain TRUNCATE.\n\ncheers\n\nandrew",
"msg_date": "Wed, 21 Jan 2009 21:56:48 -0500",
"msg_from": "Andrew Dunstan <andrew@dunslane.net>",
"msg_from_op": true,
"... |
[
{
"msg_contents": "Can you please help me solve the problem of ERROR deadlock detected\nThis is the log incurred in postgressqlXXXX.log\n\n\n2009-01-21 15:47:20 IST NOTICE: truncate cascades to table \"displet\"\n2009-01-21 15:47:20 IST NOTICE: truncate cascades to table\n\"screenscrapesource\"\n2009-01-21 1... |
[
{
"msg_contents": "Hi,\n\nWe are extending Gokul's Thick index functionality (\nhttp://archives.postgresql.org/pgsql-patches/2008-01/msg00092.php) on 8.4\ncode base to\n- fix existing defects\n- Extend thick index usage for group by, count, nested queries, and\n\"delete/update with join\" queries.\n- Improve co... |
[
{
"msg_contents": "Currently, Linux.conf.au 2009 is held on Hobart, Tasmania.\n\nI had to plan to talk about SE-PostgreSQL and related stuff,\nbut it became unavailable to attend the conference due to\nthe recent economic circumstances unfortunately. :(\n\nRussell Coker is one of the core developers in SELinux ... |
[
{
"msg_contents": "Log Message:\n-----------\nExplicitly bind gettext to the correct encoding on Windows.\n\nOriginal patch from Hiroshi Inoue.\n\nModified Files:\n--------------\n pgsql/src/backend/utils/mb:\n mbutils.c (r1.77 -> r1.78)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bac... |
[
{
"msg_contents": "Hi,\n\nWe are implementing table partitioning feature to support\n- the attached commands. The syntax conforms to most of the suggestion\nmentioned in\nhttp://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php, barring\nthe following:\n-- Specification of partition names is optional. ... |
[
{
"msg_contents": "\n\n\n\nBuenos Dias todos, \n\n Soy un usuario de postgres de Paraguay,\nconsulto sobre la posibilidad de inclucion en la futura version la\nsiguiente sentencia(Uso de alias en la condicion HAVING ):\n\n\n SELECT id, sum(salario) as SumaSalario\n FROM salarios... |
[
{
"msg_contents": "The documentation states in\r\nhttp://www.postgresql.org/docs/current/static/continuous-archiving.html#BACKUP-ARCHIVING-WAL\r\n\r\n\"The archive command should generally be designed to refuse to overwrite any pre-existing archive file.\"\r\n\r\nand suggests an archive_command like \"test ! -f... |
[
{
"msg_contents": "Log Message:\n-----------\nAutomatic view update rules\n\nBernd Helmle\n\nModified Files:\n--------------\n pgsql/doc/src/sgml:\n catalogs.sgml (r2.189 -> r2.190)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.189&r2=2.190)\n intro.sg... |
[
{
"msg_contents": "\nAm I the only person who gets regularly annoyed by pg_get_viewdef() \noutputting the target list as one long line? I'd like it to put one \ntarget per line, indented, if pretty printing.\n\ncheers\n\nandrew\n",
"msg_date": "Thu, 22 Jan 2009 15:30:35 -0500",
"msg_from": "Andrew Dunst... |
[
{
"msg_contents": "Hi,\n\nSo I've been progressing on revising the autovacuum patch to make it\nwork with the current reloptions. We have a number of options:\n\n1. Call heap_open() for every relation that we're going to check, and\n examine the reloptions via the relcache.\n I'm not sure that I like this ... |
[
{
"msg_contents": "The recently discovered memory-context-switch bug in 8.1's autovacuum\nseems serious enough to force an update release for that branch, since\nit could result in crashes in an installation that had been working fine\nfor a long while. Although this only affects 8.1, the core committee\nhas c... |
[
{
"msg_contents": "Latest version of Hot Standby includes new deferred cancellation for\nconflict resolution and further refactoring. \n\nhttp://wiki.postgresql.org/wiki/Hot_Standby#Usage\n\n[Please note that max_standby_delay parameter has been set to default to\nzero (0), to allow investigation of usability. ... |
[
{
"msg_contents": "As the patch stands, there's no way to disable hot standby. The server \nalways opens for read-only connections as soon as it can. That might not \nbe what you want.\n\nI think we need a GUC to enable/disable hot standby. It would become \nhandy if the unimaginable happens and there's a bug i... |
[
{
"msg_contents": "I attached patch which add capability to have single record for all\nrealation kind in the reloption list. It is usefull in situation when\nall parameters are same for all relation kinds.\n\n\n\tZdenek",
"msg_date": "Fri, 23 Jan 2009 14:18:20 +0100",
"msg_from": "Zdenek Kotala <Zdenek... |
[
{
"msg_contents": "AIX 4.3 was released in late 1999, so I thought it was worth mentioning. \n I only have AIX 4.3 and 6.1, so I have no idea how AIX 5 handles this. \n AIX 6.1 works fine.\n\nAnyways, the service argument to getaddrinfo is busted on AIX 4.3, thus \n src/backend/libpq/ip.c pg_getaddrinfo_all(... |
[
{
"msg_contents": "The FATAL and ERROR cancellation modes are quite different. In FATAL \nmode, you just want to kill the backend. The target connection doesn't \nneed to know the LSN.\n\nIn ERROR mode, you don't really want to interrupt the target backend. In \nReadBuffer, you're checking a global variable, \n... |
[
{
"msg_contents": "\n>>>\n>>\n> If you have a serializable transaction with subtransactions that \n> suffers\n> a serializability error it only cancels the current subtransaction.\n\nThis is a complete tangent to your work, but I wonder if this is \nreally right. I mean it's not as if we could have srrialized... |
[
{
"msg_contents": "Hi there,\n\nyesterday, testing GIN fast update with CVS HEAD I was able to crash backend \n(Teodor already fixed the problem in 0.25 version of the patch)\nand after restarting backend I found duplicated tables. \nHow this can be possible and is this what somebody can see after crash ?\n\n ... |
[
{
"msg_contents": "\n\n--On 23. Januar 2009 21:18:19 -0500 Robert Haas <robertmhaas@gmail.com> \nwrote:\n\n> In the future, I think we should have an expectation that resubmits\n> within the same CommitFest should happen within a week, and that if no\n> revision is forthcoming within two weeks the patch is decl... |
[
{
"msg_contents": "This post is a follow-up of an off-list discussion with Nathan Boley.\nAll references to FOR UPDATE apply to FOR SHARE as well.\n\ncreate table a(i int, j int);\ninsert into a values(1, 10);\ninsert into a values(2, 10);\ninsert into a values(3, 10);\ninsert into a values(4, 20);\ninsert into... |
[
{
"msg_contents": "When replaying a DROP TABLE SPACE, you first try to remove the \ndirectory, and if that fails, you assume that it's because it's in use \nas a temp tablespace in a read-only transaction. You then call \nResolveRecoveryConflictWithVirtualXIDs to kill such transactions, and \ntry removing the d... |
[
{
"msg_contents": "Continuing http://archives.postgresql.org/pgsql-hackers/2009-01/msg01762.php\n\nBruce Momjian wrote:\n >\n > Well, this helps explain why were are getting these problems reports\n > only now. How many hacks do you have that we don't support, aside from\n > the threading one for HPUX?\n >\n\n... |
[
{
"msg_contents": "\nSomething happened about 80 hours ago that caused my mingw buildfarm \nmember (gcc 3.4.2 on Win XP Pro SP2) to hang at the check stage. It \nlooks like it's hung in initdb.\n\nI wonder if it could be this commit:\n\nLog Message:\n-----------\nMake win32 builds always do SetEnvironmentVariab... |
[
{
"msg_contents": "\n\n--On 24. Januar 2009 20:47:20 -0500 Tom Lane <tgl@sss.pgh.pa.us> wrote:\n\n> Bernd Helmle <mailings@oopsware.de> writes:\n>> What i'm missing is some notion about CHECK OPTION. We\n>> surely want to support that in way.\n>\n> Feel free to insist on that, if you want to make dead certain t... |
[
{
"msg_contents": "Where I work they make extensive use of Postgresql. One of the things \nthey typically want to know about are lock waits. Out of the box in \nthere is not much in the way of tracking for such, particularly in older \nversions. The view pg_stats is fine for stuff happening *now*, but \ntypical... |
[
{
"msg_contents": "Here is a patch to surpress compiler warnings in pg_locale.c and pg_regress.c.\n\nThere are following warnings if nls is enabled:\n pg_locale.c: In function `pg_perm_setlocale':\n pg_locale.c:161: warning: assignment discards qualifiers from pointer target type\nand if nls is disabled:\... |
[
{
"msg_contents": "\nHere is a test of the fast insert patch. The patch has gone through some\nchanges, so this set of tests is to see the current performance impact\ncompared with HEAD.\n\nThe test is simple: inserting a bunch of integer arrays into a table\nwith a GIN index on the array column.\n\nI'm testing... |
[
{
"msg_contents": "bgrosperrin@laposte.net\n\nBernard Grosperrin\nBGSoftFactory\nBureau/Domicile 09 53 41 58 18\nMobile 06 75 13 97 17\n\n\n",
"msg_date": "Mon, 26 Jan 2009 22:19:44 +0100",
"msg_from": "\"Bernard Grosperrin\" <bgrosperrin@laposte.net>",
"msg_from_op": true,
"msg_subject": "Pleas... |
[
{
"msg_contents": "create table a(a_id serial primary key, a int);\ncreate table b(b_id serial primary key, a_id int not null references a \n(id), b int, c_id int not null references c(id));\nNOTICE: CREATE TABLE will create implicit sequence \"b_id_seq\" for \nserial column \"b.b_id\"\nNOTICE: CREATE TABLE ... |
[
{
"msg_contents": "On Mon, Jan 26, 2009 at 5:42 PM, Ron Mayer\n<rm_pg@cheapcomplexdevices.com> wrote:\n> I realize in the current system (emailed patches), this would be a horrible\n> pain to maintain such a branch; but perhaps some of the burden could be\n> pushed down to the patch submitters (asking them to m... |
[
{
"msg_contents": "The attached patch adds support for the Windows 7 beta which we've had\na few reports of incompatibility with. When we startup using pg_ctl on\nWindows, we create a job object (a logical grouping of processes on\nWindows) to which we apply various security options. One of these\n(JOB_OBJECT_U... |
[
{
"msg_contents": "I attached second version of space reservation patch. You can see first\nversion here:\nhttp://archives.postgresql.org/pgsql-hackers/2008-12/msg00886.php\n\nI thought about Heikki'es comments and I removed all catalog changes,\nbecause there are not necessary to be in pg_class. Instead of\npg... |
[
{
"msg_contents": "Hello. The attached patch has made it more feasible for us to gather \nprofiling data on a production system for analysis with pgFouine. It \nhas been written against PostgreSQL 8.3.5 and tested on Linux. Comments \nwelcome.\n\ntimo",
"msg_date": "Tue, 27 Jan 2009 14:30:29 +0200",
... |
[
{
"msg_contents": "Log Message:\n-----------\nSilence compiler warning on win32.\n\nITAGAKI Takahiro\n\nModified Files:\n--------------\n pgsql/src/test/regress:\n pg_regress.c (r1.57 -> r1.58)\n (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.57&r2=1.58)\n",
... |
[
{
"msg_contents": "While trying to figure out an appropriate cost expression function for\nThick indexes, i learned that we are using Mackert and Lohman formula\n(described in their paper \"Index Scans Using a Finite LRU Buffer: A\nValidated I/O Model\", ACM Transactions on Database Systems).\nThe paper's resul... |
[
{
"msg_contents": "The current project is not in good shape. Feature freeze is coming and\nnothing is committed. Currently there are three patches in the game:\n\n1) Space reservation\nhttp://archives.postgresql.org/pgsql-hackers/2008-12/msg00886.php\nhttp://archives.postgresql.org/pgsql-hackers/2009-01/msg0203... |
[
{
"msg_contents": "Regarding this comment:\n\n> + /*\n> + * Prior to 8.4 we wrote a Shutdown Checkpoint at the end of recovery.\n> + * This could add minutes to the startup time, so we want bgwriter\n> + * to perform it. This then frees the Startup process to complete so we can\n> + * allow transa... |
[
{
"msg_contents": "Hello,\n\nI'm trying to figure out if this is a bug or a feature.\n\nTwo child tables, one created with inheritance, one altered to have\ninheritance:\n\n create table A(a text, b text);\n create table A1() inherits (A);\n create table A2(a text, b text);\n alter table A2 INHERIT ... |
[
{
"msg_contents": "Hi,\n\nI want to put the patch for \"Allow AS to be omitted when specifying an\noutput column name\" [1] in 8.3.5 because i'm doing a migration and\nneed that (for avoiding large changes in application) before May 1st,\nbecause is only 2 .y files i tried to just copy 'n paste but the links\nd... |
[
{
"msg_contents": "Hi,\n\nAttached is the updated version of synch-rep patch (v0128). I adjusted\nthe patch against the latest head, fixed some bugs and updated some\ndocuments.\n\nI attached this patch also on wiki. There are README of the patch and\nthe description of user overview in wiki.\nhttp://wiki.postg... |
[
{
"msg_contents": "I've been reviewing and massaging the so called recovery infra patch.\n\nTo recap, the goal is to:\n- start background writer during (archive) recovery\n- skip the shutdown checkpoint at the end of recovery. Instead, the \ndatabase is brought up immediately, and the bgwriter performs a normal... |
[
{
"msg_contents": "I have re-reviewed the SE-PostgreSQL patch set. I don't want to talk \nabout here whether the security model is appropriate, how foreign keys \nare to be handled etc. I want to discuss that I really don't like the \narchitecture of this patch. I have said this before in previous review \nr... |
[
{
"msg_contents": "Is it now acceptable to use column privileges for system catalogs? For \nthe new SQL/MED catalogs we have used the old system of revoking all \npermissions and having a filtered view on top of it (tradition since \npg_shadow), but I figured we could do this properly now by just revoking \npe... |
[
{
"msg_contents": "IMO, composite types on insert/update should work as they do on select:\n\nSELECT foo FROM foo; -- works, returning type foo\n\nINSERT INTO foo VALUES '(something)'::foo -- fails,\n\nbut we have a workaround:\nINSERT INTO foo SELECT ('(something)'::foo).* -- expands foo into foo columns\n\nh... |
[
{
"msg_contents": "I am running postgres 8.3.1. In tsrank.c I am looking at the cover\ndensity function used for ranking while doing text search:\nfloat4\ncalc_rank_cd(float4 *arrdata, TSVector txt, TSQuery query, int method)\n\n\nHere is the excerpt of code that I think may possibly have bug when\ndocument is ... |
[
{
"msg_contents": "Dear All,\n\nI apologize if this has been discussed before. I have tried to search to the\nmailing list and could not find an exact answer.\n\nCurrently, Postgres uses Knuth's Algorithm 5.4.2D to perform external merge\nsort. IMHO the algorithm is designed for tapes.\n\nWhy don't the simple t... |
[
{
"msg_contents": "I am using a library that links with and initializes libcrypto (ie. \nCRYPTO_set_locking_callback) but not SSL. This causes problems even \nwhen using PQinitSSL(FALSE) because things like SSL_library_init(); are \nnot called (unless I manually call them, copy and paste code from \nfe-secure.... |
[
{
"msg_contents": "Howdy,\n\nShouldn't this work?\n\n postgres=# SELECT 'foo' IS DISTINCT FROM ANY(ARRAY['foo']);\n ERROR: syntax error at or near \"ANY\"\n LINE 1: SELECT 'foo' IS DISTINCT FROM ANY(ARRAY['foo']);\n\nSeems to me that IS DISTINCT FROM is just another operator, like =, \nand so it should ... |
[
{
"msg_contents": "Hi,\nI have been testing in recent, the Synch Replication(Synch rep 0114\n<http://wiki.postgresql.org/wiki/Image:Synch_rep_0114.tgz> (Jan 14,\n2009) ) on PostgreSQL version 8.4 (\t\npostgresql-8.4devel_20081229.tar.bz2\n<http://yum.pgsqlrpms.org/srpms/8.4/postgresql-8.4devel_20081229.tar.bz2... |
[
{
"msg_contents": "Hi,\nI have been testing in recent, the Synch Replication(Synch rep 0114 (Jan 14,\n2009) ) on PostgreSQL version 8.4 (postgresql-8.4devel_20081229.tar.bz2)\nI followed the steps in Readme as well used the test script provided in\npatch for the setup.\nAs per wiki, I am able to bring up the wa... |
[
{
"msg_contents": "\nHi,\nI have been testing in recent, the Synch Replication(Synch rep 0114 (Jan 14,\n2009) ) on PostgreSQL version 8.4 (postgresql-8.4devel_20081229.tar.bz2)\nI followed the steps in Readme as well used the test script provided in\npatch for the setup.\nAs per wiki, I am able to bring up the ... |
[
{
"msg_contents": "How to learn all information on the user of a database? (user name,\nhost name, sleep or running,connect or disconnect....)\n\nThanks\n\nRegards,\nMr. St\n",
"msg_date": "Fri, 30 Jan 2009 04:16:14 -0800 (PST)",
"msg_from": "mmf.stavelot@gmail.com",
"msg_from_op": true,
"msg_su... |
[
{
"msg_contents": "\n\n\n\nHello,\n\nI'm coding some functions in C language on Windows for Postgres server\n(calling from PG).\n\nAfter dll generation and put it to the correct postgres directory the\nproblem is as follow :\n\nPostgres stop running when i call fflush() function on a file\nstream and no data ... |
[
{
"msg_contents": "Hi,,\n\n My job, I maintainer some postgres server for clients. We have\nmany PL/(Java, Perl, Ruby, Python, R) and to more easy\nadministration, I worked new little psql attribute to list languages\ncom shorcurt/function \\dL.\n\n\npostgres@darkside:/media/disk/devel/pg$ bin/psql -U postg... |
[
{
"msg_contents": "Hi,\n\nI'm wondering why don't we expose the array_map() function to the SQL\nlevel. As it happens, I need to use it in the pg_dump support for TOAST\nreloptions.\n\nWhy? Well, TOAST reloptions are stored in the pg_class tuple of the\nTOAST table, so when I extract them directly, it looks l... |
[
{
"msg_contents": "Hi,\n\nIs it only me, or having the generated ecpg grammar is a bit obnoxious?\nI am getting troubled because whenever I touch gram.y it gets updated\nwhen I run make, and then it shows in \"cvs diff\".\n\nI'm not sure what's the solution -- maybe something is missing in a\n.cvsignore file so... |
[
{
"msg_contents": "\nI just noticed these warnings on pgevent/mingw. I guess we've probably \nbeen living with it for years, but it would be nice to get it clean. \n(There are also some similar warnings earlier in the build regarding \nRegisterWaitForSingleObject.)\n\ndllwrap --def pgevent.def -o pgevent.dll pg... |
[
{
"msg_contents": "\nWhat is expected for collation and ctype settings on Windows when we \nspecify utf8 as the encoding and en_US.utf8 as the locale?\n\nI am seeing them set to \"English_United States.1252\".\n\ncheers\n\nandrew\n\n",
"msg_date": "Sat, 31 Jan 2009 10:23:32 -0500",
"msg_from": "Andrew D... |
[
{
"msg_contents": "Hey folks,\n\nI am trying to add \"GRANT SELECT ON ALL TABLES\" to postgres, as it has \nbeen quite few times now - where I had to write a procedure for that.\nI kind of looked around, and more or less know how to approach it. But \nI am stuck on parser :), yes - parser.\n\nCan someone walk... |
[
{
"msg_contents": "Howdy,\n\nIs it intentional that `LIMIT NULL` means the same as `LIMIT ALL`? If \nso, I'd like to submit a patch to document it, because I've found it \nuseful in SQL functions:\n\n http://justatheory.com/computers/databases/postgresql/dynamic-limit.html\n\nThanks,\n\nDavid\n",
"msg_d... |
[
{
"msg_contents": "Ooops, sorry., One mistake:-(\nPlease this.\n\n----- Original Message ----- \nFrom: \"Hiroshi Saito\" <z-saito@guitar.ocn.ne.jp>\n\n\n> Hi.\n> \n> I am checking that consider sufficient test as Marko-san and it is satisfactory. \n> However, That there is a portion which does not suit the solu... |
[
{
"msg_contents": "I've been doing some benchmarking and profiling on the PostgreSQL\nquery analyzer, and it seems that (at least for the sorts of queries\nthat I typically run) the dominant cost is add_path(). I've been able\nto find two optimizations that seem to help significantly:\n\n1. add_path() often ca... |
[
{
"msg_contents": "Hi,\n\nThe situation:\nWe've got two machines. The source database (DB) is running on an RHEL\n5.x machine\nwith PSQL 8.1.11. The destination DB is running on SuSE 11.0 with PSQL 8.3.x.\nThe mechines are relative far away each other and there is a 2Mbps WAN\nline between them.\n\nThe DB is th... |
[
{
"msg_contents": "\nThere is a new release of the buildfarm client code. It can be \ndownloaded from \nhttp://pgfoundry.org/frs/download.php/2069/build-farm-3_2.tgz\n\nFeatures:\n\n. Add --find-typedefs option\n. Add checking in different locales\n. Add port for release 8.4,\n\nbug fixes:\n\n. remove XP_EXIT_F... |
[
{
"msg_contents": "hi,\n\nWhen I read the postgresql codes, I noticed that the FunctionCallInfoData \nstructure(declared in the src/include/fmgr.h) contains two arrays 'arg' and \n'argnull'.\nWhy don't you declare it as a pointer and allocate the memory from heap? It \nsaves more momery if 'arg' and 'argnull' d... |
[
{
"msg_contents": "I attached fix for regression tests and Czech locale. It is not complete\nyet, because I fighting with foreign_data test. But it fix three other\ntests.\n\nThe difference is that Czech collation sorts numbers after letters.\n\n\n\tthanks Zdenek\n\nSee:\nhttp://www.pgbuildfarm.org/cgi-bin/show... |
[
{
"msg_contents": "CVS HEAD is producing\n\nexecute.c: In function 'ecpg_store_result':\nexecute.c:394: warning: 'act_tuple' may be used uninitialized in this function\n\nIt looks to me like this is an actual bug, not just the compiler being\ninsufficiently smart to prove the variable is set before use.\n\n\t\t... |
[
{
"msg_contents": "To summarize where I think we are, release-wise:\n\n> \to Log streaming\n\nhold for 8.5\n\n> \to Hot standby\n\nif committable for 8.4, fine, if not, 8.5, Heikki decides\n\n> \to SE-PostgreSQL\n\nno row-level security, if committable for 8.4, fine, if not, 8.5\n\n> \to Others\n\nWe will f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.