]> granicus.if.org Git - postgresql/history - src/port
Align buffer descriptors to cache line boundaries.
[postgresql] / src / port /
2015-01-24 Tom LaneRemove no-longer-referenced src/port/gethostname.c.
2015-01-16 Heikki LinnakangasAnother attempt at fixing Windows Norwegian locale.
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-08 Simon RiggsWindows: use GetSystemTimePreciseAsFileTime if available
2014-12-08 Simon RiggsUse GetSystemTimeAsFileTime directly in win32
2014-12-05 Heikki LinnakangasDon't include file type bits in tar archive's mode...
2014-11-03 Noah MischFix win32setlocale.c const-related warnings.
2014-10-24 Heikki LinnakangasWork around Windows locale name with non-ASCII character.
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-10-13 Noah MischSuppress dead, unportable src/port/crypt.c code.
2014-09-10 Andres FreundAdd support for optional_argument to our own getopt_lon...
2014-07-23 Noah MischReport success when Windows kill() emulation signals...
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-04 Tom LanePreserve errno across free().
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-17 Tom LaneFix unportable coding in tarCreateHeader().
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-28 Peter EisentrautFix whitespace
2013-12-27 Peter EisentrautFix whitespace
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-15 Tatsuo IshiiAdd "SHIFT_JIS" as an accepted encoding name for locale...
2013-11-30 Peter EisentrautRemove use of obsolescent Autoconf macros
2013-11-23 Tom LaneEnsure _dosmaperr() actually sets errno correctly.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-14 Peter EisentrautAdd asprintf.c
2013-06-28 Alvaro HerreraSend SIGKILL to children if they don't die quickly...
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-06-23 Tom LaneAdd a comment warning against use of pg_usleep() for...
2013-06-15 Tom LaneUse SA_RESTART for all signals, including SIGALRM.
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom Laneinitdb needs pqsignal() even on Windows.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-08 Heikki LinnakangasRemove unnecessary #ifdef FRONTEND check to choose...
2013-02-27 Heikki LinnakangasAdd standard file header comment to quotes.c.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-16 Bruce MomjianWarn about initdb using mount-points
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-02 Magnus HaganderMove tar function headers to pgtar.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2013-01-01 Magnus HaganderUnify some tar functionality across different parts
2012-10-05 Peter EisentrautRemove redundant code for getnameinfo() replacement
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-09-13 Kevin GrittnerFix typo in comment for pclose_check() function.
2012-08-29 Peter EisentrautAdd strerror() string to chdir() error message
2012-07-27 Tom LaneImprove reporting of error situations in find_other_exec().
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-06-14 Tom LaneStamp HEAD as 9.3devel.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-08 Peter EisentrautFix dependency tracking for src/port/%_srv.o files
2012-05-07 Peter EisentrautRemove strdup, strtol, strtoul from libpgport
2012-05-03 Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-05-02 Tom LaneKill some remaining references to SVR4 and univel.
2012-04-29 Peter EisentrautSimplify makefile rule
2012-03-29 Andrew DunstanRemove now redundant pgpipe code.
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-15 Robert HaasSpeed up in-memory tuplesorting.
2012-02-09 Robert HaasAttempt to fix MSVC builds and other fls-related breakage.
2012-02-07 Heikki LinnakangasFix typo in comment.
2012-02-07 Robert HaasSupport fls().
2012-01-30 Peter EisentrautUse abort() instead of exit() to abort library functions
2012-01-02 Bruce MomjianRevert binary change in copyright year adjustment.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-11-26 Bruce MomjianFix join_path_components() to not add a leading slash...
2011-09-03 Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-09-01 Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-09-01 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-07-06 Robert HaasAdd \ir command to psql.
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.
next