| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch dependency order of libpgcommon and libpgport | Peter Eisentraut | 2013-10-17 | 1 | -793/+0 |
| * | Add support for piping COPY to/from an external program. | Heikki Linnakangas | 2013-02-27 | 1 | -27/+10 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Fix typo in comment for pclose_check() function. | Kevin Grittner | 2012-09-12 | 1 | -1/+1 |
| * | Add strerror() string to chdir() error message | Peter Eisentraut | 2012-08-28 | 1 | -3/+5 |
| * | Improve reporting of error situations in find_other_exec(). | Tom Lane | 2012-07-27 | 1 | -2/+10 |
| * | Remove now redundant pgpipe code. | Andrew Dunstan | 2012-03-28 | 1 | -1/+2 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Use consistent format for reporting GetLastError() | Peter Eisentraut | 2011-08-23 | 1 | -11/+11 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Rename function to first_path_var_separator() to clarify it works with | Bruce Momjian | 2011-02-02 | 1 | -1/+1 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Avoid clobbering errno, per comment from Tom. | Alvaro Herrera | 2010-12-16 | 1 | -1/+1 |
| * | Fix inconsequential FILE pointer leakage | Alvaro Herrera | 2010-12-16 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -4/+4 |
| * | Simplify validate_exec() by using access(2) to check file permissions, | Tom Lane | 2010-01-14 | 1 | -78/+8 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 | 1 | -22/+10 |
| * | Fix minor memory leak in Win32 SID handling functions. Not a big issue | Magnus Hagander | 2009-07-27 | 1 | -21/+28 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -7/+7 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 | 1 | -19/+16 |
| * | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 | 1 | -5/+5 |
| * | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 | 1 | -1/+218 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | Use sizeof() for snprintf() buffer length. | Bruce Momjian | 2007-01-29 | 1 | -2/+2 |
| * | Update process termination message to display signal number and name | Bruce Momjian | 2007-01-29 | 1 | -4/+9 |
| * | Drat, can't fit an additional argument into log_error. Is it worth an | Tom Lane | 2007-01-28 | 1 | -4/+3 |
| * | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane | 2007-01-28 | 1 | -6/+7 |
| * | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 | 1 | -2/+2 |
| * | Add signal.h for sys_siglist reference. | Bruce Momjian | 2007-01-28 | 1 | -1/+2 |
| * | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 | 1 | -4/+8 |
| * | Remove newline from error message because URL is gone. | Bruce Momjian | 2007-01-23 | 1 | -2/+2 |
| * | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 | 1 | -19/+3 |
| * | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 | 1 | -3/+19 |
| * | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 | 1 | -1/+6 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 1 | -1/+53 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -4/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -6/+6 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -34/+31 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -13/+13 |
| * | Add missing gettext() calls in find_my_exec(). It's probably too late | Tom Lane | 2005-01-14 | 1 | -4/+6 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Remove 'optimization' to skip resolve_symlinks() when the found | Tom Lane | 2004-12-24 | 1 | -8/+7 |
| * | In pipe_read_line Windows code, loop to ensure we get a whole line | Tom Lane | 2004-12-20 | 1 | -17/+34 |