| Age | Commit message (Expand) | Author |
| 2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
| 2010-05-01 | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane |
| 2010-04-16 | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas |
| 2010-04-14 | Fix a problem introduced by my patch of 2010-01-12 that revised the way | Tom Lane |
| 2010-04-01 | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-20 | Clear error_context_stack and debug_query_string at the beginning of proc_exit, | Tom Lane |
| 2010-03-06 | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-02-25 | Allow predicate_refuted_by() to deduce that NOT A refutes A. | Tom Lane |
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander |
| 2010-02-19 | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro |
| 2010-02-01 | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane |
| 2010-01-31 | Fix race condition in win32 signal handling. | Magnus Hagander |
| 2010-01-30 | Avoid performing encoding conversion on command tag strings during EndCommand. | Tom Lane |
| 2010-01-24 | Fix assorted core dumps and Assert failures that could occur during | Tom Lane |
| 2010-01-23 | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that | Tom Lane |
| 2010-01-13 | When loading critical system indexes into the relcache, ensure we lock the | Tom Lane |
| 2010-01-12 | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane |
| 2010-01-07 | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane |
| 2009-12-30 | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-12-24 | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane |
| 2009-12-12 | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-08 | Translation updates | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-02 | Ignore attempts to set "application_name" in the connection startup packet. | Tom Lane |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-10-30 | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-16 | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane |
| 2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
| 2009-10-02 | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
| 2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
| 2009-09-10 | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas |
| 2009-09-03 | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-03 | Translation updates | Peter Eisentraut |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-07-29 | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane |
| 2009-07-24 | Fix the fix for the gist error message | Peter Eisentraut |
| 2009-07-06 | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas |
| 2009-06-25 | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander |
| 2009-06-23 | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane |
| 2009-06-18 | Fix error in comment. Fujii Masao | Heikki Linnakangas |