summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2010-03-02Backpatch MSVC build fix for XSLTAndrew Dunstan
2009-08-10Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander
2008-06-10Create a script to handle stamping release version numbers into files,Tom Lane
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 Andrea...Andrew Dunstan
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
2006-11-24Separate release preparation jobs for all releases and for major releasesPeter Eisentraut
2006-11-23Revert out:Bruce Momjian
2006-11-23Update fsync test to match new O_DIRECT behavior.Bruce Momjian
2006-11-21VC build patch from Magnus:Neil Conway
2006-11-20More MSVC build fixes:Tom Lane
2006-10-22Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane
2006-10-16Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian
2006-10-13Fix test_fsync compile on MinGW(win32)Bruce Momjian
2006-10-10Typo fix.Bruce Momjian
2006-10-10Add release checklist item:Bruce Momjian
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
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
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
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
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
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
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