index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
1
-12
/
+10
*
Add code to find_my_exec() to resolve a symbolic link down to the
Tom Lane
2004-11-06
1
-58
/
+166
*
Code cleanup in path.c and exec.c. Handle Windows drive and network specs
Tom Lane
2004-11-06
1
-86
/
+32
*
Remove use of "miscadmin.h" in port C files and remove test for frontend
Bruce Momjian
2004-10-18
1
-3
/
+1
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
1
-3
/
+2
*
Small WIN32_CLIENT_ONLY cleanup for new build patch.
Bruce Momjian
2004-09-27
1
-3
/
+3
*
More Win32 cleanups for Dave Page.
Bruce Momjian
2004-09-27
1
-3
/
+1
*
Make adjustment for MS VC and BCC compile of psql, from Dave Page.
Bruce Momjian
2004-09-27
1
-3
/
+11
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-59
/
+65
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Fix for adding \n for zero-length win32 read_pipe return
Bruce Momjian
2004-08-16
1
-2
/
+2
*
Clarify need for \r\n -> \n translation in version checking code.
Bruce Momjian
2004-08-16
1
-11
/
+13
*
Path-mangling logic was failing to account for paths containing mentions
Tom Lane
2004-08-09
1
-1
/
+4
*
Fix Win32 pg_dumpall check.
REL8_0_0BETA1
Bruce Momjian
2004-08-09
1
-3
/
+3
*
Fix Win32 pg_dumpall, with help from Claudio.
Bruce Momjian
2004-08-08
1
-3
/
+16
*
Improve comment.
Bruce Momjian
2004-08-08
1
-3
/
+5
*
Here is a patch that fixes the pipes used in find_other_exec() when
Bruce Momjian
2004-07-26
1
-16
/
+126
*
Attached is a patch that takes care of the PATHSEP issue. I made a more
Bruce Momjian
2004-06-10
1
-11
/
+4
*
Remove pstrdup() call from exec.c because DLLIMPORT flag on
Bruce Momjian
2004-05-24
1
-34
/
+25
*
Make validate_exec take a const char *, for gcc 3.4, which is more
Bruce Momjian
2004-05-24
1
-2
/
+2
*
Fix random breakage in exec.c for platforms where strdup is a macro.
Tom Lane
2004-05-21
1
-19
/
+19
*
Small variable rename in exec.c.
Bruce Momjian
2004-05-20
1
-17
/
+17
*
Clean up find_my_exec to work cleaner.
Bruce Momjian
2004-05-20
1
-24
/
+39
*
Re-add elog() to exec.c, per Tom.
Bruce Momjian
2004-05-19
1
-9
/
+16
*
Supress verbose stderr messages while trying to find my exec path.
Bruce Momjian
2004-05-19
1
-13
/
+1
*
Move find_my_exec() way up into main.c so it is available to the
Bruce Momjian
2004-05-18
1
-22
/
+60
*
Clean up some relative path install issues with Claudio's help.
Bruce Momjian
2004-05-18
1
-2
/
+2
*
Reorganize code to allow path-relative installs.
Bruce Momjian
2004-05-17
1
-1
/
+18
*
Adjust find_my_exec/find_other_exec() so that the return parameter is
Bruce Momjian
2004-05-14
1
-5
/
+5
*
Reorganize backend code to more cleanly manage executable names and
Bruce Momjian
2004-05-13
1
-15
/
+13
*
Fix Win32 bug with missing errno for strerror().
Bruce Momjian
2004-05-13
1
-2
/
+2
*
Rename find_my_binary/find_other_binary to
Bruce Momjian
2004-05-12
1
-5
/
+6
*
As part of the work for making relocatable installs, I have re-factored
Bruce Momjian
2004-05-11
1
-0
/
+340