| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update no longer current comments in header. | Magnus Hagander | 2009-05-04 | 1 | -4/+4 |
| * | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 1 | -1/+2 |
| * | Hmm, baiji thinks we need explicit 'extern' here. | Tom Lane | 2009-04-04 | 1 | -1/+10 |
| * | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane | 2009-04-04 | 1 | -3/+16 |
| * | Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on | Tom Lane | 2009-04-03 | 1 | -5/+7 |
| * | Make directory name comparisons on Win32 case insensitive. | Magnus Hagander | 2009-04-03 | 1 | -1/+6 |
| * | Loop calling CallNamedPipe() several times in case it fails, | Magnus Hagander | 2009-02-15 | 1 | -15/+26 |
| * | Don't call SetEnvironmentVariable() when removing an environment variable, | Magnus Hagander | 2009-02-12 | 1 | -6/+12 |
| * | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 | 1 | -1/+4 |
| * | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 | 1 | -0/+93 |
| * | Remove empty #ifdef block. | Bruce Momjian | 2009-01-14 | 1 | -3/+1 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 28 | -55/+55 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander | 2008-12-02 | 1 | -198/+0 |
| * | Omit src/port/pipe.c on non-Windows platforms. It's useless and draws | Tom Lane | 2008-11-25 | 1 | -3/+7 |
| * | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander | 2008-11-24 | 1 | -0/+198 |
| * | Reduce chatter from _dosmaperr() when used in FRONTEND code. | Tom Lane | 2008-10-16 | 1 | -2/+2 |
| * | Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on | Magnus Hagander | 2008-05-21 | 1 | -2/+2 |
| * | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 5 | -2/+17 |
| * | Fix declarations of pthread functions, missed in recent commit. | Tom Lane | 2008-05-16 | 1 | -3/+3 |
| * | Make the win32 implementation of getrusage() return EINVAL if being | Magnus Hagander | 2008-05-14 | 1 | -1/+8 |
| * | Don't pull in pthreads header files in this file because we never use them. | Magnus Hagander | 2008-04-22 | 1 | -7/+2 |
| * | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 | 1 | -31/+46 |
| * | Fix two race conditions between the pending unlink mechanism that was put in | Heikki Linnakangas | 2008-04-18 | 1 | -3/+22 |
| * | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 | 1 | -19/+16 |
| * | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 | 1 | -3/+6 |
| * | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 | 1 | -1/+35 |
| * | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 | 2 | -8/+8 |
| * | More README src cleanups. | Bruce Momjian | 2008-03-21 | 1 | -0/+5 |
| * | Fix our printf implementation to follow spec: if a star parameter | Tom Lane | 2008-03-18 | 1 | -1/+7 |
| * | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 | 1 | -1/+218 |
| * | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 | 2 | -2/+12 |
| * | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 28 | -54/+54 |
| * | may -> might | Peter Eisentraut | 2007-12-28 | 1 | -2/+2 |
| * | Wording improvements | Peter Eisentraut | 2007-12-27 | 1 | -2/+2 |
| * | On win32, loop when opening files if sharing- och lock-violation errors | Magnus Hagander | 2007-12-20 | 1 | -5/+35 |
| * | Use _dosmaperr() to deal with errors opening files in pgwin32_open(). | Magnus Hagander | 2007-11-30 | 1 | -17/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 6 | -55/+55 |
| * | Add new encoding aliases for Solaris, per Zdenek Kotala. | Alvaro Herrera | 2007-10-25 | 1 | -1/+3 |
| * | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 | 2 | -7/+11 |
| * | Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. | Tom Lane | 2007-10-17 | 1 | -6/+5 |
| * | Add missing codepage numbers for Windows. | Magnus Hagander | 2007-10-10 | 1 | -1/+12 |
| * | Teach chklocale.c how to extract encoding info from Windows locale | Tom Lane | 2007-10-03 | 1 | -7/+54 |
| * | Teach chklocale.c about a few names for frontend-only encodings, | Tom Lane | 2007-09-29 | 1 | -2/+21 |
| * | On OS X, assume that an empty-string result for nl_langinfo(CODESET) | Tom Lane | 2007-09-28 | 1 | -1/+18 |
| * | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 | 2 | -15/+264 |
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 2 | -4/+4 |
| * | Get dirmod.c on the same page as port.h about whether we use pgsymlink | Tom Lane | 2007-07-12 | 1 | -9/+10 |
| * | Silence mingw compiler warning | Magnus Hagander | 2007-04-18 | 1 | -1/+1 |