index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
c-compiler.m4
Age
Commit message (
Expand
)
Author
2019-02-16
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 compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-13
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
2018-10-09
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-07-10
Fix typos
Peter Eisentraut
2018-07-05
Fix typo
Peter Eisentraut
2018-04-04
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-03-20
Add C++ support to configure.
Andres Freund
2018-03-20
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
Andres Freund
2018-01-18
Extend configure's __int128 test to check for a known gcc bug.
Tom Lane
2017-12-17
Try harder to detect unavailability of __builtin_mul_overflow(int64).
Tom Lane
2017-12-16
Try to detect runtime unavailability of __builtin_mul_overflow(int64).
Andres Freund
2017-12-14
Tighten configure's test for __builtin_constant_p().
Tom Lane
2017-12-13
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Andres Freund
2017-12-13
Provide overflow safe integer math inline functions.
Andres Freund
2017-11-14
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-03-29
Fix configure check for typeof
Peter Eisentraut
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-20
Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane
2016-09-30
Use return instead of exit() in configure
Peter Eisentraut
2016-04-02
Copyedit comments and documentation.
Noah Misch
2015-10-08
Add BSWAP64 macro.
Robert Haas
2015-08-17
Improve configure test for the sse4.2 crc instruction.
Andres Freund
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-07-02
Replace obsolete autoconf macros with their modern replacements.
Heikki Linnakangas
2015-04-14
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
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
2014-11-23
Detect PG_PRINTF_ATTRIBUTE automatically.
Noah Misch
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-05-01
Fix "quiet inline" configure test for newer clang compilers.
Tom Lane
2013-04-30
Compiler optimizations for page checksum code.
Simon Riggs
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2012-10-09
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-09-30
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2011-05-26
Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.
Tom Lane
2010-09-29
Add/fix caching on some configure checks
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-05-25
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-02-13
Support inlining various small performance-critical functions on non-GCC
Tom Lane
[next]