summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/linux.c
Commit message (Expand)AuthorAgeFilesLines
* Add:Bruce Momjian2000-01-261-2/+3
* 'extern char *pg_pathname' in these files fails to agree withTom Lane1999-10-251-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+4
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* need to include postgres.h before HAVE_DLD_HMarc G. Fournier1998-01-021-2/+4
* Test for __ELF__ rather than LINUX_ELF in headers.Thomas G. Lockhart1998-01-011-1/+3
* fix so that dynloader.h is included instead of port-protos.hMarc G. Fournier1997-12-201-2/+2
* This should get the linux port to work...Marc G. Fournier1997-12-201-0/+114