summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2024-05-06Stamp 12.19.REL_12_19Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-02-05Stamp 12.18.REL_12_18Tom Lane
2023-11-06Stamp 12.17.REL_12_17Tom Lane
2023-08-07Stamp 12.16.REL_12_16Tom Lane
2023-05-08Stamp 12.15.REL_12_15Tom Lane
2023-02-06Stamp 12.14.REL_12_14Tom Lane
2022-11-10Re-allow building on Microsoft Visual Studio 2013.Tom Lane
2022-11-07Stamp 12.13.REL_12_13Tom Lane
2022-10-16Use libc's snprintf, not sprintf, for special cases in snprintf.c.Tom Lane
2022-09-17Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund
2022-08-08Stamp 12.12.REL_12_12Tom Lane
2022-05-09Stamp 12.11.REL_12_11Tom Lane
2022-02-07Stamp 12.10.REL_12_10Tom Lane
2021-11-08Stamp 12.9.REL_12_9Tom Lane
2021-08-09Stamp 12.8.REL_12_8Tom Lane
2021-07-24Make printf("%s", NULL) print "(null)" instead of crashing.Tom Lane
2021-06-01Add fallback implementation for setenv()Michael Paquier
2021-05-10Stamp 12.7.REL_12_7Tom Lane
2021-02-13pg_attribute_no_sanitize_alignment() macroTom Lane
2021-02-08Stamp 12.6.REL_12_6Tom Lane
2020-11-09Stamp 12.5.REL_12_5Tom Lane
2020-10-15In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2020-08-10Stamp 12.4.REL_12_4Tom Lane
2020-05-11Stamp 12.3.REL_12_3Tom Lane
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-03-30Be more careful about extracting encoding from locale strings on Windows.Tom Lane
2020-03-23Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane
2020-02-10Stamp 12.2.REL_12_2Tom Lane
2019-12-21In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane
2019-12-16On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane
2019-11-20Handle ReadFile() EOF correctly on Windows.Thomas Munro
2019-11-11Stamp 12.1.REL_12_1Tom Lane
2019-10-21Deal with yet another issue related to "Norwegian (Bokmål)" locale.Tom Lane
2019-08-27Improve what pg_strsignal prints if we haven't got strsignal(3).Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-19ANSI-ify a few straggler K&R-style function definitions.Tom Lane
2019-04-04Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch
2019-03-04Fix error handling of readdir() port implementation on first file lookupMichael Paquier
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-16Cygwin and Mingw floating-point fixes.Andrew Gierth
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Fix portability issues in pg_bitutilsAlvaro Herrera
2019-02-13Add -mpopcnt to all compiles of pg_bitutils.cAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth