summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/findbe.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-021-6/+4
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-24/+15
* Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian2002-02-081-2/+2
* Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian2001-10-291-2/+3
* Check for NULL return from getgrgid(), per Seth HettichBruce Momjian2001-10-291-2/+2
* Fix FindExec() for case where executable is found via a relative pathTom Lane2001-10-211-20/+10
* Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian2001-05-091-2/+4
* Remove useless setuid() call, instead add a check that real and effectiveTom Lane2001-04-211-4/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-091-2/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+6
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-12/+12
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-091-26/+28
* Fixed exec path problem.Bruce Momjian1998-06-081-9/+9
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-29/+29
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-180/+197
* Remove unneeded stat calls.Bruce Momjian1997-08-271-2/+2
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-9/+9
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-22/+1
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-2/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+251