postgresql/src/backend
Bruce Momjian 6525b42b10 Add make_native_path() because Win32 COPY is an internal CMD.EXE command
and doesn't process forward slashes in the same way as external
commands.  Quoting the first argument to COPY does not convert forward
to backward slashes, but COPY does properly process quoted forward
slashes in the second argument.

Win32 COPY works with quoted forward slashes in the first argument only if the
current directory is the same as the directory of the first argument.
2004-08-12 18:32:52 +00:00
..
access Add make_native_path() because Win32 COPY is an internal CMD.EXE command 2004-08-12 18:32:52 +00:00
bootstrap For EXEC_BACKEND case, BootstrapMain needs to recompute paths, same as 2004-07-31 17:57:11 +00:00
catalog Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
commands Avoid crashing when restoring a saved GUC session_authorization value 2004-08-11 21:10:37 +00:00
executor Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Use gettext_noop() to mark strings. errmsg() perform the 2004-08-04 21:55:27 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
optimizer Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
parser Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE 2004-08-02 04:28:29 +00:00
po Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. 2004-08-09 20:28:48 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Don't try to rewrite NEW references in a utility statement in a rule. 2004-08-07 17:40:49 +00:00
storage Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
tcop Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
utils Add make_native_path() because Win32 COPY is an internal CMD.EXE command 2004-08-12 18:32:52 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00