- 25 Mar, 2001 11 commits
-
-
Tom Lane authored
-
D'Arcy J.M. Cain authored
-
D'Arcy J.M. Cain authored
PyGreSQL module when installing PostgreSQL. Document the location of the WIN32 binaries.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
at the beginning and end of the input string, not the beginning and end of "a line", since Postgres does not allow them to match at newline characters in the data.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
from Ian Lance Taylor
-
Tom Lane authored
be aligned on a word boundary. Per report from Steve Nicolai.
-
- 24 Mar, 2001 10 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
it turned out that the libpq makefile chokes on '-L /lib/pa1.1'. Need to remove the space so filter rule works.
-
Tom Lane authored
-
Thomas G. Lockhart authored
Still need some tested for the 7.1 release.
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
update the ChangeLog in preparation for release ...
-
Tom Lane authored
-
- 23 Mar, 2001 9 commits
-
-
Tom Lane authored
-
Tom Lane authored
accepts nnnLL syntax for long long constants. If so, decorate the CRC64 constants with LL to avoid warnings and/or erroneous results from certain non-standards-compliant compilers.
-
Tom Lane authored
can be compiled with asserts enabled on Windoze.
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Philip Warner authored
-
Tom Lane authored
Now, we will only catch ^C at times when it is valid.
-
- 22 Mar, 2001 5 commits
-
-
Tom Lane authored
on Alpha (because parser mistakenly assumes that a nonoverflow result from strtol means the value will fit into int4). A scan for other uses of strtol and strtoul found a couple other places with the same mistake; fix them too. The changes are all conditional on HAVE_LONG_INT_64 to avoid complaints from compilers that think x != x is a silly test (cf. pg_atoi).
-
Bruce Momjian authored
of a complex macro that pgindent complained about. Hand-adjusted macro for pgindent run.
-
Marc G. Fournier authored
geometry tests 'FAILED' from a precision standpoint, but differently then what solaris-precision takes into account ... its possible that solaris-precision is 'stale', but created a new one "just in case" ...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Mar, 2001 5 commits
-
-
Peter Eisentraut authored
-
Hiroshi Inoue authored
:-(, and tidies it up a little as well. Regards, Dave.
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
*before* acquiring shlock on buffer context. This way we should be protected against conflicts with FlushRelationBuffers. (Seems we never do excl lock and then StartBufferIO for the same buffer, so there should be no deadlock here, - but we'd better check this very soon).
-
Hiroshi Inoue authored
-