summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/findbe.c
AgeCommit message (Expand)Author
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian
2004-02-02Briefly,Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cleanup for recent .exe Win32 fix.Bruce Momjian
2003-11-11Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2002-11-02Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-08Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian
2001-10-29Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian
2001-10-29Check for NULL return from getgrgid(), per Seth HettichBruce Momjian
2001-10-21Fix FindExec() for case where executable is found via a relative pathTom Lane
2001-05-09Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian
2001-04-21Remove useless setuid() call, instead add a check that real and effectiveTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-27Remove unneeded stat calls.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1996-11-06Another directory that compiles with no errors, and few warningsMarc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier