3a38ea2616
Remove some cross-references that don't seem to work in HISTORY
...
generation ... we should figure this out later ...
2007-10-05 04:03:41 +00:00
18cb6f7dd0
tag it 8.3beta1 ... the beta cycle begins
REL8_3_BETA1
2007-10-05 02:55:41 +00:00
eefd10c66c
Fix distprep and maintainer-clean targets so that ecpg's .def files are
...
made and removed at the correct times.
2007-10-05 01:51:40 +00:00
b8f41d508c
Add .cvsignore files to suppress CVS gripes about ecpg .def files.
2007-10-05 01:35:55 +00:00
3c2d497f8d
Some desultory markup improvements in the new release notes.
2007-10-04 22:55:49 +00:00
8dfca24b6b
Results from buildfarm show that ecpglib was depending on pg_strcasecmp,
...
which evidently it got as an unofficial export from pgtypeslib.
2007-10-04 20:54:08 +00:00
89db887b1e
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
...
eval_const_expressions simplifies this to just "WHERE false", but we have
already done pull_up_IN_clauses so the IN join will be done, or at least
planned, anyway. The trouble case comes when the sub-SELECT is itself a join
and we decide to implement the IN by unique-ifying the sub-SELECT outputs:
with no remaining reference to the output Vars in WHERE, we won't have
propagated the Vars up to the upper join point, leading to "variable not found
in subplan target lists" error. Fix by adding an extra scan of in_info_list
and forcing all Vars mentioned therein to be propagated up to the IN join
point. Per bug report from Miroslav Sulc.
2007-10-04 20:44:47 +00:00
87dfa0d9ae
Stamp 8.3beta1, except in configure.in/configure.
2007-10-04 19:12:04 +00:00
08e5749c6d
Update timezone data files to release 2007h of the zic database.
...
Might as well have the latest when we wrap 8.3beta1.
2007-10-04 19:06:59 +00:00
c86ce06964
DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,
...
per the example of libpq/Makefile.
2007-10-04 18:32:07 +00:00
746593efe6
Replaced tabs by white spaces
2007-10-04 17:49:31 +00:00
085ffb24dc
Removed newline at end of exports files.
2007-10-04 16:29:33 +00:00
b26738b583
Change Assert() to a plain test and elog, just to see if that works
...
around the icc bug exhibited by buildfarm member dugong.
2007-10-04 15:37:44 +00:00
133d77a906
Added def-files to all: target so they are build everytime.
2007-10-04 07:58:15 +00:00
0b3f5ac43d
Two fixes for the release notes from Guillaume Smet. In passing, make
...
a minor markup improvement.
2007-10-04 07:53:07 +00:00
77b0f459c8
First pass at SGML-ifying the 8.3 release notes. Plenty of improvements
...
left to made, but this is a start.
2007-10-04 03:53:58 +00:00
0a04109d60
Second pass at 8.3 release notes: put items in a bit more logical order
...
where possible, add overview and incompatibilities lists, minor cleanups.
The SGML-ification still leaves much to be desired.
2007-10-03 23:02:16 +00:00
a522db7d62
Various minor improvements to the 8.3 release notes.
2007-10-03 22:06:13 +00:00
a8dfe119bd
Teach chklocale.c how to extract encoding info from Windows locale
...
names. ITAGAKI Takahiro
2007-10-03 17:16:39 +00:00
bda5750a33
Some editorial improvements for recently-added ALTER SEQUENCE/VIEW
...
documentation. Heikki and Tom
2007-10-03 16:48:43 +00:00
b3ab9b45da
Suppress compiler warning in non-threaded build.
2007-10-03 16:03:25 +00:00
6cbb2353cb
Tweak recently-added tests to suppress scary-looking warnings on 64-bit
...
machines about casts between pointers and integers of different sizes.
While they're harmless, we shouldn't expect users to have to go through
and figure that out for themselves.
2007-10-03 15:59:13 +00:00
2b0e46eef0
Argh, missing dll in filename
2007-10-03 15:24:19 +00:00
fdbce93b85
Minor improvements to hack for old OpenSSL libraries: avoid unused
...
variable warning on Windows, improve comment.
2007-10-03 15:12:45 +00:00
a248dbc4f8
Fix command for fetching snprintf.c.
2007-10-03 15:04:23 +00:00
f06a2b0ecc
This could be what's missing on some systems.
2007-10-03 14:42:16 +00:00
c95f5e80a9
Stripped two symbols that are needed.
2007-10-03 14:01:28 +00:00
76a6ddfa47
Attempt to open certificate file "manually" using fopen before
...
trying BIO functions.
Helps problem with older versions of OpenSSL that lacks error
stack functions and would show an incorrect error message for
file-not-found-or-not-openable. The problem may still exist for
other errors, but file open error is by far the most common one.
2007-10-03 13:57:52 +00:00
2890c33084
Build two more .DEF files for ecpg instead of using default ones.
2007-10-03 13:43:24 +00:00
ab8d123a3c
Also build snprintf from pgport if needed.
2007-10-03 13:40:52 +00:00
449fcf47fb
Remove exports.list in clean target.
2007-10-03 13:24:54 +00:00
bdf6b888a8
More detailed error msg (with stack trace) if a file copy fails.
2007-10-03 13:20:40 +00:00
fa8a9f373c
Also created export list for pgytpeslib and compatlib.
...
Set pgtypes library version to 3.0.
Set compat library version to 3.0.
2007-10-03 13:20:19 +00:00
f83e44aecd
Use snprintf from libpgport in ecpg compatlib. Required since
...
we restricted exports from ecpglib.
2007-10-03 12:34:29 +00:00
7b4453e5c1
Fix commandlines for final two ECPG regression tests
2007-10-03 12:31:18 +00:00
5d0f18d6ad
Fix typo
2007-10-03 12:11:37 +00:00
c8792c86f2
Build DEF file for libecpg instead of generating a default one.
2007-10-03 12:11:00 +00:00
6ddbc1164d
Make ECPG regression tests run with -c only for array_of_struct.pgc
...
on MSVC.
Fix strange nonstandard version of __stdcall specifyer in thread
tests on win32.
2007-10-03 11:57:36 +00:00
ebade3f5bf
Fix typo
2007-10-03 11:34:11 +00:00
7793c6ecca
Cleaned up ecpglib and renamed functions that do not need to be exported.
...
Created export list for ecpglib.
2007-10-03 11:11:12 +00:00
c4a6c2f871
Hopefully fixed some stuff that causes Windows builds to fail.
2007-10-03 08:55:23 +00:00
6d673a63ed
First cut at 8.3 release notes. SGML markup is nonexistent, and
...
the 'overview' and 'incompatibilities' summary lists remain to be
written. But I think all the raw info is there (indeed maybe too
verbose).
2007-10-03 03:32:31 +00:00
fc470ca334
Fix a compiler warning on Win32. Hannes Eder.
2007-10-02 22:01:02 +00:00
de1172fa06
Default to thread safety on, and support more CPU options. Also
...
make sure that a CPU option is actually chosen.
Hiroshi Saito
2007-10-02 19:01:45 +00:00
5a0d31d3dc
Made new test also work without threading enabled.
2007-10-02 14:01:57 +00:00
b5efdbac5c
No idea where this file came from.
2007-10-02 09:51:41 +00:00
0c2eb200d6
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
...
descriptor handling
2007-10-02 09:50:00 +00:00
f1d37a9997
Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older
...
OpenSSL libraries --- just don't call them if they're not there. This
might possibly lead to misleading error messages, but we'll just have
to live with that.
2007-10-02 00:25:20 +00:00
eb9f280ca7
Add catalogs.sgml documentation for text search catalogs.
2007-10-01 21:10:40 +00:00
ec4b6a81f6
Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.
...
This fixes potential crashes on old versions of OpenSSL and the requirement on
"Applink" in new versions when building with MSVC and using different
runtimes.
Dave Page with fixes from me.
2007-10-01 20:30:06 +00:00