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