| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
| 2009-07-16 | Make backend header files C++ safe | Peter Eisentraut | |
| This alters various incidental uses of C++ key words to use other similar identifiers, so that a C++ compiler won't choke outright. You still (probably) need extern "C" { }; around the inclusion of backend headers. based on a patch by Kurt Harriman <harriman@acm.org> Also add a script cpluspluscheck to check for C++ compatibility in the future. As of right now, this passes without error for me. | |||
| 2008-03-21 | More README src cleanups. | Bruce Momjian | |
| 2006-07-19 | Add WIN32 compile suggestion to pginclude README. | Bruce Momjian | |
| 2006-07-18 | Add pginclude testing ideas. | Bruce Momjian | |
| 2006-07-17 | Mention dependency problems caused by pgrminclude on include files. | Bruce Momjian | |
| 2006-07-15 | Create a tool to catch #include omissions that might not result in any | Tom Lane | |
| compiler warning, specifically #ifdef or #if defined tests on symbols that are defined in a file not included. The results are a bit noisy and require care to interpret, but it's a lot better than no tool at all. | |||
| 2006-07-14 | Move CFLAGS for pginclude to the end of the command line. | Bruce Momjian | |
| 2006-07-13 | Skip stripping postgres_fe.h include file. | Bruce Momjian | |
| 2006-07-13 | Improve pginclude tools to process include file usage by other include files. | Bruce Momjian | |
| 2006-07-12 | Fix pgrminclude to work for stripping include files. | Bruce Momjian | |
| 2006-07-11 | Improve pginclude tests. | Bruce Momjian | |
| 2006-07-11 | Improve pginclude compile flags. | Bruce Momjian | |
| 2006-07-11 | Update pginclude documentation. | Bruce Momjian | |
| 2006-07-11 | Have pgrminclude process include files too. | Bruce Momjian | |
| 2006-07-11 | Add $CFLAGS support to pgrminclude. | Bruce Momjian | |
| 2006-07-11 | Move pgrminclude debug code to be more effective. | Bruce Momjian | |
| 2006-07-11 | Improve shell script wrapping. | Bruce Momjian | |
| 2006-07-11 | Add comments to pgrminclude. | Bruce Momjian | |
| 2006-07-11 | Allow each C include file to compile on its own by including any needed | Bruce Momjian | |
| header files. | |||
| 2006-07-11 | Add libpq include directory to script. | Bruce Momjian | |
| 2006-07-10 | Improve compile line for tool. | Bruce Momjian | |
| 2006-07-10 | Update usage documention for pginclude | Bruce Momjian | |
| 2006-07-10 | Add $CFLAGS handling to pgcompinclude. | Bruce Momjian | |
| 2006-07-10 | Fix 'find' args for pgcompinclude tool. | Bruce Momjian | |
| 2006-07-10 | Improve tool coding. | Bruce Momjian | |
| 2006-07-10 | Improve script by processing only C files. | Bruce Momjian | |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | |
| places that were including the wrong files. | |||
| 2000-06-15 | Clean up #include's. | Bruce Momjian | |
| 2000-06-14 | Update include cleaning scripts. | Bruce Momjian | |
| 2000-06-14 | Update include scripts | Bruce Momjian | |
| 2000-05-29 | Split vacuum and analyze into separate files | Bruce Momjian | |
| 1999-07-17 | Add c.h to exclusion list. | Bruce Momjian | |
| 1999-07-17 | Add config.h as needed. | Bruce Momjian | |
| 1999-07-16 | More cleanup | Bruce Momjian | |
| 1999-07-16 | More cleanup | Bruce Momjian | |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian | |
| 1999-07-15 | Cleanups. | Bruce Momjian | |
| 1999-07-15 | Remove un-needed #include's from *.c files. | Bruce Momjian | |
| 1999-07-15 | Add updates. | Bruce Momjian | |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
