- 27 Oct, 2004 3 commits
-
-
Peter Eisentraut authored
-
Neil Conway authored
-
Bruce Momjian authored
Ian Barwick
-
- 26 Oct, 2004 5 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
index entries for IS-foo constructs.
-
Bruce Momjian authored
> * Allow TIMESTAMP WITH TIME ZONE to store the original timezone > information, either by name or offset from UTC
-
Bruce Momjian authored
Viktor Vislobokov
-
Tom Lane authored
in all cases when keep_buf = true. This allows ANALYZE's inner loop to use heap_release_fetch, which saves multiple buffer lookups for the same page and avoids overestimation of cost by the vacuum cost mechanism.
-
- 25 Oct, 2004 9 commits
-
-
Tom Lane authored
the parent table, it's essential that all index accesses take some kind of lock on the index. I had missed vacuumlazy.c :-( ...
-
Neil Conway authored
to RELEASE_CHANGES so that this is not forgotten in the future.
-
Neil Conway authored
pfree().
-
Neil Conway authored
-
Tom Lane authored
such as bug #1293.
-
Tom Lane authored
-
Tom Lane authored
writing 'foo()' rather than 'foo(void)'.
-
Neil Conway authored
returning a NULL pointer (some callers remembered to check the return value, but some did not -- it is safer to just bail out). Also, cleanup pgstat.c to use elog(ERROR) rather than elog(LOG) followed by exit().
-
PostgreSQL Daemon authored
make sure we tag configure.in as beta4 as well ...
-
- 24 Oct, 2004 12 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Andrew Dunstan
-
Tom Lane authored
Andrew Dunstan
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
a routine part of release prep.
-
Dennis Bjorklund authored
-
Tom Lane authored
compiler emits any warnings, the test program had better be 100% correct, not only 90% correct. The recent addition of -Wold-style-definition broke thread-safety detection on every platform that has that switch, because the test program used an old-style definition.
-
- 23 Oct, 2004 6 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Tom Lane authored
-
- 22 Oct, 2004 5 commits
-
-
Tom Lane authored
Magnus Hagander
-
Tom Lane authored
Magnus Hagander
-
Tom Lane authored
examinable by non-superusers, and use it to protect the recently-added GUC variables for data directory and config files. For now I have only flagged those variables that could be used to deduce something about the server's filesystem layout, but possibly we should also mark vars related to logging settings and other admin-only information?
-
Tom Lane authored
at the top level of the column's old default expression before adding an implicit coercion to the new column type. This seems to satisfy the principle of least surprise, as per discussion of bug #1290.
-
Peter Eisentraut authored
-