Commit Graph

630 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)

Author SHA1 Message Date
Marc G. Fournier dcd52a64bd tag 9.0beta2 16 years ago
Michael Meskes 29259531c7 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. 16 years ago
Michael Meskes 555a02f910 Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish. 16 years ago
Tom Lane 382ff21203 Fix up lame idea of not using autoconf to determine if platform has scandir(). 16 years ago
Marc G. Fournier f9d9b2b34a tag for 9.0beta1 16 years ago
Peter Eisentraut 2f6cf9192c Revert version stamping in wrong branch 16 years ago
Peter Eisentraut a779afb40c Version stamp 9.0alpha4 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Tom Lane e08ab7c312 Support inlining various small performance-critical functions on non-GCC 16 years ago
Tom Lane a6c75be23d Re-order configure tests to reflect the fact that the code generated for 16 years ago
Tom Lane c7f08913ba Fail in a nicer way if we have --with-perl and no Perl. 16 years ago
Tom Lane d15cb38dec Alter the configure script to fail immediately if the C compiler does not 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 85d02a6586 Redefine Datum as uintptr_t, instead of unsigned long. 16 years ago
Bruce Momjian 64579962bb Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. 16 years ago
Bruce Momjian 8c1c2e38f6 thread-safety 16 years ago
Bruce Momjian 925b32bba1 Enable thread safety 16 years ago
Bruce Momjian 891f924bad THREAD_SUPPORT 16 years ago
Tom Lane f3aec2c7f5 Support "samehost" and "samenet" specifications in pg_hba.conf, 16 years ago
Tom Lane e97281c46c Write psql's ~/.psql_history file using history_truncate_file() and 17 years ago
Tom Lane 59b9f3d36d Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate 17 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 17 years ago
Tom Lane 655473a7cd Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. 17 years ago
Andrew Dunstan dc7aa36521 Force use of our erand48 on Cygwin 17 years ago
Tom Lane c43feefa80 Add erand48() to the set of functions supported by our src/port/ library, 17 years ago
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 17 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 17 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 17 years ago
Marc G. Fournier bc00ceb159 bundle RC2 17 years ago
Marc G. Fournier 35daaa91d3 time to tag rc1 ... 17 years ago
Tom Lane 14ba9fdef6 Fix ill-advised whitespace prettification, per buildfarm. 17 years ago
Tom Lane cb10e3af3a Support Kerberos on platforms where libcom_err depends on OpenSSL, as 17 years ago
Peter Eisentraut 5e4c8aee1f Add documentation string for LDFLAGS_SL in configure --help output. 17 years ago
Marc G. Fournier abc924519a commit for BETA2 17 years ago
Marc G. Fournier 4c9c0b85fb commit and tag beta1 17 years ago
Bruce Momjian 77b044f27e Disable effective_io_concurrency on Solaris because posix_fadvise() is 17 years ago
Tom Lane 1d26226d95 Make an attempt at fixing our current Solaris 11 breakage: add a configure 17 years ago
Tom Lane 3da36407c0 On Solaris, we should only force use of our own getopt(); it's okay to use 17 years ago
Andrew Dunstan 30735adfe4 do not use unsetenv.c on mingw 17 years ago
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 17 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Bruce Momjian eac951d510 Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it 17 years ago
Bruce Momjian 62f09e92be Renable threading build for Solaris 2.5, per report from Andrew Chernow 17 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 17 years ago
Peter Eisentraut 16785db18c Produce a full version string for Sun Studio. 17 years ago
Bruce Momjian d00a3472cf Update MinGW so it handles fseeko() similar to Unix. 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Tom Lane 075ac80d72 Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much 17 years ago