- 29 Oct, 2004 4 commits
-
-
Bruce Momjian authored
-
Neil Conway authored
TABLESPACE clause.
-
Neil Conway authored
-
Tom Lane authored
'recycled log files' and 'removed log files' messages from DEBUG1 to DEBUG2, replacing them with a count of files added/removed/recycled in the checkpoint end message, as per suggestion from Simon Riggs.
-
- 28 Oct, 2004 8 commits
-
-
Tom Lane authored
snprintf(data, len, %s, NULL) crash. The code was trying to find a connection by name when it already had an unnamed connection and did not have a name to search with. Kris Jurka
-
Tom Lane authored
-
Tom Lane authored
Karel Zak
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Neil Conway authored
and malloc() in pgstat.c, respectively. This simplifies error recovery, as well as being more consistent with the rest of the backend.
-
Tom Lane authored
files and directories. This ensures that the bgwriter will close any open file references it is holding for files therein, which is needed for the rmdir() to succeed. Andrew Dunstan and Tom Lane.
-
- 27 Oct, 2004 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
try to display it as a reference to the underlying column instead. This is a legitimate substitution (it wouldn't be for a named join) and it fixes some cases where the display would otherwise be ambiguous. Per example from Sim Zacks.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Neil Conway authored
been built before it. Per report from Kris Jurka.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
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 ...
-