| Commit message (Expand) | Author | Age |
* | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane | 2003-12-20 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Localizability improvement. | Tom Lane | 2003-07-28 |
* | Have SSL text print only when SSL mode is enabled. | Bruce Momjian | 2003-07-26 |
* | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian | 2003-07-26 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian | 2003-06-25 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 |
* | Fix breakage induced by yours truly in Kerberos and PAM code. | Tom Lane | 2003-04-25 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |
* | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 |
* | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 |
* | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 |
* | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 |
* | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Back out password packet length check. | Bruce Momjian | 2002-08-30 |
* | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian | 2002-08-29 |
* | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | 2002-08-29 |
* | The attached patch implements the password packet length sanity check | Bruce Momjian | 2002-08-27 |
* | Add most of Neil Conway's cleanups. | Bruce Momjian | 2002-08-27 |
* | Add db-local user names, per discussion on hackers. | Bruce Momjian | 2002-08-18 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Authentication improvements: | Bruce Momjian | 2002-04-04 |
* | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 |
* | Prevent failed passwords from being echoed to server logs, for security. | Bruce Momjian | 2002-03-05 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Fix for PAM error message display: | Bruce Momjian | 2002-02-25 |
* | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut | 2002-02-23 |
* | Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one | Tom Lane | 2002-02-19 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix authentication so that it doesn't record an extra 'Password | Tom Lane | 2001-10-18 |
* | Disable local creds on OpenBSD because it doesn't support it. Document | Bruce Momjian | 2001-09-26 |
* | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 |
* | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian | 2001-09-07 |
* | PAM authentication: | Bruce Momjian | 2001-09-06 |