]> granicus.if.org Git - postgresql/history - src/port
This patch will ensure that the hash table iteration performed by
[postgresql] / src / port /
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
2004-12-24 Tom LaneRemove 'optimization' to skip resolve_symlinks() when...
2004-12-20 Tom LaneIn pipe_read_line Windows code, loop to ensure we get...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-11-27 Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-11-17 Neil ConwayWin32 build cleanups, from Andrew Dunstan.
2004-11-07 Bruce MomjianRemoves duplicate slashes from the path in canonicalize...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-11-06 Tom LaneSimplify relative-path logic, on the assumption that...
2004-11-06 Tom LaneFix sizeof(EXE) arithmetic, per Andrew Dunstan.
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-11-02 Bruce MomjianAdd comment about memory failure of get_progname exitin...
2004-11-01 Bruce MomjianAdjust use of sizeof(EXE).
2004-11-01 Bruce MomjianClarify coding of .exe patch
2004-10-28 Tom LaneCode cleanup in dirmod.c. Andrew Dunstan, some further...
2004-10-27 Bruce MomjianCanonicalize Win32 path coming in from pg_ctl -D, idea...
2004-10-27 Neil ConwayAdd a missing dependency: the "install" target requires...
2004-10-24 Tom LaneOn Windows, cause get_progname to strip any .EXE suffix.
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-17 Bruce MomjianBetter document win32_open and its ability to allow...
2004-10-17 Bruce MomjianFix some typos.
2004-10-11 Bruce MomjianUse native Cygwin symlinks so tablespaces work on Win95...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-07 Bruce MomjianAdd as binary mode
2004-10-07 Bruce Momjianre-add as binary
2004-10-06 Bruce MomjianUpdate win32ver.rc to 8,0,000,000. Mention it needs...
2004-10-06 Bruce Momjianplease find attached an alternate submission which...
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-05 Neil ConwayLicense cleanup: crypt.c and qsort.c to latest NetBSD...
2004-10-04 Bruce MomjianFix warnings from crypt.c compile.
2004-10-04 Bruce MomjianComment out unused variable.
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-09-30 Tom Laneisinf.c needs <float.h> on some platforms, per Darcy...
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianSmall WIN32_CLIENT_ONLY cleanup for new build patch.
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Bruce MomjianMore Win32 cleanups for Dave Page.
2004-09-27 Bruce MomjianMake adjustment for MS VC and BCC compile of psql,...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-09-24 Tom LaneFix gratuitous weirdness in function prototype, per...
2004-09-10 Bruce MomjianAdd mention loops over unlink/rename might not be needed.
2004-09-10 Bruce MomjianMove undef of rename/unlink so system declarations...
2004-09-10 Bruce MomjianClean up Cygwin test.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-09-02 Tom LaneFix getrusage() emulation on Windows. Magnus Hagander
2004-09-02 Tom LaneRemove useless variable.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29 Bruce MomjianAdd comment on palloc use and DLLIMPORT>
2004-08-28 Bruce Momjian> Am Dienstag, 17. August 2004 14:26 schrieb Fabien...
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-16 Bruce MomjianFix for adding \n for zero-length win32 read_pipe return
2004-08-16 Bruce MomjianClarify need for \r\n -> \n translation in version...
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
next