summaryrefslogtreecommitdiff
path: root/src/tools/pginclude
AgeCommit message (Expand)Author
2013-03-02Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut
2013-02-08Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut
2012-12-18Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan
2012-08-16Add URL for include file visualization tool.Bruce Momjian
2012-08-16Add possible alternate tool for pgrminclude, from Peter GeogheganBruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2011-12-01Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas
2011-09-25In pgrminclude, document requirement to use pgcompinclude, and sortBruce Momjian
2011-09-24Document pgrminclude limitations.Bruce Momjian
2011-09-24Expand pgrminclude to exclude use of macros CppAsString and CppConcat.Bruce Momjian
2011-09-07Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian
2011-08-28Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-27Add support for #elif to pgrminclude.Bruce Momjian
2011-08-27Add another pgdefine path check, and a cvs-git change.Bruce Momjian
2011-08-27Change references of CVS to .git.Bruce Momjian
2011-08-26Fix missing pgdefine detection in pgrminclude.Bruce Momjian
2011-08-26Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian
2011-08-26Cleanup of script.Bruce Momjian
2011-08-26do include files firstBruce Momjian
2011-08-26Fix #if blocks.Bruce Momjian
2011-08-26Fix pgrminclude regex pattern.Bruce Momjian
2011-08-26In pgrminclude, add code to skip includes with a marker comment.Bruce Momjian
2011-08-26In pgrminclude, make skipped include names constent and skip files withBruce Momjian
2011-08-23Mark cpluspluscheck as excutable in git.Bruce Momjian
2010-12-27Remove -fno-operator-names switch from cpluspluscheck.Tom Lane
2010-12-27Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane
2010-12-27Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-16Make backend header files C++ safePeter Eisentraut
2008-03-21More README src cleanups.Bruce Momjian
2006-07-19Add WIN32 compile suggestion to pginclude README.Bruce Momjian
2006-07-18Add pginclude testing ideas.Bruce Momjian
2006-07-17Mention dependency problems caused by pgrminclude on include files.Bruce Momjian
2006-07-15Create a tool to catch #include omissions that might not result in anyTom Lane
2006-07-14Move CFLAGS for pginclude to the end of the command line.Bruce Momjian
2006-07-13Skip stripping postgres_fe.h include file.Bruce Momjian
2006-07-13Improve pginclude tools to process include file usage by other include files.Bruce Momjian
2006-07-12Fix pgrminclude to work for stripping include files.Bruce Momjian
2006-07-11Improve pginclude tests.Bruce Momjian
2006-07-11Improve pginclude compile flags.Bruce Momjian
2006-07-11Update pginclude documentation.Bruce Momjian
2006-07-11Have pgrminclude process include files too.Bruce Momjian
2006-07-11Add $CFLAGS support to pgrminclude.Bruce Momjian
2006-07-11Move pgrminclude debug code to be more effective.Bruce Momjian
2006-07-11Improve shell script wrapping.Bruce Momjian
2006-07-11Add comments to pgrminclude.Bruce Momjian