index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config.h.in
Commit message (
Expand
)
Author
Age
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
*
Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane
2018-11-07
*
pg_upgrade: Allow use of file cloning
Peter Eisentraut
2018-11-07
*
Provide pg_pread() and pg_pwrite() for random I/O.
Thomas Munro
2018-11-07
*
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-09
*
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-10-03
*
Try another way to detect the result type of strerror_r().
Tom Lane
2018-09-26
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
*
Remove obsolete linux dynloader code
Peter Eisentraut
2018-08-13
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
*
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-24
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
*
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
*
Fix typos
Peter Eisentraut
2018-07-10
*
Fix typo
Peter Eisentraut
2018-07-05
*
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
[next]