- 24 Mar, 2001 5 commits
-
-
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 7 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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 Mar, 2001 12 commits
-
-
Marc G. Fournier authored
well, here goes our first Release Candidate for 7.1 *cross fingers*
-
Bruce Momjian authored
Tom Lane.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page. Point out that SELECT INTO means something else in plpgsql and ecpg.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
-
Tom Lane authored
on HPUX.
-
Tom Lane authored
-
- 19 Mar, 2001 2 commits