- 11 Oct, 2007 8 commits
-
-
Tom Lane authored
simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we would end up with a plan that depends on the continued existence of the out-of-line toast datum.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
on SerializableSnapshot, minor other cleanup. Marko Kreen, some further editorialization by me.
-
Bruce Momjian authored
remainder of release notes to review.
-
Tom Lane authored
instead of fix it, since once we've set toast_action[i] to 'p' it no longer matters what toast_sizes[i] is. Greg Stark
-
Tom Lane authored
a relation as a reason to invalidate a plan when the relation changes. This handles scenarios such as dropping/recreating a sequence that is referenced by nextval('seq') in a cached plan. Rather than teach plancache.c all about digging through plan trees to find regclass Consts, we charge the planner's setrefs.c with making a list of the relation OIDs on which each plan depends. That way the list can be built cheaply during a plan tree traversal that has to happen anyway. Per bug #3662 and subsequent discussion.
-
Bruce Momjian authored
-
- 10 Oct, 2007 6 commits
-
-
Neil Conway authored
Heikki Linnakangas.
-
Neil Conway authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Jun Kuwamura
-
Magnus Hagander authored
Dave Page
-
Michael Meskes authored
-
- 09 Oct, 2007 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
per suggestions from Pavel Stehule.
-
Bruce Momjian authored
-
Neil Conway authored
per Guillaume Lelarge.
-
Magnus Hagander authored
Martin Pitt
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Bruce Momjian authored
-
Bruce Momjian authored
> * MONEY dumps in a locale-specific format making it difficult to > restore to a system with a different locale
-
Bruce Momjian authored
Brendan Jurd
-
- 08 Oct, 2007 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
Some additional minor editorializing by Tom.
-
Bruce Momjian authored
> o Have ALTER SEQUENCE RENAME rename the sequence name stored > in the sequence table > > http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php > http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php >
-
- 07 Oct, 2007 5 commits
-
-
Jan Wieck authored
on CORE previously. This module offers transaction ID's containing the original XID and the transaction epoch as a bigint value to the user level. It also provides a special txid_snapshot data type that contains an entire transactions visibility snapshot information, which is useful to determine if a particular txid was visible to a transaction or not. The module has been tested by porting Slony-I from using its original xxid data type. Jan
-
Alvaro Herrera authored
also" entries for autovacuum in analyze and vacuum reference pages, and enhance usage of cross-references in the maintenance page.
-
Alvaro Herrera authored
-
Alvaro Herrera authored
to do "make DRAFT=Y html"; you need to use "make draft" (which was also supported previously).
-
Alvaro Herrera authored
-
- 06 Oct, 2007 5 commits
-
-
Alvaro Herrera authored
-
Tom Lane authored
as we do (and upstream Tcl doesn't). The loop limit might be subject to negotiation if anyone ever tries to do regex debugging in Far Eastern languages, but for now 1000 seems plenty. CHR_MAX was right out :-(
-
Tom Lane authored
warnings on a 64-bit machine. Noted while chasing a recent regex bug report.
-
Tom Lane authored
are converted to Postgres Assert() macros, instead of using <assert.h> as formerly. No difference in production builds, but --enable-cassert debug builds will get better coverage for regex testing.
-
Alvaro Herrera authored
-
- 05 Oct, 2007 3 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
passing on errors from the language interpreter. (plpython seems fairly OK about this already.) Per gripe from Robert Kleemann.
-
Bruce Momjian authored
have back branch activity. This will be useful for creating release notes for major releases.
-