]> granicus.if.org Git - postgresql/history - src/port/getopt.c
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
[postgresql] / src / port / getopt.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Andrew DunstanGive getopt() a prototype and modern style arg specs.
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneHmm, baiji thinks we need explicit 'extern' here.
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-06-24 Tom LaneInclude c.h instead of postgres.h in files that need...
2003-08-04 Bruce Momjianpgindent run.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2002-10-29 Bruce MomjianUpdate comments.
2002-10-29 Bruce MomjianRe-add getopt.c for MSWin psql.