Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-22 | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane | |
and there was some question about its copyright status. | |||
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
2004-02-25 | For application to HEAD, following community review. | Bruce Momjian | |
* Changes incorrect CYGWIN defines to __CYGWIN__ * Some localtime returns NULL checks (when unchecked cause SEGVs under Win32 regression tests) * Rationalized CreateSharedMemoryAndSemaphores and AttachSharedMemoryAndSemaphores (Bruce, I finally remembered to do it); requires attention. Claudio Natoli | |||
2004-02-02 | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian | |
palloc()$ Fixed. Thanks. > src/backend/postmaster/pgstat.c miss > #include "tcop/tcopprot.h" line. Fixed. > src/utils/dllinit.c wrong include header line at MinGW. > #include <cygwin/version.h> must be not included Fixed. > by the way, > I can't compile eccp because I used lower version bison. > and bin/pg_resetxlog too. in this case I can't find what's wrong. Fixed. | |||
2002-11-02 | Re-add Win32 missing files, I think. | Bruce Momjian | |
2002-11-02 | Re-add Win32 files. | Bruce Momjian | |
2002-10-30 | Remove /src/utils. Is final cleanup of getopt.c resurection. | Bruce Momjian | |
2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut | |
Some makefile simplifications. | |||
2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian | |
one place. Everything may be moved to src/utils eventually. Add DLLINIT variable to simplify makfiles. | |||
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
initdb/regression tests pass. | |||
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian | |
2001-01-11 | #ifdef out entire file for newer Cygwin versions. | Peter Eisentraut | |
2000-09-29 | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | |
either way (although the former is preferred by the Cygwin folks themselves), but using only one seems nicer. | |||
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1999-01-18 | Add missing Windows files. | Bruce Momjian | |