- 16 Dec, 2003 5 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
< o Make SET CONNECTION thread-aware > o Make SET CONNECTION thread-aware, non-standard?
-
Bruce Momjian authored
> o Make SET CONNECTION thread-aware
-
Bruce Momjian authored
-
- 15 Dec, 2003 3 commits
-
-
Peter Eisentraut authored
previous behavior of <literal>, <envar>, <acronym>, and others.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Dec, 2003 5 commits
-
-
Neil Conway authored
-
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.
-