index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove references to sa_family_t, except when SOCKADDR_STORAGE requires
Bruce Momjian
2003-06-23
1
-8
/
+6
*
Handle threading in two more gethostbyname calls.
Bruce Momjian
2003-06-14
1
-2
/
+10
*
Add thread.c for libpq threading, and hook it into libpq/configure.
Bruce Momjian
2003-06-14
2
-1
/
+89
*
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
3
-3
/
+11
*
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
3
-11
/
+3
*
New patch with corrected README attached.
Bruce Momjian
2003-06-12
3
-3
/
+11
*
IPv6 cleanups.
Bruce Momjian
2003-06-12
1
-22
/
+127
*
Allow interfaces to compile under MingGW/Win32 by adding _P to symbols
Bruce Momjian
2003-05-16
1
-0
/
+53
*
Reorganize Win32 includes to only include <port.h> after system includes
Bruce Momjian
2003-05-16
1
-0
/
+5
*
Add copydir() function because xcopy doesn't work in XP without a
Bruce Momjian
2003-05-15
1
-0
/
+44
*
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-05-15
4
-127
/
+16
*
More crypt() cleanup.
Bruce Momjian
2003-05-10
1
-8
/
+0
*
Remove HPUX 9 rint() test.
Bruce Momjian
2003-05-10
1
-5
/
+7
*
Add crypt() to /port for Win32.
Bruce Momjian
2003-05-09
1
-0
/
+1007
*
Add rint() to /port, remove from qnx/.
Bruce Momjian
2003-05-09
1
-0
/
+37
*
Add opendir/readdir/closedir() for Win32.
Bruce Momjian
2003-05-09
1
-0
/
+122
*
Make getaddrinfo's behavior with NULL node parameter agree with the
Tom Lane
2003-04-27
1
-2
/
+4
*
Add comments to replace/unlink Win32 functions.
Bruce Momjian
2003-04-24
1
-0
/
+6
*
Add Win32 unlink/rename file.
Bruce Momjian
2003-04-22
1
-0
/
+138
*
Add Win32 path handling for / vs. \ and drive letters.
Bruce Momjian
2003-04-04
1
-0
/
+78
*
Whack getaddrinfo() patch around until it works, more or less, on
Tom Lane
2003-04-02
1
-11
/
+50
*
Simplify the socket handling code by supplying a replacement getaddrinfo()
Peter Eisentraut
2003-03-29
1
-0
/
+132
*
Back out flockfile change for NetBSD. Giles Lean reports they are not
Bruce Momjian
2003-01-11
1
-1
/
+13
*
Use our own version of getopt_long() if the OS doesn't have one.
Peter Eisentraut
2003-01-06
2
-3
/
+201
*
flockfile/funlockfile is POSIX, so NetBSD has them too --- use them.
Bruce Momjian
2003-01-02
1
-13
/
+1
*
Fix BSD/OS thread file locking bug in new fseeko code.
Bruce Momjian
2003-01-02
1
-2
/
+2
*
Update comments.
Bruce Momjian
2002-10-29
1
-1
/
+1
*
Re-add getopt.c for MSWin psql.
Bruce Momjian
2002-10-29
1
-0
/
+127
*
fseeko NetBSD fix.
Bruce Momjian
2002-10-28
1
-2
/
+6
*
Fix include for NetBSD.
Bruce Momjian
2002-10-24
1
-1
/
+3
*
Add prototype include to fseeko.c.
Bruce Momjian
2002-10-24
1
-1
/
+3
*
Add fseeko for NetBSD.
Bruce Momjian
2002-10-24
1
-5
/
+15
*
Improve coding style of new function.
Bruce Momjian
2002-10-23
1
-17
/
+9
*
Make BSD/OS fseeko thread-safe.
Bruce Momjian
2002-10-23
1
-2
/
+19
*
Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.
Bruce Momjian
2002-10-23
1
-0
/
+76
*
pgindent run.
Bruce Momjian
2002-09-04
2
-11
/
+14
*
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
2
-4
/
+2
*
Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion
Tom Lane
2002-08-12
1
-11
/
+11
*
Assemble portability modules into libpgport library.
Peter Eisentraut
2002-07-27
2
-9
/
+9
*
Complete TODO item:
Bruce Momjian
2002-07-19
2
-6
/
+214
*
Move libc replacement files from src/backend/port to src/port.
Bruce Momjian
2002-07-18
15
-0
/
+1268
*
remove the port related .h files from the top level directory.
Marc G. Fournier
1997-04-12
16
-210
/
+0
*
Misc port related issues
Marc G. Fournier
1997-04-01
1
-1
/
+1
*
Various patches for shared libraries under i386-solaris by:
Marc G. Fournier
1997-03-25
1
-0
/
+32
*
MOre univel port patches/files from:
Marc G. Fournier
1997-03-25
1
-0
/
+19
*
Needs USE_POSIX_SIGNALS
Marc G. Fournier
1997-03-25
1
-0
/
+1
*
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-03-20
1
-0
/
+4
*
Improvements to the ultrix port, in particular a bunch of compiler
Marc G. Fournier
1997-02-13
1
-0
/
+57
*
Various patches for nextstep by GregorHoffleit
Marc G. Fournier
1997-02-13
1
-1
/
+0
*
What looks like some *major* improvements to btree indexing...
Marc G. Fournier
1997-02-12
1
-0
/
+7
[next]