aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander2007-02-14
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-14
* Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander2007-02-13
* One more fix for makefile := to : change.Magnus Hagander2007-02-13
* Properly parse Makefile after change from := to =.Magnus Hagander2007-02-13
* Fix pg_standby to build on msvc.Magnus Hagander2007-02-10
* Win32 regression test fixes:Bruce Momjian2007-02-08
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera2007-02-07
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-06
* This patch changes the installscript for vcbuild to actually parse theNeil Conway2007-02-02
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update comment.Bruce Momjian2007-01-31
* Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan2007-01-28
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* Add a setlocal command to the beginning of build.bat. This is requiredNeil Conway2007-01-25
* When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian2007-01-24
* This patch is required for vcbuild to work after the changes toAlvaro Herrera2007-01-23
* vcbuild updates from Magnus:Neil Conway2007-01-16
* Attached patch fixes two problems:Neil Conway2007-01-10
* This patch enables verbose output when building all projects. This isNeil Conway2007-01-10
* Update copyright script to allow spaces around dash.Bruce Momjian2007-01-10
* Fix vcbuild to allow building without OpenSSL and/or zlib. MagnusTom Lane2007-01-09
* vcbuild documentation from Magnus and Dave.Tom Lane2007-01-09
* Check for ERANGE in exp() as well.Bruce Momjian2007-01-06
* Document that we need to update the ecpg regression files when we updateBruce Momjian2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright script, report year usedBruce Momjian2007-01-05
* Modify copyright script to pull current year from `date`.Bruce Momjian2007-01-05
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-05
* Fix AddDefine to handle quotes properly. MagnusTom Lane2007-01-04
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Add support for XML build option to MSVC build scripts.Tom Lane2006-12-29
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-27
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* More MSVC build support from Magnus.Tom Lane2006-11-29
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-25
* Separate release preparation jobs for all releases and for major releasesPeter Eisentraut2006-11-24
* Revert out:Bruce Momjian2006-11-23
* Update fsync test to match new O_DIRECT behavior.Bruce Momjian2006-11-23
* VC build patch from Magnus:Neil Conway2006-11-21
* More MSVC build fixes:Tom Lane2006-11-20
* Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane2006-10-22
* Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian2006-10-16
* Fix test_fsync compile on MinGW(win32)Bruce Momjian2006-10-13
* Typo fix.Bruce Momjian2006-10-10
* Add release checklist item:Bruce Momjian2006-10-10
* Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian2006-10-08
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-04
* Add qsort and qsort_arg to MSVC list of src/port files.Tom Lane2006-10-04