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