Commits

DateSubjectAuthorReleases
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2017-03-12 Add "break"s to make it clearer what will happen in a nested switch. Tom Lane 10.0
2016-01-07 Remove vestigial CHECK_FOR_INTERRUPTS call. Tom Lane 9.6.0
2016-01-07 Provide more detail in postmaster log for password authentication failures. Tom Lane 9.6.0
2014-01-28 Log a detail message for auth failures due to missing or expired password. Tom Lane 9.4.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2009-08-29 Remove the use of the pg_auth flat file for client authentication. Tom Lane 9.0.0
2006-06-20 Split definitions for md5.c out of crypt.h and into their own header Tom Lane 8.2.0
2005-10-17 Clean up libpq's pollution of application namespace by renaming the Tom Lane 8.1.0
2005-08-15 Clean up some stray remaining references to pg_shadow, pg_user, pg_group. Tom Lane 8.1.0
2005-06-29 Clean up the rather historically encumbered interface to now() and Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-02-20 Flat file cleanup phase 2: make it work for pg_group. The flat group Tom Lane 8.1.0
2003-07-22 Error message editing in backend/libpq, backend/postmaster, backend/tcop. Tom Lane 7.4.1
2003-05-12 Add binary I/O routines for a bunch more datatypes. Still a few to go, Tom Lane 7.4.1
2003-04-17 First phase of FE/BE protocol modifications: new StartupPacket layout Tom Lane 7.4.1
2002-03-04 Further work on elog cleanup: fix some bogosities in elog's logic about Tom Lane 7.3.1
2001-11-02 Fix pg_pwd caching mechanism, which was broken by changes to fork Tom Lane 7.2.1
2001-11-01 Minor code cleanups. Tom Lane 7.2.1
2001-09-21 Code review for MD5 authorization patch. Clean up some breakage Tom Lane 7.2.1
2001-02-07 Repair postmaster memory leakage during password authentication. Tom Lane 7.1.1
2000-08-27 Clean up callers of AllocateFile and BasicOpenFile to ensure that Tom Lane 7.1.1
2000-06-09 Another round of updates for new fmgr, mostly in the datetime code. Tom Lane 7.1.1
1999-05-09 Fix some miscellaneous places that were using raw open() or Tom Lane 7.1.1