aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-04
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-12
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-12
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix a compile error on a platform that does not have PAM.Tatsuo Ishii2001-10-01
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-07
* PAM authentication:Bruce Momjian2001-09-06
* This fixes clashing defines of ERROR. On win32, winapi.h is included, whichBruce Momjian2001-09-06
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-24
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-16
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Add new files.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-20
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Make default socket directory location configurable from config.h.Tom Lane2000-11-30
* Move connection defines to miscadmin.h.Bruce Momjian2000-11-25
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-25
* Recommit socket path fix. It works now.Bruce Momjian2000-11-22
* Back out socket path until it works.Bruce Momjian2000-11-22
* Back out socket file path change until it works.Bruce Momjian2000-11-22
* Make socket option specify just the directory, not the full path.Bruce Momjian2000-11-22
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-15
* Rename PortName to PortNumber.Bruce Momjian2000-11-14
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-01
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-28
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-27
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-04
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clean up #include's.Bruce Momjian2000-06-15
* #include cleanupsBruce Momjian2000-06-15
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09