aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Fix peculiar, untranslatable message concatenation attemptPeter Eisentraut2010-03-17
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-05
* Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway2010-01-28
* Add user-specific .pg_service.conf filePeter Eisentraut2010-01-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-02
* Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut2009-11-29
* Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Make libpq reject non-numeric and out-of-range port numbers with a suitableTom Lane2009-09-27
* Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane2009-07-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Make pwdfMatchesString() a little more careful about matching * fields.Tom Lane2009-05-18
* Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander2009-04-24
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-15
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-26
* Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane2008-11-25
* Fix libpq certificate validation for SSL connections.Magnus Hagander2008-11-13
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Fix incorrect comment in SSL codeMagnus Hagander2008-11-03
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-27
* Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander2008-10-23
* Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane2008-09-22
* Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane2008-09-22
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander2008-05-16
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-31
* Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane2008-01-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-09
* Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander2007-07-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-11
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane2007-07-08
* Arrange for the authentication request type to be preserved inJoe Conway2007-07-08
* Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander2007-03-08
* Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian2007-02-20
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08