summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2007-02-14Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander
2007-02-14Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian
2007-02-13Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander
2007-02-13One more fix for makefile := to : change.Magnus Hagander
2007-02-13Properly parse Makefile after change from := to =.Magnus Hagander
2007-02-10Fix pg_standby to build on msvc.Magnus Hagander
2007-02-08Win32 regression test fixes:Bruce Momjian
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-07The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera
2007-02-06Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut
2007-02-02This patch changes the installscript for vcbuild to actually parse theNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Update comment.Bruce Momjian
2007-01-28Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan
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