OSDN Git Service

Update a number of broken links in comments.
[pg-rex/syncrep.git] / src / port /
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-03-01 Tom LaneBuildfarm still unhappy, so I'll bet it's EACCES not...
2010-03-01 Greg Starkadd EPERM to the list of return codes to expect from...
2010-02-28 Greg StarkSecond try at fsyncing directories in CREATE DATABASE...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneSome platforms reject fsync() on files opened O_RDONLY.
2010-02-22 Tom LaneLet's try forcing errno to zero before issuing fsync...
2010-02-22 Tom LaneFix multiple copy and paste-o's. No wonder this code...
2010-02-22 Greg StarkOops, don't forget to rewind the directory before scann...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-15 Greg StarkTemporarily disable fsyncing the database directory...
2010-02-15 Itagaki Takahiroremove an unused variable 'dirfd'.
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-02-14 Greg StarkMake CREATE DATABASE safe against losing whole files...
2010-02-06 Tom LaneAvoid changing the sign of zero. Per buildfarm failures.
2010-02-05 Bruce MomjianRewrite rint() to enable removal of copyright mention...
2010-01-31 Magnus HaganderRemove now unnecessary loop around CallNamedPipe().
2010-01-14 Tom LaneSimplify validate_exec() by using access(2) to check...
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderFix cast for _open_osfhandle().
2010-01-01 Magnus HaganderMake the win32 putenv() override update *all* present...
2009-12-27 Magnus HaganderRemove now unreferenced variable.
2009-12-27 Magnus HaganderIf the MSVCRT module is not found in the current binary...
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-12 Tom LaneCheck for C/POSIX before assuming that nl_langinfo...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-09-13 Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-07-27 Magnus HaganderFix minor memory leak in Win32 SID handling functions...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-07-01 Tom LaneStamp HEAD as 8.5devel.
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...
next