Commit Graph

663 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)

Author SHA1 Message Date
Tom Lane 068e08eebb Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Andrew Dunstan 24b96804d5 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Tom Lane cfd8cf37d2 Stamp 9.1.2. 14 years ago
Tom Lane 8da4007a4d Stamp 9.1.1. 14 years ago
Tom Lane 1f43001424 Stamp 9.1.0. 15 years ago
Heikki Linnakangas 6952071450 Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 15 years ago
Tom Lane d89b8daf5e Tag 9.1rc1. 15 years ago
Andrew Dunstan 5c70cc890d Don't build replacement getpeereid function on mingw. 15 years ago
Tom Lane 6c76524620 Tag 9.1beta3. 15 years ago
Tom Lane 829ae4bf83 Tag 9.1beta2. 15 years ago
Tom Lane 3980f7fc6e Implement getpeereid() as a src/port compatibility function. 15 years ago
Tom Lane be4585b1c2 Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). 15 years ago
Tom Lane 44404f3945 Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. 15 years ago
Tom Lane 8ff1f6a78c Adjust configure's probe for libselinux so it rejects too-old versions. 15 years ago
Peter Eisentraut 51ad1784cc Clarify the documentation of the --with-ossp-uuid option 15 years ago
Peter Eisentraut 8dd2ede3f8 Improve compiler string shown in version() 15 years ago
Tom Lane 993c5e5904 Tag 9.1beta1. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Peter Eisentraut 6094c242d1 Support for DragonFly BSD 15 years ago
Andrew Dunstan 42e5223648 Add a configure check for Python.h if building with python. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Peter Eisentraut 8b6f5f2510 Use -Wformat-security when available 15 years ago
Robert Haas 968bc6fac9 sepgsql, an SE-Linux integration for PostgreSQL 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Andrew Dunstan a534728afb Only build in crashdump support on Windows if there's a working dbghelp.h. 15 years ago
Tom Lane 5cdd65f324 Fix up getopt() reset management so it works on recent mingw. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 804a786c95 Add/fix caching on some configure checks 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Heikki Linnakangas 2746e5f21d Introduce latches. A latch is a boolean variable, with the capability to 16 years ago
Tom Lane b40466c337 Stamp HEAD as 9.1devel. 16 years ago
Marc G. Fournier 1084f31770 tag beta3 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
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