index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
sslinfo
Age
Commit message (
Expand
)
Author
2008-11-10
Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer
Tom Lane
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2007-11-13
Add CVS version labels to all install/uninstall scripts.
Bruce Momjian
2007-11-13
Fix more script breakage.
Tom Lane
2007-11-11
Make /contrib install/uninstall script consistent:
Bruce Momjian
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-11-10
Move most /contrib README files into SGML. Some still need conversion
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-09
Add $PostgreSQL$ marker to contrib makefiles.
Peter Eisentraut
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-30
Suppress compiler warnings.
Tom Lane
2006-09-30
uninstall script for sslinfo
Tom Lane
2006-09-14
Remove sslinfo copyright with author permission, keep author attribution.
Bruce Momjian
2006-09-12
Spell readme file's name correctly, per buildfarm reports.
Tom Lane
2006-09-12
Small fix for the README install for contrib/sslinfo.
Peter Eisentraut
2006-09-06
Be more wary about which LIBS elements to pull into sslinfo link.
Tom Lane
2006-09-05
Fix sslinfo so it builds on Darwin.
Tom Lane
2006-09-05
Silence compiler warning about signed vs unsigned chars.
Tom Lane
2006-09-04
Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
Tom Lane
2006-09-04
sslinfo contrib module - information about current SSL certificate
Peter Eisentraut