aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/linux.c
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* need to include postgres.h before HAVE_DLD_HMarc G. Fournier1998-01-02
* Test for __ELF__ rather than LINUX_ELF in headers.Thomas G. Lockhart1998-01-01
* fix so that dynloader.h is included instead of port-protos.hMarc G. Fournier1997-12-20
* This should get the linux port to work...Marc G. Fournier1997-12-20