summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/aix.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor dlopen() supportPeter Eisentraut2018-09-061-7/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-211-608/+3
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-1/+0
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+24
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-1/+0
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-0/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+1
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-291-0/+9
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-1/+2
* Fix for AIX dynaloader from Zeugswetter AndreaBruce Momjian1999-09-281-0/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-171-1/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-14/+14
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-10/+10
* fix so that dynloader.h is included instead of port-protos.hMarc G. Fournier1997-12-201-1/+1
* These files will get link'd to 'dynloader.[ch]', from configure, whichMarc G. Fournier1997-12-191-0/+603