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