summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2005-04-14Must count '*' characters as potential arguments.Tom Lane
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-24Add missing error checking in readdir() loops.Tom Lane
2005-03-20Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian
2005-03-20Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian
2005-03-20Fix typo in Makefile.Bruce Momjian
2005-03-20Another change for FRONTEND snprintf.c.Bruce Momjian
2005-03-20Mark snprintf.c as a file that uses FRONTEND and needs to a version inBruce Momjian
2005-03-17Factor duplicate snprintf code into functions.Bruce Momjian
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-16pgindent snprintf.c for consistency.Bruce Momjian
2005-03-16Fix snprintf for %*$.Bruce Momjian
2005-03-16Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian
2005-03-12Fix snprintf() to properly handle precision specification for %f.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-02Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian
2005-03-02Fix for %I64d snprintf.Bruce Momjian
2005-03-02snprintf() %I64d code fix.Bruce Momjian
2005-03-02Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian
2005-03-02Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian
2005-03-02Fix snprintf on Win32:Bruce Momjian
2005-03-02Make port snprintf.c finally thread-safe.Bruce Momjian
2005-03-01Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian
2005-03-01And while we are on it, I would like to submit minorBruce Momjian
2005-02-28snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian
2005-02-27Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian
2005-02-22Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2005-02-13Print file name and errno string on rmtree failure.Bruce Momjian
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-18Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian
2005-01-14Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane
2005-01-10Un-break MSVC build, per Andrew Dunstan.Tom Lane
2005-01-06Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2005-01-01Adjust a few more copyright notices to match the format expected byTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-24Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane
2004-12-20In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane
2004-12-19Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian
2004-11-27Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-11-07Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-06Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane