| Commit message (Expand) | Author | Age |
* | Provide overflow safe integer math inline functions. | Andres Freund | 2017-12-12 |
* | Prevent int128 from requiring more than MAXALIGN alignment. | Tom Lane | 2017-11-14 |
* | Use C99 restrict via pg_restrict, rather than restrict directly. | Andres Freund | 2017-10-12 |
* | Add configure infrastructure to detect support for C99's restrict. | Andres Freund | 2017-10-11 |
* | Rewrite strnlen replacement implementation from 8a241792f96. | Andres Freund | 2017-10-10 |
* | Add pg_strnlen() a portable implementation of strlen. | Andres Freund | 2017-10-09 |
* | Extend & revamp pg_bswap.h infrastructure. | Andres Freund | 2017-09-29 |
* | Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. | Tom Lane | 2017-09-25 |
* | Assume wcstombs(), towlower(), and sibling functions are always present. | Tom Lane | 2017-09-22 |
* | Make WAL segment size configurable at initdb time. | Andres Freund | 2017-09-19 |
* | Make [U]INT64CONST safe for use in #if conditions. | Tom Lane | 2017-09-01 |
* | Reject use of ucol_strcollUTF8() before ICU 53 | Peter Eisentraut | 2017-08-10 |
* | Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l... | Tom Lane | 2017-04-24 |
* | Use pselect(2) not select(2), if available, to wait in postmaster's loop. | Tom Lane | 2017-04-24 |
* | Don't include sys/poll.h anymore. | Andres Freund | 2017-04-23 |
* | Cast result of copyObject() to correct type | Peter Eisentraut | 2017-03-28 |
* | ICU support | Peter Eisentraut | 2017-03-23 |
* | Add configure test to see if the C compiler has gcc-style computed gotos. | Tom Lane | 2017-03-20 |
* | Remove some configure header-file checks that we weren't really using. | Tom Lane | 2017-02-25 |
* | De-support floating-point timestamps. | Tom Lane | 2017-02-23 |
* | Use clock_gettime(), if available, in instr_time measurements. | Tom Lane | 2017-01-02 |
* | Replace PostmasterRandom() with a stronger source, second attempt. | Heikki Linnakangas | 2016-12-05 |
* | Fix building with LibreSSL. | Heikki Linnakangas | 2016-09-15 |
* | Add BSD authentication method. | Tom Lane | 2016-04-08 |
* | Introduce WaitEventSet API. | Andres Freund | 2016-03-21 |
* | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane | 2016-03-15 |
* | Add support for systemd service notifications | Peter Eisentraut | 2016-02-02 |
* | Cope with Readline's failure to track SIGWINCH events outside of input. | Tom Lane | 2015-12-16 |
* | Add BSWAP64 macro. | Robert Haas | 2015-10-08 |
* | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane | 2015-08-31 |
* | Remove long-dead support for platforms without sig_atomic_t. | Tom Lane | 2015-08-31 |
* | Run autoheader to add a few missing #defines to pg_config.h.in. | Heikki Linnakangas | 2015-08-13 |
* | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 |
* | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas | 2015-04-14 |
* | Add, optional, support for 128bit integers. | Andres Freund | 2015-03-20 |
* | Speed up CRC calculation using slicing-by-8 algorithm. | Heikki Linnakangas | 2015-02-10 |
* | Remove configure test for nonstandard variants of getpwuid_r(). | Tom Lane | 2015-01-11 |
* | On Darwin, detect and report a multithreaded postmaster. | Noah Misch | 2015-01-07 |
* | Detect PG_PRINTF_ATTRIBUTE automatically. | Noah Misch | 2014-11-23 |
* | Add native compiler and memory barriers for solaris studio. | Andres Freund | 2014-10-25 |
* | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund | 2014-09-25 |
* | Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. | Heikki Linnakangas | 2014-08-21 |
* | Break out OpenSSL-specific code to separate files. | Heikki Linnakangas | 2014-08-11 |
* | Detect presence of SSL_get_current_compression | Magnus Hagander | 2014-07-15 |
* | Remove some useless code in the configure script. | Tom Lane | 2014-07-01 |
* | Add mkdtemp() to libpgport. | Noah Misch | 2014-06-14 |
* | Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. | Tom Lane | 2014-05-27 |
* | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane | 2014-01-23 |
* | Remove support for native krb5 authentication | Magnus Hagander | 2014-01-19 |
* | Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. | Tom Lane | 2013-12-29 |