summaryrefslogtreecommitdiff
path: root/src/port/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-171-793/+0
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-27/+10
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix typo in comment for pclose_check() function.Kevin Grittner2012-09-121-1/+1
* Add strerror() string to chdir() error messagePeter Eisentraut2012-08-281-3/+5
* Improve reporting of error situations in find_other_exec().Tom Lane2012-07-271-2/+10
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-281-1/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-11/+11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-021-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Avoid clobbering errno, per comment from Tom.Alvaro Herrera2010-12-161-1/+1
* Fix inconsequential FILE pointer leakageAlvaro Herrera2010-12-161-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Simplify validate_exec() by using access(2) to check file permissions,Tom Lane2010-01-141-78/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-141-22/+10
* Fix minor memory leak in Win32 SID handling functions. Not a big issueMagnus Hagander2009-07-271-21/+28
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-161-19/+16
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-311-5/+5
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-291-1/+218
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Use sizeof() for snprintf() buffer length.Bruce Momjian2007-01-291-2/+2
* Update process termination message to display signal number and nameBruce Momjian2007-01-291-4/+9
* Drat, can't fit an additional argument into log_error. Is it worth anTom Lane2007-01-281-4/+3
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-281-6/+7
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-281-2/+2
* Add signal.h for sys_siglist reference.Bruce Momjian2007-01-281-1/+2
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-281-4/+8
* Remove newline from error message because URL is gone.Bruce Momjian2007-01-231-2/+2
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-231-19/+3
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-231-3/+19
* When system() fails in Win32, report it as an exception, print theBruce Momjian2007-01-221-1/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-1/+53
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-4/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-34/+31
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-13/+13
* Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane2005-01-141-4/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34