]> granicus.if.org Git - postgresql/history - src/port/exec.c
Update copyrights for 2013
[postgresql] / src / port / exec.c
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-13 Kevin GrittnerFix typo in comment for pclose_check() function.
2012-08-29 Peter EisentrautAdd strerror() string to chdir() error message
2012-07-27 Tom LaneImprove reporting of error situations in find_other_exec().
2012-03-29 Andrew DunstanRemove now redundant pgpipe code.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-03 Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-16 Alvaro HerreraAvoid clobbering errno, per comment from Tom.
2010-12-16 Alvaro HerreraFix inconsequential FILE pointer leakage
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-14 Tom LaneSimplify validate_exec() by using access(2) to check...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-07-27 Magnus HaganderFix minor memory leak in Win32 SID handling functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-01-29 Bruce MomjianUse sizeof() for snprintf() buffer length.
2007-01-29 Bruce MomjianUpdate process termination message to display signal...
2007-01-28 Tom LaneDrat, can't fit an additional argument into log_error...
2007-01-28 Tom LaneClean up broken usage of HAVE_DECL_SYS_SIGLIST and...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Bruce MomjianAdd signal.h for sys_siglist reference.
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-23 Bruce MomjianRemove newline from error message because URL is gone.
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-14 Tom LaneAdd missing gettext() calls in find_my_exec(). It...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-24 Tom LaneRemove 'optimization' to skip resolve_symlinks() when...
2004-12-20 Tom LaneIn pipe_read_line Windows code, loop to ensure we get...
2004-11-27 Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-09-27 Bruce MomjianSmall WIN32_CLIENT_ONLY cleanup for new build patch.
2004-09-27 Bruce MomjianMore Win32 cleanups for Dave Page.
2004-09-27 Bruce MomjianMake adjustment for MS VC and BCC compile of psql,...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-16 Bruce MomjianFix for adding \n for zero-length win32 read_pipe return
2004-08-16 Bruce MomjianClarify need for \r\n -> \n translation in version...
2004-08-09 Tom LanePath-mangling logic was failing to account for paths...
2004-08-09 Bruce MomjianFix Win32 pg_dumpall check. REL8_0_0BETA1
2004-08-08 Bruce MomjianFix Win32 pg_dumpall, with help from Claudio.
2004-08-08 Bruce MomjianImprove comment.
2004-07-26 Bruce MomjianHere is a patch that fixes the pipes used in find_other...
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-05-24 Bruce MomjianRemove pstrdup() call from exec.c because DLLIMPORT...
2004-05-24 Bruce MomjianMake validate_exec take a const char *, for gcc 3.4...
2004-05-21 Tom LaneFix random breakage in exec.c for platforms where strdu...
2004-05-20 Bruce MomjianSmall variable rename in exec.c.
2004-05-20 Bruce MomjianClean up find_my_exec to work cleaner.
2004-05-19 Bruce MomjianRe-add elog() to exec.c, per Tom.
2004-05-19 Bruce MomjianSupress verbose stderr messages while trying to find...
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-13 Bruce MomjianFix Win32 bug with missing errno for strerror().
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...