| Commit message (Expand) | Author | Age |
* | tagging 8.1.16REL8_1_16 | Marc G. Fournier | 2009-01-30 |
* | tag 8.1.15REL8_1_15 | Marc G. Fournier | 2008-10-31 |
* | tag for 8.1.14REL8_1_14 | Marc G. Fournier | 2008-09-19 |
* | Stamp 8.1.13 (except for configure.in/configure) | Tom Lane | 2008-06-08 |
* | Stamp 8.1.12 (except for configure.in/configure) | Tom Lane | 2008-06-05 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Stamp release 8.1.11.REL8_1_11 | Tom Lane | 2008-01-03 |
* | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian | 2007-09-11 |
* | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian | 2007-04-19 |
* | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian | 2007-02-07 |
* | Stamp release 8.1.7.REL8_1_7 | Tom Lane | 2007-02-02 |
* | Stamp release 8.1.6. | Bruce Momjian | 2007-01-05 |
* | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian | 2006-10-09 |
* | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane | 2006-07-14 |
* | Stamp 8.1.4, except configure/configure.in. | Bruce Momjian | 2006-05-19 |
* | Build server libpgport with all non-FRONTEND object files. This is to | Bruce Momjian | 2006-05-08 |
* | Improve performance of our private version of qsort. Per recent testing, | Tom Lane | 2006-03-21 |
* | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian | 2006-03-05 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 |
* | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 |
* | Stamp 8.1.3, but exclude configure.in/configure change. | Bruce Momjian | 2006-02-12 |
* | 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 |
* | Stamp release 8.1.2. | Bruce Momjian | 2006-01-05 |
* | Fix make_relative_path() to support cases where target_path and bin_path | Tom Lane | 2005-12-23 |
* | Stamp 8.1.1. | Bruce Momjian | 2005-12-08 |
* | Disble some Win32-specific code in win32-client-only builds: | Bruce Momjian | 2005-12-08 |
* | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane | 2005-12-05 |
* | 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 |