Peter Eisentraut
b67e7bb1f7
Allow building documentation outside source tree.
...
from Ian Lance Taylor
2001-03-25 08:32:24 +00:00
Tom Lane
00713cb7cb
Fix code that incorrectly assumed a 'char foo[N]' local variable would
...
be aligned on a word boundary. Per report from Steve Nicolai.
2001-03-25 00:45:20 +00:00
Peter Eisentraut
6ba0f31bdd
Make less misleading message for failed + ignored tests.
2001-03-24 23:32:25 +00:00
Tom Lane
f2c8f278b1
Portability fix from Steve Nicolai.
2001-03-24 23:11:14 +00:00
Peter Eisentraut
0967057b5d
minor copy editing
2001-03-24 23:03:26 +00:00
Peter Eisentraut
b420c47434
Disable pg_upgrade.
2001-03-24 13:21:14 +00:00
Tom Lane
5b4045d5d6
Hadn't built on a PARISC 1.1 box in a long time ... but when I did,
...
it turned out that the libpq makefile chokes on '-L /lib/pa1.1'.
Need to remove the space so filter rule works.
2001-03-24 06:17:41 +00:00
Tom Lane
1a9840cd63
Update info about mailing lists, make a few other minor improvements.
2001-03-24 03:40:44 +00:00
Thomas G. Lockhart
f7a4db10b2
Update to the current state of platform support.
...
Still need some tested for the 7.1 release.
2001-03-24 02:36:01 +00:00
Thomas G. Lockhart
15dc7d11ea
Fix up wording slightly. No change in content.
2001-03-24 02:35:25 +00:00
Marc G. Fournier
eb3ef4e070
update the ChangeLog in preparation for release ...
2001-03-24 00:48:17 +00:00
Tom Lane
27b5a8ef0f
Miscellaneous updates and minor copy-editing.
2001-03-24 00:24:26 +00:00
Tom Lane
3311e250cd
Doc update from Roberto Mello: improved versions of instr() examples.
2001-03-23 22:07:50 +00:00
Tom Lane
e458ebfd21
When using 'long long int' for int64 type, check to see if the compiler
...
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.
2001-03-23 18:42:12 +00:00
Tom Lane
32924c1c90
Mark exception and assert global variables as DLLIMPORT, so that plpgsql
...
can be compiled with asserts enabled on Windoze.
2001-03-23 18:26:01 +00:00
Bruce Momjian
aba61c5211
Update TODO list.
2001-03-23 17:09:09 +00:00
Tatsuo Ishii
40f158da48
Add checking for strtoul. SunOS4 does not have it.
2001-03-23 05:46:05 +00:00
Bruce Momjian
7cf952e7b4
Fix comments that were mis-wrapped, for Tom Lane.
2001-03-23 04:49:58 +00:00
Tom Lane
4e911c847c
Fix SPI example to reflect new-style calling convention for textout().
2001-03-23 01:51:08 +00:00
Philip Warner
b1065f8fc2
Fix checking of file operations in demo ('files') output format.
2001-03-23 01:27:12 +00:00
Tom Lane
a062473696
Fix problems with coredumps due to ^C when longjmp buffer isn't valid.
...
Now, we will only catch ^C at times when it is valid.
2001-03-23 00:36:38 +00:00
Tom Lane
b32cac8055
Fix Joubert's complaint that int8-sized numeric literals are mishandled
...
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).
2001-03-22 17:41:47 +00:00
Bruce Momjian
339cd6b9b0
Run pgindent on _int.c, for Tom Lane. I had skipped this file because
...
of a complex macro that pgindent complained about. Hand-adjusted macro
for pgindent run.
2001-03-22 15:24:12 +00:00
Marc G. Fournier
69a2c2bad2
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" ...
2001-03-22 15:13:19 +00:00
Bruce Momjian
0686d49da0
Remove dashes in comments that don't need them, rewrap with pgindent.
2001-03-22 06:16:21 +00:00
Bruce Momjian
9e1552607a
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00
Peter Eisentraut
6cf8707b82
correction
2001-03-21 19:09:03 +00:00
Hiroshi Inoue
ff3c4896a9
The attached patch fixes win32.mak which got broken by the Multibyte mod
...
:-(, and tidies it up a little as well.
Regards, Dave.
2001-03-21 16:26:17 +00:00
Bruce Momjian
34dba9c9c4
Update TODO list.
2001-03-21 15:46:11 +00:00
Vadim B. Mikheev
ab36582a19
Check bufHdr->cntxDirty and call StartBufferIO in BufferSync()
...
*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).
2001-03-21 10:13:29 +00:00
Hiroshi Inoue
736c4655c3
a fix from Eiji Tokuya.
2001-03-21 09:35:25 +00:00
Bruce Momjian
cfbd8a781b
Add mmap info. Seems mmap may not be a good idea.
2001-03-21 04:39:28 +00:00
Bruce Momjian
698a0b87c9
Update TODO list.
2001-03-21 04:30:26 +00:00
Marc G. Fournier
59ab6a49ab
well, here goes our first Release Candidate for 7.1 *cross fingers*
2001-03-20 23:35:20 +00:00
Bruce Momjian
85c0c73267
Fix 'ps' WAIT status display bug on setproctitle() platforms, cleared by
...
Tom Lane.
2001-03-20 22:31:54 +00:00
Bruce Momjian
2bea1e0aec
Update Japanese FAQ.
2001-03-20 22:15:43 +00:00
Bruce Momjian
3938b80637
Update TODO list.
2001-03-20 22:04:59 +00:00
Tom Lane
40dc76e315
Recommend CREATE TABLE AS in preference to SELECT INTO. Remove the
...
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page.
Point out that SELECT INTO means something else in plpgsql and ecpg.
2001-03-20 20:54:41 +00:00
Bruce Momjian
192d7245b5
Update TODO list.
2001-03-20 20:32:30 +00:00
Bruce Momjian
7433081a6f
Update TODO list.
2001-03-20 20:31:56 +00:00
Bruce Momjian
f4cb2be88e
Update TODO list.
2001-03-20 20:31:07 +00:00
Bruce Momjian
86f8949271
Update TODO list.
2001-03-20 19:56:25 +00:00
Tom Lane
2ef6e7ee18
Repair intarray's problems with TOASTed input, avoid scribbling on
...
source data, improve split algorithm for intbig_ops. Oleg Bartunov
with some kibitzing from Tom Lane.
2001-03-20 03:08:12 +00:00
Tom Lane
9e07c9a39c
Mention that parallel regress script needs to be run under ksh not sh
...
on HPUX.
2001-03-20 00:18:21 +00:00
Tom Lane
ca03b551fc
Discuss LOCALE differences as a reason for regression test failure.
2001-03-20 00:09:36 +00:00
Tom Lane
68bc848766
Tweak out-of-memory error messages to include the request size, so that
...
it's easier to tell whether a bug report is talking about progressive
memory exhaustion or a wacko requested chunk size.
2001-03-19 22:29:39 +00:00
Tom Lane
184fb14b90
Make regular-expression error messages a tad less obscure,
...
per gripe from Josh Berkus.
2001-03-19 22:27:46 +00:00
Bruce Momjian
c41536ea56
Update Peter Mount's email address in README.
2001-03-19 21:57:09 +00:00
Peter Eisentraut
6ea087b243
Add missing TO.
2001-03-19 16:20:52 +00:00
Peter Eisentraut
1088e72054
Add note about saving large objects during upgrade.
2001-03-19 16:19:26 +00:00