summaryrefslogtreecommitdiff
path: root/src/port/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-271-12/+10
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-58/+166
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-061-86/+32
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-181-3/+1
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-3/+2
* Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian2004-09-271-3/+3
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-271-3/+1
* Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian2004-09-271-3/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-59/+65
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix for adding \n for zero-length win32 read_pipe returnBruce Momjian2004-08-161-2/+2
* Clarify need for \r\n -> \n translation in version checking code.Bruce Momjian2004-08-161-11/+13
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-091-1/+4
* Fix Win32 pg_dumpall check.REL8_0_0BETA1Bruce Momjian2004-08-091-3/+3
* Fix Win32 pg_dumpall, with help from Claudio.Bruce Momjian2004-08-081-3/+16
* Improve comment.Bruce Momjian2004-08-081-3/+5