summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* Document that SM_* variables should be longer.Bruce Momjian2002-06-031-1/+2
* Mention SM_USER should be the same size as the others.Bruce Momjian2002-06-031-1/+2
* Authentication improvements:Bruce Momjian2002-04-042-11/+12
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-19/+1
* We had a problem with to compile pgsql-7.2 under SW-8.0.Bruce Momjian2002-02-221-2/+3
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-041-1/+2
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-121-78/+8
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-121-11/+1
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-121-1/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0510-23/+23
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-021-14/+13
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2810-21/+31
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2511-41/+29
* Fix a compile error on a platform that does not have PAM.Tatsuo Ishii2001-10-011-3/+3
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-211-5/+5
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-071-2/+3
* PAM authentication:Bruce Momjian2001-09-061-1/+4
* This fixes clashing defines of ERROR. On win32, winapi.h is included, whichBruce Momjian2001-09-061-1/+6
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-241-1/+3
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-211-1/+2
* Add 4-byte MD5 salt.Bruce Momjian2001-08-172-4/+6
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-161-3/+2
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-161-2/+2
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-152-21/+9
* Add new files.Bruce Momjian2001-08-151-0/+21
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-153-11/+10
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-071-1/+2
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-011-3/+2
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-311-5/+5
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-301-2/+3
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-201-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-224-17/+18
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-102-78/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-248-16/+16
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-2/+1
* Make default socket directory location configurable from config.h.Tom Lane2000-11-301-11/+13
* Move connection defines to miscadmin.h.Bruce Momjian2000-11-251-10/+1
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-251-2/+2
* Recommit socket path fix. It works now.Bruce Momjian2000-11-221-5/+4
* Back out socket path until it works.Bruce Momjian2000-11-221-4/+5
* Back out socket file path change until it works.Bruce Momjian2000-11-221-2/+2
* Make socket option specify just the directory, not the full path.Bruce Momjian2000-11-221-5/+4
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-151-2/+2
* Rename PortName to PortNumber.Bruce Momjian2000-11-141-2/+2
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-132-8/+14
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-011-1/+9
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-281-13/+1
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-271-8/+17
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-251-1/+3
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-183/+9