| Commit message (Expand) | Author | Age |
* | On Darwin, detect and report a multithreaded postmaster. | Noah Misch | 2015-01-07 |
* | Add mkdtemp() to libpgport. | Noah Misch | 2014-06-14 |
* | Improve handling of ereport(ERROR) and elog(ERROR). | Tom Lane | 2013-01-13 |
* | Rename USE_INLINE to PG_USE_INLINE | Alvaro Herrera | 2012-10-09 |
* | Autoconfiscate selection of 64-bit int type for 64-bit large object API. | Tom Lane | 2012-10-07 |
* | Add infrastructure for compile-time assertions about variable types. | Tom Lane | 2012-09-30 |
* | Make configure probe for mbstowcs_l as well as wcstombs_l. | Tom Lane | 2012-08-31 |
* | Check LIBXML_VERSION instead of testing in configure script. | Tom Lane | 2012-08-17 |
* | Add fsync capability to initdb, and use sync_file_range() if available. | Tom Lane | 2012-07-13 |
* | Remove support for using wait3() in place of waitpid(). | Tom Lane | 2012-07-05 |
* | Put back AC_REQUIRE([AC_STRUCT_TM]). | Tom Lane | 2012-05-14 |
* | Remove unused AC_DEFINE symbols | Peter Eisentraut | 2012-05-14 |
* | Remove leftovers of BeOS port | Peter Eisentraut | 2012-05-14 |
* | Remove strdup, strtol, strtoul from libpgport | Peter Eisentraut | 2012-05-07 |
* | Allow MinGW builds to use standardly-named OpenSSL libraries. | Tom Lane | 2012-02-23 |
* | Support fls(). | Robert Haas | 2012-02-07 |
* | Use __sync_lock_test_and_set() for spinlocks on ARM, if available. | Tom Lane | 2012-01-07 |
* | Use mutex hint bit in PPC LWARX instructions, where possible. | Tom Lane | 2012-01-02 |
* | Remove support for on_exit() | Peter Eisentraut | 2011-12-27 |
* | Enable compiling with the mingw-w64 32 bit compiler. | Andrew Dunstan | 2011-12-10 |
* | Do missed autoheader run for previous commit. | Tom Lane | 2011-11-17 |
* | Make pgbench use erand48() rather than random(). | Robert Haas | 2011-08-03 |
* | Rewrite libxml error handling to be more robust. | Tom Lane | 2011-07-20 |
* | Start using flexible array members | Peter Eisentraut | 2011-06-16 |
* | Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). | Tom Lane | 2011-05-31 |
* | Fix char2wchar/wchar2char to support collations properly. | Tom Lane | 2011-04-23 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | autoreconf | Peter Eisentraut | 2011-01-27 |
* | Only build in crashdump support on Windows if there's a working dbghelp.h. | Andrew Dunstan | 2010-12-26 |
* | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes | 2010-05-25 |
* | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes | 2010-05-25 |
* | Fix up lame idea of not using autoconf to determine if platform has scandir(). | Tom Lane | 2010-05-13 |
* | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 |
* | Alter the configure script to fail immediately if the C compiler does not | Tom Lane | 2010-01-07 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 |
* | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane | 2009-09-13 |
* | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane | 2009-07-16 |
* | Upgrade to Autoconf 2.63 | Peter Eisentraut | 2009-07-02 |
* | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane | 2009-04-04 |
* | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 |
* | Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much | Tom Lane | 2009-01-06 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander | 2008-12-02 |
* | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander | 2008-11-24 |
* | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 |
* | 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-05-02 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 |