summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2008-06-10Create a script to handle stamping release version numbers into files,Tom Lane
replacing the tedious and error-prone manual process we've been using.
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-15Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from ↵Andrew Dunstan
Andreas Zeugswetter
2006-11-29More MSVC build support from Magnus.Tom Lane
2006-11-25Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian
include. Propery align for O_DIRECT. Check for write()/fsync() failures.
2006-11-24Separate release preparation jobs for all releases and for major releasesPeter Eisentraut
2006-11-23Revert out:Bruce Momjian
Update fsync test to match new O_DIRECT behavior. Greg Smith
2006-11-23Update fsync test to match new O_DIRECT behavior.Bruce Momjian
Greg Smith
2006-11-21VC build patch from Magnus:Neil Conway
Typo in the changes to plperl - uses wrong dir, and had a missing slash. Also fixes error checking for xsubpp - it was broken in a way that hid the problem above when run more than once (which is the normal case when developing).
2006-11-20More MSVC build fixes:Tom Lane
* New versions of OpenSSL come with proper debug versions, and use suffixed names on the LIBs for that. Adapts library handling to deal with that. * Fixes error where it incorrectly enabled Kerberos based on NLS configuration instead of Kerberos configuration * Specifies path of perl in config, instead of using current one. Required when using a 64-bit perl normally, but want to build pl/perl against 32-bit one (required) * Fix so pgevent generates win32ver.rc automatically Magnus Hagander
2006-10-22Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane
newlines.
2006-10-16Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian
Update find_gt_lt to allow grep parameters to be passed into it.
2006-10-13Fix test_fsync compile on MinGW(win32)Bruce Momjian
Hiroshi Saito
2006-10-10Typo fix.Bruce Momjian
2006-10-10Add release checklist item:Bruce Momjian
o copy FAQs from HEAD to top-most branches
2006-10-08Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian
2006-10-04Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian
2006-10-04Add qsort and qsort_arg to MSVC list of src/port files.Tom Lane
2006-10-04Udpate typedefs for pgindent.Bruce Momjian
2006-10-03pgevent fixes:Bruce Momjian
1) Make vcbuild actually build the pgevent dll. 2) Change the pgevent DLL file so it doens't specify ordinal for the functions. You're not supposed to do that. You're actually supposed to declare them as PRIVATE as well, but mingw doesn't support that. VC++ will throw a warning and not an error though, so we can live with it. Magnus Hagander
2006-10-03Update typedef list for 8.2 pgindent run.Bruce Momjian
2006-09-28Fix a couple other places that need to know about (some) src/port/ filesTom Lane
explicitly.
2006-09-15Several fixes for MSVC build scripts, from Magnus.Tom Lane
2006-09-07Update pgcvslog comments.Bruce Momjian
2006-09-07Update Emacs/vim editor info.Bruce Momjian
2006-09-04Add MSVC build tools.Bruce Momjian
Magnus Hagander
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
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-14Have find_static skip main() functions.Bruce Momjian
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-11Apply entab fix from Marko Kreen for these problems:Alvaro Herrera
- halt.c did not include stdlib.h, thus missed exit() prototype - Makefile ignores BINDIR for install. - Makefile calls install with user/group args, thus failing for regular user. While trying it I noticed that the Makefile does not support VPATH builds ...
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
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
header files.
2006-07-11Add libpq include directory to script.Bruce Momjian
2006-07-10Improve compile line for tool.Bruce Momjian
2006-07-10Update usage documention for pgincludeBruce Momjian
2006-07-10Add $CFLAGS handling to pgcompinclude.Bruce Momjian
2006-07-10Fix 'find' args for pgcompinclude tool.Bruce Momjian