Bruce Momjian
4668d54f0b
Add fseeko for NetBSD.
24 years ago
Bruce Momjian
d36caf103b
Stamp for 7.3 beta3.
24 years ago
Bruce Momjian
b093f8825d
Fix include files for new PageOutput call.
24 years ago
Bruce Momjian
c9984ab79d
Add comments on bsd/os handling.
24 years ago
Bruce Momjian
dc4d18e056
Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.
24 years ago
Bruce Momjian
4852dd9d61
Stamp configure for beta2.
24 years ago
Peter Eisentraut
105907f7dc
Put in defense against gcc -ffast-math.
24 years ago
Bruce Momjian
ff9973a8f1
Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.
24 years ago
Bruce Momjian
8aa966e4b8
Add mention of config.log for configure failure debugging.
24 years ago
Bruce Momjian
f3b211841e
Add JAVA_HOME test for Ant.
24 years ago
Peter Eisentraut
b9d5620a14
autoconf
24 years ago
Peter Eisentraut
e43ecb3d1a
Remove leftovers from subproject removals. Fixes for Python and Kerberos
...
configuration.
24 years ago
Bruce Momjian
ba982373dc
Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that
...
usually anyway.
24 years ago
Bruce Momjian
79ecb80c74
Brand 7.3. Ready for beta!
24 years ago
Peter Eisentraut
77f7763b55
Remove all traces of multibyte and locale options. Clean up comments
...
referring to "multibyte" where it really means character encoding.
24 years ago
Bruce Momjian
75803a0163
Add check for Ant version >= 1.5.
24 years ago
Bruce Momjian
ce26e71945
Run autoconf.
24 years ago
Bruce Momjian
4890ec9eac
Re-enable perl configure tests for psql help file generation.
24 years ago
Marc G. Fournier
9a0b4d7f84
perl5 interface moved to gborg
24 years ago
Marc G. Fournier
5a303f878e
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
...
24 years ago
Marc G. Fournier
da4683fbe1
Okay, libpq++ is moved to GBorg, and all traces of it have been removed
...
24 years ago
Peter Eisentraut
6faf8024fa
Enable large file support.
...
Use off_t and size_t in pg_dump to handle file offset arithmetic correctly.
24 years ago
Peter Eisentraut
b0c3c48eb3
Assemble portability modules into libpgport library.
...
Some makefile simplifications.
24 years ago
Bruce Momjian
33b3c95200
Complete TODO item:
...
* -Add BSD-licensed qsort() for Solaris
24 years ago
Bruce Momjian
404e9a12a5
Move libc replacement files from src/backend/port to src/port.
24 years ago
Bruce Momjian
de1a6978fe
Improve getopt_long search, per Peter:
...
AC_SEARCH_LIBS(getopt_long, [getopt])
24 years ago
Bruce Momjian
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.
24 years ago
Bruce Momjian
cc618f2653
Add search for libgetopt.a in hopes of finding getopt_long().
24 years ago
Bruce Momjian
b9104e3a97
Remove certain Makefile dependencies by using full pathnames in
...
configure.in.
24 years ago
Bruce Momjian
4f4753832e
Move CXX platform-specific stuff into template files.
24 years ago
Peter Eisentraut
7662419f1b
Change PL/Perl and Pg interface build to use configured compiler and
...
Makefile.shlib system, not MakeMaker.
24 years ago
Peter Eisentraut
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.
24 years ago
Tom Lane
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.
24 years ago
Tom Lane
97b6e3f06f
Fix typo.
24 years ago
Tatsuo Ishii
998e1c178c
Add checking for syslog.h
...
Enable multibyte support by default. Note that this is the first cut,
and I'm gloing to remove #ifdef MULTIBYTE and others step by step...
24 years ago
Bruce Momjian
2d81019493
Sorry for the package, but the following patch need to be applied to get
...
the new verion compiled on SCO Openserver 5.0.5 and Unixware 7.1.1
Nicolas Bazin
24 years ago
Thomas G. Lockhart
15c7931327
Provide new option "--enable-integer-datetimes". Defaults to disabled for
...
now, but we may want otherwise on systems which support it.
24 years ago
Tatsuo Ishii
ad201b8d18
Remove --enable-syslog option
24 years ago
Peter Eisentraut
2e32eca8d0
Allow detection of collateindex.pl in stylesheet directory or in path,
...
which covers some recent installation schemes.
Add Mandrake installation layout to directories to check for stylesheets.
Allow documentation build to proceed if stylesheets were not found, in case
the stylesheets might be found through the SGML catalog mechanism.
24 years ago
Peter Eisentraut
5c1f31d2d4
Readline and Zlib now required by default. Add options --without-readline
...
and --without-zlib to turn them off.
24 years ago
Peter Eisentraut
563673e15d
Add make install-strip target.
24 years ago
Peter Eisentraut
867901db9e
Locale support is on by default. The choice of locale is done in initdb
...
and/or with GUC variables.
24 years ago
Tom Lane
69b7651b1d
Fix broken PG_VERSION_STR.
24 years ago
Peter Eisentraut
25004eec95
Fix more random breakage manifesting on FreeBSD.
24 years ago
Peter Eisentraut
4916f9e97a
Reorder some things so prerequisite macros don't get expanded implicitly
...
within a shell conditional.
24 years ago
Peter Eisentraut
ea13a3fab2
Add missing comma.
24 years ago
Peter Eisentraut
7c1ff35410
Upgrade to Autoconf version 2.53. Replaced many custom macro
...
calls with new or now-built-in versions. Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.
24 years ago
Peter Eisentraut
f362dcec61
Move
...
src/GNUmakefile.in to src/Makefile
and
src/backend/port/Makefile.in to src/backend/port/Makefile
All configure substitutions are now done in Makefile.global.
24 years ago
Bruce Momjian
cf6a73dedc
Change "head -1" to "sort q" as suggested for POSIX compatibility.
24 years ago
Bruce Momjian
b7cc409f7f
Autoconf for jdbc debug changes.
24 years ago