aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-10
* WIN32 fixes:Bruce Momjian2006-07-06
* Add comment about the use of pg_config_paths.h.Bruce Momjian2006-06-26
* Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian2006-06-26
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-25
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian2006-05-08
* Darin -> Darwin.Bruce Momjian2006-04-28
* Update list of platforms that have a list of exported symbols.Bruce Momjian2006-04-28
* Add info on pgport linking requirements.Bruce Momjian2006-04-28
* Improve performance of our private version of qsort. Per recent testing,Tom Lane2006-03-21
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-05
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* This patch fixes this warning.Bruce Momjian2006-03-03
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Fix make_relative_path() to support cases where target_path and bin_pathTom Lane2005-12-23
* Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou.Alvaro Herrera2005-12-16
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-09
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-08
* Document return-value conventions used by this implementation, perTom Lane2005-12-05
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-05
* Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian2005-12-02
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-13
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-13
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-27
* Fix our version of strdup() to adhere to the standard semantics forTom Lane2005-09-27
* Clarify some error messagesPeter Eisentraut2005-09-18
* libpgport routines need nonstandard palloc to work on Windows.Tom Lane2005-09-03
* In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane2005-09-02
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-25
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-24
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-23
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-12
* No server version of snprintf needed, so remove Makefile rule.Bruce Momjian2005-08-12
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-12
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-12