aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/win32.c
Commit message (Expand)AuthorAge
* Convert some extern variables to static, Windows codePeter Eisentraut2024-08-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier2022-08-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-15
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add #include postgres_fe.h in two win32-specific files, because there isBruce Momjian2006-07-29
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Because the change to gettext. Needs a bunch of new includes. PatchBruce Momjian2005-02-27
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Briefly,Bruce Momjian2004-02-02
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-14