summaryrefslogtreecommitdiff
path: root/src/port/exec.c
AgeCommit message (Expand)Author
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-03Rename function to first_path_var_separator() to clarify it works withBruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-16Avoid clobbering errno, per comment from Tom.Alvaro Herrera
2010-12-16Fix inconsequential FILE pointer leakageAlvaro Herrera
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-14Simplify validate_exec() by using access(2) to check file permissions,Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-07-27Fix minor memory leak in Win32 SID handling functions. Not a big issueMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-04-16Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
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