summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-25Add a setlocal command to the beginning of build.bat. This is requiredNeil Conway
2007-01-24When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian
2007-01-23This patch is required for vcbuild to work after the changes toAlvaro Herrera
2007-01-16vcbuild updates from Magnus:Neil Conway
2007-01-10Attached patch fixes two problems:Neil Conway
2007-01-10This patch enables verbose output when building all projects. This isNeil Conway
2007-01-10Update copyright script to allow spaces around dash.Bruce Momjian
2007-01-09Fix vcbuild to allow building without OpenSSL and/or zlib. MagnusTom Lane
2007-01-09vcbuild documentation from Magnus and Dave.Tom Lane
2007-01-06Check for ERANGE in exp() as well.Bruce Momjian
2007-01-06Document that we need to update the ecpg regression files when we updateBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Update copyright script, report year usedBruce Momjian
2007-01-05Modify copyright script to pull current year from `date`.Bruce Momjian
2007-01-05Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian
2007-01-04Fix AddDefine to handle quotes properly. MagnusTom Lane
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-29Add support for XML build option to MSVC build scripts.Tom Lane
2006-12-27Clean up pgindent handling of comments after 'else' by only movingBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
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