postgresql/src/bin
Bruce Momjian 0cb6bc70ce Hi!
Here is a patch to bring both libpq and psql to a state where it compiles on
win32 (native) again. A lot of things have changed, and I have not been able
to keep up with them all, so it has been broken for quite a while.
After this patch, at least it compiles. It also talks "basic talk" to the
server, but I have not yet tested all things. Sending queries, and using
e.g. \d or \dt works fine. The rest will have to be tested further.
It also bumps the version on libpq.dll to 7.0.

Everything should be enclosed in #ifdef WIN32, unless I have missed
something. Except for one or maybe two places where I have moved a #include
that should not be used on win32 from the "global area" into a "#ifndef
WIN32 area".


//Magnus
2000-01-18 19:05:31 +00:00
..
initdb Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-compliant'ish state. 2000-01-18 00:03:37 +00:00
initlocation Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-compliant'ish state. 2000-01-18 00:03:37 +00:00
ipcclean Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-compliant'ish state. 2000-01-18 00:03:37 +00:00
pg_ctl Add more portability to echo -n (code stolen from createlang) 2000-01-09 12:06:52 +00:00
pg_dump Bruce, 2000-01-18 18:09:02 +00:00
pg_encoding - Allow array on int8 2000-01-15 18:30:35 +00:00
pg_id Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
pg_passwd Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_version Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pgaccess I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
pgtclsh Fix quoting problems in mkMakefile.tcldefs.sh.in and 1999-08-29 20:09:44 +00:00
psql Hi! 2000-01-18 19:05:31 +00:00
scripts * User management commands no longer user pg_exec_query_dest -> more robust 2000-01-14 22:11:38 +00:00
Makefile Add installation of pg_ctl 1999-12-22 04:12:55 +00:00