]> granicus.if.org Git - postgresql/history - src/port
Add GUC update_process_title to control whether 'ps' display is updated
[postgresql] / src / port /
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:
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-08 Bruce MomjianBuild server libpgport with all non-FRONTEND object...
2006-04-28 Bruce MomjianDarin -> Darwin.
2006-04-28 Bruce MomjianUpdate list of platforms that have a list of exported...
2006-04-28 Bruce MomjianAdd info on pgport linking requirements.
2006-03-21 Tom LaneImprove performance of our private version of qsort...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-04 Bruce Momjian> gettimeofday.c:35: warning: integer constant is too...
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-03 Bruce MomjianThis patch fixes this warning.
2006-03-03 Bruce MomjianAvoid trying to open /dev/tty on Win32. Some Win32...
2006-02-01 Bruce MomjianFix const cast in get_progname().
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-23 Tom LaneFix make_relative_path() to support cases where target_...
2005-12-16 Alvaro HerreraAdd a note to Win32 gettimeofday() emulation, per Qingq...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-12-05 Tom LaneDocument return-value conventions used by this implemen...
2005-12-05 Tom LaneFix a rather sizable number of problems in our homegrow...
2005-12-02 Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianFix uppercase TRUE/FALSE that are WIN32 stuffl.
2005-10-13 Bruce MomjianUse get_progname() in backend main.c, rather than port...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-09-27 Tom LaneFix our version of strdup() to adhere to the standard...
2005-09-18 Peter EisentrautClarify some error messages
2005-09-03 Tom Lanelibpgport routines need nonstandard palloc to work...
2005-09-02 Tom LaneIn copy_file, use a palloc'd buffer instead of just...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-24 Tom LaneAdd code to use Windows getaddrinfo and friends if...
2005-08-23 Tom LaneFix broken lrand48() implementation, per Merlin Moncure.
2005-08-12 Tom LaneFix up canonicalize_path to do the right thing in all...
2005-08-12 Bruce MomjianNo server version of snprintf needed, so remove Makefil...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-08-12 Bruce MomjianUpdate comments.
2005-08-12 Bruce MomjianDocument why we only handle trailing "..".
2005-08-11 Bruce MomjianFix BSD fseeko to seek from the end of the file.
2005-08-11 Bruce MomjianFix canonicalize_path so "../.." isn't stripped off...
2005-08-10 Bruce MomjianDocument why Win32 loops over rename/unlink are necessary.
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-08-02 Tom Lanermtree() reported the wrong pathname if final rmdir...
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-16 Neil ConwayFix a few minor mistakes in header comments. From Qingq...
2005-04-14 Tom LaneMust count '*' characters as potential arguments.
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2005-03-20 Bruce MomjianAdd mention of why malloc() has to be used in snprintf.c.
2005-03-20 Bruce MomjianDepartment of second thoughts. Remove FRONTEND from...
2005-03-20 Bruce MomjianFix typo in Makefile.
2005-03-20 Bruce MomjianAnother change for FRONTEND snprintf.c.
2005-03-20 Bruce MomjianMark snprintf.c as a file that uses FRONTEND and needs...
2005-03-17 Bruce MomjianFactor duplicate snprintf code into functions.
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-16 Bruce Momjianpgindent snprintf.c for consistency.
2005-03-16 Bruce MomjianFix snprintf for %*$.
2005-03-16 Bruce MomjianFix snprintf to handle %$ properly by storing and reord...
2005-03-12 Bruce MomjianFix snprintf() to properly handle precision specificati...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-02 Bruce MomjianMove snprintf int64 compatibility letters into a NOT_US...
2005-03-02 Bruce MomjianFix for %I64d snprintf.
2005-03-02 Bruce Momjiansnprintf() %I64d code fix.
2005-03-02 Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-03-02 Bruce MomjianPrevent large allocation in snprintf to hold positional...
2005-03-02 Bruce MomjianFix snprintf on Win32:
2005-03-02 Bruce MomjianMake port snprintf.c finally thread-safe.
2005-03-01 Bruce MomjianMake snprintf() use already-defined int64/uint64 typede...
2005-03-01 Bruce MomjianAnd while we are on it, I would like to submit minor
2005-02-28 Bruce Momjiansnprintf.c has no sys/ioctl.h. Trivial patch below:
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-22 Bruce MomjianAdd semicolon so snprintf.c goto has a statement to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2005-02-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-18 Bruce MomjianUpdate version stamps for 8.1 as listed in RELEASE_CHANGES.
2005-01-14 Tom LaneAdd missing gettext() calls in find_my_exec(). It...
2005-01-10 Tom LaneUn-break MSVC build, per Andrew Dunstan.
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
next