| Age | Commit message (Expand) | Author |
| 2025-02-20 | Add support for OAUTHBEARER SASL mechanism | Daniel Gustafsson |
| 2021-07-07 | Refactor SASL code with a generic interface for its mechanisms | Michael Paquier |
| 2021-02-01 | Introduce --with-ssl={openssl} as a configure option | Michael Paquier |
| 2019-11-05 | Split all OBJS style lines in makefiles into one-line-per-entry style. | Andres Freund |
| 2019-04-03 | GSSAPI encryption support | Stephen Frost |
| 2018-03-17 | Add ssl_passphrase_command setting | Peter Eisentraut |
| 2017-03-07 | Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). | Heikki Linnakangas |
| 2016-09-02 | Move code shared between libpq and backend from backend/libpq/ to common/. | Heikki Linnakangas |
| 2014-10-31 | Support frontend-backend protocol communication using a shm_mq. | Robert Haas |
| 2014-08-11 | Break out OpenSSL-specific code to separate files. | Heikki Linnakangas |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-06-14 | UPDATED PATCH: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2001-11-13 | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian |
| 2001-11-12 | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane |
| 2001-11-12 | Add code to check that md5.c files are in sync. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
| 2000-07-09 | typo | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-04-25 | Ooops, missed committing this one... | Tom Lane |
| 1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |
| 1998-04-06 | Hi, | Bruce Momjian |
| 1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
| 1997-12-17 | First pass through, of many to come, towards making the whole source | Marc G. Fournier |
| 1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier |
| 1997-04-04 | This commit represents a clean compile with the new templates under | Marc G. Fournier |
| 1997-03-18 | - Move most of the I/O in both libpq and the backend to a set | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1996-11-14 | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson |
| 1996-11-06 | I'm getting there, slowly :) | Marc G. Fournier |
| 1996-10-31 | clean up makefile | Marc G. Fournier |
| 1996-10-27 | Simplify make files, add full dependencies. | Bryan Henderson |