summaryrefslogtreecommitdiff
path: root/src/include/port/cygwin.h
AgeCommit message (Expand)Author
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2020-08-15Remove obsolete cygwin.h hackPeter Eisentraut
2019-02-16Cygwin and Mingw floating-point fixes.Andrew Gierth
2012-09-28Remove checks for now long outdated compilers.Andrew Dunstan
2010-11-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-28PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro
2010-05-27Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2003-12-23Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut