| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add semicolon so snprintf.c goto has a statement to attach to: | Bruce Momjian | 2005-02-22 | 1 | -1/+2 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 4 | -27/+28 |
| * | Add support to port/snprintf.c for position parameter specification: | Bruce Momjian | 2005-02-22 | 1 | -15/+196 |
| * | Print file name and errno string on rmtree failure. | Bruce Momjian | 2005-02-13 | 1 | -13/+17 |
| * | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 | 1 | -3/+3 |
| * | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian | 2005-01-18 | 1 | -2/+2 |
| * | Add missing gettext() calls in find_my_exec(). It's probably too late | Tom Lane | 2005-01-14 | 1 | -4/+6 |
| * | Un-break MSVC build, per Andrew Dunstan. | Tom Lane | 2005-01-10 | 1 | -1/+8 |
| * | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | 1 | -1/+2 |
| * | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 | 1 | -10/+11 |
| * | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | 1 | -11/+25 |
| * | Adjust a few more copyright notices to match the format expected by | Tom Lane | 2005-01-01 | 1 | -1/+1 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 23 | -44/+44 |
| * | Remove 'optimization' to skip resolve_symlinks() when the found | Tom Lane | 2004-12-24 | 1 | -8/+7 |
| * | In pipe_read_line Windows code, loop to ensure we get a whole line | Tom Lane | 2004-12-20 | 1 | -17/+34 |
| * | Add Win32 version stamps that increment each day for proper SYSTEM32 | Bruce Momjian | 2004-12-19 | 1 | -2/+2 |
| * | Work around lack of NLS support in libpgport by making those components | Peter Eisentraut | 2004-11-27 | 2 | -18/+14 |
| * | Win32 build cleanups, from Andrew Dunstan. | Neil Conway | 2004-11-17 | 1 | -1/+3 |
| * | Removes duplicate slashes from the path in canonicalize_path(). It | Bruce Momjian | 2004-11-07 | 1 | -7/+27 |
| * | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 1 | -58/+166 |
| * | Simplify relative-path logic, on the assumption that compiled-in paths | Tom Lane | 2004-11-06 | 1 | -163/+65 |
| * | Fix sizeof(EXE) arithmetic, per Andrew Dunstan. | Tom Lane | 2004-11-06 | 1 | -3/+3 |
| * | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane | 2004-11-06 | 2 | -142/+162 |
| * | Add comment about memory failure of get_progname exiting the postmaster: | Bruce Momjian | 2004-11-02 | 1 | -2/+2 |
| * | Adjust use of sizeof(EXE). | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Clarify coding of .exe patch | Bruce Momjian | 2004-11-01 | 1 | -4/+4 |
| * | Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi. | Tom Lane | 2004-10-28 | 1 | -150/+125 |
| * | Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. | Bruce Momjian | 2004-10-27 | 1 | -6/+11 |
| * | Add a missing dependency: the "install" target requires "all" to have | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | On Windows, cause get_progname to strip any .EXE suffix. | Tom Lane | 2004-10-24 | 1 | -4/+27 |
| * | Remove use of "miscadmin.h" in port C files and remove test for frontend | Bruce Momjian | 2004-10-18 | 2 | -6/+2 |
| * | Better document win32_open and its ability to allow concurrent | Bruce Momjian | 2004-10-17 | 2 | -4/+5 |
| * | Fix some typos. | Bruce Momjian | 2004-10-17 | 1 | -3/+3 |
| * | Use native Cygwin symlinks so tablespaces work on Win95/98/ME which | Bruce Momjian | 2004-10-11 | 1 | -4/+4 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 2 | -4/+3 |
| * | Add as binary mode | Bruce Momjian | 2004-10-07 | 1 | -0/+0 |
| * | re-add as binary | Bruce Momjian | 2004-10-07 | 1 | -0/+0 |
| * | Update win32ver.rc to 8,0,000,000. Mention it needs updating in | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | please find attached an alternate submission which addresses open item | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | Add Win32 version info to client binaries. | Bruce Momjian | 2004-10-05 | 2 | -0/+31 |
| * | License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to | Neil Conway | 2004-10-05 | 3 | -40/+62 |
| * | Fix warnings from crypt.c compile. | Bruce Momjian | 2004-10-04 | 1 | -3/+3 |
| * | Comment out unused variable. | Bruce Momjian | 2004-10-04 | 1 | -1/+1 |
| * | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | 2004-10-04 | 1 | -7/+42 |
| * | isinf.c needs <float.h> on some platforms, per Darcy Buskermolen. | Tom Lane | 2004-09-30 | 1 | -1/+2 |
| * | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian | 2004-09-28 | 2 | -3/+5 |
| * | Small WIN32_CLIENT_ONLY cleanup for new build patch. | Bruce Momjian | 2004-09-27 | 1 | -3/+3 |
| * | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian | 2004-09-27 | 2 | -5/+3 |
| * | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 | 3 | -6/+6 |