| Commit message (Expand) | Author | Age | Files | Lines |
* | Darin -> Darwin. | Bruce Momjian | 2006-04-28 | 1 | -1/+1 |
* | Update list of platforms that have a list of exported symbols. | Bruce Momjian | 2006-04-28 | 1 | -1/+3 |
* | Add info on pgport linking requirements. | Bruce Momjian | 2006-04-28 | 1 | -0/+26 |
* | Improve performance of our private version of qsort. Per recent testing, | Tom Lane | 2006-03-21 | 1 | -17/+20 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 2 | -0/+3 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 24 | -46/+46 |
* | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian | 2006-03-05 | 1 | -2/+7 |
* | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian | 2006-03-04 | 1 | -2/+2 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 | 1 | -11/+5 |
* | This patch fixes this warning. | Bruce Momjian | 2006-03-03 | 1 | -2/+2 |
* | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 | 1 | -3/+9 |
* | Fix const cast in get_progname(). | Bruce Momjian | 2006-02-01 | 1 | -2/+2 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 | 1 | -16/+17 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -13/+3 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -16/+1 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -7/+7 |
* | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane | 2005-12-23 | 1 | -16/+67 |
* | Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. | Alvaro Herrera | 2005-12-16 | 1 | -1/+4 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+7 |
* | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian | 2005-12-09 | 1 | -2/+2 |
* | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian | 2005-12-08 | 1 | -4/+6 |
* | Document return-value conventions used by this implementation, per | Tom Lane | 2005-12-05 | 1 | -4/+24 |
* | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane | 2005-12-05 | 1 | -491/+729 |
* | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian | 2005-12-02 | 1 | -0/+9 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 4 | -13/+14 |
* | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -2/+2 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 20 | -242/+222 |
* | Fix uppercase TRUE/FALSE that are WIN32 stuffl. | Bruce Momjian | 2005-10-13 | 1 | -3/+3 |
* | Use get_progname() in backend main.c, rather than port-specific hack | Bruce Momjian | 2005-10-13 | 1 | -2/+2 |
* | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 | 2 | -2/+22 |
* | Fix our version of strdup() to adhere to the standard semantics for | Tom Lane | 2005-09-27 | 1 | -3/+5 |
* | Clarify some error messages | Peter Eisentraut | 2005-09-18 | 1 | -9/+9 |
* | libpgport routines need nonstandard palloc to work on Windows. | Tom Lane | 2005-09-03 | 1 | -1/+12 |
* | In copy_file, use a palloc'd buffer instead of just a local char array; | Tom Lane | 2005-09-02 | 1 | -3/+10 |
* | Fix platform-specific test for path prefix-ness: move it into path.c where | Tom Lane | 2005-08-29 | 1 | -1/+17 |
* | Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to | Tom Lane | 2005-08-25 | 1 | -7/+35 |
* | Add code to use Windows getaddrinfo and friends if they exist. This | Tom Lane | 2005-08-24 | 1 | -2/+133 |
* | Fix broken lrand48() implementation, per Merlin Moncure. | Tom Lane | 2005-08-23 | 1 | -1/+1 |
* | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 | 1 | -14/+75 |
* | No server version of snprintf needed, so remove Makefile rule. | Bruce Momjian | 2005-08-12 | 1 | -4/+1 |
* | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 | 2 | -53/+18 |
* | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 | 2 | -18/+53 |
* | Update comments. | Bruce Momjian | 2005-08-12 | 1 | -2/+2 |
* | Document why we only handle trailing "..". | Bruce Momjian | 2005-08-12 | 1 | -2/+8 |
* | Fix BSD fseeko to seek from the end of the file. | Bruce Momjian | 2005-08-11 | 1 | -1/+2 |
* | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian | 2005-08-11 | 1 | -2/+5 |
* | Document why Win32 loops over rename/unlink are necessary. | Bruce Momjian | 2005-08-10 | 1 | -3/+11 |
* | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane | 2005-08-02 | 1 | -45/+101 |
* | rmtree() reported the wrong pathname if final rmdir failed. | Tom Lane | 2005-08-02 | 1 | -5/+8 |
* | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | 2005-07-28 | 19 | -57/+44 |