| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add BSD authentication method. | Tom Lane | 2016-04-08 | 1 | -0/+3 |
| * | Introduce WaitEventSet API. | Andres Freund | 2016-03-21 | 1 | -0/+3 |
| * | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane | 2016-03-15 | 1 | -0/+3 |
| * | Add support for systemd service notifications | Peter Eisentraut | 2016-02-02 | 1 | -0/+3 |
| * | Cope with Readline's failure to track SIGWINCH events outside of input. | Tom Lane | 2015-12-16 | 1 | -0/+3 |
| * | Add BSWAP64 macro. | Robert Haas | 2015-10-08 | 1 | -0/+3 |
| * | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane | 2015-08-31 | 1 | -9/+0 |
| * | Remove long-dead support for platforms without sig_atomic_t. | Tom Lane | 2015-08-31 | 1 | -3/+0 |
| * | Run autoheader to add a few missing #defines to pg_config.h.in. | Heikki Linnakangas | 2015-08-13 | 1 | -0/+10 |
| * | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 | 1 | -4/+0 |
| * | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas | 2015-04-14 | 1 | -0/+15 |
| * | Add, optional, support for 128bit integers. | Andres Freund | 2015-03-20 | 1 | -0/+3 |
| * | Speed up CRC calculation using slicing-by-8 algorithm. | Heikki Linnakangas | 2015-02-10 | 1 | -0/+3 |
| * | Remove configure test for nonstandard variants of getpwuid_r(). | Tom Lane | 2015-01-11 | 1 | -3/+0 |
| * | On Darwin, detect and report a multithreaded postmaster. | Noah Misch | 2015-01-07 | 1 | -0/+3 |
| * | Detect PG_PRINTF_ATTRIBUTE automatically. | Noah Misch | 2014-11-23 | 1 | -0/+3 |
| * | Add native compiler and memory barriers for solaris studio. | Andres Freund | 2014-10-25 | 1 | -0/+3 |
| * | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund | 2014-09-25 | 1 | -1/+23 |
| * | Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. | Heikki Linnakangas | 2014-08-21 | 1 | -5/+2 |
| * | Break out OpenSSL-specific code to separate files. | Heikki Linnakangas | 2014-08-11 | 1 | -3/+3 |
| * | Detect presence of SSL_get_current_compression | Magnus Hagander | 2014-07-15 | 1 | -0/+3 |
| * | Remove some useless code in the configure script. | Tom Lane | 2014-07-01 | 1 | -7/+0 |
| * | Add mkdtemp() to libpgport. | Noah Misch | 2014-06-14 | 1 | -0/+3 |
| * | Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. | Tom Lane | 2014-05-27 | 1 | -0/+12 |
| * | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane | 2014-01-23 | 1 | -2/+2 |
| * | Remove support for native krb5 authentication | Magnus Hagander | 2014-01-19 | 1 | -18/+0 |
| * | Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. | Tom Lane | 2013-12-29 | 1 | -4/+1 |
| * | Upgrade to Autoconf 2.69 | Peter Eisentraut | 2013-12-18 | 1 | -10/+21 |
| * | Remove use of obsolescent Autoconf macros | Peter Eisentraut | 2013-11-30 | 1 | -10/+0 |
| * | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane | 2013-10-22 | 1 | -3/+0 |
| * | Add use of asprintf() | Peter Eisentraut | 2013-10-13 | 1 | -0/+3 |
| * | Allow dynamic allocation of shared memory segments. | Robert Haas | 2013-10-09 | 1 | -0/+3 |
| * | Revert WAL posix_fallocate() patches. | Jeff Davis | 2013-09-04 | 1 | -3/+0 |
| * | Use posix_fallocate() for new WAL files, where available. | Jeff Davis | 2013-07-05 | 1 | -0/+3 |
| * | Improve handling of ereport(ERROR) and elog(ERROR). | Tom Lane | 2013-01-13 | 1 | -0/+9 |
| * | Rename USE_INLINE to PG_USE_INLINE | Alvaro Herrera | 2012-10-09 | 1 | -4/+4 |
| * | Autoconfiscate selection of 64-bit int type for 64-bit large object API. | Tom Lane | 2012-10-07 | 1 | -0/+3 |
| * | Add infrastructure for compile-time assertions about variable types. | Tom Lane | 2012-09-30 | 1 | -0/+6 |
| * | Make configure probe for mbstowcs_l as well as wcstombs_l. | Tom Lane | 2012-08-31 | 1 | -0/+3 |
| * | Check LIBXML_VERSION instead of testing in configure script. | Tom Lane | 2012-08-17 | 1 | -3/+0 |
| * | Add fsync capability to initdb, and use sync_file_range() if available. | Tom Lane | 2012-07-13 | 1 | -0/+3 |
| * | Remove support for using wait3() in place of waitpid(). | Tom Lane | 2012-07-05 | 1 | -3/+0 |
| * | Put back AC_REQUIRE([AC_STRUCT_TM]). | Tom Lane | 2012-05-14 | 1 | -0/+3 |
| * | Remove unused AC_DEFINE symbols | Peter Eisentraut | 2012-05-14 | 1 | -18/+0 |
| * | Remove leftovers of BeOS port | Peter Eisentraut | 2012-05-14 | 1 | -9/+0 |
| * | Remove strdup, strtol, strtoul from libpgport | Peter Eisentraut | 2012-05-07 | 1 | -9/+0 |
| * | Allow MinGW builds to use standardly-named OpenSSL libraries. | Tom Lane | 2012-02-23 | 1 | -6/+0 |
| * | Support fls(). | Robert Haas | 2012-02-07 | 1 | -0/+3 |
| * | Use __sync_lock_test_and_set() for spinlocks on ARM, if available. | Tom Lane | 2012-01-07 | 1 | -0/+3 |
| * | Use mutex hint bit in PPC LWARX instructions, where possible. | Tom Lane | 2012-01-02 | 1 | -1/+4 |