aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* 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
* Add as binary modeBruce Momjian2004-10-07
* re-add as binaryBruce Momjian2004-10-07
* Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian2004-10-06
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-06
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway2004-10-05
* Fix warnings from crypt.c compile.Bruce Momjian2004-10-04
* Comment out unused variable.Bruce Momjian2004-10-04
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* isinf.c needs <float.h> on some platforms, per Darcy Buskermolen.Tom Lane2004-09-30
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-28
* Small WIN32_CLIENT_ONLY cleanup for new build patch.Bruce Momjian2004-09-27
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-27
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* More Win32 cleanups for Dave Page.Bruce Momjian2004-09-27
* Make adjustment for MS VC and BCC compile of psql, from Dave Page.Bruce Momjian2004-09-27
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Fix gratuitous weirdness in function prototype, per Kris Jurka.Tom Lane2004-09-24
* Add mention loops over unlink/rename might not be needed.Bruce Momjian2004-09-10
* Move undef of rename/unlink so system declarations are unmodified.Bruce Momjian2004-09-10
* Clean up Cygwin test.Bruce Momjian2004-09-10
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-09
* Fix getrusage() emulation on Windows. Magnus HaganderTom Lane2004-09-02
* Remove useless variable.Tom Lane2004-09-02
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-29
* Add comment on palloc use and DLLIMPORT>Bruce Momjian2004-08-29
* > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO:Bruce Momjian2004-08-28
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27