aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
Commit message (Expand)AuthorAge
* GSSAPI encryption supportStephen Frost2019-04-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Tweak MSVC build system to match changes in 7143b3e82.Tom Lane2018-09-28
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* Build src/port files as a library with -fPIC, and use that in libpq.Tom Lane2018-09-27
* Fix link failures due to snprintf/strerror changes.Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Update copyright for 2018Bruce Momjian2018-01-02
* Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane2017-10-11
* Add newly-symlinked files to "make clean" target.Tom Lane2017-04-08
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane2017-03-20
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-30
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-18
* Update copyright for 2015Bruce Momjian2015-01-06
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Install libpq DLL with $(INSTALL_SHLIB).Noah Misch2014-08-18
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-15
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Fix makefile syntax.Andrew Dunstan2014-02-01
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-01
* Update copyright for 2014Bruce Momjian2014-01-07
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-14
* Re-include pqsignal() in libpq.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* libpq: Add missing directory to installdirs targetPeter Eisentraut2012-09-17
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* fe-misc.c depends on pg_config_paths.hAlvaro Herrera2012-02-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-01
* libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas2011-09-01
* libpq needs its own copy of src/port/getpeereid.Tom Lane2011-06-02
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19