| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use sizeof() for snprintf() buffer length. | Bruce Momjian | 2007-01-29 |
* | Update process termination message to display signal number and name | Bruce Momjian | 2007-01-29 |
* | Drat, can't fit an additional argument into log_error. Is it worth an | Tom Lane | 2007-01-28 |
* | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane | 2007-01-28 |
* | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 |
* | Add signal.h for sys_siglist reference. | Bruce Momjian | 2007-01-28 |
* | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 |
* | Remove newline from error message because URL is gone. | Bruce Momjian | 2007-01-23 |
* | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 |
* | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 |
* | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Add missing gettext() calls in find_my_exec(). It's probably too late | Tom Lane | 2005-01-14 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Remove 'optimization' to skip resolve_symlinks() when the found | Tom Lane | 2004-12-24 |
* | In pipe_read_line Windows code, loop to ensure we get a whole line | Tom Lane | 2004-12-20 |
* | Work around lack of NLS support in libpgport by making those components | Peter Eisentraut | 2004-11-27 |
* | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 |
* | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane | 2004-11-06 |
* | Remove use of "miscadmin.h" in port C files and remove test for frontend | Bruce Momjian | 2004-10-18 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Small WIN32_CLIENT_ONLY cleanup for new build patch. | Bruce Momjian | 2004-09-27 |
* | More Win32 cleanups for Dave Page. | Bruce Momjian | 2004-09-27 |
* | Make adjustment for MS VC and BCC compile of psql, from Dave Page. | Bruce Momjian | 2004-09-27 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix for adding \n for zero-length win32 read_pipe return | Bruce Momjian | 2004-08-16 |
* | Clarify need for \r\n -> \n translation in version checking code. | Bruce Momjian | 2004-08-16 |
* | Path-mangling logic was failing to account for paths containing mentions | Tom Lane | 2004-08-09 |
* | Fix Win32 pg_dumpall check.REL8_0_0BETA1 | Bruce Momjian | 2004-08-09 |
* | Fix Win32 pg_dumpall, with help from Claudio. | Bruce Momjian | 2004-08-08 |
* | Improve comment. | Bruce Momjian | 2004-08-08 |
* | Here is a patch that fixes the pipes used in find_other_exec() when | Bruce Momjian | 2004-07-26 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 |
* | Remove pstrdup() call from exec.c because DLLIMPORT flag on | Bruce Momjian | 2004-05-24 |
* | Make validate_exec take a const char *, for gcc 3.4, which is more | Bruce Momjian | 2004-05-24 |
* | Fix random breakage in exec.c for platforms where strdup is a macro. | Tom Lane | 2004-05-21 |