aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-13
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-21
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Drop support for getting signal descriptions from sys_siglist[].Tom Lane2018-12-17
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-07
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-07
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-07
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-09
* Make assorted performance improvements in snprintf.c.Tom Lane2018-10-03
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-24
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-24
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-13
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-12
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-11
* Use setproctitle_fast() to update the ps status, if available.Thomas Munro2018-07-24
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* Use signals for postmaster death on FreeBSD.Thomas Munro2018-07-11
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Fix typosPeter Eisentraut2018-07-10
* Fix typoPeter Eisentraut2018-07-05
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-23
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Improve our method for probing the availability of ARM CRC instructions.Tom Lane2018-05-02
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-04
* Add configure tests for stdbool.h and sizeof boolPeter Eisentraut2018-03-21
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-20
* Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut2018-03-20
* Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut2018-01-04
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Provide overflow safe integer math inline functions.Andres Freund2017-12-12
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund2017-10-12
* Add configure infrastructure to detect support for C99's restrict.Andres Freund2017-10-11
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Add pg_strnlen() a portable implementation of strlen.Andres Freund2017-10-09
* Extend & revamp pg_bswap.h infrastructure.Andres Freund2017-09-29
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25