| Commit message (Expand) | Author | Age |
* | setlocale() on Windows doesn't work correctly if the locale name contains | Heikki Linnakangas | 2011-09-01 |
* | Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF | Heikki Linnakangas | 2011-09-01 |
* | Looks like we can't declare getpeereid on Windows anyway. | Tom Lane | 2011-06-02 |
* | Implement getpeereid() as a src/port compatibility function. | Tom Lane | 2011-06-02 |
* | Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin... | Andrew Dunstan | 2011-04-28 |
* | Fix up handling of C/POSIX collations. | Tom Lane | 2011-03-20 |
* | Properly handle Win32 paths of 'E:abc', which can be either absolute or | Bruce Momjian | 2011-02-12 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Simplify code used in is_absolute_path() macro; also add comment about | Bruce Momjian | 2011-02-03 |
* | Rename function to first_path_var_separator() to clarify it works with | Bruce Momjian | 2011-02-02 |
* | Undefine setlocale() macro on Win32 | Magnus Hagander | 2011-02-01 |
* | Enable building with the Mingw64 compiler. | Andrew Dunstan | 2011-01-30 |
* | Add pgreadlink() on Windows to read junction points | Magnus Hagander | 2011-01-09 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Move a couple of initdb's subroutines into src/port/. | Tom Lane | 2010-12-10 |
* | When reporting the server as not responding, if the hostname was | Bruce Momjian | 2010-11-24 |
* | Move copydir() prototype into its own header file. | Robert Haas | 2010-11-12 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Spell __NetBSD__ the same way everywhere. Per Giles Lean. | Tom Lane | 2010-05-15 |
* | Use __bsdi__ consistently. | Bruce Momjian | 2010-05-15 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Parenthesize this macro, just in case. | Tom Lane | 2010-01-31 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 |
* | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane | 2009-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 |
* | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 |
* | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 |
* | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 |
* | Get dirmod.c on the same page as port.h about whether we use pgsymlink | Tom Lane | 2007-07-12 |
* | Add O_DIRECT support on Windows. | Magnus Hagander | 2007-04-13 |
* | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 |
* | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 |
* | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 |