Magnus Hagander
2890c33084
Build two more .DEF files for ecpg instead of using default ones.
2007-10-03 13:43:24 +00:00
Magnus Hagander
bdf6b888a8
More detailed error msg (with stack trace) if a file copy fails.
2007-10-03 13:20:40 +00:00
Magnus Hagander
f83e44aecd
Use snprintf from libpgport in ecpg compatlib. Required since
...
we restricted exports from ecpglib.
2007-10-03 12:34:29 +00:00
Magnus Hagander
7b4453e5c1
Fix commandlines for final two ECPG regression tests
2007-10-03 12:31:18 +00:00
Magnus Hagander
c8792c86f2
Build DEF file for libecpg instead of generating a default one.
2007-10-03 12:11:00 +00:00
Magnus Hagander
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
Magnus Hagander
ebade3f5bf
Fix typo
2007-10-03 11:34:11 +00:00
Bruce Momjian
8ddeb48cd5
Update pgcvslog text to simply "<branch>"
2007-10-01 13:04:55 +00:00
Bruce Momjian
2d5dfd9516
Fixup for new pgcvslog feature.
2007-10-01 03:01:38 +00:00
Bruce Momjian
7d4dd3ab41
Have pgcvslog mark back-branch commits with "<back-patch>".
2007-10-01 02:59:03 +00:00
Bruce Momjian
e6022e7470
In the release checklist, mention packagers will see the minor upgrade
...
numbering for additional functions.
2007-09-29 12:19:16 +00:00
Magnus Hagander
bdee83e7e4
Add chklocale.c to pgport files for msvc builds, per
...
buildfarm failures.
2007-09-29 07:15:33 +00:00
Andrew Dunstan
c0a8276061
exclude contrib/tsearch2 from regression tests.
2007-09-28 00:14:58 +00:00
Andrew Dunstan
3396d1c695
Turn build and vcregress .bat files into pure one line wrappers for
...
the perl scripts. Remove the now superfluous getregress.pl.
2007-09-27 21:13:11 +00:00
Tom Lane
314ed5de6d
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
...
duplicative -DFRONTEND flags from many Makefiles. We still need Makefile
control of the symbol in a few places that compile frontend-or-backend
src/port/ files, but it's a lot cleaner than before.
Hiroshi Saito
2007-09-27 19:53:44 +00:00
Magnus Hagander
149af068ff
Properly pass -c parameter to ecpg when building regression tests.
...
Per Michael.
2007-09-26 11:19:09 +00:00
Andrew Dunstan
e5b5739a2d
Use proper search for contrib makefiles in vcregress.pl
2007-09-24 21:42:34 +00:00
Andrew Dunstan
3f2a191b44
fix typo in vcregress.pl
2007-09-24 21:14:54 +00:00
Andrew Dunstan
aabb7000dc
Add perl replacements for build.bat and vcregress.bat. In due course
...
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.
2007-09-23 21:52:56 +00:00
Andrew Dunstan
a8da5761a3
Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder.
2007-09-23 20:32:40 +00:00
Andrew Dunstan
576b8903f7
Replace calls to external dir program with perlish globs and File::Find
...
calls. Fixes complaint fron Hannes Eder, whose environment found a different
dir program.
2007-09-22 20:38:10 +00:00
Bruce Momjian
dc29d703d8
Doc reminder that integer pg version also needs updating.
2007-09-18 01:52:39 +00:00
Bruce Momjian
22b613ebd9
Whitespace improvement.
2007-09-12 19:27:16 +00:00
Magnus Hagander
6ee3b2dfe4
Install dictionary sample files.
...
Per buildfarm and Teodor.
2007-09-12 13:58:23 +00:00
Bruce Momjian
1e0eeab155
Document an efficient way to create documentation for back branches.
2007-09-12 03:21:20 +00:00
Tom Lane
f243a1a1bd
Revert temporary patch that made synchronous_commit default to OFF.
2007-09-10 02:01:19 +00:00
Tom Lane
dd4594e332
Fix MSVC build (I think) for recent pg_proc.h column addition.
...
This business with two independent build systems does kinda suck.
2007-09-03 02:51:47 +00:00
Magnus Hagander
69e86a5daf
Exclude tsearch2 contrib tests in regression tests,
...
pending decision on exactly what will happen with
contrib/tsearch2 now that it's in core.
2007-08-27 12:10:47 +00:00
Magnus Hagander
90d9fc0aa9
Install stopword files
2007-08-27 10:51:15 +00:00
Magnus Hagander
3b1e04c3e9
Fix generation of snowball_create.sql on msvc builds.
2007-08-27 10:29:49 +00:00
Tom Lane
5c681ab1cb
Exclude snowball/libstemmer/ files from the set processed by pgindent.
...
There's not much point in prettifying machine-generated code, and it
seems best to keep these files exactly like upstream anyway. Also add
some notes about why various files are excluded.
2007-08-21 16:08:23 +00:00
Magnus Hagander
b913a94d0a
Build snowball DLL for tsearch-in-core.
...
(Still needs to build the .sql output files, but this handles the C part
of the build)
2007-08-21 15:10:41 +00:00
Tom Lane
140d4ebcb4
Tsearch2 functionality migrates to core. The bulk of this work is by
...
Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing,
so anything that's broken is probably my fault.
Documentation is nonexistent as yet, but let's land the patch so we can
get some portability testing done.
2007-08-21 01:11:32 +00:00
Tom Lane
b83bd31bd9
TEMPORARILY make synchronous_commit default to OFF, so that we can get more
...
thorough testing of async-commit mode from the buildfarm. This patch MUST
get reverted before 8.3 release!
2007-08-13 19:27:12 +00:00
Magnus Hagander
dff6797ce5
Disable warning 4090 = different const qualifiers on msvc since it
...
warns about things that aren't wrong.
2007-07-25 10:51:03 +00:00
Magnus Hagander
d602592494
Make it possible, and default, for MingW to build with SSPI support
...
by dynamically loading the function that's missing from the MingW
headers and library.
2007-07-24 09:00:27 +00:00
Magnus Hagander
f70866fb23
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
...
against a Unix server, and Windows-specific server-side authentication
using SSPI "negotiate" method (Kerberos or NTLM).
Only builds properly with MSVC for now.
2007-07-23 10:16:54 +00:00
Magnus Hagander
784fd04940
Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is
...
enabled, because the only Kerberos library supported always contains it.
2007-07-12 14:43:21 +00:00
Magnus Hagander
6771994058
Fix freenig of names in Kerberos when using MIT - need to use the
...
free function provided in the Kerberos library.
This fixes a very hard to track down heap corruption on windows
when using debug runtimes.
2007-07-12 14:10:39 +00:00
Magnus Hagander
d5eaa637ce
Move parse.h into src/backend on msvc, which is where it is on Unix.
...
Fixes builds from tarballs where the file is pre-generated.
Yoshiyuki Asaba
2007-07-07 07:43:21 +00:00
Magnus Hagander
454333a687
Add notes about configuring Visual Studio Express for use with the
...
Platform SDK.
2007-07-01 18:40:37 +00:00
Magnus Hagander
d1eaa42fd5
Add extra checks for buildfarm to pick up errors when running
...
on XP or earlier versions of Windows.
Andrew Dunstan
2007-06-26 11:43:56 +00:00
Andrew Dunstan
52ba24a156
Quiet warnings about redefined PGPORT macros for MSVC.
2007-06-20 17:19:00 +00:00
Magnus Hagander
ee0d34ab64
ECPG requires a local include directory to override the project-wide ones.
...
Add ability to add "prefix include directories", and use it...
With this, ecpg regression tests now pass on MSVC builds.
2007-06-12 18:31:28 +00:00
Magnus Hagander
09922597c5
Rewrite ECPG regression test driver in C, by splitting the standard
...
regression driver into two parts and reusing half of it. Required to
run ECPG tests without a shell on MSVC builds.
Fix ECPG thread tests for MSVC build (incl output files).
Joachim Wieland and Magnus Hagander
2007-06-12 11:07:34 +00:00
Michael Meskes
93625aa8ac
Applied Joachim's patch for ecpg_config.h creation on Vista.
...
Changed variable test to not run into infinite loops on backend errors.
2007-05-27 11:16:41 +00:00
Andrew Dunstan
ea7f18d15b
fix perl thinko
2007-05-15 01:57:57 +00:00
Andrew Dunstan
42a65e39a5
Use configured pgport in MSVC config file.
2007-05-15 00:15:01 +00:00
Magnus Hagander
2ede0ecacc
Log directory we're installing into.
...
Per request from Andrew Dunstan.
2007-05-13 15:33:07 +00:00
Tom Lane
bc8036fc66
Support arrays of composite types, including the rowtypes of regular tables
...
and views (but not system catalogs, nor sequences or toast tables). Get rid
of the hardwired convention that a type's array type is named exactly "_type",
instead using a new column pg_type.typarray to provide the linkage. (It still
will be named "_type", though, except in odd corner cases such as
maximum-length type names.)
Along the way, make tracking of owner and schema dependencies for types more
uniform: a type directly created by the user has these dependencies, while a
table rowtype or auto-generated array type does not have them, but depends on
its parent object instead.
David Fetter, Andrew Dunstan, Tom Lane
2007-05-11 17:57:14 +00:00