index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
Makefile
Commit message (
Expand
)
Author
Age
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Tweak MSVC build system to match changes in 7143b3e82.
Tom Lane
2018-09-28
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
*
Build src/port files as a library with -fPIC, and use that in libpq.
Tom Lane
2018-09-27
*
Fix link failures due to snprintf/strerror changes.
Tom Lane
2018-09-26
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
Refactor client-side SSL certificate checking code
Peter Eisentraut
2018-01-30
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add port/strnlen support to libpq and ecpg Makefiles.
Tom Lane
2017-10-11
*
Add newly-symlinked files to "make clean" target.
Tom Lane
2017-04-08
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
*
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Tom Lane
2017-03-20
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
*
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Install shared libraries also in bin on cygwin, mingw
Peter Eisentraut
2015-01-18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-21
*
Install libpq DLL with $(INSTALL_SHLIB).
Noah Misch
2014-08-18
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-15
*
Stamp shared-library minor version numbers for 9.5.
Tom Lane
2014-06-10
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
*
Fix makefile syntax.
Andrew Dunstan
2014-02-01
*
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-02-01
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Stamp shared-library minor version numbers for 9.4.
Tom Lane
2013-06-14
*
Re-include pqsignal() in libpq.
Tom Lane
2013-03-17
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
libpq: Add missing directory to installdirs target
Peter Eisentraut
2012-09-17
*
Stamp library minor versions for 9.3.
Tom Lane
2012-06-13
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Accept postgres:// URIs in libpq connection functions
Alvaro Herrera
2012-04-11
*
Stamp libraries versions for 9.2 (better late than never).
Bruce Momjian
2012-04-07
*
fe-misc.c depends on pg_config_paths.h
Alvaro Herrera
2012-02-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove spurious comma. Spotted by Tom.
Heikki Linnakangas
2011-09-01
*
libpq compiles various pgport files like ecpg does, and needs similar Makefile
Heikki Linnakangas
2011-09-01
*
libpq needs its own copy of src/port/getpeereid.
Tom Lane
2011-06-02
*
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
[next]