- 08 Oct, 2004 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
< > * Win32 > o Remove per-backend parameter file and move into shared memory? > o Remove configure.in check for link failure when cause is found > o Remove readdir() errno patch when runtime/mingwex/dirent.c rev > 1.4 is released > o Remove psql newline patch when we find out why mingw outputs an > extra newline > o Allow psql to use readline once non-US code pages work with > backslashes
-
Bruce Momjian authored
-
Tom Lane authored
-
Neil Conway authored
PROMPT2 and PROMPT3 variables before we read any of the settings specified via the user on the command-line or in psqlrc, so that the latter can override the former. Per original patch from Ingo van Lil, simpler fix suggested by Tom Lane.
-
Tom Lane authored
-
Bruce Momjian authored
byte being tested, to catch any future breakage.
-
Tom Lane authored
Refactor code into something reasonably understandable, cause use of the feature to not fail in standalone backends or in EXEC_BACKEND case, fix sloppy guc.c table entries, make the documentation minimally usable.
-
Bruce Momjian authored
test=# select '204.248.199.1/31'::cidr; Previous releases erroneously accepted such addresses. WARN IN RELEASE NOTES Kevin Brintnall
-
Bruce Momjian authored
-
Bruce Momjian authored
* Consider parallel processing a single query This would involve using multiple threads or processes to do optimization, sorting, or execution of single query. The major advantage of such a feature would be to allow multiple CPUs to work together to process a single query.
-
- 07 Oct, 2004 21 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
list elements comma-separated instead of barfing. This allows elimination of half a dozen redundant copies of that behavior, and also makes the world safe again for pg_get_expr() applied to pg_index.indexprs, per gripe from Alexander Zhiltsov.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
obscurantist coding conventions.
-
Bruce Momjian authored
-
Tom Lane authored
columns. The returned tuple needs to have appropriate NULL columns inserted so that it actually matches the declared rowtype. It seemed convenient to use a JunkFilter for this, so I made some cleanups and simplifications in the JunkFilter code to allow it to support this additional functionality. (That in turn exposed a latent bug in nodeAppend.c, which is that it was returning a tuple slot whose descriptor didn't match its data.) Also, move check_sql_fn_retval out of pg_proc.c and into functions.c, where it seems to more naturally belong.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* We are not sure how much precision is in tv_usec, so we * swap the high and low 16 bits of 'later' and XOR them with * 'earlier'. On the off chance that the result is 0, we * loop until it isn't. Greg Stark
-
Bruce Momjian authored
postgresql.conf. Zhong Xubin
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
indent.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Improve comment of pg_dump Win32 link workaround.
-
Bruce Momjian authored
-
Neil Conway authored
-
Tom Lane authored
different backends get a reasonably wide set of initial seeds even if gettimeofday returns tv_usec values with only a few bits of precision. Per recent discussion.
-
- 06 Oct, 2004 8 commits
-
-
Neil Conway authored
to, and what it is intended to do.
-
Neil Conway authored
-
Bruce Momjian authored
readline.
-
Bruce Momjian authored
typically install witn readline, and throw an error if they try to access it.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
and correct some splitted message mistake. Euler Taveira de Oliveira
-