OSDN Git Service

Remove silent_mode. You get the same functionality with "pg_ctl -l
[pg-rex/syncrep.git] / src / port /
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneTypo fix.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Andrew DunstanGive getopt() a prototype and modern style arg specs.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-02-13 Bruce MomjianFix reverse 'if' test in path_is_relative_and_below_cwd...
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-10 Bruce MomjianFix pg_get_encoding_from_locale() function call paramet...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-04 Robert HaasMove pipe.c into the backend.
2011-02-04 Robert HaasAvoid including postgres.h in frontend compiles of...
2011-02-04 Robert HaasUse $(MAKE) rather than make.
2011-02-04 Robert HaasMake handling of errcodes.h more consistent with other...
2011-02-03 Bruce MomjianSimplify code used in is_absolute_path() macro; also...
2011-02-03 Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-03 Bruce MomjianClearify macro IS_PATH_VAR_SEP in path.c so it is clear...
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Alvaro HerreraAvoid clobbering errno, per comment from Tom.
2010-12-16 Alvaro HerreraFix inconsequential FILE pointer leakage
2010-12-16 Alvaro HerreraAdd some minor missing error checks
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-11-26 Tom LaneFix portability issues in new src/port/inet_net_ntop...
2010-11-25 Bruce MomjianFix getaddrinfo() in pgport to use proper parameters...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-07 Bruce MomjianModify pg_upgrade to set/restore all environment variab...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-09 Tom LaneStamp HEAD as 9.1devel.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
2010-07-01 Robert HaasAllow copydir() to be interrupted.
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-05-06 Itagaki TakahiroCode page for EUC-KR is surely 51949.
2010-04-28 Itagaki TakahiroAdd CP949 as an alias for UHC encoding. pg_get_encoding...
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...
next