]>
granicus.if.org Git - postgresql/log
Bruce Momjian [Tue, 4 Dec 2001 20:15:41 +0000 (20:15 +0000)]
Update HISTORY to current.
Tom Lane [Tue, 4 Dec 2001 19:40:17 +0000 (19:40 +0000)]
Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier
to use and significantly faster. This tweak saves 25% (!) of the runtime
of COPY IN in a test with 8000-character lines. I wouldn't normally
commit a performance improvement this late in the cycle, but 25% got
my attention...
Tom Lane [Tue, 4 Dec 2001 17:19:48 +0000 (17:19 +0000)]
Remove now-dead code for processing CONSTR_UNIQUE nodes in
AlterTableAddConstraint. Earlier reorganization of the parser's
processing of ALTER TABLE means that these node types no longer get here.
Bruce Momjian [Tue, 4 Dec 2001 17:12:25 +0000 (17:12 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 17:00:51 +0000 (17:00 +0000)]
Hi Bruce, here is a first version of the hu.po file for the backend. I
tested it with 7.2b3 and worked fine.
Regards, Zoltan
Tom Lane [Tue, 4 Dec 2001 16:17:48 +0000 (16:17 +0000)]
Suppress data directory access-permissions check when __CYGWIN__,
per recent pghackers discussions. Improving this should be a TODO
for 7.3.
Michael Meskes [Tue, 4 Dec 2001 12:33:15 +0000 (12:33 +0000)]
Fixed dumping of structs without indicators.
Bruce Momjian [Tue, 4 Dec 2001 07:12:08 +0000 (07:12 +0000)]
Update FAQ.
Bruce Momjian [Tue, 4 Dec 2001 07:10:45 +0000 (07:10 +0000)]
Another test of double-commit. It used only commit one file.
Bruce Momjian [Tue, 4 Dec 2001 07:09:53 +0000 (07:09 +0000)]
Test of double-commit.
Bruce Momjian [Tue, 4 Dec 2001 06:44:45 +0000 (06:44 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:40:09 +0000 (06:40 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:37:26 +0000 (06:37 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:35:51 +0000 (06:35 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:26:59 +0000 (06:26 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:20:53 +0000 (06:20 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:20:09 +0000 (06:20 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:14:44 +0000 (06:14 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 4 Dec 2001 06:14:04 +0000 (06:14 +0000)]
Update FAQ_DEV.
Tom Lane [Tue, 4 Dec 2001 02:21:35 +0000 (02:21 +0000)]
Recommend --enable-debug with somewhat more enthusiasm.
Tom Lane [Tue, 4 Dec 2001 02:07:11 +0000 (02:07 +0000)]
Fix trigger example for PG 7.2 change: count(*) now returns int8.
Tom Lane [Tue, 4 Dec 2001 01:49:17 +0000 (01:49 +0000)]
Document max-processes-per-user limit as a possible cause of failures
in the parallel regression tests. Suggest editing parallel_schedule
as a workaround if one cannot fix the system limits.
Tom Lane [Tue, 4 Dec 2001 01:22:13 +0000 (01:22 +0000)]
Add some more material to the section about partial indexes.
Peter Eisentraut [Mon, 3 Dec 2001 19:56:43 +0000 (19:56 +0000)]
Update to get around backslash problems
Tom Lane [Mon, 3 Dec 2001 19:33:35 +0000 (19:33 +0000)]
A quickie FAQ_IRIX covering some known issues, from Luis Amigo.
Tom Lane [Mon, 3 Dec 2001 19:02:58 +0000 (19:02 +0000)]
Fix latent bug in checking for failure of hashtable creation.
Bruce Momjian [Mon, 3 Dec 2001 18:43:21 +0000 (18:43 +0000)]
attachement is the NLS patch for backend/po & pg_dump,
they are all against the current CVS tree. the patch is about 70K.
regards laser
Tom Lane [Mon, 3 Dec 2001 17:48:57 +0000 (17:48 +0000)]
Update IRIX geometry results to match newer MIPS FPUs, rather than
older ones. We really gotta get out of the business of matching every
last low-order bit in this test ...
Tom Lane [Mon, 3 Dec 2001 17:44:52 +0000 (17:44 +0000)]
Add configure-time check whether sig_atomic_t is defined; if not,
provide a default definition equating it to 'int'. Should trigger only
on machines with pre-ANSI-C header files, eg SunOS 4.1.x.
Tom Lane [Mon, 3 Dec 2001 14:49:46 +0000 (14:49 +0000)]
Pg_lo_open must OR together multiple modes, not AND them. Per report
from Andreas Kretzer.
D'Arcy J.M. Cain [Mon, 3 Dec 2001 12:39:44 +0000 (12:39 +0000)]
Bump version to 3.3. Mostly this is because there is some confusion about
the latest version and I wanted to make sure that there was a clean release.
I also change the build files as I discussed in my letter of Nov 6, 2001. At
the time I was asked to hold off until after the release.
Tom Lane [Mon, 3 Dec 2001 00:28:24 +0000 (00:28 +0000)]
Remove code to lookup WinSock error strings in netmsg.dll; according to
Magnus Hagander that DLL only contains error strings for the Net***
functions, *not* WinSock. We need to look for a workable solution for
older Windows flavors ... but it won't happen for PG 7.2.
Tom Lane [Sun, 2 Dec 2001 15:48:19 +0000 (15:48 +0000)]
HPUX 11 should use geometry-solaris-precision, not geometry-positive-zeros
as is needed for HPUX 9 and 10.
Peter Eisentraut [Sun, 2 Dec 2001 11:38:40 +0000 (11:38 +0000)]
More correct way to check for existence of types, which allows to specify
which include files to consider. Should fix BeOS problems with int8 types.
Peter Eisentraut [Sun, 2 Dec 2001 11:36:04 +0000 (11:36 +0000)]
Update since left and right are no longer key words.
Tom Lane [Sat, 1 Dec 2001 04:19:20 +0000 (04:19 +0000)]
Provide some documentation for EXISTS, IN, NOT IN, ANY/SOME/ALL,
and row comparisons. How'd this manage to slip through the cracks?
Tom Lane [Fri, 30 Nov 2001 20:21:06 +0000 (20:21 +0000)]
Try to make genbki.sh a little more bulletproof, per trouble report
from Paul Stavrides.
Tom Lane [Fri, 30 Nov 2001 19:24:15 +0000 (19:24 +0000)]
Repair failure to mark an inserted Materialize node with the appropriate
extParam/locParam lists. Per bug #526.
Peter Eisentraut [Fri, 30 Nov 2001 18:04:23 +0000 (18:04 +0000)]
updates
Bruce Momjian [Fri, 30 Nov 2001 17:39:20 +0000 (17:39 +0000)]
* include <endian.h> is not enough, include sys/types.h too
everywhere.
At least it was now detected correctly.
marko
Bruce Momjian [Fri, 30 Nov 2001 01:22:47 +0000 (01:22 +0000)]
Mention rules and views instead of SELECT triggers.
Bruce Momjian [Thu, 29 Nov 2001 23:13:19 +0000 (23:13 +0000)]
Add to Java.
Tom Lane [Thu, 29 Nov 2001 22:57:37 +0000 (22:57 +0000)]
Tweak plpgsql's expression reader to be smarter about parentheses and
to give more useful error messages. Stephen Szabo's example of this
morning ('loop' used as a variable name inside a subselect) works
correctly now, and a FOR that is misinterpreted as an integer FOR will
draw 'missing .. at end of SQL expression', which is at least
marginally helpful.
Bruce Momjian [Thu, 29 Nov 2001 22:18:14 +0000 (22:18 +0000)]
Add mention of no SELECT triggers.
Tom Lane [Thu, 29 Nov 2001 21:02:41 +0000 (21:02 +0000)]
Fix array_out's failure to backslash backslashes, per bug# 524. Also,
remove brain-dead rule that double quotes are needed if and only if the
datatype is pass-by-reference; neither direction of the implication holds
water. Instead, examine the actual data string to see if it contains
any characters that force us to quote it.
Add some documentation about quoting of array values, which was previously
explained nowhere AFAICT.
Bruce Momjian [Thu, 29 Nov 2001 20:43:43 +0000 (20:43 +0000)]
Cleanup of new ps markup.
Bruce Momjian [Thu, 29 Nov 2001 20:26:55 +0000 (20:26 +0000)]
Update ps status display information for Solaris, from Tom Lane.
Bruce Momjian [Thu, 29 Nov 2001 19:40:37 +0000 (19:40 +0000)]
* When postgres.h does not define BYTE_ENDIAN pgcrypto
produces garbage.
I learned the hard way that
#if UNDEFINED_1 == UNDEFINED_2
#error "gcc is idiot"
#endif
prints "gcc is idiot" ...
Affected are MD5/SHA1 in internal library, and also HMAC-MD5/HMAC-SHA1/
crypt-md5 which use them. Blowfish is ok, also Rijndael on at
least x86.
Big thanks to Daniel Holtzman who send me a build log which
contained warning:
md5.c:246: warning: `X' defined but not used
Yes, gcc is that helpful...
Please apply this.
--
marko
Peter Eisentraut [Thu, 29 Nov 2001 18:59:28 +0000 (18:59 +0000)]
NLS updates, most notably fixed zh_TW translations
Peter Eisentraut [Thu, 29 Nov 2001 18:57:31 +0000 (18:57 +0000)]
Fix results to work with normal systems again.
Barry Lind [Thu, 29 Nov 2001 18:15:33 +0000 (18:15 +0000)]
added CallableStatement support to jdbc todo
Peter Eisentraut [Thu, 29 Nov 2001 16:01:15 +0000 (16:01 +0000)]
Improve wording
Bruce Momjian [Thu, 29 Nov 2001 15:39:11 +0000 (15:39 +0000)]
Update TODO list.
Bruce Momjian [Thu, 29 Nov 2001 05:53:46 +0000 (05:53 +0000)]
Update TODO list.
Barry Lind [Thu, 29 Nov 2001 05:35:51 +0000 (05:35 +0000)]
Updated jdbc docs to reflect the doc comments received. Most comments were
already addressed by previous doc updates.
Bruce Momjian [Wed, 28 Nov 2001 21:11:39 +0000 (21:11 +0000)]
Update FAQ.
Peter Eisentraut [Wed, 28 Nov 2001 20:54:04 +0000 (20:54 +0000)]
Update from source
Peter Eisentraut [Wed, 28 Nov 2001 20:49:10 +0000 (20:49 +0000)]
proof-reading
Bruce Momjian [Wed, 28 Nov 2001 20:36:09 +0000 (20:36 +0000)]
Mention ps environment flag, not just -e.
Bruce Momjian [Wed, 28 Nov 2001 20:28:56 +0000 (20:28 +0000)]
Update 'ps e' comments.
Bruce Momjian [Wed, 28 Nov 2001 20:18:38 +0000 (20:18 +0000)]
Update TODO list.
Bruce Momjian [Wed, 28 Nov 2001 19:57:36 +0000 (19:57 +0000)]
Document that PGPASSWORD is not secure.
Tom Lane [Wed, 28 Nov 2001 19:40:29 +0000 (19:40 +0000)]
Load netmsg.dll locally in winsock_strerror, to avoid actual and
potential problems discussed in pgsql-interfaces.
Tom Lane [Wed, 28 Nov 2001 15:39:49 +0000 (15:39 +0000)]
Clarify per suggestion from Bruno Wolff.
Tom Lane [Wed, 28 Nov 2001 15:33:48 +0000 (15:33 +0000)]
Point out the dependency on having int8 arithmetic available.
Bruce Momjian [Wed, 28 Nov 2001 05:44:51 +0000 (05:44 +0000)]
Update TODO list.
Tom Lane [Wed, 28 Nov 2001 04:18:46 +0000 (04:18 +0000)]
Reiterate that parsing of plpgsql functions is per-process.
Bruce Momjian [Wed, 28 Nov 2001 01:38:39 +0000 (01:38 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 01:38:09 +0000 (01:38 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 01:20:27 +0000 (01:20 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 00:37:49 +0000 (00:37 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 00:37:03 +0000 (00:37 +0000)]
Update FAQ.
Bruce Momjian [Wed, 28 Nov 2001 00:36:28 +0000 (00:36 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 00:32:10 +0000 (00:32 +0000)]
Update FAQ_DEV.
Bruce Momjian [Wed, 28 Nov 2001 00:16:53 +0000 (00:16 +0000)]
No longer need define test in md5.h because of Hiroshi's win_md5.c.
Bruce Momjian [Wed, 28 Nov 2001 00:13:30 +0000 (00:13 +0000)]
Add mention of init -W flag for security.
Bruce Momjian [Wed, 28 Nov 2001 00:12:39 +0000 (00:12 +0000)]
Manual update.
Bruce Momjian [Wed, 28 Nov 2001 00:10:01 +0000 (00:10 +0000)]
Update FAQ_DEV.
Tom Lane [Tue, 27 Nov 2001 23:48:12 +0000 (23:48 +0000)]
Fix nasty memory leak in pg_restore: _PrintData called inflateInit but
never did inflateEnd, thus leaking some tens of KB per call. Which
added up *real fast* when dealing with, say, thousands of BLOBs.
Thanks to Lane Rollins for the bug report.
Bruce Momjian [Tue, 27 Nov 2001 23:44:03 +0000 (23:44 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 21:48:45 +0000 (21:48 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 21:23:00 +0000 (21:23 +0000)]
Update TODO list.
Bruce Momjian [Tue, 27 Nov 2001 20:45:27 +0000 (20:45 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 20:42:15 +0000 (20:42 +0000)]
Update TODO list.
Bruce Momjian [Tue, 27 Nov 2001 20:35:08 +0000 (20:35 +0000)]
Update BSD/OS as supported on 7.2.
Tom Lane [Tue, 27 Nov 2001 20:33:29 +0000 (20:33 +0000)]
Add a section about loading libpgtcl; fix errors and omissions in
documentation of pg_select command.
Bruce Momjian [Tue, 27 Nov 2001 20:25:45 +0000 (20:25 +0000)]
Remove unused entries.
Bruce Momjian [Tue, 27 Nov 2001 19:35:38 +0000 (19:35 +0000)]
Update TODO list.
Bruce Momjian [Tue, 27 Nov 2001 19:31:17 +0000 (19:31 +0000)]
Update TODO list.
Bruce Momjian [Tue, 27 Nov 2001 19:16:55 +0000 (19:16 +0000)]
Update FAQ.
Bruce Momjian [Tue, 27 Nov 2001 18:22:32 +0000 (18:22 +0000)]
Update FAQ.
Tom Lane [Tue, 27 Nov 2001 18:21:51 +0000 (18:21 +0000)]
strcat should obviously be strcpy here.
Bruce Momjian [Tue, 27 Nov 2001 17:51:54 +0000 (17:51 +0000)]
Chinese PO patch
Laser.
Tatsuo Ishii [Tue, 27 Nov 2001 13:02:33 +0000 (13:02 +0000)]
Fix imcomplete SGML tag.
Please check compile errors before you commit!
Bruce Momjian [Tue, 27 Nov 2001 04:11:08 +0000 (04:11 +0000)]
Update TODO list.
Bruce Momjian [Tue, 27 Nov 2001 02:48:20 +0000 (02:48 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 02:36:59 +0000 (02:36 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 02:03:05 +0000 (02:03 +0000)]
Update FAQ_DEV.
Bruce Momjian [Tue, 27 Nov 2001 02:01:55 +0000 (02:01 +0000)]
Update FAQ_DEV.
Barry Lind [Tue, 27 Nov 2001 01:20:17 +0000 (01:20 +0000)]
formating and spelling fixes to my last doc update