index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...
Andrew Dunstan
2006-12-19
1
-18
/
+31
*
If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.
Tom Lane
2006-11-21
1
-1
/
+20
*
Message style improvements
Peter Eisentraut
2006-10-06
1
-12
/
+10
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-39
/
+58
*
Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane
2006-09-27
1
-5
/
+1
*
Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,
Tom Lane
2006-09-15
1
-5
/
+5
*
Allow LDAP lookups from pg_service.conf.
Bruce Momjian
2006-07-27
1
-1
/
+437
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-3
/
+1
*
Modify libpq's string-escaping routines to be aware of encoding considerations
Tom Lane
2006-05-21
1
-3
/
+10
*
Fix typo in comment.
Alvaro Herrera
2006-05-19
1
-2
/
+2
*
Remove canonicalize_path() call for .pgpass socket directory comparison;
Bruce Momjian
2006-05-18
1
-13
/
+7
*
Allow the .pgpass hostname to match the default socket directory, as
Bruce Momjian
2006-05-17
1
-1
/
+16
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-1
/
+3
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Add positive defense against trying to connect when the connection
Tom Lane
2006-02-13
1
-2
/
+13
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-13
/
+14
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
1
-29
/
+25
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-199
/
+182
*
Don't need gettext calls around debug messages.
Peter Eisentraut
2005-09-26
1
-8
/
+8
*
The attached patch updates the thread test program to run stand-alone on
Bruce Momjian
2005-08-23
1
-1
/
+5
*
Back out incorrect commit.
Bruce Momjian
2005-08-23
1
-5
/
+1
*
Fix function name.
Bruce Momjian
2005-08-23
1
-1
/
+5
*
EINTR return from connect() should be treated exactly the same as
Tom Lane
2005-08-11
1
-5
/
+2
*
Remove unintended file change.
Bruce Momjian
2005-08-09
1
-2
/
+2
*
Clarify wal_sync_method options in documentation.
Bruce Momjian
2005-08-09
1
-2
/
+2
*
Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane
2005-07-13
1
-2
/
+30
*
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-27
1
-4
/
+4
*
Cleanup for Win32 compile.
Bruce Momjian
2005-06-19
1
-2
/
+3
*
This patch removes some old code from libpq that implements a URI-like
Neil Conway
2005-06-12
1
-170
/
+1
*
libpq was not consistently checking for memory allocation failures. This
Neil Conway
2005-06-12
1
-23
/
+44
*
Remove unneeded variable test, per Tom.
Bruce Momjian
2005-06-10
1
-9
/
+2
*
Add the "PGPASSFILE" environment variable to specify to the password
Bruce Momjian
2005-06-10
1
-5
/
+28
*
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
1
-1
/
+15
*
Add comments on WSAStartup usage.
Bruce Momjian
2005-05-05
1
-2
/
+7
*
Add WSACleanup() for Win32 socket cleanup.
Bruce Momjian
2005-05-05
1
-1
/
+5
*
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-25
1
-2
/
+2
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-11
/
+11
*
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-26
1
-3
/
+3
*
Change Win32 client configuration files from *.txt to *.conf.
Bruce Momjian
2005-01-14
1
-2
/
+2
*
Un-break MSVC build, per Andrew Dunstan.
Tom Lane
2005-01-10
1
-1
/
+8
*
Minor mop-up for Windows home-directory stuff, per Magnus.
Tom Lane
2005-01-06
1
-1
/
+2
*
Instead of a bare recv() to read the server's response to an SSL
Tom Lane
2005-01-06
1
-15
/
+21
*
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2005-01-06
1
-13
/
+16
*
Make the various places that determine the user's "home directory"
Tom Lane
2005-01-06
1
-25
/
+41
*
Clean up code in libpq that obtains user's home directory: make a single
Tom Lane
2005-01-04
1
-14
/
+4
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Make libpq default to localhost connections on machines without Unix-domain
Tom Lane
2004-12-28
1
-4
/
+8
*
Code review for recent libpq changes. Be more careful about error
Tom Lane
2004-12-02
1
-19
/
+12
[next]