| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove support for bcc and msvc standalone libpq builds | Magnus Hagander | 2017-04-11 | 1 | -366/+0 |
| * | Remove extraneous leading whitespace in Windows build script. | Tom Lane | 2016-06-13 | 1 | -1/+2 |
| * | Remove unnecessary definition of _WIN64 in libpq/win32.mak. | Tom Lane | 2016-04-12 | 1 | -1/+1 |
| * | Fix two places that thought Windows64 is indicated by WIN64 macro. | Tom Lane | 2016-04-11 | 1 | -1/+1 |
| * | Revert error-throwing wrappers for the printf family of functions. | Tom Lane | 2015-05-19 | 1 | -7/+0 |
| * | Add error-throwing wrappers for the printf family of functions. | Noah Misch | 2015-05-18 | 1 | -0/+7 |
| * | MinGW: Link with shell32.dll instead of shfolder.dll. | Noah Misch | 2014-10-21 | 1 | -1/+1 |
| * | Break out OpenSSL-specific code to separate files. | Heikki Linnakangas | 2014-08-11 | 1 | -3/+9 |
| * | Remove dependency on wsock32.lib in favor of ws2_32 | Magnus Hagander | 2014-07-15 | 1 | -1/+1 |
| * | Replace SYSTEMQUOTEs with Windows-specific wrapper functions. | Heikki Linnakangas | 2014-05-05 | 1 | -0/+7 |
| * | Re-include pqsignal() in libpq. | Tom Lane | 2013-03-17 | 1 | -0/+7 |
| * | Move pqsignal() to libpgport. | Tom Lane | 2013-03-17 | 1 | -2/+0 |
| * | Autoconfiscate selection of 64-bit int type for 64-bit large object API. | Tom Lane | 2012-10-07 | 1 | -1/+4 |
| * | Teach the makefile used to build stand-alone libpq on Windows that libpq | Heikki Linnakangas | 2011-09-14 | 1 | -2/+9 |
| * | Allow bcc32 and win32 batch files to compile libpq. | Bruce Momjian | 2011-09-07 | 1 | -0/+14 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -5/+5 |
| * | Add missing library to standalone libpq build on Win32. | Magnus Hagander | 2009-11-23 | 1 | -1/+1 |
| * | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander | 2008-10-27 | 1 | -0/+2 |
| * | Fix standalone libpq build on win32. | Magnus Hagander | 2008-06-27 | 1 | -2/+11 |
| * | Add more dependencies from libpgport required by | Magnus Hagander | 2008-05-05 | 1 | -0/+28 |
| * | Create two separate libpq.rc's: One that is built at build time, and one | Peter Eisentraut | 2008-02-26 | 1 | -2/+2 |
| * | Generate and include manifest in standalone libpq build on Windows. | Magnus Hagander | 2008-01-10 | 1 | -0/+6 |
| * | Default to thread safety on, and support more CPU options. Also | Magnus Hagander | 2007-10-02 | 1 | -2/+9 |
| * | Build with /GS on 64-bit to work with modern Platform SDK. | Magnus Hagander | 2007-10-01 | 1 | -2/+3 |
| * | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander | 2007-08-03 | 1 | -5/+1 |
| * | Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. | Magnus Hagander | 2007-07-25 | 1 | -2/+6 |
| * | Enable building of 64-bit libpq using visual studio 8 and the | Magnus Hagander | 2007-04-18 | 1 | -13/+53 |
| * | Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the | Magnus Hagander | 2007-03-08 | 1 | -3/+1 |
| * | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 | 1 | -2/+0 |
| * | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 | 1 | -1/+1 |
| * | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 | 1 | -2/+2 |
| * | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane | 2006-09-27 | 1 | -0/+7 |
| * | Suppress MSVC warnings about weak functions by using | Bruce Momjian | 2006-08-09 | 1 | -3/+4 |
| * | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian | 2006-07-10 | 1 | -1/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -1/+8 |
| * | This correction is required of nmake of Windows. | Bruce Momjian | 2005-09-16 | 1 | -4/+1 |
| * | Cleanup for Win32 compile. | Bruce Momjian | 2005-06-19 | 1 | -1/+4 |
| * | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 | 1 | -62/+34 |
| * | Properly implement "Response files" for bcc. Add URL's to describe the | Bruce Momjian | 2005-03-07 | 1 | -1/+3 |
| * | Tab indent all actions in bcc32.mak, and do it on win32.mak too for | Bruce Momjian | 2005-02-27 | 1 | -37/+37 |
| * | Try to get Borland CC to compile. | Bruce Momjian | 2005-02-21 | 1 | -6/+6 |
| * | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 | 1 | -1/+1 |
| * | Un-break MSVC build, per Andrew Dunstan. | Tom Lane | 2005-01-10 | 1 | -1/+1 |
| * | Not entirely sure when this broke, but libpq's VC++ build is currently | Bruce Momjian | 2004-11-13 | 1 | -0/+2 |
| * | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 | 1 | -8/+0 |
| * | Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds | Bruce Momjian | 2004-09-02 | 1 | -1/+1 |
| * | Enable thread safety for win32.mak build of PostgreSQL. | Bruce Momjian | 2004-06-19 | 1 | -4/+9 |
| * | The attached patch will create a dummy pg_config_paths.h. Additionally, | Bruce Momjian | 2004-06-04 | 1 | -1/+7 |
| * | Add new Win32 file with adjustments for recent code changes. | Bruce Momjian | 2004-06-03 | 1 | -26/+34 |
| * | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 | 1 | -0/+7 |