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
/
fe-connect.c
Commit message (
Expand
)
Author
Age
*
Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the
Magnus Hagander
2007-03-08
*
If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.
Tom Lane
2006-11-21
*
Message style improvements
Peter Eisentraut
2006-10-06
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane
2006-09-27
*
Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,
Tom Lane
2006-09-15
*
Allow LDAP lookups from pg_service.conf.
Bruce Momjian
2006-07-27
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
*
Modify libpq's string-escaping routines to be aware of encoding considerations
Tom Lane
2006-05-21
*
Fix typo in comment.
Alvaro Herrera
2006-05-19
*
Remove canonicalize_path() call for .pgpass socket directory comparison;
Bruce Momjian
2006-05-18
*
Allow the .pgpass hostname to match the default socket directory, as
Bruce Momjian
2006-05-17
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Add positive defense against trying to connect when the connection
Tom Lane
2006-02-13
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Don't need gettext calls around debug messages.
Peter Eisentraut
2005-09-26
*
The attached patch updates the thread test program to run stand-alone on
Bruce Momjian
2005-08-23
*
Back out incorrect commit.
Bruce Momjian
2005-08-23
*
Fix function name.
Bruce Momjian
2005-08-23
*
EINTR return from connect() should be treated exactly the same as
Tom Lane
2005-08-11
*
Remove unintended file change.
Bruce Momjian
2005-08-09
*
Clarify wal_sync_method options in documentation.
Bruce Momjian
2005-08-09
*
Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane
2005-07-13
*
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-27
*
Cleanup for Win32 compile.
Bruce Momjian
2005-06-19
*
This patch removes some old code from libpq that implements a URI-like
Neil Conway
2005-06-12
*
libpq was not consistently checking for memory allocation failures. This
Neil Conway
2005-06-12
*
Remove unneeded variable test, per Tom.
Bruce Momjian
2005-06-10
*
Add the "PGPASSFILE" environment variable to specify to the password
Bruce Momjian
2005-06-10
*
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
*
Add comments on WSAStartup usage.
Bruce Momjian
2005-05-05
*
Add WSACleanup() for Win32 socket cleanup.
Bruce Momjian
2005-05-05
*
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-25
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
*
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-26
*
Change Win32 client configuration files from *.txt to *.conf.
Bruce Momjian
2005-01-14
*
Un-break MSVC build, per Andrew Dunstan.
Tom Lane
2005-01-10
*
Minor mop-up for Windows home-directory stuff, per Magnus.
Tom Lane
2005-01-06
*
Instead of a bare recv() to read the server's response to an SSL
Tom Lane
2005-01-06
*
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2005-01-06
*
Make the various places that determine the user's "home directory"
Tom Lane
2005-01-06
*
Clean up code in libpq that obtains user's home directory: make a single
Tom Lane
2005-01-04
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Make libpq default to localhost connections on machines without Unix-domain
Tom Lane
2004-12-28
*
Code review for recent libpq changes. Be more careful about error
Tom Lane
2004-12-02
*
Rework libpq threaded SIGPIPE handling to avoid interference with
Bruce Momjian
2004-12-02
[next]