]> granicus.if.org Git - postgresql/history - src/port
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / port /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-04 Magnus HaganderUpdate no longer current comments in header.
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-04 Tom LaneHmm, baiji thinks we need explicit 'extern' here.
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-04-03 Tom LaneUse (unsigned char) cast in argument of pg_tolower...
2009-04-03 Magnus HaganderMake directory name comparisons on Win32 case insensitive.
2009-02-15 Magnus HaganderLoop calling CallNamedPipe() several times in case...
2009-02-12 Magnus HaganderDon't call SetEnvironmentVariable() when removing an...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-14 Bruce MomjianRemove empty #ifdef block.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-25 Tom LaneOmit src/port/pipe.c on non-Windows platforms. It...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-10-16 Tom LaneReduce chatter from _dosmaperr() when used in FRONTEND...
2008-05-21 Magnus HaganderUse CRITICAL_SECTION instead of Mutexes for thread...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneFix declarations of pthread functions, missed in recent...
2008-05-14 Magnus HaganderMake the win32 implementation of getrusage() return...
2008-04-22 Magnus HaganderDon't pull in pthreads header files in this file becaus...
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-18 Tom LaneFix our printf implementation to follow spec: if a...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-02-13 Tom LaneStamp HEAD as 8.4devel.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Peter Eisentrautmay -> might
2007-12-27 Peter EisentrautWording improvements
2007-12-20 Magnus HaganderOn win32, loop when opening files if sharing- och lock...
2007-11-30 Magnus HaganderUse _dosmaperr() to deal with errors opening files...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-25 Alvaro HerreraAdd new encoding aliases for Solaris, per Zdenek Kotala.
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-10-17 Tom LaneAdd missing entry for PG_WIN1250 encoding, per gripe...
2007-10-10 Magnus HaganderAdd missing codepage numbers for Windows.
2007-10-03 Tom LaneTeach chklocale.c how to extract encoding info from...
2007-09-29 Tom LaneTeach chklocale.c about a few names for frontend-only...
2007-09-28 Tom LaneOn OS X, assume that an empty-string result for nl_lang...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-12 Tom LaneGet dirmod.c on the same page as port.h about whether...
2007-04-18 Magnus HaganderSilence mingw compiler warning
2007-04-13 Magnus HaganderAdd O_DIRECT support on Windows.
2007-04-03 Bruce MomjianUpdate comment for new thread_test location.
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2007-03-18 Neil ConwayCode cleanup for function prototypes: change two K...
2007-02-13 Bruce MomjianAdd comment to explain why O_EXCL and O_TRUNC can be...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
2007-01-29 Bruce MomjianUse sizeof() for snprintf() buffer length.
2007-01-29 Bruce MomjianUpdate process termination message to display signal...
2007-01-28 Tom LaneDrat, can't fit an additional argument into log_error...
2007-01-28 Tom LaneClean up broken usage of HAVE_DECL_SYS_SIGLIST and...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Bruce MomjianAdd signal.h for sys_siglist reference.
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-23 Bruce MomjianRemove newline from error message because URL is gone.
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-19 Alvaro HerreraChange the sed rules in the regression test for pg_regr...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Bruce MomjianStamp major release 8.3.0, and increment library versio...
2006-12-04 Bruce MomjianPatch of Win32 Encoding problem for server messages...
2006-11-28 Andrew Dunstanprotect vfprintf from hijacking by Windows gettext...
2006-11-08 Tom LaneChange Windows rename and unlink substitutes so that...
2006-10-19 Tom LaneRename our substitute qsort to pg_qsort at the link...
2006-10-12 Tom LaneUse Min() instead of min() in qsort, for consistency...
2006-10-07 Tom LaneFix thinko in comment.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-10-03 Bruce MomjianCleanup pgwin32_open() 'if' test, and avoid possible...
2006-10-02 Bruce MomjianAdd URL about strlcpy() creation history.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-27 Tom LaneAdd strlcpy() to the set of functions supported by...
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-09-24 Tom LaneFix incorrect mapping of fopen mode 'a' in recently...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-08-30 Tom LaneFix things so that fopen's, not only open's, pass FILE_...
2006-07-18 Tom Lanecopydir() and rmtree() need to use lstat, not stat...
2006-07-16 Tom LaneInclude libpq/pqcomm.h to ensure we have correct knowle...
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-14 Tom LaneAdd dependency to fix parallel-make race condition...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-10 Bruce MomjianMove pthread-win32.h to /port, modify bcc/msvc makefiles.
2006-07-06 Bruce MomjianWIN32 fixes:
2006-06-26 Bruce MomjianAdd comment about the use of pg_config_paths.h.
2006-06-26 Bruce MomjianUse Unix line endings instead of DOS ones, per Magnus.
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
next