ffbeafb19a
Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON
...
lists should be reverse-compiled into targetlist index numbers, because
that's the only interpretation the parser allows for a constant in these
clauses. (Ergo, the only way they could have gotten into the list in
the first place is to have come from the targetlist; so this should always
work.) Per problem report from Peter E.
2001-04-15 03:14:18 +00:00
7f2de4937a
Update TODO list.
2001-04-15 01:56:08 +00:00
f9094c44c0
Prevent generation of invalid plans for RIGHT or FULL joins with multiple
...
join clauses. The mergejoin executor wants all the join clauses to appear
as merge quals, not as extra joinquals, for these kinds of joins. But the
planner would consider plans in which partially-sorted input paths were
used, leading to only some of the join clauses becoming merge quals.
This is fine for inner/left joins, not fine for right/full joins.
2001-04-15 00:48:17 +00:00
15a6cd0091
If the password prompt goes to stderr, then the trailing newline should
...
also go there.
2001-04-15 00:43:37 +00:00
eb1b164317
Work with Readline 4.2.
2001-04-14 22:55:02 +00:00
25efda227d
Add debug_query_string global variable for pgmonitor and debugging use.
2001-04-14 19:11:45 +00:00
232d8fa3c4
- Get view OID based on rule OID not base table OID
...
- Fix crash due to null string pointer in some tar files with some libs
2001-04-14 13:11:03 +00:00
83c94a886c
Another try at making numeric MODULO operator produce the right answer.
...
Although it was now using the right equation, it was making bogus choices
of the precision to compute intermediate results to. I'm not sure this
is really right even yet, but it's better than before ...
2001-04-14 02:10:57 +00:00
ca224d2ba4
Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'
...
is not a complete declaration.
2001-04-13 23:32:57 +00:00
741604dd84
tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it
...
should have been done
generate a new Changelog from rc4, which is nice and short ... one python
interface change
tag configure as 7.1, for generating the packages ...
This is it folks ... Release 7.1 is officially here ...
REL7_1
2001-04-13 21:21:33 +00:00
ef922b2556
Remove as-of from HISTORY file.
2001-04-13 18:38:32 +00:00
d3d35e9b25
I just noticed the beta comment. That's not actually true any more
...
so I removed it.
2001-04-12 09:49:37 +00:00
e47d6d440e
Update FAQ.
2001-04-09 19:28:01 +00:00
f34fa8ba89
Update FAQ.
2001-04-08 22:57:38 +00:00
ecd8ddd004
upgrade tags to rc4 (note lower case for packagers)
2001-04-08 18:10:42 +00:00
fc21f3c926
Rearrange distribution split as discussed on -hackers.
2001-04-08 17:28:10 +00:00
cdbf1762dc
Update to reflect OpenSSL 0.9.6a release.
2001-04-08 16:36:13 +00:00
8ca722b678
Update TODO list.
2001-04-07 02:30:58 +00:00
f2fc87546e
update the change log, but nothing else ...
2001-04-06 17:05:39 +00:00
248365f2c6
Revert wrong SCO OpenServer report, update comments and improve formatting
...
a bit. Regenerate INSTALL.
2001-04-06 15:52:41 +00:00
7bba7a5c06
Sorry my previous change was a mistake.
2001-04-06 15:31:28 +00:00
54329ac4a0
Utility to add the stylesheet "s0" definition to an RTF file.
...
This stylesheet must be present for Applixware to be happy generating
a ToC. M$Word does not seem to care one way or the other.
2001-04-06 15:01:25 +00:00
c6cbf569e2
mark it as RC3 ...
2001-04-06 14:35:47 +00:00
ef4a163afd
1) Fit the precision of floating point to that of server side
...
(fix by Hiroki kataoka).
2) Ensure the definition of atof()(#include stdlib.h).
(suggestion by Masaaki Sakaida).
2001-04-06 09:23:44 +00:00
f7f0b17909
Final (?) platform update for the 7.1 release. Includes new platform
...
NetBSD/PPC from Henry Hotz, several other platform updates, and move
QNX to the unsupported list for now.
2001-04-06 05:52:10 +00:00
9c3bbf256b
Alter the previous test for "time with time zone" implicit time zone
...
(which failed miserably during DST) to just compare against a time
derived from a timestamp value.
Certainly not a direct check for a correct result, but should work
at any time of year.
2001-04-06 05:50:29 +00:00
a3ed622b63
Since plpgsql keeps its compiled function parsetrees until backend exit,
...
it needs to ensure that data structures attached to fmgr info records in
the trees will stick around that long, too. Current code was crashing
on cases like datatypes with old-style I/O functions.
2001-04-06 02:06:48 +00:00
f10596c3ec
Fix comment that Vadim found confusing.
2001-04-05 16:55:21 +00:00
3092869233
StartupXLOG(): initialize XLogCtl->Insert to new page if there is
...
no room for a record on last log page.
2001-04-05 09:34:32 +00:00
495fe1214c
Hopefully fixed the long long problem.
2001-04-05 08:21:14 +00:00
3ced3cfff9
pg_dump needs to use ONLY when selecting data from user tables, in case
...
they have children. As it stood, -d dump mode was badly broken.
2001-04-05 02:50:01 +00:00
011f1e3169
Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.
...
This patch is Peter E's, but I'm applying it on his behalf so it'll get
into 7.1RC3 tonight (I'm guessing Peter went to bed already).
2001-04-04 22:57:45 +00:00
8b588a19b4
Update TODO list.
2001-04-04 21:32:17 +00:00
9a7c273a3f
Update TODO list.
2001-04-04 21:16:31 +00:00
6faf150a30
Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to
...
Jason Tishler's credit, if it's broken it's my fault ...
2001-04-04 21:15:56 +00:00
d3ad2ad689
Update TODO list.
2001-04-04 20:58:27 +00:00
71d578ab68
Remove daylight-savings-time-dependent tests of 'time with time zone'
...
datatype. Perhaps someday we can figure out a way of getting reproducible
results from testing this type, but for now ...
2001-04-04 20:03:11 +00:00
41f166db73
update
2001-04-04 20:02:31 +00:00
278aa680fc
Have to lock buffer while changing page' LSN.
...
Thanks to Tom.
2001-04-04 15:43:25 +00:00
a51d560d94
Don't dump CHECK constraints with same source and names both
...
starting with '$'.
2001-04-04 06:47:30 +00:00
1d9819d69e
Log sequence creation (to initialize magic number on recovery).
2001-04-03 21:58:00 +00:00
5f5db804f5
Provide snprintf() if system hasn't got it.
2001-04-03 19:06:19 +00:00
7cdbc1e2ab
See attached for a minor documentation patch that more accurately reflects
...
the current state of and the issues with PostgreSQL on Windows.
Thanks,
Jason
--
Jason Tishler
2001-04-03 18:14:39 +00:00
1c68f27877
Correct bogus mktime() calls.
2001-04-03 18:05:53 +00:00
ea283f1555
Remove last-updated date stamp for 7.1.
2001-04-03 13:38:08 +00:00
ab17fd190c
- Handle overridden attrs as per discussions 2-Apr-2001
...
- Dump CHECK constraints in OID order
2001-04-03 08:52:59 +00:00
08bf4d797b
Check for failure of malloc() and realloc() when allocating space for
...
VFD entries. On platforms where dereferencing a null pointer doesn't
lead to coredump, it's possible that this omission could have led to
unpleasant behavior like deleting the wrong file.
2001-04-03 04:07:02 +00:00
6cc6f18d15
open(2) flags saved for re-opening a virtual file should probably not
...
include O_CREAT.
2001-04-03 02:31:52 +00:00
503c80d2a0
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
...
physical file has disappeared. There is no really good reason why
relcache should be opening the underlying file at all, AFAICS.
In any case we needn't raise a hard error here.
2001-04-02 23:30:04 +00:00
244fd47124
_mdfd_getrelnfd() should include kernel error code in failure message.
2001-04-02 23:20:24 +00:00