aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Clarify some error messagesPeter Eisentraut2005-09-18
* libpgport routines need nonstandard palloc to work on Windows.Tom Lane2005-09-03
* In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane2005-09-02
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-25
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-24
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-23
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-12
* No server version of snprintf needed, so remove Makefile rule.Bruce Momjian2005-08-12
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-12
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-12
* Update comments.Bruce Momjian2005-08-12
* Document why we only handle trailing "..".Bruce Momjian2005-08-12
* Fix BSD fseeko to seek from the end of the file.Bruce Momjian2005-08-11
* Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian2005-08-11
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-10
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-02
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-02
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Fix a few minor mistakes in header comments. From Qingqing Zhou.Neil Conway2005-05-16
* Must count '*' characters as potential arguments.Tom Lane2005-04-14
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-25
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Add missing error checking in readdir() loops.Tom Lane2005-03-24
* Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian2005-03-20
* Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian2005-03-20
* Fix typo in Makefile.Bruce Momjian2005-03-20
* Another change for FRONTEND snprintf.c.Bruce Momjian2005-03-20
* Mark snprintf.c as a file that uses FRONTEND and needs to a version inBruce Momjian2005-03-20
* Factor duplicate snprintf code into functions.Bruce Momjian2005-03-17
* Add sprintf support, that were were missing.Bruce Momjian2005-03-16
* pgindent snprintf.c for consistency.Bruce Momjian2005-03-16
* Fix snprintf for %*$.Bruce Momjian2005-03-16
* Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian2005-03-16
* Fix snprintf() to properly handle precision specification for %f.Bruce Momjian2005-03-12
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-11
* Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian2005-03-02
* Fix for %I64d snprintf.Bruce Momjian2005-03-02
* snprintf() %I64d code fix.Bruce Momjian2005-03-02
* Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian2005-03-02
* Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian2005-03-02
* Fix snprintf on Win32:Bruce Momjian2005-03-02
* Make port snprintf.c finally thread-safe.Bruce Momjian2005-03-02
* Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian2005-03-01
* And while we are on it, I would like to submit minorBruce Momjian2005-03-01
* snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian2005-02-28
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-27
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-22