aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* 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
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-22
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-13
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane2005-01-14
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-10
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-06
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-06
* Make the various places that determine the user's "home directory"Tom Lane2005-01-06
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-01
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-24
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-20
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-19
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-27
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-17
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-07
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-06
* Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane2004-11-06
* Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane2004-11-06
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-06
* Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian2004-11-02
* Adjust use of sizeof(EXE).Bruce Momjian2004-11-01
* Clarify coding of .exe patchBruce Momjian2004-11-01
* Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane2004-10-28
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-27
* Add a missing dependency: the "install" target requires "all" to haveNeil Conway2004-10-27
* On Windows, cause get_progname to strip any .EXE suffix.Tom Lane2004-10-24
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-18
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-17
* Fix some typos.Bruce Momjian2004-10-17
* Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian2004-10-11
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07