| Commit message (Expand) | Author | Age |
* | Stamp 11.7.REL_11_7 | Tom Lane | 2020-02-10 |
* | Avoid thread-safety problem in ecpglib. | Tom Lane | 2019-01-21 |
* | Fix detection of the result type of strerror_r(). | Tom Lane | 2018-09-30 |
* | LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. | Andres Freund | 2018-08-24 |
* | LLVMJIT: Adapt to API changes in gdb and perf support. | Andres Freund | 2018-07-22 |
* | Fix typos | Peter Eisentraut | 2018-07-10 |
* | Fix typo | Peter Eisentraut | 2018-07-10 |
* | Remove configure's check for nonstandard "long long" printf modifiers. | Tom Lane | 2018-05-23 |
* | Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull. | Tom Lane | 2018-05-19 |
* | Arrange to supply declarations for strtoll/strtoull if needed. | Tom Lane | 2018-05-18 |
* | Improve our method for probing the availability of ARM CRC instructions. | Tom Lane | 2018-05-02 |
* | Use ARMv8 CRC instructions where available. | Heikki Linnakangas | 2018-04-04 |
* | Fix incorrect description of USE_SLICING_BY_8_CRC32C. | Heikki Linnakangas | 2018-04-04 |
* | Add configure tests for stdbool.h and sizeof bool | Peter Eisentraut | 2018-03-21 |
* | Add configure infrastructure (--with-llvm) to enable LLVM support. | Andres Freund | 2018-03-20 |
* | Attempt to fix build with unusual OpenSSL versions | Peter Eisentraut | 2018-03-20 |
* | Another attempt at fixing build with various OpenSSL versions | Peter Eisentraut | 2018-01-04 |
* | Allow ldaps when using ldap authentication | Peter Eisentraut | 2018-01-03 |
* | 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 |