]> granicus.if.org Git - postgresql/history - src/port
Remove vestigial resolveUnknown arguments from transformSortClause etc.
[postgresql] / src / port /
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.
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...
next