| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -1/+3 |
| * | Parenthesize this macro, just in case. | Tom Lane | 2010-01-31 | 1 | -2/+2 |
| * | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 | 1 | -3/+12 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 | 1 | -2/+2 |
| * | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane | 2009-07-16 | 1 | -5/+8 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+4 |
| * | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian | 2009-01-07 | 1 | -1/+5 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix rmtree() so that it keeps going after failure to remove any individual | Tom Lane | 2008-04-18 | 1 | -3/+3 |
| * | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 | 1 | -2/+5 |
| * | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-11 | 1 | -15/+16 |
| * | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 | 1 | -1/+14 |
| * | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 | 1 | -1/+7 |
| * | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -4/+3 |
| * | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 | 1 | -1/+4 |
| * | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 | 1 | -1/+4 |
| * | Get dirmod.c on the same page as port.h about whether we use pgsymlink | Tom Lane | 2007-07-12 | 1 | -5/+8 |
| * | Add O_DIRECT support on Windows. | Magnus Hagander | 2007-04-13 | 1 | -1/+2 |
| * | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 1 | -1/+5 |
| * | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 | 1 | -1/+5 |
| * | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 | 1 | -1/+7 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 1 | -1/+6 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -21/+20 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -1/+10 |
| * | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 1 | -2/+2 |
| * | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian | 2006-09-30 | 1 | -2/+2 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 1 | -2/+6 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -2/+2 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 1 | -9/+8 |
| * | Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE | Tom Lane | 2006-08-30 | 1 | -3/+6 |
| * | Update Win32 CMD quoting rules information location, CMD /?, from | Bruce Momjian | 2006-08-18 | 1 | -2/+2 |
| * | Update WIN32 quoting roles documentation. | Bruce Momjian | 2006-07-19 | 1 | -3/+19 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 1 | -1/+5 |
| * | Fix Win32/Cygwin problems: | Bruce Momjian | 2006-06-25 | 1 | -3/+3 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -9/+4 |
| * | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 | 1 | -3/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 | 1 | -1/+4 |
| * | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian | 2005-12-06 | 1 | -3/+4 |
| * | Put undef's before extern declarations that need 'em, per Andrew Dunstan. | Tom Lane | 2005-12-06 | 1 | -19/+19 |
| * | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 | 1 | -3/+25 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -14/+18 |
| * | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 | 1 | -1/+3 |
| * | Fix platform-specific test for path prefix-ness: move it into path.c where | Tom Lane | 2005-08-29 | 1 | -1/+2 |