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