aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-12
* Silence mingw compiler warningMagnus Hagander2007-04-18
* Add O_DIRECT support on Windows.Magnus Hagander2007-04-13
* Update comment for new thread_test location.Bruce Momjian2007-04-03
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway2007-03-18
* Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian2007-02-13
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-07
* Use sizeof() for snprintf() buffer length.Bruce Momjian2007-01-29
* Update process termination message to display signal number and nameBruce Momjian2007-01-29
* Drat, can't fit an additional argument into log_error. Is it worth anTom Lane2007-01-28
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-28
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Add signal.h for sys_siglist reference.Bruce Momjian2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28
* Remove newline from error message because URL is gone.Bruce Momjian2007-01-23
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-23
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-23
* When system() fails in Win32, report it as an exception, print theBruce Momjian2007-01-22
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-05
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-28
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-08
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-19
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-12
* Fix thinko in comment.Tom Lane2006-10-07
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-03
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-03
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-02
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-27
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane2006-09-24
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-30
* copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane2006-07-18
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-16
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-10
* WIN32 fixes:Bruce Momjian2006-07-06
* Add comment about the use of pg_config_paths.h.Bruce Momjian2006-06-26