| Commit message (Expand) | Author | Age |
* | Fix const cast in get_progname(). | Bruce Momjian | 2006-02-01 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 |
* | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane | 2005-12-23 |
* | Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. | Alvaro Herrera | 2005-12-16 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |
* | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian | 2005-12-09 |
* | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian | 2005-12-08 |
* | Document return-value conventions used by this implementation, per | Tom Lane | 2005-12-05 |
* | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane | 2005-12-05 |
* | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian | 2005-12-02 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix uppercase TRUE/FALSE that are WIN32 stuffl. | Bruce Momjian | 2005-10-13 |
* | Use get_progname() in backend main.c, rather than port-specific hack | Bruce Momjian | 2005-10-13 |
* | Fix problems with PGXS builds against an installation tree that was | Tom Lane | 2005-09-27 |
* | Fix our version of strdup() to adhere to the standard semantics for | Tom Lane | 2005-09-27 |
* | Clarify some error messages | Peter Eisentraut | 2005-09-18 |
* | libpgport routines need nonstandard palloc to work on Windows. | Tom Lane | 2005-09-03 |
* | In copy_file, use a palloc'd buffer instead of just a local char array; | Tom Lane | 2005-09-02 |
* | Fix platform-specific test for path prefix-ness: move it into path.c where | Tom Lane | 2005-08-29 |
* | Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to | Tom Lane | 2005-08-25 |
* | Add code to use Windows getaddrinfo and friends if they exist. This | Tom Lane | 2005-08-24 |
* | Fix broken lrand48() implementation, per Merlin Moncure. | Tom Lane | 2005-08-23 |
* | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 |
* | No server version of snprintf needed, so remove Makefile rule. | Bruce Momjian | 2005-08-12 |
* | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 |
* | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 |
* | Update comments. | Bruce Momjian | 2005-08-12 |
* | Document why we only handle trailing "..". | Bruce Momjian | 2005-08-12 |
* | Fix BSD fseeko to seek from the end of the file. | Bruce Momjian | 2005-08-11 |
* | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian | 2005-08-11 |
* | Document why Win32 loops over rename/unlink are necessary. | Bruce Momjian | 2005-08-10 |
* | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane | 2005-08-02 |
* | rmtree() reported the wrong pathname if final rmdir failed. | Tom Lane | 2005-08-02 |
* | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | 2005-07-28 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Fix a few minor mistakes in header comments. From Qingqing Zhou. | Neil Conway | 2005-05-16 |
* | Must count '*' characters as potential arguments. | Tom Lane | 2005-04-14 |
* | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Add missing error checking in readdir() loops. | Tom Lane | 2005-03-24 |
* | Add mention of why malloc() has to be used in snprintf.c. | Bruce Momjian | 2005-03-20 |
* | Department of second thoughts. Remove FRONTEND from snprintf.c because | Bruce Momjian | 2005-03-20 |
* | Fix typo in Makefile. | Bruce Momjian | 2005-03-20 |
* | Another change for FRONTEND snprintf.c. | Bruce Momjian | 2005-03-20 |
* | Mark snprintf.c as a file that uses FRONTEND and needs to a version in | Bruce Momjian | 2005-03-20 |