| Commit message (Expand) | Author | Age |
* | Add mention loops over unlink/rename might not be needed. | Bruce Momjian | 2004-09-10 |
* | Move undef of rename/unlink so system declarations are unmodified. | Bruce Momjian | 2004-09-10 |
* | Clean up Cygwin test. | Bruce Momjian | 2004-09-10 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Fix getrusage() emulation on Windows. Magnus Hagander | Tom Lane | 2004-09-02 |
* | Remove useless variable. | Tom Lane | 2004-09-02 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 |
* | Add comment on palloc use and DLLIMPORT> | Bruce Momjian | 2004-08-29 |
* | > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: | Bruce Momjian | 2004-08-28 |
* | Fix Windows emulation of kill(pid, 0). This will now succeed, but only | Tom Lane | 2004-08-27 |
* | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 |
* | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 |
* | Fix for adding \n for zero-length win32 read_pipe return | Bruce Momjian | 2004-08-16 |
* | Clarify need for \r\n -> \n translation in version checking code. | Bruce Momjian | 2004-08-16 |
* | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Path-mangling logic was failing to account for paths containing mentions | Tom Lane | 2004-08-09 |
* | Fix Win32 pg_dumpall check.REL8_0_0BETA1 | Bruce Momjian | 2004-08-09 |
* | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 |
* | Adjust defines to be consistent. | Bruce Momjian | 2004-08-08 |
* | Remove xstrdup and friends who were only called once. Replace with | Bruce Momjian | 2004-08-08 |
* | Fix Win32 pg_dumpall, with help from Claudio. | Bruce Momjian | 2004-08-08 |
* | Improve comment. | Bruce Momjian | 2004-08-08 |
* | Fixups for Win32 symlinks. | Bruce Momjian | 2004-08-08 |
* | The attached patch implements a symlink for win32 using junctions, and | Bruce Momjian | 2004-08-07 |
* | Create a C version of pg_config. | Bruce Momjian | 2004-08-01 |
* | Add docs for initdb --auth. | Bruce Momjian | 2004-08-01 |
* | Here is a patch that fixes the pipes used in find_other_exec() when | Bruce Momjian | 2004-07-26 |
* | Add blank line to new canonicalize_path file, which handles "a b\" properly. | Bruce Momjian | 2004-07-12 |
* | Put back canonicalization of PGDATA environment variable. | Bruce Momjian | 2004-07-12 |
* | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian | 2004-07-11 |
* | Fix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32. | Bruce Momjian | 2004-07-11 |
* | Fix BSD-only coding in port.c (passing a local variable to putenv). | Tom Lane | 2004-07-10 |
* | Revert mistaken #include change, per Merlin Moncure. | Tom Lane | 2004-06-30 |
* | Include c.h instead of postgres.h in files that need to be usable in | Tom Lane | 2004-06-24 |
* | Use sizeof() rather than strlen() in array size. | Bruce Momjian | 2004-06-11 |
* | This patch updates pgpipe() on win32 to log exactly which part of the | Bruce Momjian | 2004-06-11 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 |
* | Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. | Bruce Momjian | 2004-06-08 |
* | Have strerror_r return "Unknown error". | Bruce Momjian | 2004-06-08 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 |
* | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 |
* | Add thread library to libpgport creation. | Bruce Momjian | 2004-05-30 |
* | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 |
* | Move setlocale() outside of NLS-only defines. | Bruce Momjian | 2004-05-26 |
* | Allow relative paths as long as the hardcoded path matches the bin path | Bruce Momjian | 2004-05-25 |