- 28 Sep, 2006 3 commits
-
-
Tom Lane authored
the SQL spec, viz IS NULL is true if all the row's fields are null, IS NOT NULL is true if all the row's fields are not null. The former coding got this right for a limited number of cases with IS NULL (ie, those where it could disassemble a ROW constructor at parse time), but was entirely wrong for IS NOT NULL. Per report from Teodor. I desisted from changing the behavior for arrays, since on closer inspection it's not clear that there's any support for that in the SQL spec. This probably needs more consideration.
-
-
Tom Lane authored
explicitly.
-
- 27 Sep, 2006 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
to performance. (A wholesale effort to get rid of strncpy should be undertaken sometime, but not during beta.) This commit also fixes dynahash.c to correctly truncate overlength string keys for hashtables, so that its callers don't have to anymore.
-
Tom Lane authored
available directly on the platform. Per discussion, this function is sufficiently widely recognized to be treated as standard.
-
Tom Lane authored
-
Tom Lane authored
-
Neil Conway authored
spelled with a capital "I".
-
- 26 Sep, 2006 6 commits
-
-
Alvaro Herrera authored
discussion. Patch from Simon Riggs.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< o Add command to archive partially filled write-ahead logs? [pitr] < < Currently only full WAL files are archived. This means that the < most recent transactions aren't available for recovery in case < of a disk failure. < Reorder: < o %Create dump tool for write-ahead logs for use in determining < transaction id for point-in-time recovery > o %Create dump tool for write-ahead logs for use in determining > transaction id for point-in-time recovery
-
Michael Meskes authored
-
Michael Meskes authored
Added SET DATESTYLE to one test so the output format is defined.
-
- 25 Sep, 2006 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
wrong answer, as has been seen to occur with a buggy Linux kernel. Not really our bug, but it's a simple test in a seldom-used control path, so might as well have a defense.
-
Neil Conway authored
-
Tom Lane authored
-
Tom Lane authored
for DROP AGGREGATE IF EXISTS. Per report from Teodor.
-
Bruce Momjian authored
-
- 24 Sep, 2006 4 commits
-
-
Neil Conway authored
-
Tom Lane authored
make fopen work safely on Windows. Magnus
-
Tom Lane authored
'postmaster', so as not to depend on the existence of the postmaster symlink. Also, implement postmaster-still-alive and postmaster-kill operations for Windows, per Magnus.
-
Tom Lane authored
-
- 23 Sep, 2006 1 commit
-
-
PostgreSQL Daemon authored
Tag us Beta1
-
- 22 Sep, 2006 14 commits
-
-
Tom Lane authored
backward compatibility for anyone using the old userlock code that's now on pgfoundry --- locks from that code still show as 'userlock'.
-
Tom Lane authored
return true for exactly the characters treated as whitespace by their flex scanners. Per report from Victor Snezhko and subsequent investigation. Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde char-vs-unsigned-char issue. I won't miss <ctype.h> when we are finally able to stop using it.
-
Tom Lane authored
-
Peter Eisentraut authored
(possibly (un)translated) letters that are actually expected as input. Also reject invalid responses instead of silenty taken them as "no". with help from Bernd Helmle
-
Bruce Momjian authored
-
Peter Eisentraut authored
match what SHOW displays as default value, to make the user experience uniform.
-
Tom Lane authored
-
Tom Lane authored
giving tables of known timezone names, refer the user to the system views. Joachim Wieland
-
Bruce Momjian authored
Add URL's to mention proper entity lists.
-
Tom Lane authored
not in the character set supported by DocBook nor standard HTML. (Sorry Volkan.) Also replace random character-set references by a pointer to the actual standard.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-