- 04 Apr, 2003 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
safe for zero-column tables.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
date2j(2000, 1, 1). Should make for some marginal speed improvement in date/time operations.
-
Tom Lane authored
return type, make protection condition agree with recent change to pg_stat_get_backend_activity, clean up documentation.
-
- 03 Apr, 2003 7 commits
-
-
Tom Lane authored
find out about it is to read the documentation that tells you how dangerous it is. Add default_transaction_read_only to documentation; seems to have been overlooked in patch that added read-only transactions. Clean up check_guc comparison script, which has been suffering bit rot.
-
Tom Lane authored
table. Needed due to recent change that makes us call ExecutorStart even when not planning to carry out the query.
-
Tom Lane authored
-
Tom Lane authored
config files are present on one pass and not present on a later pass.
-
Tom Lane authored
cast-away-const warnings from compilers pickier than gcc.
-
Tom Lane authored
of unnamed joins; per pghackers discussion 31-Mar-03.
-
Bruce Momjian authored
-
- 02 Apr, 2003 6 commits
-
-
Bruce Momjian authored
< * Add --port flag to regression tests
-
Tom Lane authored
-
Tom Lane authored
remove useless SockAddr_ntop() call. Per report from Andreas Pflug.
-
Tom Lane authored
(ye good olde uninitialized-local-variable).
-
Tom Lane authored
-
Tom Lane authored
machines without IPv6. Or at least it works on HPUX 10.20 ...
-
- 01 Apr, 2003 3 commits
-
-
Tom Lane authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 31 Mar, 2003 4 commits
-
-
Bruce Momjian authored
CHANGES Mar 28, 2003 Added finctions index(ltree,ltree,offset), text2ltree(text), ltree2text(text) Teodor Sigaev
-
Bruce Momjian authored
and hasn't been called yet. Fixes bug where it wasn't supplied (due to being NULL). Rod Taylor
-
Bruce Momjian authored
an unneeded memory context and some variables that are not used anymore. It's pretty trivial and the regression tests pass fine. There's no change in functionality, only deletion of unused code. I left an empty function because maybe I'll need it for nested transactions. Alvaro Herrera
-
Tom Lane authored
harmless on signed-char machines but would lead to core dump in the deadlock detection code if char is unsigned. Amazingly, this bug has been here since 7.1 and yet wasn't reported till now. Thanks to Robert Bruccoleri for providing the opportunity to track it down.
-
- 30 Mar, 2003 4 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Michael Meskes authored
-
- 29 Mar, 2003 3 commits
-
-
Peter Eisentraut authored
function if the OS doesn't provide one.
-
Bruce Momjian authored
SSL_read/write can error needing ERROR_WANT_READ or ERROR_WANT_WRITE.
-
Bruce Momjian authored
typing error in src/backend/libpq/be-secure.c ??? Long Description In src/backend/libpq/be-secure.c: secure_write on SSL_ERROR_WANT_WRITE call secure_read instead secure_write again. May be is this a typing error? Sergey N. Yatskevich (syatskevich@n21lab.gosniias.msk.ru)
-
- 28 Mar, 2003 4 commits
-
-
Tom Lane authored
page when it's read in, per pghackers discussion around 17-Feb. Add a GUC variable zero_damaged_pages that causes the response to be a WARNING followed by zeroing the page, rather than the normal ERROR; this is per Hiroshi's suggestion that there needs to be a way to get at the data in the rest of the table.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Mar, 2003 2 commits
-
-
Tom Lane authored
bogus than it was. Per bug report from Adrian Pop.
-
Bruce Momjian authored
-