- 29 Oct, 2004 3 commits
- 
- 
Neil Conway authoredTABLESPACE 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 authoredsnprintf(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 authoredKarel Zak 
- 
Peter Eisentraut authored
- 
Peter Eisentraut authored
- 
Peter Eisentraut authored
- 
Neil Conway authoredand malloc() in pgstat.c, respectively. This simplifies error recovery, as well as being more consistent with the rest of the backend. 
- 
Tom Lane authoredfiles 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 authoredtry 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 authoredbeen 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 authoredIan Barwick 
 
- 
- 26 Oct, 2004 5 commits
- 
- 
Bruce Momjian authored
- 
Tom Lane authoredindex 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 authoredViktor Vislobokov 
- 
Tom Lane authoredin 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 authoredthe parent table, it's essential that all index accesses take some kind of lock on the index. I had missed vacuumlazy.c :-( ... 
- 
Neil Conway authoredto RELEASE_CHANGES so that this is not forgotten in the future. 
- 
Neil Conway authoredpfree(). 
- 
Neil Conway authored
- 
Tom Lane authoredsuch as bug #1293. 
- 
Tom Lane authored
- 
Tom Lane authoredwriting 'foo()' rather than 'foo(void)'. 
- 
Neil Conway authoredreturning 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 authoredmake sure we tag configure.in as beta4 as well ... 
 
- 
- 24 Oct, 2004 1 commit
- 
- 
Tom Lane authored
 
-