summaryrefslogtreecommitdiff
path: root/src/backend/libpq/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-311-1/+1
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-111-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-9/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-3/+3
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-061-2/+2
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-061-2/+2
* UPDATED PATCH:Bruce Momjian2002-06-141-2/+3
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-141-3/+2
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-141-2/+3
* Authentication improvements:Bruce Momjian2002-04-041-4/+2
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-2/+2
* Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian2001-11-131-7/+2
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-121-2/+2
* Add code to check that md5.c files are in sync.Bruce Momjian2001-11-121-2/+7
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-2/+2
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-251-9/+2
* typoPeter Eisentraut2000-07-091-2/+2
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-091-2/+9
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-3/+5
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-171-7/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-6/+1
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Ooops, missed committing this one...Tom Lane1999-04-251-4/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+5
* Hi,Bruce Momjian1998-04-061-5/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-2/+2
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-2/+2
* - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier1997-03-181-2/+2
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+3
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-2/+1
* I'm getting there, slowly :)Marc G. Fournier1996-11-061-2/+3
* clean up makefileMarc G. Fournier1996-10-311-4/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+50