- 14 Dec, 2003 4 commits
-
-
Neil Conway authored
some concurrent changes Jan was making to the bufmgr. Here's an updated version of the patch -- it should apply cleanly to CVS HEAD and passes the regression tests. This patch makes the following changes: - remove the UnlockAndReleaseBuffer() and UnlockAndWriteBuffer() macros, and replace uses of them with calls to the appropriate functions. - remove a bunch of #ifdef BMTRACE code: it is ugly & broken (i.e. it doesn't compile) - make BufferReplace() return a bool, not an int - cleanup some logic in bufmgr.c; should be functionality equivalent to the previous code, just cleaner now - remove the BM_PRIVATE flag as it is unused - improve a few comments, etc.
-
Neil Conway authored
example from the RESET reference page because it seemed completely redundant.
-
Neil Conway authored
to the documentation on routine database maintainence activities. I also corrected a bunch of SGML markup.
-
Neil Conway authored
improvement to the SSL auth docs.
-
- 13 Dec, 2003 6 commits
-
-
Neil Conway authored
improvement to the SSL auth docs.
-
Bruce Momjian authored
docbook style sheets, as discussed with Peter.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Add free-behind capability for large sequential scans (fadvise) > * Add free-behind capability for large sequential scans [fadvise]
-
Bruce Momjian authored
Pavel Stehule
-
- 12 Dec, 2003 9 commits
-
-
Peter Eisentraut authored
on_proc_exit functions, and adjust all other related code to use the proper types too. by Kurt Roeckx
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
- 11 Dec, 2003 9 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Dave Cramer authored
threadsafe patch from Karl von Randow applied
-
Dave Cramer authored
-
Dave Cramer authored
-
Dave Cramer authored
-
- 10 Dec, 2003 2 commits
-
-
Dave Cramer authored
-
Teodor Sigaev authored
Fix integer types to use definition from c.h. Per bug report by Patrick Boulay <patrick.boulay@medrium.com>
-
- 09 Dec, 2003 1 commit
-
-
Tom Lane authored
planning to modify them itself. Otherwise we end up with shared RTE substructure, which breaks inheritance_planner because the rte->inh flag needs to be independent in each copied subquery. Per bug report from Chris Piker.
-
- 08 Dec, 2003 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
attr_needed/attr_widths optimization failed to allow for Vars with attno zero in this case. Per report from Tatsuo Ishii.
-
Tom Lane authored
order. Remove some unnecessary #includes (that duplicate c.h).
-
Bruce Momjian authored
< * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] > * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] 263c263 < * Allow pg_dump to dump CREATE CONVERSION (Christopher) > * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
-
- 07 Dec, 2003 4 commits
-
-
Tom Lane authored
'double' arithmetic, per recent discussion.
-
Tom Lane authored
prevents view from showing constraints on domains. This addresses the other half of Claus Colloseus' bug report.
-
Peter Eisentraut authored
for bit(x), the typmod stores x+4, like for the character types.)
-
Tom Lane authored
reduce the number of times TopoSort() has to be executed by trying to extract multiple dependency loops from each pass, instead of only one. This saves about another factor of ten on the regression database. This could be considered as another exercise in grokking Fred Brooks' maxim: Representation *is* the essence of programming.
-