]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/Makefile
Revert part of recent include patch not ready for application.
[postgresql] / src / interfaces / libpq / Makefile
2006-05-07 Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-04-28 Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-11 Neil ConwayFix typo.
2006-04-09 Bruce MomjianAdd comment for why we recompile pgport C files.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-18 Bruce MomjianUpdate version stamps for 8.1 as listed in RELEASE_CHANGES.
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-21 Tom LanePatch to make libpq.rc be a built-for-distribution...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-11-20 Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Tom LaneGenerate the various .def files for libpq DLLs from...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-10-12 Neil ConwayFix vpath build break, induced by Bruce's recent commit.
2004-10-12 Bruce MomjianAdd some pg_config_path.h dependencies for places that...
2004-10-06 Bruce MomjianThe Win32 (mingw) build of libpq seems to have lost...
2004-10-04 Bruce MomjianMake sure no libs use libpgport by removing it from...
2004-09-26 Bruce MomjianHere is a patch that adds the version info from libpq...
2004-07-13 Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-06-19 Bruce MomjianFix Makefile syntax. Forgot to test this.
2004-06-19 Bruce MomjianAdd changes to support threads on Win32 native port...
2004-05-24 Bruce MomjianRemove a few $filter() calls that were not needed.
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-10 Bruce MomjianClean up indenting of Makefile filenames.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-25 Bruce MomjianMake thread flags CFLAGS, not CPPFLAGS.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-12 Bruce MomjianRename incorrect references to nonblock.c to noblock...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-02-02 Bruce MomjianBriefly,
2003-11-30 Bruce MomjianBump all version numbers and version stamps mentioned...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-08-23 Peter EisentrautCorrect uninstall target.
2003-08-08 Bruce Momjiansprompt not needed in libpq.
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-08 Bruce MomjianMakefile cleanup.
2003-08-08 Bruce MomjianCleanup.
2003-08-08 Bruce MomjianMakefile cleanup.
2003-08-08 Bruce MomjianMore thread.c cleanup.
2003-08-08 Bruce MomjianMore threading cleanups.
2003-08-08 Bruce Momjianthreads.c -> thread.c, be consistent.
2003-06-17 Peter EisentrautAdd missing file to clean target.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-12 Bruce MomjianAdd thread-enable compile variables into libpq.
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-10 Bruce MomjianAdd Makefile rules for new crypt/rint() /port functions...
2003-05-09 Bruce MomjianAdd crypt() to /port for Win32.
2003-04-22 Bruce MomjianRemove Win32 special rename/unlink from libpq.
2003-04-22 Bruce MomjianAdd dirmod to libpq Makefile.
2003-04-14 Tom Lanepath.c needs to be included in libpq; per Joe Conway.
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-01-10 Peter EisentrautClean ip.c.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-13 Bruce MomjianIncrement libpq major number for 7.3.1 and minor for...
2002-12-11 Bruce MomjianBump version for 7.3 and 7.4.
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-04 Bruce MomjianStamp minor version numbers for 7.4 release.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-18 Bruce MomjianMake src/backend/port/*.c file location dependent only...
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2001-09-22 Peter EisentrautProvide some initial support for building the ODBC...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-28 Peter EisentrautInclude directory rearrangement
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-15 Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-05-11 Bruce MomjianStamp CVS as 7.2. Update all interface version numbers...
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-11 Tatsuo IshiiClean up mutibyte supoorting source files.
2001-02-04 Peter EisentrautCheck for -lresolv.
2001-01-20 Tom LaneGet rid of sunos4-only strerror() macro, and arrange...
2000-10-30 Tatsuo IshiiAvoid dependency on backend's multibyte module as possible.
2000-10-25 Peter EisentrautRearrange handling of -L linker options so that they...
next