summaryrefslogtreecommitdiff
path: root/contrib/sslinfo
Commit message (Expand)AuthorAgeFilesLines
* Fix error message wording in previous sslinfo commitAlvaro Herrera2015-09-081-6/+6
* Add more sanity checks in contrib/sslinfoAlvaro Herrera2015-09-071-3/+22
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-10/+0
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-231-8/+2
* Minor code beautification in contrib/sslinfo.Tom Lane2014-01-171-8/+9
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* More fixups for "unpackaged" conversion scripts.Tom Lane2011-02-131-2/+10
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-9/+9
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-21/+20
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Add ssl_cipher() and ssl_version() functions to contrib/sslinfo.Robert Haas2010-07-273-3/+41
* Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane2008-11-101-18/+12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-23/+6
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Fix more script breakage.Tom Lane2007-11-131-15/+14
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-14/+17
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-120/+0
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-4/+7
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-0/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-59/+78
* Suppress compiler warnings.Tom Lane2006-09-301-2/+4
* uninstall script for sslinfoTom Lane2006-09-302-0/+10
* Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian2006-09-142-4/+2
* Spell readme file's name correctly, per buildfarm reports.Tom Lane2006-09-121-1/+1
* Small fix for the README install for contrib/sslinfo.Peter Eisentraut2006-09-121-1/+1
* Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane2006-09-061-1/+1
* Fix sslinfo so it builds on Darwin.Tom Lane2006-09-051-1/+4
* Silence compiler warning about signed vs unsigned chars.Tom Lane2006-09-051-2/+8
* Bring sslinfo Makefile up to speed for VPATH and pgxs builds.Tom Lane2006-09-041-5/+9
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-044-0/+498