| Age | Commit message (Expand) | Author |
| 2006-11-28 | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan |
| 2006-11-08 | Change Windows rename and unlink substitutes so that they time out after | Tom Lane |
| 2006-10-19 | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane |
| 2006-10-12 | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane |
| 2006-10-07 | Fix thinko in comment. | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane |
| 2006-10-03 | Cleanup pgwin32_open() 'if' test, and avoid possible error. | Bruce Momjian |
| 2006-10-02 | Add URL about strlcpy() creation history. | Bruce Momjian |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-27 | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane |
| 2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
| 2006-09-24 | Fix incorrect mapping of fopen mode 'a' in recently-added code to | Tom Lane |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-11 | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane |
| 2006-08-30 | Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE | Tom Lane |
| 2006-07-18 | copydir() and rmtree() need to use lstat, not stat, to behave as expected | Tom Lane |
| 2006-07-16 | Include libpq/pqcomm.h to ensure we have correct knowledge of | Tom Lane |
| 2006-07-16 | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane |
| 2006-07-14 | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane |
| 2006-07-14 | Revert part of recent include patch not ready for application. | Bruce Momjian |
| 2006-07-14 | Add additional includes needed on some platforms. | Bruce Momjian |
| 2006-07-10 | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian |
| 2006-07-06 | WIN32 fixes: | Bruce Momjian |
| 2006-06-26 | Add comment about the use of pg_config_paths.h. | Bruce Momjian |
| 2006-06-26 | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian |
| 2006-06-25 | Fix Win32/Cygwin problems: | Bruce Momjian |
| 2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-05-08 | Build server libpgport with all non-FRONTEND object files. This is to | Bruce Momjian |
| 2006-04-28 | Darin -> Darwin. | Bruce Momjian |
| 2006-04-28 | Update list of platforms that have a list of exported symbols. | Bruce Momjian |
| 2006-04-28 | Add info on pgport linking requirements. | Bruce Momjian |
| 2006-03-21 | Improve performance of our private version of qsort. Per recent testing, | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-05 | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian |
| 2006-03-04 | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian |
| 2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
| 2006-03-03 | This patch fixes this warning. | Bruce Momjian |
| 2006-03-03 | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian |
| 2006-02-01 | Fix const cast in get_progname(). | Bruce Momjian |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
| 2005-12-23 | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane |
| 2005-12-16 | Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. | Alvaro Herrera |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian |