summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2005-08-25Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane
2005-08-24Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane
2005-08-23Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12No server version of snprintf needed, so remove Makefile rule.Bruce Momjian
2005-08-12Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian
2005-08-12Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian
2005-08-12Update comments.Bruce Momjian
2005-08-12Document why we only handle trailing "..".Bruce Momjian
2005-08-11Fix BSD fseeko to seek from the end of the file.Bruce Momjian
2005-08-11Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian
2005-08-10Document why Win32 loops over rename/unlink are necessary.Bruce Momjian
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-08-02rmtree() reported the wrong pathname if final rmdir failed.Tom Lane
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-16Fix a few minor mistakes in header comments. From Qingqing Zhou.Neil Conway
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