summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* Stamp 12.4.REL_12_4Tom Lane2020-08-101-4/+4
* Stamp 12.3.REL_12_3Tom Lane2020-05-111-4/+4
* Stamp 12.2.REL_12_2Tom Lane2020-02-101-4/+4
* Stamp 12.1.REL_12_1Tom Lane2019-11-111-4/+4
* Stamp 12.0.REL_12_0Tom Lane2019-09-301-3/+3
* Stamp 12rc1.REL_12_RC1Tom Lane2019-09-231-3/+3
* Stamp 12beta4.REL_12_BETA4Tom Lane2019-09-091-3/+3
* Stamp 12beta3.REL_12_BETA3Tom Lane2019-08-051-3/+3
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-171-3/+3
* Stamp 12beta1.REL_12_BETA1Tom Lane2019-05-201-3/+3
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-0/+12
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-9/+0
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-131-15/+6
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+18
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-131-0/+3
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-211-0/+3
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-211-0/+3
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-3/+0
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-0/+3
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-071-0/+6
* Make assorted performance improvements in snprintf.c.Tom Lane2018-10-031-0/+3
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-261-1/+1
* Always use our own versions of *printf().Tom Lane2018-09-261-17/+0
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-5/+0
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-241-0/+3
* Refactor dlopen() supportPeter Eisentraut2018-09-061-0/+8
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-3/+0
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+4
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-131-3/+0
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-221-8/+8
* Use signals for postmaster death on Linux.Thomas Munro2018-07-111-0/+3
* Stamp HEAD as 12develAndrew Dunstan2018-06-301-4/+4
* Stamp 11beta2.REL_11_BETA2Alvaro Herrera2018-06-251-3/+3
* Track new configure flags introduced for version 11 in pg_config.h.win32Michael Paquier2018-06-191-0/+21
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-231-1/+1
* Stamp 11beta1.REL_11_BETA1Tom Lane2018-05-211-3/+3
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-191-6/+0
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-181-0/+8
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-181-2/+14
* Change SIZEOF_BOOL to 1 for Windows.Tom Lane2018-05-021-1/+1
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-011-1/+3
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-041-2/+2
* Use stdbool.h if suitablePeter Eisentraut2018-03-221-0/+9
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-201-0/+19
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-271-0/+5
* Provide overflow safe integer math inline functions.Andres Freund2017-12-121-0/+3
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-141-0/+3
* Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund2017-10-121-12/+10
* Temporary attempt at a workaround for further MSVC restrict build failures.Andres Freund2017-10-111-0/+5