- 23 Mar, 2001 6 commits
-
-
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 6 commits
-
-
Tom Lane authored
it's easier to tell whether a bug report is talking about progressive memory exhaustion or a wacko requested chunk size.
-
Tom Lane authored
per gripe from Josh Berkus.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Philip Warner authored
- Avoid forcing table name to lower case in FixupBlobXrefs - Removed fmtId calls for all ArchiveEntry name fields. This fixes quoting problems in trigger enable/disable code for mixed case table names, and avoids commands like 'pg_restore -t '"TblA"'
-
- 18 Mar, 2001 4 commits
-
-
Tom Lane authored
sloppiness (insufficient parenthesization, etc). It still fails regress test for me, however.
-
Tom Lane authored
-
Tom Lane authored
see if it's been updated. Skip the whole mess if we didn't see any old pidfile.
-
Tom Lane authored
NEXTXID isn't really necessary, per previous discussion in pghackers, but I mulishy insisted we should put it in anyway. Mea culpa.
-