index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
c-compiler.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
autoconf: Move export_dynamic determination to configure
Andres Freund
2022-12-06
1
-8
/
+17
*
autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
Andres Freund
2022-12-01
1
-4
/
+4
*
Add definition pg_attribute_aligned() for MSVC
Michael Paquier
2022-09-21
1
-0
/
+2
*
Rely on __func__ being supported
Andres Freund
2022-08-07
1
-26
/
+0
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
1
-0
/
+22
*
Sync up some inconsistent comments in config/c-compiler.m4.
Tom Lane
2020-04-22
1
-18
/
+18
*
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
1
-15
/
+0
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
1
-54
/
+27
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
1
-52
/
+0
*
Fix compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-15
1
-14
/
+8
*
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
1
-58
/
+0
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
1
-0
/
+116
*
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-09
1
-10
/
+25
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
1
-9
/
+2
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
1
-19
/
+0
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
1
-7
/
+13
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
1
-7
/
+7
*
Fix typos
Peter Eisentraut
2018-07-10
1
-2
/
+2
*
Fix typo
Peter Eisentraut
2018-07-05
1
-1
/
+1
*
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-04
1
-0
/
+34
*
Add C++ support to configure.
Andres Freund
2018-03-20
1
-0
/
+40
*
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
Andres Freund
2018-03-20
1
-24
/
+24
*
Extend configure's __int128 test to check for a known gcc bug.
Tom Lane
2018-01-18
1
-8
/
+40
*
Try harder to detect unavailability of __builtin_mul_overflow(int64).
Tom Lane
2017-12-17
1
-8
/
+9
*
Try to detect runtime unavailability of __builtin_mul_overflow(int64).
Andres Freund
2017-12-16
1
-4
/
+8
*
Tighten configure's test for __builtin_constant_p().
Tom Lane
2017-12-14
1
-1
/
+6
*
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Andres Freund
2017-12-12
1
-2
/
+3
*
Provide overflow safe integer math inline functions.
Andres Freund
2017-12-12
1
-0
/
+22
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
1
-3
/
+6
*
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
1
-0
/
+17
*
Fix configure check for typeof
Peter Eisentraut
2017-03-28
1
-1
/
+1
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
1
-0
/
+27
*
Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane
2017-03-20
1
-0
/
+24
*
Use return instead of exit() in configure
Peter Eisentraut
2016-09-30
1
-1
/
+3
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
1
-1
/
+1
*
Add BSWAP64 macro.
Robert Haas
2015-10-08
1
-0
/
+18
*
Improve configure test for the sse4.2 crc instruction.
Andres Freund
2015-08-17
1
-4
/
+3
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-34
/
+0
*
Replace obsolete autoconf macros with their modern replacements.
Heikki Linnakangas
2015-07-02
1
-34
/
+36
*
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
2015-04-14
1
-3
/
+7
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
1
-0
/
+27
*
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
1
-0
/
+37
*
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-02-10
1
-0
/
+17
*
Detect PG_PRINTF_ATTRIBUTE automatically.
Noah Misch
2014-11-23
1
-0
/
+21
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
1
-0
/
+98
*
Fix "quiet inline" configure test for newer clang compilers.
Tom Lane
2014-05-01
1
-2
/
+13
*
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-30
1
-0
/
+25
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
1
-1
/
+58
*
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-09
1
-2
/
+2
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
1
-0
/
+40
[next]