Commit Graph

42 Commits (7ce2ff2d22aba9442347e94dd62fe2212d0adb27)

Author SHA1 Message Date
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
Bruce Momjian ecc198bd39 Re-add elog() to exec.c, per Tom. 22 years ago
Bruce Momjian dbb9aa224e Supress verbose stderr messages while trying to find my exec path. 22 years ago
Bruce Momjian a9fad44372 Move find_my_exec() way up into main.c so it is available to the 22 years ago
Bruce Momjian 3b382d1ae3 Clean up some relative path install issues with Claudio's help. 22 years ago
Bruce Momjian 3febb477e6 Reorganize code to allow path-relative installs. 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian c2e8386440 Fix Win32 bug with missing errno for strerror(). 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Bruce Momjian 3947f653f9 * postmaster.c: cleanup pmdaemonize under win32; missed failure message 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian fec809c549 Cleanup for recent .exe Win32 fix. 22 years ago
Bruce Momjian 0a2c82b5f7 Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 23 years ago