summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-24Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-08-30Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane
2006-07-18copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane
2006-07-16Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane
2006-07-16In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane
2006-07-14Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-10Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian
2006-07-06WIN32 fixes:Bruce Momjian
2006-06-26Add comment about the use of pg_config_paths.h.Bruce Momjian
2006-06-26Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-08Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian
2006-04-28Darin -> Darwin.Bruce Momjian
2006-04-28Update list of platforms that have a list of exported symbols.Bruce Momjian
2006-04-28Add info on pgport linking requirements.Bruce Momjian
2006-03-21Improve performance of our private version of qsort. Per recent testing,Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04> gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03This patch fixes this warning.Bruce Momjian
2006-03-03Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian
2006-02-01Fix const cast in get_progname().Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-12-23Fix make_relative_path() to support cases where target_path and bin_pathTom Lane
2005-12-16Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou.Alvaro Herrera
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-12-05Document return-value conventions used by this implementation, perTom Lane
2005-12-05Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane
2005-12-02Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-29Message correctionsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian
2005-10-13Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian