Commit Graph

60 Commits (55368223cde4f19b4cd97eff7ea82b4a85a7a04c)

Author SHA1 Message Date
Andrew Dunstan 74be86847c Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro 18 years ago
Tom Lane c5f11f9d19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Magnus Hagander 2d2b022267 Fix handling of restricted processes for Windows Vista (mainly), 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian a6017cff0b Use sizeof() for snprintf() buffer length. 19 years ago
Bruce Momjian 5b4fa95984 Update process termination message to display signal number and name 19 years ago
Tom Lane 76c7d2afee Drat, can't fit an additional argument into log_error. Is it worth an 19 years ago
Tom Lane a9fa52504f Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly 19 years ago
Bruce Momjian 91ed399517 Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than 19 years ago
Bruce Momjian c2c0b318d8 Add signal.h for sys_siglist reference. 19 years ago
Bruce Momjian 82480fc254 Use sys_siglist[] to print out signal names for signal exits, rather 19 years ago
Bruce Momjian 8502b68513 Remove newline from error message because URL is gone. 19 years ago
Bruce Momjian 882b9948d7 Back out use of FormatMessage(), does error values, not exception 19 years ago
Bruce Momjian 610f60a092 Print meaningfull error text for abonormal process exit on Win32, rather 19 years ago
Bruce Momjian 208ae0c290 When system() fails in Win32, report it as an exception, print the 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 568b80168f Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Tom Lane 982e998064 Add missing gettext() calls in find_my_exec(). It's probably too late 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane f0c08ae7c9 Remove 'optimization' to skip resolve_symlinks() when the found 21 years ago
Tom Lane 80855ba8ca In pipe_read_line Windows code, loop to ensure we get a whole line 21 years ago
Peter Eisentraut 99b735cc03 Work around lack of NLS support in libpgport by making those components 21 years ago
Tom Lane 336969e490 Add code to find_my_exec() to resolve a symbolic link down to the 21 years ago
Tom Lane 4867afef7a Code cleanup in path.c and exec.c. Handle Windows drive and network specs 21 years ago
Bruce Momjian b3fe6bcafe Remove use of "miscadmin.h" in port C files and remove test for frontend 21 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Bruce Momjian dd67707a64 Small WIN32_CLIENT_ONLY cleanup for new build patch. 22 years ago
Bruce Momjian 8efe926bfe More Win32 cleanups for Dave Page. 22 years ago
Bruce Momjian 866627f84d Make adjustment for MS VC and BCC compile of psql, from Dave Page. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian 23717760d1 Fix for adding \n for zero-length win32 read_pipe return 22 years ago
Bruce Momjian c7ae53a6b4 Clarify need for \r\n -> \n translation in version checking code. 22 years ago
Tom Lane b06c907645 Path-mangling logic was failing to account for paths containing mentions 22 years ago
Bruce Momjian 3d642ae7d9 Fix Win32 pg_dumpall check. 22 years ago
Bruce Momjian fd62065fa6 Fix Win32 pg_dumpall, with help from Claudio. 22 years ago
Bruce Momjian 2732932de4 Improve comment. 22 years ago
Bruce Momjian 5b2f4afffe Here is a patch that fixes the pipes used in find_other_exec() when 22 years ago
Bruce Momjian 6cc4175b25 Attached is a patch that takes care of the PATHSEP issue. I made a more 22 years ago
Bruce Momjian 244ee0c0f2 Remove pstrdup() call from exec.c because DLLIMPORT flag on 22 years ago
Bruce Momjian fcbc95b9a2 Make validate_exec take a const char *, for gcc 3.4, which is more 22 years ago
Tom Lane ff0b706b13 Fix random breakage in exec.c for platforms where strdup is a macro. 22 years ago
Bruce Momjian 3255851e6a Small variable rename in exec.c. 22 years ago
Bruce Momjian ceceeffe1e Clean up find_my_exec to work cleaner. 22 years ago