| Commit message (Expand) | Author | Age |
* | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 |
* | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Code cleanup. | Bruce Momjian | 2005-07-28 |
* | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 |
* | Fix a potential backend crash during authentication when parsing a | Neil Conway | 2005-06-21 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Flat file cleanup phase 2: make it work for pg_group. The flat group | Tom Lane | 2005-02-20 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |
* | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane | 2004-12-27 |
* | Fix off-by-one memory allocation, as reported by Rod Taylor. Also | Tom Lane | 2004-11-17 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Fix memory leak in tokenize_file, per report from Vadim Passynkov. | Tom Lane | 2004-09-18 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Add some more logging to simplify diagnosis of problems in IDENT | Tom Lane | 2004-07-26 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Fix erroneous error message printout when a configuration file contains | Tom Lane | 2004-05-25 |
* | Improve error reporting behavior in parse_hba(): give more complete | Tom Lane | 2004-05-19 |
* | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway | 2004-02-02 |
* | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian | 2003-12-25 |
* | Guard against bug in Solaris' bsearch(), per Michael Wildpaner. | Tom Lane | 2003-12-05 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Remove socket credentials defines not referenced. | Bruce Momjian | 2003-10-25 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane | 2003-09-05 |
* | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane | 2003-09-05 |
* | This fixes three minor typos in hba.c. | Bruce Momjian | 2003-09-05 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane | 2003-08-01 |
* | 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 |
* | A few parentheses shy of a load here ... | Tom Lane | 2003-07-22 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | index() -> strchr(). | Tom Lane | 2003-06-15 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 |