summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-3/+0
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-201-0/+3
* Start using flexible array membersPeter Eisentraut2011-06-161-0/+9
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-311-6/+3
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-0/+3
* Per-column collation supportPeter Eisentraut2011-02-081-0/+6
* autoreconfPeter Eisentraut2011-01-271-0/+3
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-0/+3
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-2/+2
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-0/+3
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-131-0/+3
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-0/+4
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-071-3/+2
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-3/+17
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-0/+15
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-3/+6
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-161-0/+3
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-021-3/+14
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-041-0/+3
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-111-0/+3
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-061-0/+3
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-0/+3
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-021-3/+0
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-241-0/+3
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-0/+6
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-021-0/+12
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-021-3/+22
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-0/+15
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-0/+6
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-171-9/+11
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-241-1/+1
* Document that configure option only affects contrib:Bruce Momjian2007-11-051-1/+2
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-291-0/+3
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-231-0/+6
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-021-0/+3
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-211-1/+2
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-0/+6
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-121-0/+3
* Fix misspelling.Tom Lane2007-07-101-3/+3
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-0/+3
* tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane2007-05-041-0/+6
* Add --with-libxslt configure optionAndrew Dunstan2007-04-151-0/+3
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-3/+0
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-0/+4
* Seems some people have been forgetting to run autoheader.Tom Lane2007-03-261-0/+3
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-211-0/+3
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-071-0/+7
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-281-3/+4
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-281-0/+3
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-021-3/+0