summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-2/+2
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-2/+3
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-081-48/+20
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-191-13/+5
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-122-10/+6
* Fix thinko in comment.Tom Lane2006-10-071-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-0411-73/+85
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-032-1/+206
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-031-3/+9
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-021-1/+2
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-272-7/+7
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-271-0/+67
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-3/+1
* Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane2006-09-241-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-112-50/+54
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-301-2/+29
* copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane2006-07-182-4/+4
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-161-2/+3
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-4/+9
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-141-1/+3
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-141-1/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-2/+1
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-101-0/+19
* WIN32 fixes:Bruce Momjian2006-07-061-1/+5
* Add comment about the use of pg_config_paths.h.Bruce Momjian2006-06-261-1/+5
* Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian2006-06-262-308/+308
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-251-3/+3
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-6/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-076-26/+319
* Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian2006-05-081-14/+4
* Darin -> Darwin.Bruce Momjian2006-04-281-1/+1
* Update list of platforms that have a list of exported symbols.Bruce Momjian2006-04-281-1/+3
* Add info on pgport linking requirements.Bruce Momjian2006-04-281-0/+26
* Improve performance of our private version of qsort. Per recent testing,Tom Lane2006-03-211-17/+20
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-112-0/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0524-46/+46
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-051-2/+7
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-041-2/+2
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-041-11/+5
* This patch fixes this warning.Bruce Momjian2006-03-031-2/+2
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-031-3/+9
* Fix const cast in get_progname().Bruce Momjian2006-02-011-2/+2
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-011-16/+17
* Remove BEOS port.Bruce Momjian2006-01-051-13/+3
* Remove QNX port.Bruce Momjian2006-01-051-16/+1
* I have added these macros to c.h:Bruce Momjian2005-12-251-7/+7
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-231-16/+67
* Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou.Alvaro Herrera2005-12-161-1/+4
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+7