aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude
Commit message (Expand)AuthorAge
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-05
* cpluspluscheck: Update include pathPeter Eisentraut2016-04-11
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut2013-03-01
* Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut2013-02-08
* Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan2012-12-18
* Add URL for include file visualization tool.Bruce Momjian2012-08-16
* Add possible alternate tool for pgrminclude, from Peter GeogheganBruce Momjian2012-08-16
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Lots of doc corrections.Robert Haas2012-04-23
* Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas2011-12-01
* In pgrminclude, document requirement to use pgcompinclude, and sortBruce Momjian2011-09-25
* Document pgrminclude limitations.Bruce Momjian2011-09-24
* Expand pgrminclude to exclude use of macros CppAsString and CppConcat.Bruce Momjian2011-09-24
* Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian2011-09-07
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-01
* Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian2011-08-28
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-27
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-26
* Change references of CVS to .git.Bruce Momjian2011-08-26
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-26
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-26
* Cleanup of script.Bruce Momjian2011-08-26
* do include files firstBruce Momjian2011-08-26
* Fix #if blocks.Bruce Momjian2011-08-26
* Fix pgrminclude regex pattern.Bruce Momjian2011-08-26
* In pgrminclude, add code to skip includes with a marker comment.Bruce Momjian2011-08-26
* In pgrminclude, make skipped include names constent and skip files withBruce Momjian2011-08-26
* Mark cpluspluscheck as excutable in git.Bruce Momjian2011-08-22
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-27
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-27
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-27
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make backend header files C++ safePeter Eisentraut2009-07-16
* More README src cleanups.Bruce Momjian2008-03-21
* Add WIN32 compile suggestion to pginclude README.Bruce Momjian2006-07-19
* Add pginclude testing ideas.Bruce Momjian2006-07-18
* Mention dependency problems caused by pgrminclude on include files.Bruce Momjian2006-07-17
* Create a tool to catch #include omissions that might not result in anyTom Lane2006-07-15
* Move CFLAGS for pginclude to the end of the command line.Bruce Momjian2006-07-14
* Skip stripping postgres_fe.h include file.Bruce Momjian2006-07-13
* Improve pginclude tools to process include file usage by other include files.Bruce Momjian2006-07-13
* Fix pgrminclude to work for stripping include files.Bruce Momjian2006-07-12
* Improve pginclude tests.Bruce Momjian2006-07-11