aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* Stamp releases for 2006-02-14 releaseBruce Momjian2006-02-12
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Stamp relesae 8.0.6.Bruce Momjian2006-01-05
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-23
* Stamp 8.0.5.Tom Lane2005-12-09
* Stamp release 8.0.4.Tom Lane2005-10-03
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-23
* Backpatch fseeko fix for seeking from end of file.Bruce Momjian2005-08-12
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-02
* Back-port several small portability fixes to get contrib buildingTom Lane2005-08-02
* Stamp release 8.0.3.Tom Lane2005-05-05
* Make additional stamps for 8.0.2.Bruce Momjian2005-03-26
* 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
* Backpatch to 8.0.X, already in HEAD:Bruce Momjian2005-03-17
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-13
* Stamp 8.0 branch as 8.0.1.Tom Lane2005-01-30
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* 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