Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | Create 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-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | |
2008-04-15 | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from ↵ | Andrew Dunstan | |
Andreas Zeugswetter | |||
2006-11-29 | More MSVC build support from Magnus. | Tom Lane | |
2006-11-25 | Copy fsync() defines into test_fsync.c, someday place them in an | Bruce Momjian | |
include. Propery align for O_DIRECT. Check for write()/fsync() failures. | |||
2006-11-24 | Separate release preparation jobs for all releases and for major releases | Peter Eisentraut | |
2006-11-23 | Revert out: | Bruce Momjian | |
Update fsync test to match new O_DIRECT behavior. Greg Smith | |||
2006-11-23 | Update fsync test to match new O_DIRECT behavior. | Bruce Momjian | |
Greg Smith | |||
2006-11-21 | VC 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-20 | More 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-22 | Various MSVC build fixes from Magnus; also remove stray Windows | Tom Lane | |
newlines. | |||
2006-10-16 | Remove use of '<' and '>' in SGML, use '&' escapes. | Bruce Momjian | |
Update find_gt_lt to allow grep parameters to be passed into it. | |||
2006-10-13 | Fix test_fsync compile on MinGW(win32) | Bruce Momjian | |
Hiroshi Saito | |||
2006-10-10 | Typo fix. | Bruce Momjian | |
2006-10-10 | Add release checklist item: | Bruce Momjian | |
o copy FAQs from HEAD to top-most branches | |||
2006-10-08 | Update comments for pgcvslog, -r BASE does not work with cvs log. | Bruce Momjian | |
2006-10-04 | Exclude pgindent from affecting the ecpg regression directory. | Bruce Momjian | |
2006-10-04 | Add qsort and qsort_arg to MSVC list of src/port files. | Tom Lane | |
2006-10-04 | Udpate typedefs for pgindent. | Bruce Momjian | |
2006-10-03 | pgevent 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-03 | Update typedef list for 8.2 pgindent run. | Bruce Momjian | |
2006-09-28 | Fix a couple other places that need to know about (some) src/port/ files | Tom Lane | |
explicitly. | |||
2006-09-15 | Several fixes for MSVC build scripts, from Magnus. | Tom Lane | |
2006-09-07 | Update pgcvslog comments. | Bruce Momjian | |
2006-09-07 | Update Emacs/vim editor info. | Bruce Momjian | |
2006-09-04 | Add MSVC build tools. | Bruce Momjian | |
Magnus Hagander | |||
2006-07-19 | Add WIN32 compile suggestion to pginclude README. | Bruce Momjian | |
2006-07-18 | Add pginclude testing ideas. | Bruce Momjian | |
2006-07-17 | Mention dependency problems caused by pgrminclude on include files. | Bruce Momjian | |
2006-07-15 | Create a tool to catch #include omissions that might not result in any | Tom 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-14 | Have find_static skip main() functions. | Bruce Momjian | |
2006-07-14 | Move CFLAGS for pginclude to the end of the command line. | Bruce Momjian | |
2006-07-13 | Skip stripping postgres_fe.h include file. | Bruce Momjian | |
2006-07-13 | Improve pginclude tools to process include file usage by other include files. | Bruce Momjian | |
2006-07-12 | Fix pgrminclude to work for stripping include files. | Bruce Momjian | |
2006-07-11 | Apply 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-11 | Improve pginclude tests. | Bruce Momjian | |
2006-07-11 | Improve pginclude compile flags. | Bruce Momjian | |
2006-07-11 | Update pginclude documentation. | Bruce Momjian | |
2006-07-11 | Have pgrminclude process include files too. | Bruce Momjian | |
2006-07-11 | Add $CFLAGS support to pgrminclude. | Bruce Momjian | |
2006-07-11 | Move pgrminclude debug code to be more effective. | Bruce Momjian | |
2006-07-11 | Improve shell script wrapping. | Bruce Momjian | |
2006-07-11 | Add comments to pgrminclude. | Bruce Momjian | |
2006-07-11 | Allow each C include file to compile on its own by including any needed | Bruce Momjian | |
header files. | |||
2006-07-11 | Add libpq include directory to script. | Bruce Momjian | |
2006-07-10 | Improve compile line for tool. | Bruce Momjian | |
2006-07-10 | Update usage documention for pginclude | Bruce Momjian | |
2006-07-10 | Add $CFLAGS handling to pgcompinclude. | Bruce Momjian | |
2006-07-10 | Fix 'find' args for pgcompinclude tool. | Bruce Momjian | |