42a8068b5c
Stamp release 7.3.8.
2004-10-22 00:27:05 +00:00
1bc489bc9c
Stamp 7.3.7.
2004-08-15 00:52:02 +00:00
2d558b2baa
Brand 7.3.6.
2004-03-02 00:44:55 +00:00
3c373885fa
Do not let external specification of CFLAGS stop us from adding
...
-fno-strict-aliasing.
2004-02-02 04:08:12 +00:00
7af352f103
Brand 7.3.5.
2003-12-02 16:26:00 +00:00
1ecc0fdb00
Stamp 7.3.4 release.
2003-07-23 04:10:16 +00:00
9bc3438b03
Brand 7.3.3.
2003-05-22 20:17:24 +00:00
0f36c544d9
Brand 7.3.2.
2003-02-02 19:56:46 +00:00
295ece4a0c
A tiny patch to fix a typo in configure.in and another one in
...
RELEASE_CHANGES.
Manfred Koizar
2003-01-11 04:59:08 +00:00
148e7e06bf
Stamp 7.3.1.
2002-12-18 02:07:30 +00:00
b010b9d78e
Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in
...
configure/configure.in.
2002-11-26 22:04:55 +00:00
427c889607
Stamp RC2.
2002-11-18 04:41:14 +00:00
bf25ad354e
mis-tag'd as the release instead of rc1 ...
2002-11-16 19:48:30 +00:00
19826a77af
Update for RC1.
2002-11-16 02:21:21 +00:00
7694bf436f
Stamp beta5.
2002-11-06 18:52:44 +00:00
24135fbf09
Stamp beta4.
2002-11-03 01:35:06 +00:00
4668d54f0b
Add fseeko for NetBSD.
2002-10-24 03:11:05 +00:00
d36caf103b
Stamp for 7.3 beta3.
2002-10-24 03:03:37 +00:00
b093f8825d
Fix include files for new PageOutput call.
2002-10-24 01:33:50 +00:00
c9984ab79d
Add comments on bsd/os handling.
2002-10-23 20:59:03 +00:00
dc4d18e056
Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-10-23 20:56:24 +00:00
4852dd9d61
Stamp configure for beta2.
2002-09-25 13:23:15 +00:00
105907f7dc
Put in defense against gcc -ffast-math.
2002-09-20 18:38:57 +00:00
ff9973a8f1
Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.
2002-09-17 04:27:41 +00:00
8aa966e4b8
Add mention of config.log for configure failure debugging.
2002-09-11 04:27:48 +00:00
f3b211841e
Add JAVA_HOME test for Ant.
2002-09-06 14:31:16 +00:00
337da0678a
Assorted fixes for Cygwin:
...
Eliminate the mysterious games that the Cygwin build plays with the linker
flag variables. DLLLIBS is gone, use SHLIB_LINK like everyone else.
Detect cygipc in configure, after the linker flags are set up, otherwise
configure might not work at all.
Make sure everything is covered by make clean.
Fix the build of the new conversion procedure modules.
Add new DLLIMPORT markers where required.
Finally, the compiler complains if we use an explicit
-I/usr/local/include, so don't do that. Curiously, -L/usr/local/lib is
still necessary.
2002-09-05 18:28:46 +00:00
e43ecb3d1a
Remove leftovers from subproject removals. Fixes for Python and Kerberos
...
configuration.
2002-09-04 22:54:18 +00:00
ba982373dc
Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that
...
usually anyway.
2002-09-04 08:08:29 +00:00
79ecb80c74
Brand 7.3. Ready for beta!
2002-09-04 07:23:04 +00:00
77f7763b55
Remove all traces of multibyte and locale options. Clean up comments
...
referring to "multibyte" where it really means character encoding.
2002-09-03 21:45:44 +00:00
75803a0163
Add check for Ant version >= 1.5.
2002-09-02 16:14:01 +00:00
47c51db5f3
Update documentation for --with-perl.
2002-08-30 17:14:30 +00:00
4890ec9eac
Re-enable perl configure tests for psql help file generation.
2002-08-30 16:23:21 +00:00
9a0b4d7f84
perl5 interface moved to gborg
2002-08-30 13:06:22 +00:00
5a303f878e
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
...
project ...
2002-08-22 22:43:14 +00:00
da4683fbe1
Okay, libpq++ is moved to GBorg, and all traces of it have been removed
...
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...
Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...
2002-08-22 00:15:14 +00:00
6faf8024fa
Enable large file support.
...
Use off_t and size_t in pg_dump to handle file offset arithmetic correctly.
2002-08-20 17:54:45 +00:00
b0c3c48eb3
Assemble portability modules into libpgport library.
...
Some makefile simplifications.
2002-07-27 20:10:05 +00:00
33b3c95200
Complete TODO item:
...
* -Add BSD-licensed qsort() for Solaris
2002-07-19 17:35:11 +00:00
404e9a12a5
Move libc replacement files from src/backend/port to src/port.
2002-07-18 04:13:59 +00:00
de1a6978fe
Improve getopt_long search, per Peter:
...
AC_SEARCH_LIBS(getopt_long, [getopt])
2002-07-17 02:54:01 +00:00
3cbb9eb265
Move few remaining src/utils files to backend/port so everything is in
...
one place. Everything may be moved to src/utils eventually.
Add DLLINIT variable to simplify makfiles.
2002-07-16 05:46:36 +00:00
cc618f2653
Add search for libgetopt.a in hopes of finding getopt_long().
2002-07-15 22:41:45 +00:00
b9104e3a97
Remove certain Makefile dependencies by using full pathnames in
...
configure.in.
2002-07-15 21:34:05 +00:00
4f4753832e
Move CXX platform-specific stuff into template files.
2002-07-07 20:28:25 +00:00
7662419f1b
Change PL/Perl and Pg interface build to use configured compiler and
...
Makefile.shlib system, not MakeMaker.
2002-05-28 16:57:53 +00:00
2f2d05763d
Change PL/Tcl build to use configured compiler and Makefile.shlib
...
system, not Tcl-provided one.
Make sure export file, if any, is cleaned.
Tcl configuration is now read directly in configure and recorded in
Makefile.global. This eliminates some duplicate efforts and allows
for easier hand-editing of the results, if necessary.
2002-05-24 18:10:17 +00:00
72a3902a66
Create an internal semaphore API that is not tied to SysV semaphores.
...
As proof of concept, provide an alternate implementation based on POSIX
semaphores. Also push the SysV shared-memory implementation into a
separate file so that it can be replaced conveniently.
2002-05-05 00:03:29 +00:00
97b6e3f06f
Fix typo.
2002-04-26 19:47:35 +00:00