Andrew Dunstan
4c4531e1a0
Fix regression test name for plperlu_plperl in msvc.
2010-06-03 11:04:12 +00:00
Andrew Dunstan
ffa1835cff
Run recently backported plperlu_plperl regression tests when building with MSVC on releases 8.4 and 8.3. Regression tests weren't supported before that.
2010-06-02 15:58:08 +00:00
Andrew Dunstan
06d09a51b0
Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is
...
where we started supporting MSVC builds.
Security: CVE-2010-1169
2010-05-13 21:34:30 +00:00
Andrew Dunstan
dbef717909
Make iconv work like other optional libraries for MSVC.
2010-03-03 03:28:35 +00:00
Andrew Dunstan
881a97da86
Add missing library and include dir for XSLT in MSVC builds
2010-03-02 23:50:58 +00:00
Andrew Dunstan
7a8b468fc1
Do not run regression tests for contrib/xml2 on MSVC unless building with XML
2010-03-02 18:15:53 +00:00
Andrew Dunstan
deb5f53b6c
Backpatch MSVC build fix for XSLT
2010-03-02 15:43:44 +00:00
Magnus Hagander
1d6ddebd82
Enable the use of multiple CPUs/cores when building on MSVC. This only
...
affects the C compiler step - we still only build one target at a
time.
2009-08-10 11:48:50 +00:00
Andrew Dunstan
101430d291
Search for versioned perl library instead of using hardcoded name on Windows. Backpatch to release 8.3
2009-06-05 18:31:48 +00:00
Tom Lane
f35ed40410
Create a script to handle stamping release version numbers into files,
...
replacing the tedious and error-prone manual process we've been using.
2008-06-10 18:08:55 +00:00
Andrew Dunstan
cc22720644
Backpatch fixes for contrib makefiles.
2008-05-10 16:07:56 +00:00
Andrew Dunstan
547f61f028
Avoid using unnecessary pgwin32_safestat in libpq.
2008-04-16 14:21:23 +00:00
Andrew Dunstan
990344b31b
Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andreas Zeugswetter
2008-04-15 16:23:21 +00:00
Magnus Hagander
be99d75b40
Support for building contrib/uuid-ossp with MSVC.
...
Original patch from Hiroshi Saito, modified by me.
2008-02-28 12:18:03 +00:00
Magnus Hagander
1f6fc49ce3
Fix msvc install for cases where msgfmt (from gettext) is in a directory
...
that contains spaces.
Per complaint from Gevik Babakhani, like the last one.
2008-02-07 17:58:16 +00:00
Magnus Hagander
26351d1c74
Fix msvc install script to properly install NLS files when built with
...
gettext.
2008-02-07 13:49:00 +00:00
Magnus Hagander
8d363727f4
Fix very broken clean.bat for msvc install. The way we used subroutines
...
in .bat simply did not work, and it called them in the wrong order,
some several times, and some not at all. So this unrolls all subroutine
calls.
This should fix the issues with clean deleting the wrong files reported
by Dave Page.
While at it, add the "clean dist" option to act like "make distclean",
and no longer remove the flex/bison output files by default. This shuold
fix the problem reported by Pavel Golub in bug #3909 .
2008-02-06 15:13:25 +00:00
Magnus Hagander
03e4dc9ef2
Handle libraries in directories with spaces in them.
...
Gevik Babakhani
2008-02-05 14:17:23 +00:00
Andrew Dunstan
7ae43187ee
Remove 3 hex digit limit on symbol number in recent fix.
2008-01-31 16:30:24 +00:00
Andrew Dunstan
0a4ef62bf8
Fix test that wrongly excluded some dumpbin symbols.
...
Keep the intermediate symbol file rather then blowing it away, for easier debugging.
2008-01-31 03:26:14 +00:00
Peter Eisentraut
79a323ab49
Change /contrib to contrib for consistency.
2008-01-24 06:23:33 +00:00
Bruce Momjian
bfde21a1a8
Improve usage message for pgindent.
2008-01-16 20:13:44 +00:00
Bruce Momjian
f7d22658e6
Mention use of src/tools/major_release_split for creating back-branch
...
release notes.
2008-01-07 22:05:27 +00:00
Bruce Momjian
be6c3b5c2b
Modify copyright script to handle cases where there is only one year
...
in the copyright
2008-01-02 02:36:18 +00:00
Bruce Momjian
9098ab9e32
Update copyrights in source tree to 2008.
2008-01-01 19:46:01 +00:00
Bruce Momjian
012786aa1e
Update find_typedefs to handle simple 'typedef X' cases, per request
...
from Tom.
2007-12-21 21:02:41 +00:00
Bruce Momjian
7b009a2a9d
Modify pgindent to use an external typedefs file rather than included
...
list.
Remove pgjindent.
2007-12-21 14:20:36 +00:00
Magnus Hagander
1b1f7e977b
Remove unnecessary logo output from msbuild when cleaning ecpg regression
...
test outputs.
2007-12-19 12:31:35 +00:00
Magnus Hagander
0a6ac0085c
Make all msvc build scripts use buildenv.pl, not buildenv.bat.
...
Andrew Dunstan
2007-12-19 12:29:36 +00:00
Bruce Momjian
812bf6984b
Mention use all configure options when getting pgindent typedefs.
2007-12-17 02:02:48 +00:00
Bruce Momjian
55cfdd4400
Mention installing /contrib libraries for pgindent.
2007-12-17 01:56:43 +00:00
Bruce Momjian
cede2491b8
Mark items needing updating for beta stamping.
2007-12-13 02:02:20 +00:00
Magnus Hagander
22867ab986
Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's
...
used when building addons.
Dave Page
2007-12-11 14:34:43 +00:00
Magnus Hagander
a0c4ac77ad
Disable asserts by default on msvc build (to make it the same
...
as in unix)
2007-12-06 17:07:37 +00:00
Magnus Hagander
739338e88a
Default to integer timestamps being off until 8.4, to correspond
...
to the settings used for other platforms.
2007-12-03 17:17:05 +00:00
Magnus Hagander
8aa318c631
Don't try to install README.spi
...
Hannes Eder
2007-12-03 15:42:58 +00:00
Bruce Momjian
d6fda1b0bb
Better guard token used by pgindent.
2007-11-16 01:25:15 +00:00
Bruce Momjian
0c2c061eb0
Cleanup for new else/comment handling.
2007-11-16 01:11:04 +00:00
Bruce Momjian
7d4c99b414
Fix pgindent to properly handle 'else' and single-line comments on the
...
same line; previous fix was only partial. Re-run pgindent on files
that need it.
2007-11-15 23:23:44 +00:00
Bruce Momjian
da0b2cdff8
Beef up README instructions, again.
2007-11-15 22:15:46 +00:00
Bruce Momjian
6c8f69cd58
CUpdate README to suggest 'gmake distclean'. Add library typedefs.
2007-11-15 22:12:09 +00:00
Bruce Momjian
2a754d70d7
Update pgtools README to be clearer about typdefs.
2007-11-15 22:09:07 +00:00
Bruce Momjian
ab895f3b40
Update pgindent with current typedefs.
2007-11-15 22:06:07 +00:00
Bruce Momjian
1f735c32b2
Add blank lines to pgindent.
2007-11-15 21:52:39 +00:00
Bruce Momjian
fdf5a5efb7
pgindent run for 8.3.
2007-11-15 21:14:46 +00:00
Tom Lane
07c23731f2
contrib/tsearch2 need not be special-cased any longer.
2007-11-13 22:49:47 +00:00
Bruce Momjian
049f6b9baa
Properly pass third argument to open() in fsync test program.
...
Hiroshi Saito
2007-11-05 17:10:26 +00:00
Marc G. Fournier
2a34c1f288
removed from CVS
2007-10-30 23:38:23 +00:00
Marc G. Fournier
b973530737
simple script to pull together a very small (<500k) tar file that builds
...
*just* libpq ... its not perfect, as it pulls in more files then is
necessarily required to build, but as it is, it requires one simple patch
to configure.in in order to work ...
Tested on FreeBSD ... patch for configure.in hasn't been applied, but
putting the script in place so that it doesn't get lost ...
2007-10-30 02:34:48 +00:00
Tom Lane
dbaec70c15
Rename and slightly redefine the default text search parser's "word"
...
categories, as per discussion. asciiword (formerly lword) is still
ASCII-letters-only, and numword (formerly word) is still the most general
mixed-alpha-and-digits case. But word (formerly nlword) is now
any-group-of-letters-with-at-least-one-non-ASCII, rather than all-non-ASCII as
before. This is no worse than before for parsing mixed Russian/English text,
which seems to have been the design center for the original coding; and it
should simplify matters for parsing most European languages. In particular
it will not be necessary for any language to accept strings containing digits
as being regular "words". The hyphenated-word categories are adjusted
similarly.
2007-10-23 20:46:12 +00:00