summaryrefslogtreecommitdiff
path: root/src/port/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-34/+31
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-13/+13
* Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane2005-01-141-4/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-271-12/+10
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-58/+166
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-061-86/+32
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-181-3/+1
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-3/+2
* Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian2004-09-271-3/+3
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-271-3/+1
* Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian2004-09-271-3/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-59/+65
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix for adding \n for zero-length win32 read_pipe returnBruce Momjian2004-08-161-2/+2
* Clarify need for \r\n -> \n translation in version checking code.Bruce Momjian2004-08-161-11/+13
* Path-mangling logic was failing to account for paths containing mentionsTom Lane2004-08-091-1/+4
* Fix Win32 pg_dumpall check.REL8_0_0BETA1Bruce Momjian2004-08-091-3/+3
* Fix Win32 pg_dumpall, with help from Claudio.Bruce Momjian2004-08-081-3/+16
* Improve comment.Bruce Momjian2004-08-081-3/+5
* Here is a patch that fixes the pipes used in find_other_exec() whenBruce Momjian2004-07-261-16/+126
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-11/+4
* Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian2004-05-241-34/+25
* Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian2004-05-241-2/+2
* Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane2004-05-211-19/+19
* Small variable rename in exec.c.Bruce Momjian2004-05-201-17/+17
* Clean up find_my_exec to work cleaner.Bruce Momjian2004-05-201-24/+39
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-191-9/+16
* Supress verbose stderr messages while trying to find my exec path.Bruce Momjian2004-05-191-13/+1
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-181-22/+60
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-2/+2
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-1/+18
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-141-5/+5
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-131-15/+13
* Fix Win32 bug with missing errno for strerror().Bruce Momjian2004-05-131-2/+2
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-5/+6
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-0/+340