index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
solaris.h
Age
Commit message (
Expand
)
Author
2020-08-15
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-02
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
Magnus Hagander
2010-01-28
Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm
Magnus Hagander
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-04-06
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
Tom Lane
2007-01-10
Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,
Tom Lane
2006-10-04
Update Solaris strtod() bug comment.
Bruce Momjian
2006-10-04
Update Solaris strtol() bug comment.
Bruce Momjian
2004-08-11
Work around broken strtod() that's present in many Solaris releases.
Tom Lane
2004-03-15
Localize our dependencies on the way to create NAN or INFINITY.
Tom Lane
2003-12-23
Move slock_t typdefs into s_lock.h from include/port files for
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2000-10-29
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
Peter Eisentraut
2000-10-28
As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we
Peter Eisentraut
2000-10-10
Unify solaris_i386 and solaris_sparc templates. They were almost identical
Peter Eisentraut