summaryrefslogtreecommitdiff
path: root/contrib/sslinfo
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-3/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+21
* contrib/sslinfo needs a fix too to make hamerkop happy.Tom Lane2021-11-071-0/+11
* Use be_tls_* API for SSL information in sslinfoMagnus Hagander2020-11-031-92/+47
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-24/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-2/+2
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-12/+2
* Update sslinfo extension for parallel query.Robert Haas2016-06-144-13/+28
* Minor fixes in contrib installation scripts.Tom Lane2016-06-141-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Fix error message wording in previous sslinfo commitAlvaro Herrera2015-09-081-7/+7
* contrib/sslinfo: add ssl_extension_info SRFAlvaro Herrera2015-09-075-9/+183
* Add more sanity checks in contrib/sslinfoAlvaro Herrera2015-09-071-3/+22
* Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas2014-11-251-1/+1
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-2/+0
* 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