- 07 Oct, 2004 15 commits
-
-
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 20 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
-
Bruce Momjian authored
Luiz K. Matsumura
-
Bruce Momjian authored
the link step resulting in a build failure. The attached patch fixes that. Dave Page
-
Bruce Momjian authored
uid_t/gid_t too.
-
Bruce Momjian authored
RELEASE_CHANGES.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* Links with -leay32 and -lssleay32 instead of crypto and ssl. On win32, "crypto and ssl" is only used for static linking. * Initializes SSL in the backend and not just in the postmaster. We cannot pass the SSL context from the postmaster through the parameter file, because it contains function pointers. * Split one error check in be-secure.c. Previously we could not tell which of three calls actually failed. The previous code also returned incorrect error messages if SSL_accept() failed - that function needs to use SSL_get_error() on the return value, can't just use the error queue. * Since the win32 implementation uses non-blocking sockets "behind the scenes" in order to deliver signals correctly, implements a version of SSL_accept() that can handle this. Also, add a wait function in case SSL_read or SSL_write() needs more data. Magnus Hagander
-
Bruce Momjian authored
Magnus Hagander
-
Bruce Momjian authored
default settings, rather than just Win32.
-
Bruce Momjian authored
connections. Andrew Dunstan
-
Bruce Momjian authored
"make pgxs install by default". It is up to the committers to chose. (1) there is only one "install" target. no more "install-all-headers". it simplifies/changes several makefiles. (2) the documentation reflects the change. (3) a minor fix on pgxs to use a nicer patch without a double slash. Fabien Coelho
-
Neil Conway authored
the startup banner. This allows "\set QUIET on" in psqlrc to do what the user probably intended. Patch from Sean Chittenden, editorializing from Neil Conway.
-
- 05 Oct, 2004 5 commits
-
-
Bruce Momjian authored
Magnus Hagander
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
from Peter.
-