summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-091-2/+2
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-081-4/+6
* Document return-value conventions used by this implementation, perTom Lane2005-12-051-4/+24
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-051-491/+729
* Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian2005-12-021-0/+9
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-224-13/+14
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1520-242/+222
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-131-3/+3
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-131-2/+2
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-272-2/+22
* Fix our version of strdup() to adhere to the standard semantics forTom Lane2005-09-271-3/+5
* Clarify some error messagesPeter Eisentraut2005-09-181-9/+9
* libpgport routines need nonstandard palloc to work on Windows.Tom Lane2005-09-031-1/+12
* In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane2005-09-021-3/+10
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-291-1/+17
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-251-7/+35
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-241-2/+133
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-231-1/+1
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-121-14/+75
* No server version of snprintf needed, so remove Makefile rule.Bruce Momjian2005-08-121-4/+1
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-122-53/+18
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-122-18/+53
* Update comments.Bruce Momjian2005-08-121-2/+2
* Document why we only handle trailing "..".Bruce Momjian2005-08-121-2/+8
* Fix BSD fseeko to seek from the end of the file.Bruce Momjian2005-08-111-1/+2
* Fix canonicalize_path so "../.." isn't stripped off and ignored.Bruce Momjian2005-08-111-2/+5
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-101-3/+11
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-45/+101
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-021-5/+8
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-2819-57/+44