[COMMITTERS] pgsql-server/src include/port.h port/exec.c

2004-05-20 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/20 12:38:12 Modified files: src/include: port.h src/port : exec.c Log message: Small variable rename in exec.c. ---(end of broadcast)--

[COMMITTERS] pgsql-server/src/include port.h

2004-05-19 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/19 22:47:01 Modified files: src/include: port.h Log message: Add ctype.h include for new macro in port.h. ---(end of broadcast)---

[COMMITTERS] pgsql-server/src include/port.h interfaces/lib ...

2004-05-18 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/19 01:21:51 Modified files: src/include: port.h src/interfaces/libpq: Makefile src/port : path.c Log message: Win32 can't have the same function coming

[COMMITTERS] pgsql-server/src include/port.h timezone/Makef ...

2004-04-30 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 14:52:07 Modified files: src/include: port.h src/timezone : Makefile private.h Log message: More timezone build adjustments. ---(end of

Re: [COMMITTERS] pgsql-server/src include/port.h port/thread.c

2003-09-05 Thread Marc G. Fournier
On Fri, 5 Sep 2003, Bruce Momjian wrote: > Marc G. Fournier wrote: > > > > goign to commit this to the WIN32_DEV branch too? :) > > > > On Fri, 5 Sep 2003, Bruce Momjian wrote: > > > > > CVSROOT: /cvsroot > > > Module name: pgsql-server > > > Changes by: [EMAIL PROTECTED] 03/09

Re: [COMMITTERS] pgsql-server/src include/port.h port/thread.c

2003-09-05 Thread Bruce Momjian
Marc G. Fournier wrote: > > goign to commit this to the WIN32_DEV branch too? :) > > On Fri, 5 Sep 2003, Bruce Momjian wrote: > > > CVSROOT:/cvsroot > > Module name:pgsql-server > > Changes by: [EMAIL PROTECTED] 03/09/05 14:43:40 > > > > Modified files: > > src/include:

Re: [COMMITTERS] pgsql-server/src include/port.h port/thread.c

2003-09-05 Thread Marc G. Fournier
goign to commit this to the WIN32_DEV branch too? :) On Fri, 5 Sep 2003, Bruce Momjian wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/09/05 14:43:40 > > Modified files: > src/include: port.h > src/port : thread.c > >

[COMMITTERS] pgsql-server/src include/port.h port/thread.c

2003-09-05 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/05 14:43:40 Modified files: src/include: port.h src/port : thread.c Log message: ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.

[COMMITTERS] pgsql-server/src/include port.h

2003-06-23 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/23 21:44:29 Modified files: src/include: port.h Log message: Do not include: #include #include in MS CC/Borland builds. --