summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-221-1/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-224-27/+28
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-15/+196
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-131-13/+17
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-3/+3
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Add missing gettext() calls in find_my_exec(). It's probably too lateTom Lane2005-01-141-4/+6
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-101-1/+8
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-1/+2
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-10/+11
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-11/+25
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-1/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3123-44/+44
* Remove 'optimization' to skip resolve_symlinks() when the foundTom Lane2004-12-241-8/+7
* In pipe_read_line Windows code, loop to ensure we get a whole lineTom Lane2004-12-201-17/+34
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-191-2/+2
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-272-18/+14
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-171-1/+3
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-071-7/+27
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-58/+166
* Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane2004-11-061-163/+65
* Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane2004-11-061-3/+3
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-062-142/+162
* Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian2004-11-021-2/+2
* Adjust use of sizeof(EXE).Bruce Momjian2004-11-011-4/+4
* Clarify coding of .exe patchBruce Momjian2004-11-011-4/+4
* Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane2004-10-281-150/+125
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-271-6/+11
* Add a missing dependency: the "install" target requires "all" to haveNeil Conway2004-10-271-2/+2
* On Windows, cause get_progname to strip any .EXE suffix.Tom Lane2004-10-241-4/+27
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-182-6/+2
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-172-4/+5
* Fix some typos.Bruce Momjian2004-10-171-3/+3
* Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian2004-10-111-4/+4
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-072-4/+3
* Add as binary modeBruce Momjian2004-10-071-0/+0
* re-add as binaryBruce Momjian2004-10-071-0/+0
* Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian2004-10-061-2/+2
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-052-0/+31
* License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway2004-10-053-40/+62
* Fix warnings from crypt.c compile.Bruce Momjian2004-10-041-3/+3
* Comment out unused variable.Bruce Momjian2004-10-041-1/+1
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-7/+42
* isinf.c needs <float.h> on some platforms, per Darcy Buskermolen.Tom Lane2004-09-301-1/+2
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-282-3/+5
* Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian2004-09-271-3/+3
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-272-5/+3
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-273-6/+6