summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut2019-12-201-736/+0
* Cosmetic cleaning of pg_config.h.win32Peter Eisentraut2019-12-101-47/+44
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-061-3/+0
* Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier2019-12-061-3/+0
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-121-0/+3
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-071-3/+0
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-081-32/+1
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-071-10/+0
* Use explicit_bzeroPeter Eisentraut2019-09-051-0/+6
* Remove configure detection of crypt()Peter Eisentraut2019-08-211-6/+0
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-12/+0
* Stamp HEAD as 13devel.Tom Lane2019-07-011-4/+4
* 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