aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude
Commit message (Expand)AuthorAge
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane2020-03-02
* Add exclusion to headercheckPeter Eisentraut2020-01-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-18
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-19
* Make cpluspluscheck more portable.Tom Lane2019-06-02
* Un-break ecpg tests for Windows.Tom Lane2019-06-02
* Improve coverage of cpluspluscheck.Tom Lane2019-05-31
* Integrate cpluspluscheck into build system.Andres Freund2019-05-31
* 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