summaryrefslogtreecommitdiff
path: root/src/port/exec.c
AgeCommit message (Expand)Author
2007-01-29Use sizeof() for snprintf() buffer length.Bruce Momjian
2007-01-29Update process termination message to display signal number and nameBruce Momjian
2007-01-28Drat, can't fit an additional argument into log_error. Is it worth anTom Lane
2007-01-28Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane
2007-01-28Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian
2007-01-28Add signal.h for sys_siglist reference.Bruce Momjian
2007-01-28Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian
2007-01-23Remove newline from error message because URL is gone.Bruce Momjian
2007-01-23Back out use of FormatMessage(), does error values, not exceptionBruce Momjian
2007-01-23Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian
2007-01-22When system() fails in Win32, report it as an exception, print theBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-01-14Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-24Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane
2004-12-20In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane
2004-11-27Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-06Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane
2004-10-18Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-09-27Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian
2004-09-27More Win32 cleanups for Dave Page.Bruce Momjian
2004-09-27Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-16Fix for adding \n for zero-length win32 read_pipe returnBruce Momjian
2004-08-16Clarify need for \r\n -> \n translation in version checking code.Bruce Momjian
2004-08-09Path-mangling logic was failing to account for paths containing mentionsTom Lane
2004-08-09Fix Win32 pg_dumpall check.REL8_0_0BETA1Bruce Momjian
2004-08-08Fix Win32 pg_dumpall, with help from Claudio.Bruce Momjian
2004-08-08Improve comment.Bruce Momjian
2004-07-26Here is a patch that fixes the pipes used in find_other_exec() whenBruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-24Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian
2004-05-24Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian
2004-05-21Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane
2004-05-20Small variable rename in exec.c.Bruce Momjian
2004-05-20Clean up find_my_exec to work cleaner.Bruce Momjian
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-19Supress verbose stderr messages while trying to find my exec path.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian