| Age | Commit message (Expand) | Author |
| 2009-02-12 | do not use unsetenv.c on mingw | Andrew Dunstan |
| 2009-02-11 | Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running | Tom Lane |
| 2009-02-03 | allow alternative names for tclsh used on Windows | Andrew Dunstan |
| 2009-01-22 | Recreate ecpg_config.h with a stamp file created by config.status, same | Peter Eisentraut |
| 2009-01-21 | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander |
| 2009-01-14 | Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it | Bruce Momjian |
| 2009-01-14 | Renable threading build for Solaris 2.5, per report from Andrew Chernow | Bruce Momjian |
| 2009-01-11 | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane |
| 2009-01-07 | Produce a full version string for Sun Studio. | Peter Eisentraut |
| 2009-01-07 | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian |
| 2009-01-06 | Remove references to pgsql-ports and pgsql-patches mailing lists from | Tom Lane |
| 2009-01-06 | Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much | Tom Lane |
| 2009-01-06 | Update SELECT version() to show whether it is a 32 or 64-bit backend binary. | Bruce Momjian |
| 2009-01-05 | When cross-compiling, allow and require an external zic program to be used | Peter Eisentraut |
| 2009-01-04 | Allow configure to deal with Python 3.0. Changes were: | Peter Eisentraut |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-07 | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut |
| 2008-12-02 | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander |
| 2008-11-26 | configure check for docbook2man program, used in the new XML-based man | Peter Eisentraut |
| 2008-11-24 | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander |
| 2008-11-18 | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut |
| 2008-11-12 | Detect and error out on inability to get proper linkage information required ... | Andrew Dunstan |
| 2008-10-30 | Missing space in error message | Peter Eisentraut |
| 2008-10-29 | Move forgotten comment closer to where it matters. | Peter Eisentraut |
| 2008-10-29 | Support for Sun Studio compiler on Linux | Peter Eisentraut |
| 2008-10-29 | Use Autoconf provided AS_HELP_STRING macro to automatically format and | Peter Eisentraut |
| 2008-09-05 | Check for gcov and lcov only when coverage testing is enabled. | Peter Eisentraut |
| 2008-09-05 | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut |
| 2008-09-05 | Add DSSSL stylesheet location for Mac OS X/Fink installation. | Peter Eisentraut |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-21 | Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few | Peter Eisentraut |
| 2008-08-19 | Remove -Winline from the default set of CFLAGS for gcc. It's gotten much | Tom Lane |
| 2008-08-01 | Cope with Tcl versions that do not create a tclsh symlink to the version- | Alvaro Herrera |
| 2008-07-23 | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut |
| 2008-06-27 | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane |
| 2008-05-27 | Require bind_textdomain_codeset() not just gettext() to enable NLS support. | Tom Lane |
| 2008-05-20 | Adjust -Wl,--asneeded test to avoid using the switch if it breaks | Tom Lane |
| 2008-05-18 | Make another try at using -Wl,--as-needed to suppress linking of unnecessary | Tom Lane |
| 2008-05-03 | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan |
| 2008-05-02 | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane |
| 2008-05-02 | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane |
| 2008-04-28 | Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion, | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-18 | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera |
| 2008-03-30 | Enable 64-bit integer datetimes by default, per previous discussion. | Neil Conway |
| 2008-03-10 | Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. | Tom Lane |
| 2008-03-10 | Provide a build-time option to store large relations as single files, rather | Tom Lane |
| 2008-02-24 | Use our own getopt() and getopt_long() on Solaris, because that platform's | Tom Lane |
| 2008-02-19 | Backport fixed AC_FUNC_FSEEKO | Peter Eisentraut |