vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Here are the open items for 8.2: http://momjian.postgresql.org/cgi-bin/pgopenitems This list will be continually updated until we release 8.2. -- Bruce Momjian bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Bruce Momjian wrote: > Here are the open items for 8.2: > > http://momjian.postgresql.org/cgi-bin/pgopenitems > > This list will be continually updated until we release 8.2. Thanks for the effort. A quickie: this item Store only active XIDs in subtransaction cache was already done: http://archives.postgresql.org/pgsql...9/msg00048.php -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| Alvaro Herrera <alvherre@commandprompt.com> writes: > A quickie: this item > Store only active XIDs in subtransaction cache > was already done: I think Bruce is referring to the idea that you and I each arrived at recently, ie removing subcommitted subxact XIDs from the PGPROC cache if they hadn't stored any tuples. That certainly wasn't done by my commit you mention ... did you do it when I wasn't looking? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| Tom Lane wrote: > Alvaro Herrera <alvherre@commandprompt.com> writes: > > A quickie: this item > > Store only active XIDs in subtransaction cache > > was already done: > > I think Bruce is referring to the idea that you and I each arrived at > recently, ie removing subcommitted subxact XIDs from the PGPROC cache > if they hadn't stored any tuples. That certainly wasn't done by my > commit you mention ... did you do it when I wasn't looking? Ah, true -- no, I didn't do it, sorry :-) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Bruce Momjian wrote: > Here are the open items for 8.2: > > http://momjian.postgresql.org/cgi-bin/pgopenitems > > This list will be continually updated until we release 8.2. > > Emacs code example not submitted Gregory Stark <gsstark@mit.edu> <mailto:gsstark@mit.edu> This one is actually on my list, and will be done in a day or two. I have Greg's suggestion, which will be included. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| On Mon, Sep 04, 2006 at 11:58:35PM -0400, Tom Lane wrote: > timezone changes: appendix B is out of date, and do we need a list at > all rather than telling people to look at the config file + system view? Since I did the initial patch I also volunteer to submit documentation for it. As far as the table is concerned, I think we agreed on removing the list (that has been inaccurate since long anyway) and tell people to check out the system view. Joachim -- Joachim Wieland joe@mcknight.de GPG key available ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| Andrew Dunstan wrote: > Bruce Momjian wrote: > > Here are the open items for 8.2: > > > > http://momjian.postgresql.org/cgi-bin/pgopenitems > > > > This list will be continually updated until we release 8.2. > > > > > > Emacs code example not submitted Gregory Stark <gsstark@mit.edu> > <mailto:gsstark@mit.edu> > > > > This one is actually on my list, and will be done in a day or two. I > have Greg's suggestion, which will be included. OK. -- Bruce Momjian bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| We made pretty good progress today on the open-items list: ISBN/EAN: I've reviewed this and fixed a couple small issues, it's ready to commit as soon as the author indicates his assent to license statement. I'll remove isbn_issn at the same time. Altering view ownership doesn't work: fixed Remove pgcrypto deprecated functions: done Intel compiler fails for GIN build: I think Teodor did something with this Add /contrib/hstore: done by Teodor plpgsql, return can contains any expression: actually, this is "bounced back to author for rework". Dunno if you intend "reviewing" to include that state. Remove contrib stuff: done regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Tom Lane wrote: > We made pretty good progress today on the open-items list: > > ISBN/EAN: I've reviewed this and fixed a couple small issues, it's ready > to commit as soon as the author indicates his assent to license > statement. I'll remove isbn_issn at the same time. > > Altering view ownership doesn't work: fixed > > Remove pgcrypto deprecated functions: done > > Intel compiler fails for GIN build: I think Teodor did something with > this > > Add /contrib/hstore: done by Teodor > > plpgsql, return can contains any expression: actually, this is "bounced > back to author for rework". Dunno if you intend "reviewing" to include > that state. Yes, it does, but I changed it to "resubmit". > Remove contrib stuff: done Other stuff all updated/removed. -- Bruce Momjian bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| bruce@momjian.us (Bruce Momjian) writes: > Here are the open items for 8.2: > > http://momjian.postgresql.org/cgi-bin/pgopenitems > > This list will be continually updated until we release 8.2. I've got suggested patches for my item (e.g. - --with-openssl causing contrib stuff to break on AIX); a couple of instances of: SHLIB_LINK = $(libpq) $(LIBS) in contrib/dblink/Makefile and contrib/sslinfo seem to do the trick. I'm not sure of adverse effects for others, so that's only speculative at this point... -- output = ("cbbrowne" "@" "linuxfinances.info") http://linuxdatabases.info/info/postgresql.html Is A.I. Possible? Some ask "Can humans create intelligent machines?" In fact, humans do it all the time. The question needs to be "Since it's possible in the bedroom, why shouldn't it be possible in the laboratory?" -- Mark Miller |
| Thread Tools | |
| Display Modes | |
|
|