- 28 Dec, 2007 7 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Michael Meskes authored
Applied patch send by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to fix bug in connect statement if user name is a variable. Also fixed test case that didn't detect this.
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
were reporting ERROR for interactive assignments and LOG for other cases, some were saying nothing for non-interactive cases, and a few did yet other things. Make them use a new function GUC_complaint_elevel() to establish a reasonably uniform policy about how to report. There are still a few edge cases such as assign_search_path(), but it's much better than before. Per gripe from Devrim Gunduz and subsequent discussion. As noted by Alvaro, it'd be better to fold these custom messages into the standard "invalid parameter value" complaint from guc.c, perhaps as the DETAIL field. However that will require more redesign than seems prudent for 8.3. This is a relatively safe, low-impact change that we can afford to risk now.
-
- 27 Dec, 2007 4 commits
-
-
Tom Lane authored
COPY. We need a restriction here because when the delimiter occurs as a data character, it is emitted with a backslash, and that will only work as desired if CopyReadAttributesText() will interpret the backslash sequence as representing the second character literally. This is currently untrue for 'b', 'f', 'n', 'r', 't', 'v', 'x', and octal digits. For future-proofing and simplicity of explanation, it seems best to disallow a-z and 0-9. We must also disallow dot, since "\." by itself would look like copy EOF. Note: "\N" is by default the null print string, so N would also cause a problem, but that is already tested for.
-
Tom Lane authored
This prevented gettext from recognizing the strings that need to be translated.
-
Tom Lane authored
CopyAttributeOutText(), so that control characters are converted to the C-style escape sequences even if they happen to be equal to the column delimiter (as is true by default for tab, for example). Oversight in my previous patch to restore pre-8.3 behavior of COPY OUT escaping. Per report from Tomas Szepe.
-
Peter Eisentraut authored
-
- 25 Dec, 2007 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Update SSL documention to be clearer about certificates, and restructure for clarity.
-
- 23 Dec, 2007 1 commit
-
-
Bruce Momjian authored
-
- 22 Dec, 2007 1 commit
-
-
Bruce Momjian authored
article about OOM.
-
- 21 Dec, 2007 6 commits
-
-
Bruce Momjian authored
< * Experiment with multi-threaded backend better resource utilization < < This would allow a single query to make use of multiple CPU's or < multiple I/O channels simultaneously. One idea is to create a < background reader that can pre-fetch sequential and index scan < pages needed by other backends. This could be expanded to allow < concurrent reads from multiple devices in a partitioned table. < > * Experiment with multi-threaded backend better resource utilization > > This would allow a single query to make use of multiple CPU's or > multiple I/O channels simultaneously. One idea is to create a > background reader that can pre-fetch sequential and index scan > pages needed by other backends. This could be expanded to allow > concurrent reads from multiple devices in a partitioned table.
-
Bruce Momjian authored
from Tom.
-
Michael Meskes authored
-
Bruce Momjian authored
list. Remove pgjindent.
-
Magnus Hagander authored
-
Tom Lane authored
-
- 20 Dec, 2007 2 commits
-
-
Magnus Hagander authored
occur. Hopefully, this will make it possible to recover from broken antivirus and/or backup software that locks our files.
-
Tom Lane authored
print the index key variable or expression for that column. It was mistakenly printing ASC/DESC/NULLS FIRST/NULLS LAST decoration too --- and not only for the target column, but all columns. Someday we should have an option to extract that info (and the opclass decoration as well) for a single index column ... but today is not that day. Per bug #3829 and subsequent discussion.
-
- 19 Dec, 2007 2 commits
-
-
Magnus Hagander authored
test outputs.
-
Magnus Hagander authored
Andrew Dunstan
-
- 18 Dec, 2007 3 commits
-
-
Andrew Dunstan authored
-
Tom Lane authored
proposal by Simon Riggs, though not exactly his patch.
-
Tom Lane authored
The zero-point case is sensible so far as the data structure is concerned, so maybe we ought to allow it sometime; but right now the textual input routines for these types don't allow it, and it seems that not all the functions for the types are prepared to cope. Report and patch by Merlin Moncure.
-
- 17 Dec, 2007 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Alvaro Herrera authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* Consider having the background writer update the transaction status hint bits before writing out the page Implementing this requires the background writer to have access to system catalogs and the transaction status log.
-
- 16 Dec, 2007 3 commits
-
-
Tom Lane authored
Fix lots of bad markup, bad English, bad explanations. Last ones ... whew. Man, that was tedious.
-
Bruce Momjian authored
-
Bruce Momjian authored
fsync_methods. Magnus.
-