summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-163-17/+17
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-162-16/+12
* Use malloc/palloc as appropriate.Bruce Momjian2001-08-151-0/+7
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-152-4/+3
* Add new files.Bruce Momjian2001-08-151-0/+303
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-156-33/+86
* Fix thinko (revealed by gcc warning).Tom Lane2001-08-071-3/+7
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-072-3/+23
* Remove no-longer-needed fcntl call (I'm not sure it *ever* did anythingTom Lane2001-08-051-6/+2
* Even though SO_PEERCRED is probably totally unportable, might as wellTom Lane2001-08-021-3/+2
* Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,Tom Lane2001-08-021-43/+17
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-011-5/+12
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-013-45/+134
* Add mention of SIGHUP for pg_ident.conf.Bruce Momjian2001-08-011-0/+4
* Add documentation changes for new pg_hba.conf behavior.Bruce Momjian2001-08-011-2/+3
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-311-137/+170
* Update info on pg_hba.conf comments.Bruce Momjian2001-07-311-2/+3
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-301-490/+480
* Source formatting cleanup.Bruce Momjian2001-07-211-21/+11
* Better document use of ident on localhost, per Tom Lane's idea.Bruce Momjian2001-07-111-23/+23
* Move export to a separate line, per Peter E.Bruce Momjian2001-07-111-7/+7
* Instead of believing SOMAXCONN from the system header files (which isTom Lane2001-07-111-7/+21
* Since a missing pg_pwd file is a valid situation, don't print an errorPeter Eisentraut2001-06-231-5/+4
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-201-228/+112
* Improve wording of authentication files.Bruce Momjian2001-06-183-188/+221
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-2/+2
* Remove error report from pq_endmessage when pq_putmessage fails. TheTom Lane2001-04-161-8/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-227-67/+76
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-102-5/+5
* Repair postmaster memory leakage during password authentication.Tom Lane2001-02-071-7/+16
* 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/+6
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-2/+2
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-291-53/+22
* Be a little more careful with strtok().Tom Lane2000-11-271-2/+2
* Pay attention to fgets() failure return.Tom Lane2000-11-271-3/+5
* Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut2000-11-211-4/+4
* Improve comments.Tom Lane2000-11-211-2/+6
* Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane2000-11-211-63/+94
* Rename PortName to PortNumber.Bruce Momjian2000-11-141-4/+4
* Fix for no hterror().Bruce Momjian2000-11-131-3/+3
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-5/+27
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-011-2/+62
* Remove arbitrary limit on number of simultaneously open large objects.Tom Lane2000-10-241-54/+74
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-26/+20
* Back out xti.h portion of the patch.Bruce Momjian2000-10-231-4/+1
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-1/+10
* BACKED OUT.Bruce Momjian2000-10-221-4/+2
* here it is as requested by Bruce.Bruce Momjian2000-10-211-2/+4
* The configure script fails to find <netinet/tcp.h>.Bruce Momjian2000-10-141-1/+4