]> granicus.if.org Git - postgresql/history - src/backend/port/dynloader/hpux.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / port / dynloader / hpux.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-23 Tom LaneWrite #include <dl.h>, not #include "dl.h", to correctl...
2004-01-04 Tom LaneFix discrepancy in prototypes for HPUX pg_dlerror.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-02-07 Tom LaneNeed to specify DYNAMIC_PATH flag to shl_load, else...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-26 Tom LaneOn HPUX, shl_load should be called with options BIND_IM...
2000-01-26 Bruce MomjianAdd:
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-02 Marc G. FournierFixes:
1997-12-20 Marc G. FournierMove more to dynloader subdir