summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2004-11-27Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-11-07Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-06Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane
2004-11-06Fix sizeof(EXE) arithmetic, per Andrew Dunstan.Tom Lane
2004-11-06Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane
2004-11-02Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian
2004-11-01Adjust use of sizeof(EXE).Bruce Momjian
2004-11-01Clarify coding of .exe patchBruce Momjian
2004-10-28Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane
2004-10-27Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian
2004-10-27Add a missing dependency: the "install" target requires "all" to haveNeil Conway
2004-10-24On Windows, cause get_progname to strip any .EXE suffix.Tom Lane
2004-10-18Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian
2004-10-17Better document win32_open and its ability to allow concurrentBruce Momjian
2004-10-17Fix some typos.Bruce Momjian
2004-10-11Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-07Add as binary modeBruce Momjian
2004-10-07re-add as binaryBruce Momjian
2004-10-06Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-05License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway
2004-10-04Fix warnings from crypt.c compile.Bruce Momjian
2004-10-04Comment out unused variable.Bruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-09-30isinf.c needs <float.h> on some platforms, per Darcy Buskermolen.Tom Lane
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27More Win32 cleanups for Dave Page.Bruce Momjian
2004-09-27Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-09-24Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane
2004-09-10Add mention loops over unlink/rename might not be needed.Bruce Momjian
2004-09-10Move undef of rename/unlink so system declarations are unmodified.Bruce Momjian
2004-09-10Clean up Cygwin test.Bruce Momjian
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-09-02Fix getrusage() emulation on Windows. Magnus HaganderTom Lane
2004-09-02Remove useless variable.Tom Lane
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-29Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian
2004-08-29Add comment on palloc use and DLLIMPORT>Bruce Momjian
2004-08-28> Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO:Bruce Momjian
2004-08-27Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane